Selenium Python Tutorial for beginners | Selenium in 7 Minutes

preview_player
Показать описание
Do you want to learn how to use Selenium with Python! Then you have come to the right place! In this tutorial we install Selenium and the Chrome driver and build our first Selenium project!

⭐️ All links in the video ⭐

⭐️ Scroll through the video ⭐
00:00:16 Download and install the Chrome driver
00:01:17 Create PATH variable for Windows
00:01:45 Install the Selenium library for Python
00:02:08 Import the Selenium library
00:03:07 How to open web page in Selenium?
00:03:23 How to find element in Selenium on element ID?
00:03:59 How to type in text field in Selenium?
00:05:23 How to find element in Selenium based on CSS Class?
00:05:50 How to click on element with Selenium?
00:06:07 How to maximize screen in Selenium?
00:06:23 How to scroll to bottom page in Selenium?

⭐️ Follow me ⭐
📷 Instagram: tomstechacademy

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

Hey, thankfully most of the things said in this video work... could there be an explanation towards advanced css-selections? I'm struggling to find elements on a pagewhich do not have any id + classes don't work and x-path as well :(

alphaaaa
Автор

Doens't work for me... I am selecting by ID on google or Youtube but the keys I send simply don't appear

al