Click Buttons and Type with Selenium | Python Selenium Tutorial [Part 2]

preview_player
Показать описание
Thank you for watching this tutorial on how to automate your chrome browser with Selenium using send keys and clicking HTML elements. Stay tuned for the next part where we will be discussing downloading items and headless chrome using Selenium.

Resources:

-----------------------------------------------------------------------------------------
Socials:

-----------------------------------------------------------------------------------------

Tutorial Tuesdays:

-----------------------------------------------------------------------------------------

Title: Click Buttons and Type with Selenium
#Python #Selenium
Рекомендации по теме
Комментарии
Автор

for everyone coming to this video after june 2022, xpath locator has been changed from driver.find_element_by_xpath to

driver.find_element

still figuring it out though.

Subtraxtt
Автор

After wasting over 5 hours watching other videos and trying to get this to work- yours was the only one I finally had success with. Super tutorial- thank you.

mikewaters
Автор

Could I theoretically have a webhook alert click a button in a browser window?

thefilmjerk
Автор

Hey, i have question... after i add the actionchain comment i got this error " File "C:\Users\max\OneDrive\Desktop\malwoandersprobieren.txt", line 2, in <module>
from import ActionChains
ModuleNotFoundError: No module named i have installed selenium with "pip install "selenium==3.141.0"". What should i do?

fynnxxn
Автор

Some of the commands your using are outdated since Selenium 4.0. An example can be "find_element_by_link_text" use "find_element"

techwithkuda
Автор

While doing the above click it shows below error
AttributeError: 'WebDriver' object has no attribute 'find_element_by_xpath'

aniketvishwakarma
Автор

thanks a million. this video was very helpful

kejiajayiofficial
Автор

if any of you are getting stuck with xpath syntax now in 2022 it's bc of a syntax change in the new update, so go check the new syntax.

aaliarawoof.a
Автор

Hi..you said you are using evernote website just because you account is logged in...is it necessary that your account is not logged on any website for selenium to send_keys ?

RJDev-erbl
Автор

if I had a younger sister, I would lend her to you for a night. You totally deserved it!

JohnWayne-glig
Автор

I have same code and my chrome auto open instantly after program click button, anyone knows how to fix it ?

iutmfqp
Автор

Would this work the same by switching to different websites?

samr
Автор

i just have a little proyect on omegle webpage haha, but man im just learning, right now im using pylenium..i have to find the way of clicking the Text chat buttom xd

danawhite
Автор

do this code work at google collaboratory?

m.teguhprayoga
Автор

Hi, what's the name of the extension?

luisaalzate
Автор

Excellent video, can you please make a selenium video which selenium read excel data & open in chrome to follow excel info

digitalman