Hi everyone!
Good Day!
I tried to scrape in this site: https://www.mysapl.org/Events-News/Events-Calendar and it works well aside from the pagination in which it clicks but it doesn't load the next page.
Here's the sitemap:
{"_id":"Events-Lib-MYSAPL-Mano2x","startUrl":["https://www.mysapl.org/Events-News/Events-Calendar"],"selectors":[{"id":"Event Name","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 SPAN.twEDDescription","type":"SelectorText","version":2},{"id":"Event Contact Name","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 TABLE.twEDContent TD.twEDContentCell TABLE.twFieldsTable Th:contains('Staff Contact Name') + TD.twEDValue","type":"SelectorText","version":2},{"id":"Event Contact Email","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 TABLE.twEDContent TD.twEDContentCell TABLE.twFieldsTable Th:contains('Staff Contact Number/Email') + TD.twEDValue a","type":"SelectorText","version":2},{"id":"Event Date","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 span.twEDStartEndRange","type":"SelectorText","version":2},{"id":"Event City and State","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 TABLE.twEDContent TD.twEDContentCell TABLE.twFieldsTable TR:nth-of-type(1) TD.twEDValue","type":"SelectorText","version":2},{"id":"Event Description","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 TABLE.twEDContent TD.twEDContentCell TABLE.twFieldsTable Th:contains('Additional Info') + TD.twEDValue","type":"SelectorText","version":2},{"id":"Event Category","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 TABLE.twEDContent TD.twEDContentCell TABLE.twFieldsTable Th:contains('Event Type') + TD.twEDValue","type":"SelectorText","version":2},{"id":"Event City and State 2","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 TABLE.twEDContent TD.twEDContentCell TABLE.twFieldsTable TR:nth-of-type(2) TD.twEDValue","type":"SelectorText","version":2},{"id":"Event Description 2","multipleType":"singleColumn","parentSelectors":["Event Link","Event Link 2"],"selector":"iframe:iframe form#Form1 TABLE.twEDContent DIV.twEDNotes","type":"SelectorText","version":2},{"clickActionType":"real","clickElementSelector":"iframe:iframe DIV.twSimpleTablePagingLine SPAN.twPagerGroup A:nth-of-type(2)","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":3500,"discardInitialElements":"do-not-discard","id":"Pagination","multiple":true,"parentSelectors":["_root"],"selector":"iframe:iframe body","type":"SelectorElementClick"},{"id":"Event Link","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"iframe:iframe form#Form1 TABLE.twSimpleTableTable TR TH a","type":"SelectorLink","version":2},{"id":"Event Link 2","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"iframe:iframe form#Form1 TABLE.twSimpleTableTable TR TD .twRyoEventCellRight .twDescription a","type":"SelectorLink","version":2}]}
I tried Pagination and Element Click type selector but it doesn't work.


