Exploring the Exciting New Features of Selenium 4 Sumit Kumar Pradhan March 27, 2025 In the world of software testing and web automation, Selenium has been a cornerstone for years, providing developers and testers with the t... Continue Reading
Installing extensions via ChromeDriver in selenium Sumit Kumar Pradhan May 15, 2021 This tutorial explains how to install extension in chrome browser using chrome driver in selenium . To install any kind of extension in you... Continue Reading
How to take screen shots in Java Sumit Kumar Pradhan August 05, 2019 This tutorial explains how to take screen shots in Java with simple example. This example uses java.awt.Robot class to capture the screen... Continue Reading
How To Wait For Page To Load/Ready In Selenium WebDriver Sumit Kumar Pradhan September 22, 2018 In this tutorial, we are going to explain how to wait for page to load/ready in selenium webdriver . Generally selenium WebDriver handles w... Continue Reading
Add images to Word document using Apache POI Sumit Kumar Pradhan September 16, 2018 You may have been worked with Apache POI Library to read and write content in excel sheet. But in this article we are going to use Apache ... Continue Reading
Click command in selenium webdriver does not work Sumit Kumar Pradhan September 02, 2018 Sometime in web based application, we require to click on Button or any web element present in web page, while performing automation testin... Continue Reading
How to Insert a Screenshot Into a Microsoft Word Document in java Sumit Kumar Pradhan September 01, 2018 This post explains how to capture or insert screenshots into a Microsoft word document easily with help of java code. Also you can integra... Continue Reading
7 Types of Web Performance Tests Sumit Kumar Pradhan August 25, 2018 Software Performance testing is type of testing perform to determine the performance of system to major the measure, validate or verify qua... Continue Reading
Timed out receiving message from renderer in selenium Sumit Kumar Pradhan August 25, 2018 This post explains how to handle Timed out receiving message from renderer issue with the help of selenium webdriver. Whenever you are lo... Continue Reading
How do I kill the Chrome driver processor by using selenium Sumit Kumar Pradhan August 25, 2018 In this post, we are going to explain how to kill chrome driver background process or release chromedriver.exe from memory with help of se... Continue Reading
How to convert Xpath to CSS In Selenium Sumit Kumar Pradhan June 18, 2018 This post explains how to covert Xpath to CSS Selector without any coding effort. Lets check out the below link that convert Xpath selector... Continue Reading
CSS Selectors in Selenium WebDriver with Examples Sumit Kumar Pradhan April 03, 2018 CSS Selector is the combination of an element selector and a selector value which identifies the web element within a web page. The composi... Continue Reading
Loading of unpacked extensions is disabled by the administrator Sumit Kumar Pradhan April 01, 2018 While launching chrome browser using selenium chrome driver, you may have seen below popup message sometime. This popup message will not al... Continue Reading
Types of Element Locators in Selenium Webdriver Sumit Kumar Pradhan March 17, 2018 Today, we are going to discuss how to use locator in selenium WebDriver. Basically locators are the basic building blocks of selenium WebD... Continue Reading
How To Set Browser Window Position In Selenium Webdriver Sumit Kumar Pradhan March 13, 2018 Today, we are going to discuss how to set browser window position in selenium webdriver . Window position means distance of window from le... Continue Reading
How to highlight an Element in Selenium WebDriver Sumit Kumar Pradhan March 03, 2018 Today, we will discuss How to highlight element using selenium webdriver . Here we are using JavascriptExecutor interface to achieve high... Continue Reading
How to Change the Size of Browser Window while Working with WebDriver? Sumit Kumar Pradhan March 03, 2018 Today we will discuss how to change window size of browser in selenium . When you start the browser in WebDriver, it takes the default sett... Continue Reading
How to maximize the browser window in Selenium WebDriver Sumit Kumar Pradhan March 03, 2018 In this post, we will discuss How to maximize the browser window in Selenium WebDriver. When we launch a browser using Selenium WebDriver... Continue Reading
Selenium WebDriver and WebElement Commands Sumit Kumar Pradhan March 03, 2018 WebDriver is a web automation framework that allows you to execute your tests against different browsers using their corresponding driv... Continue Reading
First Selenium Webdriver Script Using Safari Driver Sumit Kumar Pradhan September 18, 2017 In this article, we will discuss about the Safari Web Driver. Like Firefox Web Driver , Here Safari webdriver doesn't require any ad... Continue Reading