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

1 Answer

0 votes
by

Driver.manage().deleteAllCookies()

...