Automation Testing

How to use Robot Class in Selenium Web-driver and What it is?

Welcome to softwaretestingsensei platform of learning Hub for beginners Selenium Tutorials, In this session, we are going to discuss that how to use Robot class in Selenium Web-driver and what it is. What is Robot Class in JAVA? Robot class is a special class in Java which will allow us to perform multiple tasks based on […]

How to use Robot Class in Selenium Web-driver and What it is? Read More »

Handle Windows Switching in Selenium Web-driver

We can handle switching of windows in selenium web-driver using Switch To methods which will allow us to switch control from main window to sub/child window. In web applications most of time you must have faced this scenario where you must deal with multiple windows. Script example how to handle multiple windows in selenium web-driver. import

Handle Windows Switching in Selenium Web-driver Read More »

Selenium WebDriver Cheat Sheet – Selenium Firefox Version Compatibility

Cheat Sheets are the most effective way to teach things to others, there is an acute shortage of Selenium WebDriver Cheat Sheets, so we have decided to create one yourself for you guys. This cheat sheet for selenium WebDriver provides all the important and commonly used methods, operations and commands for your easy daily access.

Selenium WebDriver Cheat Sheet – Selenium Firefox Version Compatibility Read More »

Selenium WebDriver Cheat Sheet – Advanced Topic- Firefox Profiling

Cheat Sheets are the most effective way to teach things to others. There is an acute shortage of Selenium WebDriver Cheat Sheets. So we have decided to create one yourself for you guys. This cheat sheet for selenium WebDriver provides all the important and commonly used methods, operations and commands for your easy daily access.

Selenium WebDriver Cheat Sheet – Advanced Topic- Firefox Profiling Read More »

How to use POM in Selenium (Simple Login Test Case)

How to use Page Object Model in Selenium by using webdriver. First of all, make one class where we create our page object which we call later from main class. Step 1 : Make Class with Objects import org.openqa.selenium.By;import org.openqa.selenium.By;import org.openqa.selenium.WebDriver;public class pom_wo_pf { By username=By.id(“email”);By password=By.id(“pass”);public WebDriver driver;public void POM_FB (WebDriver driver) throws InterruptedException{driver.findElement(username).click();

How to use POM in Selenium (Simple Login Test Case) Read More »

Selenium WebDriver Cheat Sheet – Advanced Topic- Firefox/Chrome Profiling

Cheat Sheets are the most effective way to teach things to others, there is an acute shortage of Selenium WebDriver Cheat Sheets, so we have decided to create one yourself for you guys. This cheat sheet for selenium WebDriver provides all the important and commonly used methods, operations and commands for your easy daily access.

Selenium WebDriver Cheat Sheet – Advanced Topic- Firefox/Chrome Profiling Read More »

Selenium WebDriver Cheat Sheet – Advanced Topic- Firefox/Chrome Profiling

Cheat Sheets are the most effective way to teach things to others, there is an acute shortage of Selenium WebDriver Cheat Sheets, so we have decided to create one yourself for you guys. This cheat sheet for selenium WebDriver provides all the important and commonly used methods, operations and commands for your easy daily access.

Selenium WebDriver Cheat Sheet – Advanced Topic- Firefox/Chrome Profiling Read More »