Tell me could cookies be deleted in selenium?
Answer / Om Prakash Bharti
Yes, cookies can be deleted in Selenium using the `deleteCookie()` or `manage().deleteAllCookies()` methods from the `DesiredCapabilities` interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are some advantages of selenium?
What is pom (page object model)? What are its advantages?
What are the test types supported by selenium?
What are the annotations used in testng?
How to scroll down to a particular element?
What is the difference between MaxSessions vs. Selenium grid MaxInstances properties?
How can we get a text of a web element?
Tell me how to verify tooltip text using selenium?
What do you know about Selenese?
What is selenium-rc (remote control) ?
What is desired capabilities?
Is selenium capable of handling windows pop-ups?