 | EditableCellClearAndSendKeys Method |
Editovatelnou buňku gridu vyprázdní a vloží do ní hodnotu
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 EditableCell ClearAndSendKeys(
string value,
string valueToVerify = null,
int interval = 8
)
Parameters
- value
- Type: SystemString
vkládaná hodnota - valueToVerify (Optional)
- Type: SystemString
hodnota která se má po vložení ověřit - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
Return Value
Type:
EditableCell[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.EditableCell.ClearAndSendKeys(System.String,System.String,System.Int32)"]
See Also