Selenium using Python, Web Scraping, Part 1 || Automate boring stuff

preview_player
Показать описание
#selenium #python #automateboringstuff

Learn selenium and start creating your own scrapers.

In this video we will cover below-mentioned topics:

00:00 Introduction
01:00 Installation
01:20 Web-drivers
04:15 Starting with Web scraping
05:56 Finding element by name
08:04 Finding element by XPath
10:08 Finding element by Class
13:58 Filling Forms using Selenium
18:48 Action Chain in Selenium
20:20 Drag and Drop in Selenium
22:36 Screen-shot in Selenium

Рекомендации по теме
Комментарии
Автор

This is great! It helped me automate some work stuff.

mohammedsalih
Автор

Thanks for the session . One question please how to find whether scrapping a website is legal or iilegal

harshavardhanasrinivasan
Автор

after installing python and setting up environment when i am trying to import selenium i am getting the error as module not found pls help

letslearndatasciencetogeth
Автор

I'm getting this big error "Message: 'chromedriver.exe' executable needs to be in PATH" when I execute wb.Chrome(''chromedriver.exe)
To confirm I'm using Jupyter in Microsoft Edge. What must I do?

ChandraShekhar-dscp