Reputation: 99
I am running automation test on local url, after some time (happening randomly) url is strike-through for unknown reason and due to that , the site keeps on loading and test fails.
using these confg- chrome-60.0.3xx chromedriver-2.29 selenium webriver- 2.53.x
Do anyone has some explanation. Any help would be appreciated.
Upvotes: 0
Views: 189
Reputation: 99
What I found was quitting the chromedriver as there was multiple processes of chromedriver running.
Killing the process is best solution I get. Use the Task scheduler to end the process of chromedriver.
Upvotes: 1