I get the following error :
unknown error: unhandled inspector error:
{"code":-32603,"message":"Cannot navigate to
invalid URL"} (Session info: chrome=29.0.1547.57) (Driver info:
chromedriver=2.2,platform=Windows NT 6.1 SP1 x86_64)
I think its got to do with chrome browser last updated version (29) about two days ago.
*Note:*my chromedriver is up to date (2.2).
please let me know what should i do to fix it.
I received the same error while using Selenium on python. Prepending the destination url with http://
solved my problem:
self.driver.get("http://"+url.rstrip())
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With