0 votes

1 Answer

0 votes
by
edited by
An exception is thrown. We need to pass HTTP protocol within driver.get() method.

driver.get("https://www.madanswer.com");

1

driver.get("https://www.madanswer.com");

Related questions

0 votes
asked Aug 22, 2019 in Selenium by john ganales
+1 vote
asked Aug 22, 2019 in Selenium by john ganales
...