Python Selenium Full Series - Explicit vs Implicit [Web Bots and Testing]

#Selenium #Python #SeleniumTutorial 👍Welcome to my Selenium tutorial This Series is going to include all the information you need to develop Testing projects and Bot Projects, using the Selenium framework. I am going to go deeper into each topic by explaining the basics and developing 2 real-life projects. In this video, we will compare implicit and explicit waits. Connect with me with: Instagram:   / jimshapedcoding   E-mail: [email protected] Twitter :   / jimshapedcoding   Discord :   / discord   👍 Subscribe for more Python tutorials like this:    / @jimshapedcoding   🔥 Comment below on other topics you want to see tutorials next on my Channel. ----------------------------------------------- My website: http://www.jimshapedcoding.com Useful Links: Python Download - https://www.python.org/downloads/ Pycharm Download - https://www.jetbrains.com/pycharm/dow... Selenium Documentation - https://selenium-python.readthedocs.io/ A Stackoverflow question I liked to read to understand how it works - https://stackoverflow.com/questions/1... All the Explicit waits - https://selenium-python.readthedocs.i... Copied and Pasted during the video: The website I used - https://www.seleniumeasy.com/test/jqu... Code from Github: https://github.com/jimdevops19/Seleni... 🎥 My YouTube Gear 🎥 Camera (Canon EOS 250D) : https://amzn.to/314euVC Microphone (Rode NT-Mini) : https://amzn.to/3bDqEer Headphones (JBL LIVE 500BT) : https://amzn.to/3e73MDS Tripod (Neewer Portable Tripod) : https://amzn.to/2OXleC6 Desklight(AUKEY Cordless Lamp): https://amzn.to/2QaYT4A Keyboard ( Razer Blackwidow Green Switch ) : https://amzn.to/3bExDnu Mouse ( Razer LanceHead ) : https://amzn.to/3if0JuV Lights ( Neewer 2-Pack Dimmable ): https://amzn.to/3oFN1DP Timeline for the video: 00:00 - 02:46 - Why implicit wait is special? 02:47 - 06:11 - Why do we need Explicit wait? 06:12 - 13:00 - How to use Explicit waits?