Login
Remember
Register
Ask a Question
3. In webdriver, which methods navigates to a URL? a) goToUrl("url") b) navigate.to("url") c) getUrl("url") d) get("url")
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
3. In webdriver, which methods navigates to a URL?
a) goToUrl("url")
b) navigate.to("url")
c) getUrl("url")
d) get("url")
#selenium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
get("url")
...