in reply to Issues Fetching URL with a variable token
Hi, looks like an XPath question more than Perl.
Maybe you can find the element by class name?
^ untested, ymmv :-)//a[contains(concat(' ', normalize-space(@class), ' '), ' push-motion0 + ') and contains(concat(' ', normalize-space(@class), ' '), ' js-onceLink +')]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Issues Fetching URL with a variable token
by Petroza (Novice) on Oct 17, 2017 at 17:12 UTC |