When we are executing a script for negative validation of an object, the driver keeps on waiting for 30min trying to find the object in mobile screen. For which I have mentioned the LOG below, where the driver is trying to find the object at 14:59:22 IST and the driver came out of finding the element at 15:32:57 IST. There is driver wait time of 32Min.
Can the driver wait time of 32min can be reduced to some milliseconds for negative validations of objects?
Tool Used- Appium Studio-10.8.41
JAR USED:
appium-client-10.8.41.jar
java-client-4.1.2.jar
LOG:
[Fri May 26 14:59:22 IST 2017] [cc7d] [driver] [start] findElement(By.xpath: //[contains(@text,‘Welcome to’)])
[Fri May 26 14:59:22 IST 2017] [cc7d] [driver] [start] findElementByXPath("//[contains(@text,‘Welcome to’)]")
[Fri May 26 15:32:57 IST 2017] [cc7d] [driver] [end] findElementByXPath
[Fri May 26 15:33:01 IST 2017] [cc7d] [driver] [end] findElement
ERROR:
org.openqa.selenium.NoSuchElementException: org.openqa.selenium.NoSuchElementException: An element could not be located on the page using the given search parameters
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: ‘2.53.1’, revision: ‘a36b8b1cd5757287168e54b817830adce9b0158d’, time: ‘2016-06-30 19:26:09’
System info: host: ‘EBIII228F1’, ip: ‘172.25.186.92’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_112’
Driver info: driver.version: SeeTestAndroidDriver
