 | CalendarFrameGetCalendarMonthGridCellByOrder Method |
Vrátí buňku konkrétního dne z kalendáře pro daný měsíc na základě pořadí týdne a dne
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.Frames
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic CalendarCell GetCalendarMonthGridCellByOrder(
int weekRow,
int dayColumn,
int interval = 8
)
Parameters
- weekRow
- Type: SystemInt32
pořadí týdne v rámci daného kalendářního měsíce (hodnoty 1-6) - dayColumn
- Type: SystemInt32
pořadí dne v rámci daného týdne (hodnoty 1-7) - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
Return Value
Type:
CalendarCell[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Frames.CalendarFrame.GetCalendarMonthGridCellByOrder(System.Int32,System.Int32,System.Int32)"]
See Also