Tag: selenium webdriver

Capturing screenshot using java.awt.Robot class-Selenium WebDriver

The java.awt.Robot class is mainly useful to perform native actions where keyword and mouse actions to be performed. This actions are helpful for automation. If the current platform configuration does… Read more »

Automating SVG and Interactive Charts in Selenium-JavascriptExecutor

In this tutorial we will discuss about automating the Interactive Charts and SVG [Scalable Vector Graphics] in Selenium. To automate these Interactive Charts, Selenium Locators such as Xpath and Css-Selector… Read more »

Xpath Helper,ChroPath Plugins,Javascript Console for Chrome Browser

Xpath Helper,Chropath Plugins,Javascript Console for Chrome Browser In Selenium they are totally 8 Locators. Out of all Locators, Xpath is very important which helps to identify the WebElements. Identifying the… Read more »

DevOps Tutorial-1 Pushing Code to Github

      No Comments on DevOps Tutorial-1 Pushing Code to Github

DevOps Tutorial-1 Pushing the Code to Github In this tutorial we will discuss about the significance of Github in Real Time Projects and also we will see step-by-step process of… Read more »

How can I install a second version of Firefox without affecting the first?

How can I install a second version of Firefox without affecting the first? In the case of Selenium Locators to learn about Xpath and CssSelector its good to practice the… Read more »

Sorting the Dynamic HTML Table List in Selenium WebDriver & Java

Sorting: In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most frequently used orders are numerical order and lexicographical… Read more »

Reading and Writing data to excel file using Apache POI

Refer to the below Links for Practise Collections in Java Complete List of Selenium Basics 50 Real Time Interview Questions Real Time Scenario’s Java Platform Standard Edition 8 Documentation Complete… Read more »

JavaScript Executor in Selenium WebDriver

Refer to the below Links for Practise Collections in Java Complete List of Selenium Basics 50 Real Time Interview Questions Real Time Scenario’s Java Platform Standard Edition 8 Documentation Complete… Read more »