My Wordpress website can be accessed by typing localhost/wordpress
in the browser. So I thought if I pass that inside driver.get()
in Selenium, I'll be able to access it. But it didn't turn out the way I wanted it to and got an error.
What should I try for this?