Hello,
I'm having difficulty figuring out how to select the province (Canada) from the top right menu visible from the start URL (left of the language selection).
I need to select each province, and then have the rest of my scrape work as per my sitemap (works fine within one province selection).
I tried selecting provinces using element click, link selector, etc, with no success.
Any help would be appreciated!
Url: https://www.bell.ca/Mobility/Smartphones_and_mobile_internet_devices
Sitemap:
{"_id":"bell_test_again","startUrl":["https://www.bell.ca/Mobility/Smartphones_and_mobile_internet_devices"],"selectors":[{"id":"price","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div.rsx-price","multiple":false,"regex":"","delay":0},{"id":"term","type":"SelectorText","parentSelectors":["wrapper"],"selector":"p.rsx-txt-size-18","multiple":false,"regex":"","delay":0},{"id":"details","type":"SelectorText","parentSelectors":["wrapper"],"selector":"p.\31 rsx-note","multiple":false,"regex":"","delay":0},{"id":"wrapper","type":"SelectorElement","parentSelectors":["phone"],"selector":"div.bcx-order-now-box-inner","multiple":true,"delay":0},{"id":"phone","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.rsx-product-hotspot","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["phone"],"selector":"h1.rsx-bell-font","multiple":false,"regex":"","delay":0}]}