Hi, since the whole page HTML is nested under a 'frame' it is necessary to adjust the selectors accordingly by prepending frame:iframe
For example:

how to select te article? can you please provide me the code?
You have to right-click on the element and inspect the HTML manually since the point-and-click does not work in an iframe:
{"_id":"scirp","startUrl":["https://www.scirp.org/journal/aad/"],"selectors":[{"id":"Publication count","multiple":false,"parentSelectors":["_root"],"regex":"","selector":"frame:iframe #tr_jnumber_articles a","type":"SelectorText"},{"id":"article","linkType":"linkFromHref","multiple":true,"parentSelectors":["pagination"],"selector":"frame:iframe .list_link .list_t a","type":"SelectorLink"},{"id":"pagination","paginationType":"clickMore","parentSelectors":["_root","pagination"],"selector":"frame:iframe a.paginator:contains('>')","type":"SelectorPagination"}]}
1 Like
Thank you so much. Got it
1 Like

