BrowserStack is web cloud platform which provides us an environment to test web and mobile applications on different version combinations of OS and browsers. BrowserStack provides limited access in Free trial version but you can get full access in Paid version's different plans. Many of you already aware about it's different features and usage. But still let me introduce you with browserstack little bit.
Software testing tutorials and automation
A blog on Selenium tutorial, Selenium webdriver tutorial, Selenium IDE tutorial, Appium Tutorial, Selenium Grid Tutorial, Jmeter Tutorial.
Using deleteAllCookies() to Delete all cookies in Selenium WebDriver
Earlier we already learn different selenium webdriver methods to add cookie, get cookies detail by name and all cookies. Sometimes you also need to delete all cookies from your browser in selenium webdriver test. Selenium Webdriver have built in deleteAllCookies() to Delete all cookies from current running browser window in test.
Related Articles :
selenium,
Selenium 2,
selenium tutorial,
selenium webdriver,
selenium webdriver tutorial,
webdriver tutorials
Using deleteCookieNamed() and deleteCookie() in selenium WebDriver
Earlier we learnt how to add cookie and get cookie details using different methods like addCookie(), getCookieNamed() and getCookies(). Sometimes you also need to delete cookie. Selenium webdriver have built in methods to delete cookies by deleteCookieNamed() or passing cookie object in deleteCookie() method.
Related Articles :
selenium,
Selenium 2,
selenium tutorial,
selenium webdriver,
selenium webdriver tutorial,
webdriver tutorials
Subscribe to:
Posts (Atom)