Is there any way of changing the timeout for Firefox using WatiN?
It throws this error: “Timeout while waiting for main document becoming available”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the page is taking longer time to load then you can use
to increase the wait time before it fires the time out exception.
Or, if the page gets loaded in a variable amount of time for each run, so WaitForCompleteTimeOut time can’t be fixed in that scenario, you can search for a text on the page and wait till that text appears, in this manner,