Find Multiple Elements | Selenium Python Tutorial

preview_player
Показать описание
#selenium #webdriver #python
In this Selenium Python tutorial, we will learn how to find multiple elements in Selenium Webdriver & Python. We will also cover how to print statements to the console in SeleniumBase and talk a bit about CSS vs XPath selectors.

🔗Video Resources:

📧 Subscribe to my mailing list for all the latest updates -

🚀 Enjoying my content and would like to support my work? Why not buy me a coffee! or Subscribe to this channel! 🚀

Chapters:
0:00 - Find Multiple Elements | Selenium Python Tutorial
1:35 - Base test setup
3:53 - Find element using CSS vs Xpath
7:19 - Continue test setup
12:43 - Add an assertion to the test
13:38 - Review and Wrap up

Thanks for watching :)

Automation Bro
Рекомендации по теме
Комментарии
Автор

Please, please make more video on these selector things, especially xpath, I know nothing but ful xpath,
which makes me sometimes frustrating because the element order changes in a dynamic site.
Your tutorials really helps me a lot, Please please keep up and make more.

rotrose
Автор

Thank you... I have been looking for a video that searches partial element names. I was even having a hard time find this even on stack overflow. Much appreciated content.

Mdroudian
Автор

Excelente conteúdo, muito didático e de informação difícil de se encontrar internet a fora. Parabéns e muito obrigado pela ajuda!

ricardomartinsdossantos
Автор

How can we extract href (link) attribute from each of that elements.?

adarmawan
Автор

what if under that li element there are two more li elements and i want to print li[2]

sainarsimha
Автор

I didn't see, but is there ways to incorporate these tests into Azure Pipelines?

E_Weaver
Автор

I am facing an issue as it is detecting the secondary menu on the website with the xpath mentioned. Anyone else faces the same issue? I am wondering how do i specify for it to only print the primary menu. Great video, clearly explained. This was a minor issue that I faced that's all. Thank you.

rssaiganesh
Автор

Can Selenium base work with tKinter. ???
and is it possible to get live market data like stock prices with seleniumbase and parse it.

spursound
Автор

i want to extract the xpath directly by clicking on the element during runtime without manually entering each xpath manually. Is there a way to do it?

AshishSingh-rirr