Python Selenium Tutorial #3 - Page Navigating and Clicking Elements

preview_player
Показать описание
In this selenium tutorial for python I cover how to navigate to pages and click on links and buttons with a selenium script. These tools allow us to navigate to the next and last page and click links and other buttons that are present in the HTML.

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

⭐ Tags ⭐
- Tech With Tim
- Python Tutorials
- Selenium Tutorial
- Selenium Python
- Selenium Click
- Click Elements Selenium
- Page Navigation Selenium
- Navigate Pages Selenium

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

November 2022 note: I just found out after three horus of troubleshooting that the command "find_element_by_*" has been removed since this vid was published. I got the example at 3:07 to work by changing it to "find_element ("link text", "Python Programming").
Hope this helps anyone else who comes accross this.

Anyway: Thanks for the Tutorial, as a complete beginner programmer (learned Python only a month ago) this was so helpful. For my own research needs I had to quickly learn about using Selenium with BeautifulSoup for java rendered sites and your explanations were so helpful, I couldn't manage to learn all this so quickly without people like you :)

LyraVienna
Автор

Corey Schafer and Tech with Tim best channels for Python.

asadkhan
Автор

Dude, I don't know how old you are but your teaching skills are AMAZING!! I'm only halfway through your series and I just have to thank you for your crystal clear explanations and step-by-step approach... Please keep the level of detail you currently have behind your explanations, it's what I find specifically helpful with you. Cheers!!

nicolasperez
Автор

Thanks Tim. I really appreciated not just the informative information on how Selenium works but the key important and ethical statements you make around correct use of webpages and respecting their guidelines on web scraping tools 👍

PlatorAI
Автор

This series is amazing! It is just what I had been looking for and couldn't find. Thank you so much!

pablodibildox
Автор

In the sow-button-19310003, it's better off to ignore the integer part of the id, because sometimes those numbers might be dynamic and may change on each refresh or each session. instead in that case it's better to use xpath with contains() method to partial selection of the id suitably

SuperSuneel
Автор

I learned for inputs you can save a line of code if you just put "\n" at the end of the line instead of typing

New line("\n") counts as an enter press

Mythikal
Автор

Tim, your webpage is full of ads rn, every part of it. So it's not too easy test code there.

Zaidibeth
Автор

waiting for the next one. Thanks for doing this series on Selenium.

pallaviagrawal
Автор

You have an ad that automatically pops up on the Beginner Python Tutorials page. Kind of kills the tutorial. Otherwise, very decent.

TheJunkmailbot
Автор

You have an ad that automatically pops up on the Beginner Python Tutorials page and I can't close him

ofeliacarmendragan
Автор

It’s very helpful to understand and learn how to use selenuim from the scrach.
Thank u so much!

leeahrim
Автор

Fantastic content. You sir, are a champion. May the world bless Timmy McTim w/ good fortune. He hath earned it!

kigakiku
Автор

Hi Tim,

Awesome video tutorial!
I can't seem to bypass your ads when i press a link .
i would love a video on how to click "close" on a iFrame google ad window.
Hopefully you see this and can update.

takojayflames
Автор

Love the tutorial and the channel in general. A video about Big O notation and some tips to reduce time complexity would be amazing.

martinmauricioalarconbarra
Автор

Now it works but when we are going to your website we've got an ad which interfere with your example. Delete Ads please on your website or rebuild your tutorial for the page which not consist any advertisements. Otherwise thanks!

ruslanshamsiev
Автор

I see you have ads on this link we click, very smart!

AwB
Автор

Again Amazing explanation, I am learning a lot from you. Thanks a lot.

ramizquliyev
Автор

Thank you so much. Your selenium tutorials are amazing.

obamacheeseburger
Автор

Thanks for making this videos! they are great help

vicentecoopman