Meet Travis - Your AI-Powered tutor
Learn more about Selenium with these recommended learning resources

Selenium in Action
Many of you probably have played with web scraping in Python before. There are several Python packages to extract website information based on the webpage (HTML) elements; some examples are…
Read more at Towards Data ScienceMajor Challenges While Using Selenium With Python
And How to Tackle them smartly Continue reading on The Pythoneers
Read more at The PythoneersBasic actions using Selenium in Python
Selenium is an open-source framework used primarily in the industry for automation testing of web applications. It can be used with different programming languages, of which Java and Python are used…
Read more at Analytics VidhyaThe Beginner’s Guide to Selenium With Python
By its formal definition, “Selenium is a suite of tools for automating web browsers”, and that is really what it is. While I think some people might have misunderstood it as a testing tool as I did…
Read more at Better ProgrammingGetting Started with Selenium WebDriver for Web Scraping Using Python
Selenium is an open-source web-based automation tool. Python language and other languages are used with Selenium for testing as well as web scraping
Read more at Analytics Vidhya13 Selenium Commands Every Developer Must Know
The top commands we need to know when working with Selenium in Python. Photo by Fotis Fotopoulos on Unsplash In our last tutorial, we discussed why Selenium is the best automation tool and demonstrat...
Read more at Python in Plain English
First Look at Selenium in Python
In Python, there are two competing solutions for web scraping or interacting with web pages: BeautifulSoup and a binding for the Selenium framework. BeautifulSoup enables a user to break down an…
Read more at Python in Plain English
Test Automation in Python: Everything You Need to Know About Selenium
1\. Introduction Selenium is an open-source tool that automates web browsers. It provides a single interface that lets you write test scripts in various programming languages like Java, C, and, of co...
Read more at Python in Plain English
Top 3 Selenium Functions To Make Your Life Easier
With powerful tools, we create easy scripts in order to automate our everyday workflow. Learn about these basic functions that everyone should know about!
Read more at Towards Data Science
Intro to Selenium with Python
We all know how boring it could be doing the same tasks on our browsers every day. In today’s tutorial, I will demonstrate to you how to use selenium to automatically sign in to our Facebook account…
Read more at Python in Plain English
Tips for Coding with Selenium
Learn Selenium Coding with These Tips Continue reading on Level Up Coding
Read more at Level Up CodingUnravelling Selenium-Wire
A Revolution in Web Scraping Continue reading on Python in Plain English
Read more at Python in Plain EnglishAutomation testing, scraping and more with Selenium and Python.
Automation testing, scraping and more with Selenium and Python.. Selenium — once started as a browser extension and is now one of the most popular frameworks for testing web-based applications. In thi...
Read more at Analytics VidhyaMeet Selenium: The Perfect Tool for Web User Interface Automation
Welcome everyone to the new tutorial series about Selenium with Python. This is the first basic introduction video tutorial. Web UI Automation means the automatic execution of the actions performed…
Read more at Python in Plain EnglishAutomate with Selenium
When I started looking into the field of data science, I realized that one of the most important parts of it was data collection. To do this I started understanding Selenium and BeautifulSoup. Though…...
Read more at Python in Plain English
What if Selenium Could Do a Better Job Than Your Travel Agency?
Scrape Kayak with selenium Python. Use custom expected conditions, email automation, dynamic web selectors, droplists & sliders, scroll & take screenshots
Read more at Analytics Vidhya
Selenium Locators — A Detailed Guide
Selenium is one of the most popular option for developers to run automation tests for web applications. The Selenium suite got excellent flexibility — it allows developers/teams to run the tests on a…...
Read more at Analytics VidhyaAn Introduction to Selenium and Beautiful Soup
One of the many things you might have heard about while learning about python is web scraping. When I was working on a personal project, I had to collect weather data from multiple counties and…
Read more at Analytics VidhyaSelenium with Python: Web Automation
Selenium Python , web scraping , web bots, webdriver, web automation, how to create web bot, how to do web automation in python
Read more at Analytics Vidhya
How to use Selenium as life-saver when dealing with boring tasks?
If you are a developer then probably you do not need an intro to selenium. Selenium is a powerful tool built to interact with the web server for processing requests in a programmatic way. It is used…
Read more at Towards Data Science
How to Use Selenium to Simulate Manual Actions for Website Tests in Python
Learn basic website test automation in minutes Continue reading on Better Programming
Read more at Better ProgrammingHow to use Selenium to automate everything in the browser
There’s a lot we can do with Selenium. A seemingly simple web-automation tool can quickly become an incredibly powerful data scraping, we will learn how.
Read more at Python in Plain EnglishAutomate with Selenium (Part 2)
Usually, when you visit a page, the same class names or IDs (or locators) are used throughout to style elements that have the same features. As a result, we can use these locators to scrape all of…
Read more at Python in Plain English
One Simple Addition to a Selenium Test Framework To Make It More Robust and Reliable
Just by wrapping the selenium execute function with our own version of it, you can make your test framework more robust and your tests much more reliable Photo by Shubham Dhage on Unsplash While sele...
Read more at Better Programming- «
- ‹
- …