Is there any function to get the element by xpath? #172
Unanswered
Sourabh044
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to web scraping and i think botasauras is a very good python library. but i am having trouble in finding an select element by its xpath.
elem = driver.is_element_present('/html/body/div[1]/div/div[1]/div/div[3]/div/div/div[1]/div[1]/div/div/div/div/div/div/div/div/div/div/div/div/div/div[13]/div/div/div[4]/div/div/div[2]')
but it always returns False, while i have checked the element is present on the page.
Beta Was this translation helpful? Give feedback.
All reactions