Automation Question:
Tell me could cookies be deleted in Selenium?
Answer:
driver.manage().deleteAllCookies(); //command is used for deleting all cookies
Previous Question | Next Question |
Explain me what is the difference between setSpeed() and sleep() methods? | Tell us what kind of keyboard operations can be performed in Selenium? |