All posts by Vinayak Sharma
• Automation • Selenium Python • Tutorial
How To Create Automated Web Bot With Selenium In 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 is one of the preferred test automation frameworks, primarily used for web automation testing. Though Selenium supports six popular programming languages, it can be used to weave magic with lesser implementation when … Continue reading How To Create Automated Web Bot With Selenium In Python
November 5, 2021
278525 Views
16 Min Read
• Automation • Cheat Sheet • Selenium Python • Tutorial
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
92453 Views
17 Min Read
• Cheat Sheet • Selenium Tutorial • Tutorial
Most Exhaustive XPath Locators Cheat Sheet
The Selenium framework lets you interact with the WebElements in the DOM. For realizing the interaction(s), it is important to choose the appropriate locator from the available Selenium web locators.
July 19, 2021
106026 Views
8 Min Read
• Automation • Selenium Python • Tutorial
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
249517 Views
10 Min Read
• Automation • Selenium Python • Tutorial
How To Perform Selenium and Python Web Scraping
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. There selenium and Python Web Scraping is one of the most used combination for smarter data collection and intelligent analysis. ‘Data is … Continue reading How To Perform Selenium and Python Web Scraping
June 7, 2021
163336 Views
10 Min Read