Selenium Python Tutorial #19 - Using BY Class in Selenium Python

preview_player
Показать описание
In this Selenium Python Tutorial, we will learn using By Class in Selenium Python and find web elements. The By implementation supports following locator strategies.
CLASS_NAME = 'class name'
CSS_SELECTOR = 'css selector'
ID = 'id'
LINK_TEXT = 'link text'
NAME = 'name'
PARTIAL_LINK_TEXT = 'partial link text'
TAG_NAME = 'tag name'
XPATH = 'xpath'

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:
Рекомендации по теме
Комментарии
Автор

Can you help me in understanding this one ??
driver.find_element(*a)
Do you know why we shld use *a inside paranthesis..it's not working if I use like this
driver.find_element(a)

saranyab
Автор

What happens if identifier îs not uniqu? For example i have 5 instances for class?

catalinalexandruschiopu
visit shbcf.ru