Python Selenium Tutorial #5 - Navigation & Explicit Waits Example

preview_player
Показать описание
In today's video, we continue with our Python Selenium Tutorial Series! In this video I talk you through an explicit wait example in Selenium as well as some awesome navigation features!🔔NEW videos, tutorials and projects EVERY week so subscribe and hit the bell button so you don't miss an update!

▶️Text Your Friend the Entire Script of Shrek - SPAM Bot - Tutorial:

▶️TikTok Liker Bot - Tutorial:

▶️Watch my full Python tutorial course here:

▶️Watch my full NumPy tutorial course here:

🔗 Social Media Links 🔗

⭐️ Hashtags ⭐️
#CodeOfTheFuture #WomenWhoCode #Python #Coding #Programming #Tutorials

💸 Donations 💸
⬇️Any donations are gratefully received & all donations go straight back into this channel!⬇️
Рекомендации по теме
Комментарии
Автор

Thanks for this series. I found this series very helpful. This series should get more attention.

kaezel
Автор

Thanks for this series, people like me waiting for more lessons on Python Selenium Automation, as it was interesting.

allanshaun
Автор

Great series. I was able to scrape my first element with Selenium thanks to this series. Have you thought about adding a video to explain how to actually scrape different types of data once they are located? I spent a week or two banging my head against the wall before it was explained to me that I should not be printing the element but rather the text attribute of that element.

Shibu
Автор

I learned a ton about navigating even password protected websites from your Selenium series. Have you considered continuing on with how to scrape dynamic tables either with Selenium or Pandas? I wanted to know if this should be done with Selenium. Googling “web scrapping dynamic tables with Selenium” produced a lot of posts with recommendations for Pandas.

Shibu