Final Destination URL #2235
Unanswered
CommodeCoder
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
Uh oh!
There was an error while loading. Please reload this page.
-
Love this app. I spent days trying to figure out to do this manually before coming across it. I have everything setup and working aside from a few quirks with the visual selector losing the element but those usually turn up when adjusting the watch.
I do have 1 problem though that I haven't been able to figure out. The watch is setup to pull some new listing info by going to a url, clicking the first item in the list as it is the cheapest (sorted by price), loading the product page and scraping the data from there. I need to do it this way because the listings load with javascript and the elements can't be found otherwise. Since my scraping happens on a subpage, which has a dynamic URL, is it possible to somehow retrieve the page I'm scraping elements from, not the one I point the watch at?
I had thought about trying to use the Execute JS browser step, but couldnt figure out how to get that working. Ideally, I would like to have a way to include that in my output.
Beta Was this translation helpful? Give feedback.
All reactions