In this tutorial, you will learn how to automate your browser using selenium automation tool, we will be working with Google Chrome; and we will automate logging-in Amazon website and searching for any Spiderman statue 🕷️.
Here are the links for the three most famous web browsers so you can download the "webdriver" :
Chrome: https://sites.google.com/a/chromium.org/chromedriver/downloads
Firefox: https://github.com/mozilla/geckodriver/releases
Safari: https://webkit.org/blog/6900/webdriver-support-in-safari-10/
The Selenium official website: https://www.selenium.dev
Video Contents 📝
00:00 Introduction.
01:54 Installing webdriver.
01:55 Importing the modules.
02:23 Writing the code.
08:52 First Demo for opening Chrome and logging in Amazon account.
10:38 Last Demo for opening Chrome , logging in Amazon account and searching for an item.
Github link : https://github.com/BekBrace/automate-your-google-chrome-browser
DEV profile : https://dev.to/bekbrace
Github profile: https://github.com/BekBrace
Download
0 formats
No download links available.
Python Automation Series #12 : How to automate your Web Browser with Selenium ? | NatokHD