Login
Remember
Register
Ask a Question
Which of the following is the correct ‘Webdriver’ command to “delete all cookies in the browser”?
0
votes
asked
Jan 30, 2020
in
Selenium
by
Deepanshu Burreja
Which of the following is the correct ‘Webdriver’ command to “delete all cookies in the browser”?
a) Driver.deleteAllCookies()
b) Driver.manage().deleteCookies()
c) Driver.manage().deleteAllCookies()
d) Driver.deleteCookies()
#selenium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 31, 2020
by
SakshiSharma
Driver.manage().deleteAllCookies()
...