Selenium WebDriver throws Timeout exceptions sporadically

前端 未结 8 1367
感情败类
感情败类 2020-12-01 07:43

Using selenium for ui tests on our project. We are running the newest version 2.30.0. We use Firefox WebDriver and are running Firefox 19.0.

Generally said the ui te

8条回答
  •  伪装坚强ぢ
    2020-12-01 08:02

    We faced a similar issue on our project. The problem had nothing to do with Selenium or our app. It was timing out because the build server config for that project was supposed to timeout in 5 minutes. But all our tests were not getting completed in 5 minutes, hence the build was failing due to timeout issues randomly.

    Also we had a problem with firefox-19, the tests used to fail randomly. Somehow, firefox-10 only worked for our selenium tests.

提交回复
热议问题