0 votes
in Selenium by
What will happen if I execute this command? driver.get(“www.madanswer.com”) ;

1 Answer

0 votes
by

An exception is triggered if the URL does not begin with http or https. As a result, the HTTP protocol must be sent to the driver.get() method.

...