 | BaseRowGetCellByNameTSpecificCell Method |
Najde needitovatelnou buňku podle atributu, který zobrazuje
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic TSpecificCell GetCellByName<TSpecificCell>(
string attrName,
int interval = 8
)
where TSpecificCell : ICell
Parameters
- attrName
- Type: SystemString
Zobrazovaný aplikační atribut - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
Type Parameters
- TSpecificCell
[Missing <typeparam name="TSpecificCell"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.BaseRow.GetCellByName``1(System.String,System.Int32)"]
Return Value
Type:
TSpecificCellNalezená buňka
See Also