python - Chrome crashes when opened with selenium webdriver -


when launching chrome browser python shell using selenium webdriver, works , good. but, when launch browser using same code inside python script, crashes. how can solve it?

okay got it. reason was not providing url after opening broswer.

we need provide url after opening browser can go specific page , works fine, else crash.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -