0 votes
in Selenium by
3. In webdriver, which methods navigates to a URL?

a) goToUrl("url")

b) navigate.to("url")

c) getUrl("url")

d) get("url")

1 Answer

0 votes
by

get("url")

...