Can't Select From Drop-Down Menu

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}]}

I'm not sure if this is possible but it would be amazing if I could land on a page and choose a menu dropdown.

For example I have a site where I have to get 100s of pages just for the 10 I am interested in. If I had a drop down selector I could filter the results and it is less demanding.

Lets say a drop down contained the following and I only wanted to view <50 I currently cant see how to do that.

Show ALL
< 50
< 200
< 500
500+

+1 also would love help with this issue, thanks