Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97773

Selenium Python xpath trouble finding element on page

$
0
0

I am trying to access the data as shown below.

HTML code

I am using this command to capture the information but to no avail. Does anyone have any tips on where I'm going wrong?

Code trials:

posts = firefox.find_elements_by_xpath(//*[@id="flotGagueValue0"])
print(posts)
for post in posts:
    print(post)

Viewing all articles
Browse latest Browse all 97773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>