Meet Travis - Your AI-Powered tutor

Learn more about Selenium with these recommended learning resources

Selenium in Action

 Towards Data Science

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 Science

Major Challenges While Using Selenium With Python

 The Pythoneers

And How to Tackle them smartly Continue reading on The Pythoneers

Read more at The Pythoneers

Basic actions using Selenium in Python

 Analytics Vidhya

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 Vidhya

The Beginner’s Guide to Selenium With Python

 Better Programming

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 Programming

Getting Started with Selenium WebDriver for Web Scraping Using Python

 Analytics Vidhya

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 Vidhya

13 Selenium Commands Every Developer Must Know

 Python in Plain English

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

 Python in Plain English

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

 Python in Plain English

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

 Towards Data Science

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

 Python in Plain English

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

 Level Up Coding

Learn Selenium Coding with These Tips Continue reading on Level Up Coding

Read more at Level Up Coding

Unravelling Selenium-Wire

 Python in Plain English

A Revolution in Web Scraping Continue reading on Python in Plain English

Read more at Python in Plain English

Automation testing, scraping and more with Selenium and Python.

 Analytics Vidhya

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 Vidhya

Meet Selenium: The Perfect Tool for Web User Interface Automation

 Python in Plain English

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 English

Automate with Selenium

 Python in Plain English

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?

 Analytics Vidhya

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

 Analytics Vidhya

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 Vidhya

An Introduction to Selenium and Beautiful Soup

 Analytics Vidhya

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 Vidhya

Selenium with Python: Web Automation

 Analytics Vidhya

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?

 Towards Data Science

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

 Better Programming

Learn basic website test automation in minutes Continue reading on Better Programming

Read more at Better Programming

How to use Selenium to automate everything in the browser

 Python in Plain English

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 English

Automate with Selenium (Part 2)

 Python in Plain English

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

 Better Programming

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