Hi,
For implementing waits, during web testing i converted test objects to WebElement using below command -
WebElement element = WebUI.findWebElement(testObject)).
What is the command to be used to get object converted to MobileElement.
Hi,
For implementing waits, during web testing i converted test objects to WebElement using below command -
WebElement element = WebUI.findWebElement(testObject)).
What is the command to be used to get object converted to MobileElement.