Python Automation Series #12 : How to automate your Web Browser with Selenium ?

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.o... Firefox: https://github.com/mozilla/geckodrive... Safari: https://webkit.org/blog/6900/webdrive... 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-... DEV profile : https://dev.to/bekbrace Github profile: https://github.com/BekBrace