java - Deleting Cookies and Cache in chrome browser -


could please confirm can use the:

driver.manage().deleteallcookies()  

for delete cookies in chrome. , please provide statements deleting cache in chrome , ie. , how confirm cookies , cache deleted in browsers.

using deleteallcookies() clear cookies not cache. there not way clear cache selenium, @ last not know. however, think not need either since selenium default creates new profile every time.

see issue has been opened since 2010. , more detail discussion here


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -