Category Archives: Selenium Python
How To Get Page Source In Selenium Using Python?
Retrieving the page source of a website under scrutiny is a day-to-day task for most test automation engineers. Analysis of the page source helps eliminate bugs identified during regular website UI testing, functional testing, or security testing drills.
January 12, 2021
How To Switch Tabs In A Browser Using Selenium Python?
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 masters of drilling websites and finding loopholes.
December 23, 2020
The Most Detailed Selenium WebDriver Tutorial With Python
Selenium WebDriver is among one of the most popular tools when it comes to Web UI automation. The Selenium framework can be used with a wide range of programming languages such as Python, Java, C#, and more.
December 1, 2020
How To Drag And Drop In Selenium With Python?
Drag and Drop- one of the most beloved and commonly used gestures in the world of GUIs. Many actions are associated with drag and drop, including moving an object from one location to another to creating associations between them.
November 26, 2020
Selenium 4 With Python: All You Need To Know
Selenium 4 has been gaining significant traction since the release of its first Alpha version in April 2019. However, no official announcement has been made around the release date of the ‘final release’ of Selenium 4.
November 23, 2020
Why Python Is My Favourite For Test Automation?
When it comes to automating the test cases, one of the most difficult choices one has to make is to select the programming language that has good support for test automation. Python, Java, C#, Ruby, etc.
October 9, 2020
How To Take A Screenshot Using Python & Selenium?
The goto software framework for any web developer looking for an open-source, free test automation tool is Selenium. It is used with various programming languages, including Java, Python, PHP, Perl, and C#.
October 1, 2020
Robot Framework with Selenium and Python: All You Need to Know
With 5000+ stars and 1500+ forks on GitHub, Robot framework has been a go-to-option for many organizations who are aiming for Agile and Test Driven Development (TDD) where developers should write functional code only when there is a test that has failed.
September 16, 2020
Automated Browser Testing with Opera and Selenium in Python
When it comes to cross browser testing, we tend to focus on executing test cases for bigwigs like Google Chrome, Firefox, or Safari. What about the other browsers? What about Opera?
August 21, 2020
PyTest Tutorial – Parallel Testing With Selenium Grid
Selenium is one of the widely used test automation frameworks for automated browser testing. Selenium test automation is really helpful in testing websites or web apps on different combinations of browsers, operating systems, and devices.
June 15, 2020