0 votes
in Selenium by
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()

1 Answer

0 votes
by

Driver.quit()

Related questions

0 votes
asked Jan 14, 2020 in QuickTest Professional (QTP) by GeorgeBell
0 votes
asked Jan 30, 2020 in Selenium by Deepanshu Burreja
...