All posts by Eugene Kwaka
How To Handle WebElements In Selenium Python
Selenium automation testing is the common term used to describe a test run using Selenium. When it comes to automation testing, Selenium is a popular open-source testing tool used to automate different web browsers, such as Chrome, Firefox, Microsoft Edge, and Safari, among others, across multiple platforms.
March 31, 2023
181988 Views
27 Min Read
• Automation • Tutorial
How To Handle Multiple Windows In Selenium Python
Automating testing is a crucial step in the development pipeline of a software product. In an agile development environment, where there is continuous development, deployment, and maintenance of software products, automation testing ensures that the end software products delivered are error-free.
October 20, 2022
262759 Views
20 Min Read
• Selenium Python • Automation • Tutorial
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
594222 Views
19 Min Read