
Handling of AJAX Call in Selenium Webdriver
What is Ajax? Selenium supports Ajax, which stands for Asynchronous JavaScript and XML, so we can say that it is

What is Ajax? Selenium supports Ajax, which stands for Asynchronous JavaScript and XML, so we can say that it is

Why Robot Class? In Selenium Automation Tests, sometimes there is a need to control mouse or keyboard events to interact

What is AutoIt? AutoIt is a freeware scripting language implemented for windows GUI automation. Using the combination of simulated keyboard,

What is Log4j? Log4j stands for Log for Java. It’s a straightforward, dependable, fast, and adaptable logging framework developed in

What is Headless Browser? A headless browser testing is a browser simulation program that does not have a graphic user

What is Selenium Framework? Selenium Automation Frameworks are a code structure that helps maintain the code in an organized and

Testing your web applications using Browser is limited in Selenium Webdriver. For Database Verification, you need to use JDBC (Java

What is Cross Browser Testing? Cross Browser Testing in Selenium is a type of functional testing to verify that your

In this article, we will learn about handling iFrames in Selenium. An iFrame is a web page or an HTML

In this article, you can learn to implement Maven & Jenkins Integration with Selenium, Maven installation, Jenkins installation steps. What