Login
Remember
Register
Ask a Question
Which of the following is the correct option to close all the opened browser sessions at one step?
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
Which of the following is the correct option to close all the opened browser sessions at one step?
a) Driver.close()
b) Driver.quit()
c) Driver.closeAll()
d) Driver.exit()
#selenium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
Driver.quit()
...