#tutorials 6 || How to locate element using selenium python

preview_player
Показать описание
In this you will learn how to locate element :
There are various strategies to locate elements in a page, Selenium provides the following method to locate elements in a page:
find_element
find_elements
Example:

The attributes available for the By class are used to locate elements on a page. Following are the attributes available for By class:
ID = ID of element
NAME = name of element
XPATH = xpath of element
LINK_TEXT = link text of element
PARTIAL_LINK_TEXT = Partial link text of element
TAG_NAME = Tag name of element
CLASS_NAME = Class Name of element
CSS_SELECTOR = CSS Selector of element

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

Hi, good videos so far, however everytime chrome opens, tiktok asks me to verify that i am human, how can i avoid these to automate the extraction of descriptions from videos?

victorlozano
Автор

Could you please add CSS selector and Xpath video link in the description

nikhilp-loqr
visit shbcf.ru