| by Arround The Web

How to Close a Browser in Selenium

Comprehensive tutorial on how to close a browser in Selenium using the close() and quit() methods to check whether the WebDriver session ID is alive or not.

Share Button
Read More
| by Arround The Web

Selenium GetText Method to Retrieve an Element

Practical tutorial on the getText() method and how it works using the Selenium framework to fetch and retrieve the innerText data of an element and its child.

Share Button
Read More
| by Arround The Web

SeleniumWeb Automation with Python

Practical tutorial on the use of Web Automation in Selenium with the Python language to allow an automatic testing of the website without human interaction.

Share Button
Read More
| by Arround The Web

Drag and Drop with Selenium

In this article, we will try to understand the Drag and Drop functionality of Selenium Web Driver, we will also understand how to use it and where to do so.

Share Button
Read More
| by Arround The Web

How to Check If an Element Exists in Selenium

Guide on the concept of how to find the existence of web elements in Selenium WebDrivers to determine whether an element exists or not using different methods.

Share Button
Read More
| by Arround The Web

How to Use Assert in Selenium

This article illustrates the use of the Assert method using the selenium framework to TestNG as well as any exceptions through an automatic control tool.

Share Button
Read More