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");
...