Category Archives: Selenium Python

How to Close

Selenium TutorialSelenium JavaSelenium PythonSelenium WebDriver

Learn To Close Browser Tabs In Selenium Python And Java

If you have landed here, you must be familiar with the basics of the automation testing framework, Selenium. Selenium automation offers various methods to mimic user interaction with testing scripts.

March 21, 2024

view count267151 Views

Read time21 Min Read

Top 7 Python Frameworks for Automation Testing (2)

Selenium Python

7 Top Python Frameworks for Automation Testing [2024]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. One of the several reasons for the popularity of Python is the extensive support of test automation frameworks.

March 7, 2024

view count71060 Views

Read time17 Min Read

39 Most Popular Python Frameworks In 2023

Selenium Python

39 Top Python Frameworks To Look For In 2024

When building software applications, developers typically use programming languages that align with their needs and preferences, such as Java, Python, C#, and others.

March 7, 2024

view count58546 Views

Read time56 Min Read

11 Best Python Testing Frameworks To Look For In 2023

AutomationSelenium PythonTesting Strategies

10 Best Python Testing Frameworks To Look For In 2024

Python has experienced a remarkable surge in 2023, solidifying its status as the fastest-growing programming language, a fact validated by Stack Overflow’s Developer Survey.

March 3, 2024

view count310990 Views

Read time16 Min Read

Mastering Web Automation

AutomationSelenium Python

Mastering Web Automation With Python Selenium On Chrome

Python is the third most preferred programming language, according to StackOverflow Survey 2023. It is easy to learn, versatile, and has a large developer community.

February 12, 2024

view count215278 Views

Read time27 Min Read

How to Automate WhatsApp Messages Using Python

Selenium PythonAutomationTutorial

How to Automate WhatsApp Messages Using Python

Effective communication remains critical in the vast and intricate landscape of software development and testing. Whether sharing real-time test results, flagging discrepancies, or coordinating among distributed teams, fast and clear communication can often determine a project’s success and its downfall.

January 20, 2024

view count183828 Views

Read time29 Min Read

How To Execute JavaScript In Selenium Python

Selenium PythonAutomationTutorial

How To Execute JavaScript In Selenium Python

Directly accessing the DOM through JavaScript gives you the upper hand in testing dynamic websites. As an automation testing engineer, you are automating the testing of a dynamic web application, and you encounter a scenario where Selenium’s standard methods fall short.

December 12, 2023

view count236697 Views

Read time28 Min Read

pytest asyncio to Reduce Test Execution Time

Selenium PythonLambdaTest SpartansVoices of Community

Using pytest asyncio to Reduce Test Execution Time

Test execution time refers to the duration it takes for a suite of tests to run within the software testing process. This aspect profoundly impacts various stages of the development life cycle.

November 30, 2023

view count66242 Views

Read time7 Min Read

Selenium wait for page to load

Selenium PythonAutomationTutorial

Use Selenium wait for page to load with Python [Tutorial]

One of the primary requisites to automate interactions with a WebElement in the DOM is that it should be visible and interactable.

November 14, 2023

view count390661 Views

Read time16 Min Read

How to Run Headless Browser in Python and Selenium

Selenium PythonAutomationTutorial

How to Run Headless Browser in Python and Selenium

Traditional browsers with GUIs consume a lot of system resources when at scale. Also, it requires a visible window to render web pages, which can slow down test execution and limit scalability.

November 10, 2023

view count193368 Views

Read time23 Min Read