upa
1
Hello - I need help and would really appreciate it.
I need to scrape the highlighted area in the picture.
Every time I scrape and use contains, class, etc. It works. Not here.
storeText | xpath=//*[contains(@class,“user_content”)]
How can I grab that piece of text?
ulrich
2
There are several options:
-
storeText XPath (tricky here, it seems…)
-
Simulate Mark all, Copy & Paste with XClick and XType
-
OCR Screen scraping
See also this web scraping commands page
1 Like
upa
3
Thank you!
OCR Screen scraping did it. The key was to lower the confidence to .4.