 | EditComponentClearSendKeysAndConfirmAndInitializeMessageBox Method |
Vyčistí pole, pošle text k vložení a potvrdí jej a inicializuje MessageBox
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic virtual MessageBox ClearSendKeysAndConfirmAndInitializeMessageBox(
string text,
bool switchFocus = true,
int interval = 8
)
Parameters
- text
- Type: SystemString
Text k vložení - switchFocus (Optional)
- Type: SystemBoolean
Rozhoduje zda se přepne focus do pole (pomocí kliku), kam se má vložit hodnota. Focus může předcházet náhodným chybám způsobeným rychlostí testů. - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
Return Value
Type:
MessageBox[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents.EditComponent.ClearSendKeysAndConfirmAndInitializeMessageBox(System.String,System.Boolean,System.Int32)"]
See Also