How To Handle Windows Pop Up In Selenium Using AutoIT

How To Handle Windows Pop Up In Selenium Using AutoIT (1)

This Tutorial Explains Various Methods to Handle Windows Pop Up In Selenium Whenever Automation Goes out of Scope Using the AutoIT Tool: AutoIT is a third-party tool that gives Selenium a helping hand to handle pop-ups like Windows Authentication pop up, Flash applications, Desktop application and so on. Selenium is …

Read more


Selenium PhantomJS Tutorial for Headless Automation

selenium automation with phantomjs

In This Article, Selenium Automation With PhantomJS is Explained With Code Examples: PhantomJS is a headless browser that is primarily used for GUI less automation. The performance and execution happening on this browser is faster and is generally used in the scenarios where manual monitoring is not required and on …

Read more


Page Object Model (POM) With Page Factory | Selenium Tutorial

POM With Pagefactory In Selenium

This In-depth Tutorial Explains All About Page Object Model (POM) With Pagefactory Using Examples. You Can Also Learn the Implementation of POM in Selenium: In this tutorial, we will understand how to create a Page Object Model using the Page Factory approach. We will focus on : Factory Class How …

Read more


Explore The Essentials Of Java In Selenium With Examples

Essentials of Java in Selenium

This Tutorial on Essentials Of Java In Selenium Explains Major Java Concepts and Their Implementation in Selenium, Collection class, etc with Examples: In this tutorial, we will discuss the major Java concepts that are used in Selenium Testing like OOPS concepts, collection class, and some common interview questions that are …

Read more


Accessibility Testing With Selenium Webdriver with Code Example

Accessibility testing using Selenium

This Article Explains Website Accessibility Testing Using Selenium With Simple Code Examples. It Covers The Two Main Solutions For Writing Web Accessibility Tests: What Is Website Accessibility? The Internet is designed for different types of people from different countries, with different languages and different abilities. People in the world have …

Read more


ChromeDriver Selenium Tutorial: Selenium Webdriver Tests on Chrome

Selenium on Chrome

In-Depth Tutorial On ChromeDriver for Running Selenium Webdriver Tests on Chrome Browser: Handling browser alerts while automating through Selenium will be discussed in this article. Moreover, we will elaborate on the set up of the Selenium script for the Google Chrome browser along with appropriate examples and pseudo-codes. Upon going …

Read more


Selenium Integration With GitHub Using Eclipse

INTEGRATE SELENIUM WITH GITHUB

Step By Step Tutorial On Selenium Integration With GitHub Using Eclipse: Git and GitHub provide a central cloud-based location, thereby facilitating developers to store, and share their codes while working on a web development project. They have revolutionized the process of software development when there is more than one developer …

Read more


Selenium Find Element By Text Tutorial with Examples

FIND ELEMENT BY TEXT

An In-Depth Look at Selenium Find Element by Text with Example: Selenium Find Element That Contains Specific Text Selenium Find element by text is used to locate a web element using its text value. The text value is generally used when the basic element identification properties such as ID or …

Read more


Handling iFrames Using Selenium WebDriver switchTo() Method

IFRAMES IN SELENIUM

Handling iFrames Using Selenium WebDriver: Hands-on Tutorial with Practical Examples iFrame (inline frame) is a HTML document embedded within another HTML document. iFrames are most commonly used for displaying advertisements within a web page. iFrames are explicitly mentioned on HTML document using the HTML tag <iframe>. This tutorial will explain …

Read more


Assertions In Selenium Using Junit And TestNG Frameworks

Assertions in Selenium

This Selenium Tutorial on Assertions Explains What Are Assertions in Selenium And Different Types of Assertions And Assertion Methods Using Junit and TestNG Frameworks: Assertions are used for validating a test case and helps us understand if a test case has passed or failed. The assertion is considered to be …

Read more


Guide to Generate Extent Reports in Selenium WebDriver

Extent Reports in Selenium WebDriver

How to Generate Extent Reports in Selenium WebDriver: Selenium provides inbuilt reports using frameworks such as JUnit and TestNG. Although the built-in reports provide information on the steps that are executed as part of the test case, they need more customization to be shared with all the major project stakeholders. …

Read more