10-16-2015, 08:29 PM
(Longtime fan with l-o-n-g lapses between uses here.) I am trying to extract links from a list that changes regularly.
Using Find accessible object, I can see this:
- LIST ""
- LISTITEM ""
- div ""
+ LINK "announce" "https://admin-xxx.com/announce/...
|- STATICTEXT "announce"
+ LINK "biz" "https://admin-xxx.com/biz/...
|- STATICTEXT "biz"
However, I cannot figure out how to grab the links, then traverse the list.
Using Find accessible object, I can see this:
- LIST ""
- LISTITEM ""
- div ""
+ LINK "announce" "https://admin-xxx.com/announce/...
|- STATICTEXT "announce"
+ LINK "biz" "https://admin-xxx.com/biz/...
|- STATICTEXT "biz"
However, I cannot figure out how to grab the links, then traverse the list.