Selenium Automation Testing

Home/Selenium Automation Testing

What is Selenium 4.0? How it’s different from its predecessor Selenium 3.0?

2023-04-07T16:30:27+05:30

Selenium has always seen as an extremely useful open source framework for software testing and automating web applications. Selenium comes with a default test domain language called Selenese; however, you can

What is Selenium 4.0? How it’s different from its predecessor Selenium 3.0?2023-04-07T16:30:27+05:30

Understanding Selenium WebDriver API Commands (Part 6)

2017-06-06T16:18:00+05:30

Multiple Windows Handling in Selenium Sometimes we face this scenario when clicking a link redirects to a new page in a different browser window. Performing an action on multiple windows is

Understanding Selenium WebDriver API Commands (Part 6)2017-06-06T16:18:00+05:30

Understanding Selenium WebDriver API Commands (Part 5)

2017-06-06T16:18:09+05:30

Iframe handling in Selenium Iframe means an inline frame, which is an HTML document embedded inside another HTML document on a particular website. It is specified by <iframe> tag.  We need

Understanding Selenium WebDriver API Commands (Part 5)2017-06-06T16:18:09+05:30

Using Selenium WebDriver to Test Carousel Rotation

2017-06-06T16:18:21+05:30

There are several websites having carousel rotation, especially e-commerce websites, which allows quick and easy navigation of the listed items. The rotating item in the list must be tested to provide

Using Selenium WebDriver to Test Carousel Rotation2017-06-06T16:18:21+05:30

Understanding Selenium WebDriver API Commands (Part 4)

2017-06-06T16:18:33+05:30

Alert Handling in Selenium Alert is a pop up that indicates some information or requests input from the user. When it’s displayed, the user can’t perform any action on the web

Understanding Selenium WebDriver API Commands (Part 4)2017-06-06T16:18:33+05:30

Understanding Selenium WebDriver API Commands (Part 3)

2017-06-06T16:18:48+05:30

Operations using Select class in Selenium Selenium Select class can be found under org.openqa.selenium.support.ui.Select package. It will work for elements with only <select> tag. Some of the operations that can be

Understanding Selenium WebDriver API Commands (Part 3)2017-06-06T16:18:48+05:30

Understanding Selenium WebDriver API Commands (Part 2)

2017-06-06T16:18:56+05:30

WebElement Methods An HTML element is represented by WebElement. All the operations that require interacting with a web page will be performed through WebElement interface. We can use the following method

Understanding Selenium WebDriver API Commands (Part 2)2017-06-06T16:18:56+05:30

Understanding Selenium WebDriver API Commands (Part 1)

2017-06-06T16:19:06+05:30

To give a head start to Selenium WebDriver, a basic understanding of WebDriver API commands and how it operates is required. Some of the basic commands are discussed below, which can

Understanding Selenium WebDriver API Commands (Part 1)2017-06-06T16:19:06+05:30
Go to Top