Want script to continue after javanetConnectException Connection timed out error | Selenium Forum
V
Valerie Kollmann Posted on 13/12/2018
Hello. I am using the Hybrid Framework with Java and the Chrome browser. My script loads a list of URLs, along with the number of seconds to display the url, into an array. If my script receives a "java.net.ConnectException: Connection timed out: connect" error, the script continues (which is good) but it doesn't use the number of seconds stored in the array anymore. Can you please tell me how to correct this?

Thank you 

A
Ashish Thakur Replied on 13/12/2018


Is array having the page load time?
You want to verify the page load time?

And how are you calculating the page load time?