I am new to selenium and I am trying to open google using selenium. I am using
driver.get("www.google.com");
I am getting the following error:
Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {"code":-32000,"message":"Cannot navigate to invalid URL"}
Can someone help?