Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
136 views
by The go-to Tester (324 points)
closed by

If a site Is large then full page can take more time to get loaded completely. In such sites, Single action (like click on link on home page) can take more time as page takes more time to get fully loaded because WebDriver will wait for page get loaded successfully.

Can we avoid or neglect this page loading to perform click action even page loading Is In process? Yes we can do It In Firefox driver.

closed with the note: got it.

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)

Have you tried using driver.manage().timeouts().pageLoadTimeout() function?

You can try using pageLoadTimeout and let us know how its working for you.

 


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...