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
Post a Comment