 | SelectorsCancelListChangesButton Field |
Tlačítko toolbaru "Zrušit změny" pro všechny záznamy
Examples
Příklad použití
SupportMethods.WaitForElementClassPresent(cancelChangesButton, enabledClassValue);
driver.FindElement(cancelChangesButton).Click();
Namespace:
TescoSW.MW.UITests.Common
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntaxpublic static readonly By CancelListChangesButton
Field Value
Type:
By
See Also