Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
In webdriver, which command takes you forward by one page on the browser’s history?
Home
Selenium
In webdriver, which command takes you forward by one page on the browser’s history?
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
In webdriver, which command takes you forward by one page on the browser’s history?
a) navigate.forward()
b) Navigate.forward()
c) navigate().forward()
d) Navigate.forward
e) navigate_forward()
#selenium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
navigate().forward()
...