Use of navigate() method in Selenium WebDriver
navigate() method in selenium is very frequently used method. Using selenium navigate to url method, driver can navigate back, forward, refresh browser […]
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 […]
In this article, you’ll learn how to remove leading and trailing whitespace in XPath using the normalize-space() function for cleaner and more […]
So in last article we have seen how to locate the WebElement using four locators and those are Name, Id, Partial Link […]
In this article, we are going to see how we can locate the web element to perform an action on it. Web […]
Today we are going to see the basic things which we are going to use while making the selenium WebDriver scripts using […]
Today we are going to see the installation of Python in Eclipse, so that we can use the python as a scripting […]
What is selenium webdriver and how it help us in software testing process?Webdriver in selenium (http://docs.seleniumhq.org/projects/webdriver/) is an Interface and it is designed […]
This guide provides a complete list of Selenium IDE commands with descriptions and usage examples. You’ll learn how each command works and […]
Selenium IDE commands with examples There are many commands available in selenium IDE software testing tool. I have prepared one selenium commands […]
Here let me describe you main difference between assert and verify in selenium IDE software testing tool and selenium RC software testing tool. […]