Selenium Python Tutorial #20 - FindElements | How to Find Elements List

preview_player
Показать описание
In this Selenium Python Tutorial, we will learn how to find elements List. Find Elements method in Selenium Python returns a list of web elements and is used to find multiple elements. Following methods will return a list are used to find multiple elements by different locator strategies:
✅ find_elements_by_name
✅ find_elements_by_xpath
✅ find_elements_by_link_text
✅ find_elements_by_partial_link_text
✅ find_elements_by_tag_name
✅ find_elements_by_class_name
✅ find_elements_by_css_selector

Help me in spreading the knowledge, please hit LIKE, SHARE, and SUBSCRIBE for the latest tutorials. More tutorial playlists below:

🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶

🔶 FOLLOW US ON TWITTER 🔶

🔶 LIKE US ON FACEBOOK 🔶

🔶 OUR TUTORIAL WEBSITES 🔶

🔶 GET MY TRAININGS ON UDEMY 🔶

#SeleniumPythonTutorial #PythonSelenium #SeleniumPython #PythonSeleniumTutorial #SeleniumWebdriver #TestAutomation #SoftwareTesting #RcvAcademy #SoftwareTestingMentor

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

thank you so much for this great content

Adnan.Hussain
Автор

hi! thanks for these great videos, they are very informative and you get to know each tool,
I am searching for a guide to understand how to use these tools, learn methodologies(perhaps by examples)
did you make anything as such?
if not, is it planned to be presented in this tutorial?

yuval
Автор

nice video. I am unable to print text associated with 'input' tag though program is running fine, can I know why?

atulsamant
Автор

I am getting a Stale Element Exception When I am trying to iterate through the list of anchor tags.

mahendrak
Автор

there is no SelectorsHub in inspection option. kindly reply me what to do

Rajaraj-kfkx
Автор

Hello everyone. My code runs fie once and returns the number of instances for the 'a' and 'input element. But when i run it again it just returns 0. Also, its not printing the text of the elements. I am using expedia website btw. Anyone else encountering the same problem?

ImadullahFarooqui