Selenium Python Articles

77 articles found in Selenium Python

Selenium Webdriver with Python : A Detailed Guide for Automation
Selenium Webdriver with Python : A Detailed Guide for Automation

Follow our comprehensive Selenium with Python tutorial. Learn how to set it up correctly and start using Selenium with Python for automation.

Himanshu Sheth

Himanshu Sheth

February 17, 2026

31 min read

A Complete Guide to Python End Parameter
A Complete Guide to Python End Parameter

The Python end parameter, a lesser-known feature of the Python print() function, controls each output's concluding character or string. Customize output and enhance code readability effortlessly using the Python end parameter in Python test automation.

Paulo Oliveira

Paulo Oliveira

February 17, 2026

53 min read

Page Object Model (POM) In Selenium Python | TestMu AI (Formerly LambdaTest)
Page Object Model (POM) In Selenium Python | TestMu AI (Formerly LambdaTest)

Page object model avoids code duplication and improves test maintenance. Read now and learn how to implement the POM design pattern in Selenium Python.

Himanshu Sheth

Himanshu Sheth

February 17, 2026

23 min read

11 Best Python Testing Frameworks To Look For In 2026
11 Best Python Testing Frameworks To Look For In 2026

Discover top Python testing frameworks for 2026. Elevate your testing processes with these 11 best Python testing frameworks.

Upendra Prasad Mahto

Upendra Prasad Mahto

February 8, 2026

24 min read

7 Top Python Automation Frameworks [2026] | TestMu AI (Formerly LambdaTest)
7 Top Python Automation Frameworks [2026] | TestMu AI (Formerly LambdaTest)

Which are the top Python automation frameworks for Testing? We'll help you choose the right one for your Selenium automation testing needs. Find out more.

Aditya Dwivedi

Aditya Dwivedi

February 8, 2026

29 min read

Run Your PyUnit Script With Selenium Automation Testing | TestMu AI (Formerly LambdaTest)
Run Your PyUnit Script With Selenium Automation Testing | TestMu AI (Formerly LambdaTest)

PyUnit script with Selenium is an effective way to automate testing. With the PyUnit script, you can easily run tests, debug errors, and analyze test results.

Harshit Paul

Harshit Paul

January 31, 2026

18 min read

How To Generate XML Reports In pytest? | TestMu AI (Formerly LambdaTest)
How To Generate XML Reports In pytest? | TestMu AI (Formerly LambdaTest)

​​This blog delves into the benefits of test reporting and how to generate XML reports in pytest.

Jolive Hodehou

Jolive Hodehou

January 30, 2026

24 min read

Selenium with Python Tutorial: Adding Extensions in Firefox for Testing
Selenium with Python Tutorial: Adding Extensions in Firefox for Testing

In this Selenium Python tutorial, we deep dive into how you can add extensions in Firefox using the Selenium automation framework. It is one of the swiftest ways to add the required Firefox extensions by leveraging the potential of Selenium & Python.

Nishant Choudhary

Nishant Choudhary

January 30, 2026

14 min read

How to Take Screenshots in Python Using Selenium | TestMu AI (Formerly LambdaTest)
How to Take Screenshots in Python Using Selenium | TestMu AI (Formerly LambdaTest)

Learn how to use Python screenshots for efficient software testing and development processes. Enhance your UI and speed up error identification.

Paulo Oliveira

Paulo Oliveira

January 27, 2026

41 min read

Selenium Python Tutorial: Getting Started With BDD In Behave | TestMu AI (Formerly LambdaTest)
Selenium Python Tutorial: Getting Started With BDD In Behave | TestMu AI (Formerly LambdaTest)

Python Behave, a BDD framework, helps in writing test cases in simple language. Learn, what is BDD, how to run tests scripts with behave and it's importance.

Himanshu Sheth

Himanshu Sheth

January 27, 2026

35 min read

Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python
Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python

Explore our comprehensive Python ConfigParser Tutorial, a complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.

Jolive Hodehou

Jolive Hodehou

January 22, 2026

28 min read

Guide To Find Index Of Element In List with Python Selenium | TestMu AI (Formerly LambdaTest)
Guide To Find Index Of Element In List with Python Selenium | TestMu AI (Formerly LambdaTest)

This tutorial will help you find index of element in list with Python Selenium

Jolive Hodehou

Jolive Hodehou

January 22, 2026

17 min read

How To Download File Using Selenium Python | TestMu AI (Formerly LambdaTest)
How To Download File Using Selenium Python | TestMu AI (Formerly LambdaTest)

Unlock efficient testing with our comprehensive guide on downloading files using Selenium in Python.

Jolive Hodehou

Jolive Hodehou

January 22, 2026

23 min read

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

A Selenium with Python guide which involves setting a test environment using Pytest. This tutorial will help you get current URL in Selenium Python using the Pytest framework.

Jolive Hodehou

Jolive Hodehou

January 22, 2026

18 min read

How to Use For Loop In Robot Framework
How to Use For Loop In Robot Framework

For loop in Robot Framework helps you deal with repetitive tasks, enhancing test coverage while keeping your test cases readable and easy to maintain.

Paulo Oliveira

Paulo Oliveira

January 21, 2026

56 min read

Pytest Django Tutorial: Testing Your Django Apps With Selenium Pytest | TestMu AI (Formerly LambdaTest)
Pytest Django Tutorial: Testing Your Django Apps With Selenium Pytest | TestMu AI (Formerly LambdaTest)

This pytest Django tutorial will teach you how to test your locally hosted Django website on a cloud grid using Selenium.

Idowu (Paul) Omisola

January 19, 2026

43 min read

Automate Browser Testing with Selenium Opera in Python Easily | TestMu AI (Formerly LambdaTest)
Automate Browser Testing with Selenium Opera in Python Easily | TestMu AI (Formerly LambdaTest)

Opera may not be your default browser, but still has a market share of 2%. Here is a complete guide for Automated Browser Testing with Selenium Opera in Python.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

22 min read

Python sleep(): How to Use time.sleep() in Python | TestMu AI (Formerly LambdaTest)
Python sleep(): How to Use time.sleep() in Python | TestMu AI (Formerly LambdaTest)

Learn how to use Python sleep() function with time.sleep() for delays, pauses, and timing in your code with real-world examples.

Idowu (Paul) Omisola

January 13, 2026

24 min read

How to Wait in Python: Python Wait Tutorial With Examples | TestMu AI (Formerly LambdaTest)
How to Wait in Python: Python Wait Tutorial With Examples | TestMu AI (Formerly LambdaTest)

Learn how to pause code execution using Python waits with this step-by-step tutorial. Explore time.sleep, threading, and async waits with real-world examples.

Ini Arthur

Ini Arthur

January 13, 2026

23 min read

pytest Fixtures: A Detailed Guide With Examples | TestMu AI (Formerly LambdaTest)
pytest Fixtures: A Detailed Guide With Examples | TestMu AI (Formerly LambdaTest)

Learn about pytest fixtures, their benefits, and how they simplify test setup, teardown, and dependency management for efficient and reusable testing.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

27 min read

A Step-by-Step Robot Framework Tutorial
A Step-by-Step Robot Framework Tutorial

Master automation testing with Robot Framework Tutorial with Selenium and Python. Learn keyword-driven testing & achieve Agile, TDD goals with Robot Framework.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

46 min read

Python Automation Testing With Examples | TestMu AI (Formerly LambdaTest)
Python Automation Testing With Examples | TestMu AI (Formerly LambdaTest)

This blog explores Python automation testing for the front-end, offering insights to leverage Python for automating both simple and complex scenarios effectively..

Himanshu Sheth

Himanshu Sheth

January 13, 2026

22 min read

How to Automate Filling In Web Forms With Python | TestMu AI (Formerly LambdaTest)
How to Automate Filling In Web Forms With Python | TestMu AI (Formerly LambdaTest)

In this tutorial, learn how to automate filling in web forms with Python and Selenium.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

17 min read

What Is Hypothesis Testing in Python: A Hands-On Tutorial | TestMu AI (Formerly LambdaTest)
What Is Hypothesis Testing in Python: A Hands-On Tutorial | TestMu AI (Formerly LambdaTest)

In this tutorial, explore the fundamentals of Hypothesis testing in Python. Learn various aspects, from basic usage to advanced strategies.

Jaydeep Karale

Jaydeep Karale

January 13, 2026

46 min read

How to Use Python URL Decode() Method In Selenium | TestMu AI (Formerly LambdaTest)
How to Use Python URL Decode() Method In Selenium | TestMu AI (Formerly LambdaTest)

Learn how to use the Python URL decode() method to manage the URLs to maintain security and improve the web development and testing process.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

35 min read

How to Use pytest Skip Test And XFail in Selenium | TestMu AI (Formerly LambdaTest)
How to Use pytest Skip Test And XFail in Selenium | TestMu AI (Formerly LambdaTest)

In this blog, discover the ins and outs of using pytest skip test functionality: single, conditional, CLI, and more!

Paulo Oliveira

Paulo Oliveira

January 13, 2026

29 min read

How to Handle Radio Buttons in Selenium Using Python | TestMu AI (Formerly LambdaTest)
How to Handle Radio Buttons in Selenium Using Python | TestMu AI (Formerly LambdaTest)

With this tutorial, learn different ways to locate and handle radio buttons in Selenium using Python.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

28 min read

Learn To Close Browser Tabs In Selenium Python And Java | TestMu AI (Formerly LambdaTest)
Learn To Close Browser Tabs In Selenium Python And Java | TestMu AI (Formerly LambdaTest)

Master the art of closing browser tabs in Selenium with Python and Java. Optimize your test automation with effective tab management.

Tanay Kumar Deo

Tanay Kumar Deo

January 13, 2026

41 min read

How to Automate WhatsApp Messages Using Python | TestMu AI (Formerly LambdaTest)
How to Automate WhatsApp Messages Using Python | TestMu AI (Formerly LambdaTest)

With this tutorial, learn how to automate WhatsApp messages using Python libraries with some real-world scenarios.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

45 min read

How To Execute JavaScript In Selenium Python | TestMu AI (Formerly LambdaTest)
How To Execute JavaScript In Selenium Python | TestMu AI (Formerly LambdaTest)

Executing JavaScript in Selenium is essential for intricate scenarios like gesture and animation simulations, asynchronous interactions, responsive scrolling, and more. With this Selenium Python tutorial, you will learn how to execute JavaScript in Selenium Python.

Idowu (Paul) Omisola

January 13, 2026

48 min read

Use Selenium wait for page to load with Python [Tutorial] | TestMu AI (Formerly LambdaTest)
Use Selenium wait for page to load with Python [Tutorial] | TestMu AI (Formerly LambdaTest)

Efficiently implement Selenium wait for page to load in Python with this tutorial. Enhance your web automation skills with precise waiting strategies.

Nishant Choudhary

Nishant Choudhary

January 13, 2026

26 min read

Headless Browser in Python and Selenium
Headless Browser in Python and Selenium

A headless browser in Python functions without a graphical user interface and can be controlled programmatically. Learn how to run the headless browser with Python and Selenium.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

35 min read

A Complete Guide to Web Scraping with Python
A Complete Guide to Web Scraping with Python

Learn web scraping with our guide on extracting data from websites using Python libraries PyUnit, pytest, and Beautiful Soup for static and dynamic sites.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

68 min read

How To Check If An Element Exists In Python Selenium | TestMu AI (Formerly LambdaTest)
How To Check If An Element Exists In Python Selenium | TestMu AI (Formerly LambdaTest)

Check if an element exists in Python Selenium with different techniques and methods and implement them for better understanding.

Idowu (Paul) Omisola

January 13, 2026

29 min read

Debugging Selenium pytest Failures
Debugging Selenium pytest Failures

Discover how to address Selenium pytest failures efficiently. Explore debugging techniques, best practices, and ensure a reliable test framework.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

36 min read

How to Write a Python Configuration File | TestMu AI (Formerly LambdaTest)
How to Write a Python Configuration File | TestMu AI (Formerly LambdaTest)

A Python configuration file is a file that typically contains settings, parameters, or configuration options for a Python program or application. This Selenium Python tutorial deep dives into key problems that can be effectively addressed by Python configuration files and elucidates their indispensable role in achieving successful test automation.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

72 min read

How to Handle pytest Timeouts | TestMu AI (Formerly LambdaTest)
How to Handle pytest Timeouts | TestMu AI (Formerly LambdaTest)

This Selenium Python tutorial deep dives into understanding pytest timeouts, including their configurations, handling exceptions, strategies, and best practices.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

46 min read

Use Cases of XPath Python In Selenium With Examples | TestMu AI (Formerly LambdaTest)
Use Cases of XPath Python In Selenium With Examples | TestMu AI (Formerly LambdaTest)

Learn how to use Python XPath with Selenium and it's functions using various examples and use cases.

Jainish Patel

Jainish Patel

January 13, 2026

36 min read

What is Monkey Patching in Python: A Complete Tutorial With Examples | TestMu AI (Formerly LambdaTest)
What is Monkey Patching in Python: A Complete Tutorial With Examples | TestMu AI (Formerly LambdaTest)

This Selenium Python tutorial deep dives into Monkey Patching in Python using Selenium, which can help achieve improved test coverage and higher confidence in the quality of the software applications.

Paulo Oliveira

Paulo Oliveira

January 13, 2026

55 min read

How To Press Enter Without WebElement In Selenium Python | TestMu AI (Formerly LambdaTest)
How To Press Enter Without WebElement In Selenium Python | TestMu AI (Formerly LambdaTest)

This blog demonstrates how to press enter without WebElement in Selenium Python using ActionChains and execute_script methods.

Idowu (Paul) Omisola

January 13, 2026

37 min read

Managing WebElements in Selenium with Python: A Practical Guide | TestMu AI (Formerly LambdaTest)
Managing WebElements in Selenium with Python: A Practical Guide | TestMu AI (Formerly LambdaTest)

In this article, learn how to handle WebElements in Selenium Python while performing automated browser testing.

Eugene Kwaka

Eugene Kwaka

January 13, 2026

48 min read

How To Use Playwright For Web Scraping with Python | TestMu AI (Formerly LambdaTest)
How To Use Playwright For Web Scraping with Python | TestMu AI (Formerly LambdaTest)

In this blog on using Playwright for web scraping, you will learn how to set up Playwright with Python and use it to scrape data from web pages.

Jaydeep Karale

Jaydeep Karale

January 13, 2026

43 min read

How To Create Automated Web Bot With Selenium In Python | TestMu AI (Formerly LambdaTest)
How To Create Automated Web Bot With Selenium In Python | TestMu AI (Formerly LambdaTest)

This Selenium Python tutorial deep dives into how to create an automated web bot in Selenium with Python; the learnings of which will be useful for multiple aspects of Selenium automation testing.

Vinayak Sharma

Vinayak Sharma

January 13, 2026

24 min read

Tutorial on Python Read Config File Using Selenium [With Example]
Tutorial on Python Read Config File Using Selenium [With Example]

This blog guides you on how to read a configuration file in Python using Selenium with examples and implementing the same on a cloud Selenium Grid.

Vinayak Sharma

Vinayak Sharma

January 13, 2026

17 min read

How To Perform Selenium and Python Web Scraping | TestMu AI (Formerly LambdaTest)
How To Perform Selenium and Python Web Scraping | TestMu AI (Formerly LambdaTest)

Learn Python Web Scraping with Selenium through a comprehensive tutorial. Discover how to extract relevant data from dynamic web pages Web Scraping with Python.

Vinayak Sharma

Vinayak Sharma

January 13, 2026

17 min read

How To Do Parameterization In Pytest With Selenium?
How To Do Parameterization In Pytest With Selenium?

In this Selenium Python tutorial, we will see how pytest.fixture, @pytest.mark.parametrize decorator and pytest_generate_tests() can be used for parameterization in pytest.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

40 min read

How To Switch Tabs In A Browser Using Selenium Python? | TestMu AI (Formerly LambdaTest)
How To Switch Tabs In A Browser Using Selenium Python? | TestMu AI (Formerly LambdaTest)

Selenium automation has made life much easier for automation testers, especially with cases like Python Selenium switch tab automation. In this blog, we dig deeper into how to perform Selenium switch tabs Python.

Nishant Choudhary

Nishant Choudhary

January 13, 2026

22 min read

How To Drag And Drop In Selenium With Python? | TestMu AI (Formerly LambdaTest)
How To Drag And Drop In Selenium With Python? | TestMu AI (Formerly LambdaTest)

Automating drag and drop in Selenium Python is the need of a devs hour. Stop wasting your time doing it manually and automate the entire process using Selenium with Python.

Nishant Choudhary

Nishant Choudhary

January 13, 2026

18 min read

Python with Selenium 4 Tutorial: Complete Guide with Examples | TestMu AI (Formerly LambdaTest)
Python with Selenium 4 Tutorial: Complete Guide with Examples | TestMu AI (Formerly LambdaTest)

A complete tutorial on using Python with Selenium 4 with examples and code. A guide to running web automation testing using Python with Selenium 4.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

41 min read

How To Take A Screenshot Using Python & Selenium?
How To Take A Screenshot Using Python & Selenium?

This tutorial will guide you how to use Selenium and Python to capture Python Selenium screenshots and check how your website is rendered over different browsers.

Nishant Choudhary

Nishant Choudhary

January 13, 2026

18 min read

PyTest Tutorial - Parallel Testing With Selenium Grid
PyTest Tutorial - Parallel Testing With Selenium Grid

Save time spent on Selenium test automation by running tests in parallel. Read our PyTest Turorial with easy-to-do steps and elaborate examples. Learn more.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

27 min read

How To Stop Test Suite after N Test Failures in Pytest? | TestMu AI (Formerly LambdaTest)
How To Stop Test Suite after N Test Failures in Pytest? | TestMu AI (Formerly LambdaTest)

At times test scenarios are inter-dependent and failure of one causes others to fail. Avoid such cases in this pytest tutorial with maxfail and @pytest.mark.incremental.

Himanshu Sheth

Himanshu Sheth

January 13, 2026

15 min read

How to Use a Web Crawler in Python | TestMu AI (Formerly LambdaTest)
How to Use a Web Crawler in Python | TestMu AI (Formerly LambdaTest)

Learn how to build a web crawler in Python using Requests, BeautifulSoup, and Scrapy. Handle static/dynamic content, follow best practices, and avoid getting blocked.

Himanshu Sheth

Himanshu Sheth

January 12, 2026

42 min read

Learn To Run Selenium Tests On Chrome With Selenium ChromeDriver | TestMu AI (Formerly LambdaTest)
Learn To Run Selenium Tests On Chrome With Selenium ChromeDriver | TestMu AI (Formerly LambdaTest)

Learn to download and setup Selenium ChromeDriver to effortlessly run Selenium tests on Chrome browser.

Urwashi Priya

Urwashi Priya

January 12, 2026

20 min read

Mastering Web Automation With Python Selenium On Chrome | TestMu AI (Formerly LambdaTest)
Mastering Web Automation With Python Selenium On Chrome | TestMu AI (Formerly LambdaTest)

Utilize Chrome and Python Selenium to master the art of web automation while following best practices for fluid, effective, and dependable automation.

Jainish Patel

Jainish Patel

January 12, 2026

43 min read

What is Pytest Coverage & Generate Pytest Coverage Report | TestMu AI (Formerly LambdaTest)
What is Pytest Coverage & Generate Pytest Coverage Report | TestMu AI (Formerly LambdaTest)

Learn what Pytest Coverage is and how to generate a Pytest Coverage report to track untested code and improve Python test reliability.

Idowu (Paul) Omisola

January 11, 2026

28 min read

Web Development Using Python: Top Frameworks With Best Practices | TestMu AI (Formerly LambdaTest)
Web Development Using Python: Top Frameworks With Best Practices | TestMu AI (Formerly LambdaTest)

Learn web development using Python with popular frameworks, libraries, and security features. Build fast, scalable, and robust web applications efficiently.

Risper Bevalyn

Risper Bevalyn

January 11, 2026

31 min read

Selenium Python Tutorial: Guide With Examples
Selenium Python Tutorial: Guide With Examples

In this Selenium Python tutorial, we deep dive into the essential aspects of Selenium and Python, the learnings of which will be instrumental in your web automation journey.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

27 min read

Getting Started With Python unittest.mock Library | TestMu AI (Formerly LambdaTest)
Getting Started With Python unittest.mock Library | TestMu AI (Formerly LambdaTest)

Learn Python unittest.mock for effective testing. This blog covers Mock, MagicMock, AsyncMock, patch(), and more to simplify test automation.

Ini Arthur

Ini Arthur

January 11, 2026

30 min read

Python tox: A Complete Tutorial | TestMu AI (Formerly LambdaTest)
Python tox: A Complete Tutorial | TestMu AI (Formerly LambdaTest)

Learn how to use Python tox for automated testing across multiple environments. This complete tutorial covers setup, configuration, and best practices.

Paulo Oliveira

Paulo Oliveira

January 11, 2026

25 min read

How to Run Parallel Tests Using Pabot With Robot Framework | TestMu AI (Formerly LambdaTest)
How to Run Parallel Tests Using Pabot With Robot Framework | TestMu AI (Formerly LambdaTest)

Learn how to perform parallel testing using Pabot with Robot Framework. Enhance efficiency and optimize your test automation workflow!

Himanshu Sheth

Himanshu Sheth

January 11, 2026

30 min read

8 Useful pytest Plugins for Python Automation | TestMu AI (Formerly LambdaTest)
8 Useful pytest Plugins for Python Automation | TestMu AI (Formerly LambdaTest)

Explore 8 useful pytest plugins to enhance your Python automation, boost test efficiency, add reporting, handle fixtures, and improve debugging.

Paulo Oliveira

Paulo Oliveira

January 11, 2026

21 min read

13 Python Automation Scripts for Developers and Testers | TestMu AI (Formerly LambdaTest)
13 Python Automation Scripts for Developers and Testers | TestMu AI (Formerly LambdaTest)

Check out the best Python automation scripts to boost productivity for developers and testers, covering tasks like handling WebElements and testing.

Ekemini samuel

Ekemini samuel

January 11, 2026

25 min read

Using pytest asyncio to Reduce Test Execution Time | TestMu AI (Formerly LambdaTest)
Using pytest asyncio to Reduce Test Execution Time | TestMu AI (Formerly LambdaTest)

In this article, learn different ways of managing test execution time and how pytest asyncio helps reduce test execution time.

Milos Kajkut

Milos Kajkut

January 11, 2026

13 min read

How To Setup And Install PhantomJS In Python: All You Need To Know | TestMu AI (Formerly LambdaTest)
How To Setup And Install PhantomJS In Python: All You Need To Know | TestMu AI (Formerly LambdaTest)

Learn how to set up and install PhantomJS in Python effortlessly. This guide provides the essentials you need to know for integrating PhantomJS in Python.

Jainish Patel

Jainish Patel

January 11, 2026

19 min read

How To Use Python For Random String Generation | TestMu AI (Formerly LambdaTest)
How To Use Python For Random String Generation | TestMu AI (Formerly LambdaTest)

Learn how to generate random strings using Python, a useful skill for tasks like password generation or test data creation.

Jainish Patel

Jainish Patel

January 11, 2026

33 min read

How To Handle Errors And Exceptions In Selenium Python | TestMu AI (Formerly LambdaTest)
How To Handle Errors And Exceptions In Selenium Python | TestMu AI (Formerly LambdaTest)

Efficiently manage errors in Selenium Python with expert tips. Learn to Handle Errors And Exceptions for seamless automation testing.

Eugene Kwaka

Eugene Kwaka

January 11, 2026

31 min read

The Ultimate Selenium Python Cheat Sheet for Test Automation | TestMu AI (Formerly LambdaTest)
The Ultimate Selenium Python Cheat Sheet for Test Automation | TestMu AI (Formerly LambdaTest)

Looking for a quick-start guide to Selenium Python commands for automation testing? Check out our Selenium Python cheat sheet that covers Selenium commands for web automation testing with Python.

Vinayak Sharma

Vinayak Sharma

January 11, 2026

31 min read

JavaScript Alert in Selenium WebDriver Using Python | TestMu AI (Formerly LambdaTest)
JavaScript Alert in Selenium WebDriver Using Python | TestMu AI (Formerly LambdaTest)

Handling popups and alerts is one of the common test scenarios that should be tested using Selenium WebDriver. In this tutorial series, we look at how to handle JavaScript alerts in Python.

Praveen Mishra

Praveen Mishra

January 11, 2026

20 min read

Getting Started With Nose2 in Python [Tutorial] | TestMu AI (Formerly LambdaTest)
Getting Started With Nose2 in Python [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Python Nose tutorial, we deep-dive into the Nose2 framework - the successor of the Nose framework. Like its predecessor, Nose2 also extends the unittest framework and can be used extensively for Selenium test automation.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

35 min read

Getting Started With Nose In Python [Tutorial] | TestMu AI (Formerly LambdaTest)
Getting Started With Nose In Python [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Python Nose tutorial, we deep-dive into the Nose framework, a test automation framework that extends unittest and further leverage Nose to perform Selenium test automation.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

27 min read

Pytest Guide: Running Multiple Test Cases in One File | TestMu AI (Formerly LambdaTest)
Pytest Guide: Running Multiple Test Cases in One File | TestMu AI (Formerly LambdaTest)

With pytest you can run multiple test cases from a single file, or even run selective tests with custom markers or by grouping tests. Learn more with this pytest tutorial!

Himanshu Sheth

Himanshu Sheth

January 11, 2026

23 min read

Selenium Python Tutorial: Getting Started With Pytest | TestMu AI (Formerly LambdaTest)
Selenium Python Tutorial: Getting Started With Pytest | TestMu AI (Formerly LambdaTest)

Perform simple and scalable automation tests with python and pytest. Learn how to run your Automation test script in with pytest in this Selenium Python.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

20 min read

Using Selenium And Python Hypothesis For Automation Testing | TestMu AI (Formerly LambdaTest)
Using Selenium And Python Hypothesis For Automation Testing | TestMu AI (Formerly LambdaTest)

A detailed look at the features of Hypothesis, a Python testing library, before performing automated cross browser testing with Python & Selenium by Hypothesis.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

27 min read

Effortlessly Run Selenium UnitTests in Parallel with Python | TestMu AI (Formerly LambdaTest)
Effortlessly Run Selenium UnitTests in Parallel with Python | TestMu AI (Formerly LambdaTest)

Are your automation tests for Python slowing you down? Speed them up with python unittest parallel testing in Selenium WebDriver with Python using unittest.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

23 min read

Webinar: Web UI Testing with Python and TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)
Webinar: Web UI Testing with Python and TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)

In this webinar, we will be going live with Andrew Knight(The “Automation Panda”), to help you perform extensive Web UI testing using Python and Selenium testing.

Harshit Paul

Harshit Paul

January 11, 2026

5 min read

Webinar: Web UI Testing with Python and TestMu AI
Webinar: Web UI Testing with Python and TestMu AI

In this webinar, we will be going live with Andrew Knight(The “Automation Panda”), to help you perform extensive Web UI testing using Python and Selenium testing.

Harshit Paul

Harshit Paul

October 16, 2019

6 min read