I’m performing Web testing on Chrome Version 70.0.3538.102 (Official Build) (64-bit)
In my test case I want to click on the “Next page” button and then verify the page number to see the button is working.
I’m waiting for the Web Site’s page load with this command:
WebUI.waitForPageLoad(30)
and then for element clickable with this one:
WebUI.waitForElementClickable(findTestObject(‘Query Video Pane Test/Query Video Navigation/div_NEXT’), 30)
During the execution of the test, I can see it’s not waiting and clicking on the “Next” button before the page has finished uploading and obviously cause my test to fail.
Please let me know if you need more information to help me with this problem.
Thanks,
Ayana.