Category Archives: Selenium Python

Selenium Python cheat sheet

AutomationCheat SheetSelenium PythonTutorial

The Ultimate Selenium Python Cheat Sheet for Test Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing and Selenium Python Tutorial. Python is one of the most popular programming languages for Selenium web automation since it provides a simplified syntax and lets you perform more with much less code! Thus, Python … Continue reading The Ultimate Selenium Python Cheat Sheet for Test Automation

August 16, 2021

view count83402 Views

Read time17 Min Read

AutomationSelenium PythonTutorial

How to Read Config File in Python using Selenium with Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Before starting with this tutorial on Python read config file let’s understand Selenium. Selenium is one of the best automation tools used for running automated tests through which you can perform relevant actions … Continue reading How to Read Config File in Python using Selenium with Examples

July 16, 2021

view count244735 Views

Read time10 Min Read

Selenium with Python Tutorial: Adding Extensions in Firefox for Testing

Selenium PythonTutorial

Selenium with Python: A Tutorial on Adding Firefox Extensions

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Modern browsers are equipped with all sorts of functionalities, i.e., from bookmarks to GPS location tracking, developer tools, and more. Almost all the modern web browsers have immense capabilities – Firefox has inbuilt … Continue reading Selenium with Python: A Tutorial on Adding Firefox Extensions

June 9, 2021

view count71022 Views

Read time8 Min Read

AutomationSelenium PythonTutorial

How To Perform Selenium and Python Web Scraping

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. As per Stack Overflow Survey 2020, Python holds the fourth position in the preferred programming languages category. Moreover, it is supported across a wide range of test automation frameworks, including the Selenium framework. … Continue reading How To Perform Selenium and Python Web Scraping

June 7, 2021

view count157810 Views

Read time11 Min Read

JavaScript Alert in Selenium WebDriver

JavaScriptSelenium PythonTutorial

JavaScript Alert in Selenium WebDriver Using Python

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Alert windows are widely used across websites where an alert message acts as a mode to ‘interrupt’ the current flow of the user journey. A simple example of a JavaScript alert would be … Continue reading JavaScript Alert in Selenium WebDriver Using Python

May 31, 2021

view count112744 Views

Read time12 Min Read

Selenium PythonAutomationTutorial

Getting Started With Nose2 in Python [Tutorial]

Nose2 is a popular test runner in Python that can detect the unit tests in your project and execute them. If you are familiar with unittest – Python’s standard library and prefer the same over other test automation frameworks in Python, then you should have a brief look at Nose2 Python.

April 21, 2021

view count105513 Views

Read time18 Min Read

Nose In Python

Selenium PythonAutomationTutorial

Getting Started With Nose In Python [Tutorial]

A challenge that many developers face in Selenium test automation is choosing the right test framework that can help them come up with automated tests with minimal (or no) requirement of boilerplate code.

April 16, 2021

view count97425 Views

Read time16 Min Read

Parameterization In Pytest

Selenium PythonAutomationTutorial

How To Do Parameterization In Pytest With Selenium?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial and Selenium pytest Tutorial. Incorporating automated testing as a part of the testing accelerates the testing process so that issues can be identified & fixed faster. At the initial stages of product development, … Continue reading How To Do Parameterization In Pytest With Selenium?

March 20, 2021

view count169227 Views

Read time25 Min Read

Page-Object-Model-In-Selenium-Python

Selenium PythonAutomationTutorial

Page Object Model (POM) In Selenium Python

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Automation Testing is an integral part of the testing process. The primary objective of any type of testing process (automation or manual) is to improve the product quality by reporting bugs & getting … Continue reading Page Object Model (POM) In Selenium Python

March 11, 2021

view count109813 Views

Read time18 Min Read

Switch Tabs In A Browser Using Selenium Python

Selenium PythonAutomation

How To Switch Tabs In A Browser Using Selenium 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 automation offers dexterous ways to perform day-to-day tasks most efficiently. From capturing screenshots to testing PDF files, there’s no limit to what you can do with Selenium automation. Developers and testers are … Continue reading How To Switch Tabs In A Browser Using Selenium Python?

December 23, 2020

view count148738 Views

Read time17 Min Read