Category Archives: Selenium Python

How To Generate Pytest Code Coverage Report

Selenium PythonTutorial

How To Generate Pytest Code Coverage Report

The software quality level depends on how much you test. But it’s not unusual to miss some code parts or testing requirements during testing. This might result in bug or defect leakages if left unchecked. Code coverage helps you audit your test suite to determine which parts of your application are missing under test.

February 17, 2023

view count120886 Views

Read time22 Min Read

How To Use Playwright For Web Scraping with Python

Selenium PythonPlaywright TestingTutorial

How To Use Playwright For Web Scraping with Python

In today’s data-driven world, the ability to access and analyze large amounts of data can give researchers, businesses & organizations a competitive edge. One of the most important & free sources of this data is the Internet, which can be accessed and mined through web scraping.

January 4, 2023

view count62448 Views

Read time28 Min Read

Guide To Find Index Of Element In List with Python Selenium

AutomationSelenium PythonTutorial

Guide To Find Index Of Element In List with Python Selenium

In an ideal world, you can test your web application in the same test environment and return the same results every time. The reality can be difficult sometimes when you have flaky tests, which may be due to the complexity of the web elements you are trying to perform an action on your test case.

December 22, 2022

view count133783 Views

Read time3 Min Read

How To Automate Mouse Clicks With Selenium Python

Selenium PythonAutomationTutorial

How To Automate Mouse Clicks With Selenium Python

Sometimes, in our test code, we need to handle actions that apparently could not be done automatically. For example, some mouse actions such as context click, double click, drag and drop, mouse movements, and some special key down and key up actions. These specific actions could be crucial depending on the project context.

November 9, 2022

view count289824 Views

Read time23 Min Read

How To Download File Using Selenium Python?

Selenium PythonAutomationTutorial

How To Download File Using Selenium Python

Although browsers such as Firefox and Chrome have made downloading files easier, these downloads depend on users visiting a website and manually clicking a download button. This can be a problem if the user is interested in downloading multiple files.

August 12, 2022

view count507073 Views

Read time15 Min Read

How To Handle Errors And Exceptions In Selenium Python

Selenium PythonAutomationTutorial

How To Handle Errors And Exceptions In Selenium Python

In the world of automation testing, Selenium is a free and open-source framework used to perform web application testing in web browsers like Chrome, Safari, Firefox, Opera, and Edge. You can write Selenium IDE tests using various programming languages such as Python, Java, JavaScript(Node.js), Kotlin, Ruby, PHP, and C#.

July 20, 2022

view count586266 Views

Read time19 Min Read

How To Automate Filling In Web Forms With Python Using Selenium

Selenium PythonAutomationTutorial

How To Automate Filling In Web Forms With Python Using Selenium

Test automation has become essential in all software development projects due to agile business needs that increasingly require faster development and delivery. Also, automating frontend tests has become commonplace in the daily lives of software quality professionals.

July 13, 2022

view count549242 Views

Read time17 Min Read

How To Get Current URL In Selenium Python

Selenium PythonAutomationTutorial

Selenium with Python Tutorial: How to Get Current URL with Python

If you use Selenium WebDriver, you probably know that there are many methods to perform specific actions or interact with elements on a web page. The Selenium Python module gives you the methods you need to be able to automate many tasks when working with a web browser online.

June 29, 2022

view count156035 Views

Read time14 Min Read

Selenium with Python Tutorial: Creating Automated Web Bot

AutomationSelenium PythonTutorial

How To Create Automated Web Bot With Selenium In Python

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Selenium is one of the preferred test automation frameworks, primarily used for web automation testing. Though Selenium supports six popular programming languages, it can be used to weave magic with lesser implementation when … Continue reading How To Create Automated Web Bot With Selenium In Python

November 5, 2021

view count266965 Views

Read time15 Min Read

Selenium Python Tutorial

Selenium PythonAutomationTutorial

Selenium Python Tutorial: A Python Automation Testing Guide with examples

Python is a programming language that needs no introduction! It is one of the most preferred languages when it comes to projects involving Machine Learning (ML), Artificial Intelligence(AI), and more.

October 1, 2021

view count214527 Views

Read time27 Min Read