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 […]
Earlier we already learn different selenium webdriver methods to add cookie, get cookies detail by name and all cookies. Sometimes you also […]
Earlier we learnt how to add cookie and get cookie details using different methods like addCookie(), getCookieNamed() and getCookies(). Sometimes you also need […]
Any site can have single or multiple cookies. If you know cookie name then you can get it’s detail easily using getCookieNamed(). But […]
Selenium webdriver add cookie and selenium webdriver get Cookie Named are very useful methods. Most of all you are already aware about browser […]
Sometimes you need to set Dimension and Position of your browser window. We have built in selenium dimension class and selenium Position class […]
manage() method is very basic which we are using to maximize window in selenium very frequently. You can use it to manage […]
navigate() method in selenium is very frequently used method. Using selenium navigate to url method, driver can navigate back, forward, refresh browser […]
We can use switchTo() method in selenium when you want to switch between multiple browser windows or multiple frames on page. Earlier we […]
getwindowhandle() and getWindowHandles() in selenium are methods to get window handles in selenium. getwindowhandle() is useful to get handle of current selected […]
Many new learners are initially confused about when to use close() and when to use quit() method for selenium close browser. Selenium […]
As name suggest, getPageSource() method is useful to get source of last loaded web page. Please note here, If web page is […]
Selenium Webdriver’s findElement() method is useful to locate WebElement for page. It is one of the mostly used method in selenium webdriver. It […]
findElements method is different than the findElement method in selenium webdriver. findElements method is useful to find all elements from page using given […]
We are using getTitle() method very frequently in out selenium webdriver tests. It is one of the basic and most commonly used […]
Selenium WebDriver have many different methods and one of them is getCurrentUrl() method. So what is the actual usage of getCurrentUrl() method and […]
Web API API (an application programming interface) is set of rules, protocols, specifications and tools which allows two software programs to communicate […]