Trouble with dropdown Onclick loading

Hey there,

I am currently trying to extract whether countries can receive money through PayPal. My issue is that the site doesn't change URL and uses an onclick trigger to load the selected option in the dropdown.

I have used element click and can see that the scraper does iterate through all the options in the drop-down, however, it does not trigger the onclick event to load the data for the selection. At this point, I am not sure what else I could try.

Url: https://www.paypal.com/cgi-bin/webscr?cmd=_display-country-functionality-outside&dispatch=5885d80a13c0db1f8e263663d3faee8db8175432b4df92754f4b4adb5a123d61

Sitemap:
{"_id":"paypal_receive_status","startUrl":["https://www.paypal.com/cgi-bin/webscr?cmd=_display-country-functionality-outside&dispatch=5885d80a13c0db1f8e263663d3faee8db8175432b4df92754f4b4adb5a123d61"],"selectors":[{"id":"TableSelect","type":"SelectorElement","parentSelectors":["_root"],"selector":"div#main","multiple":false,"delay":0},{"id":"CountrySelect","type":"SelectorElementClick","parentSelectors":["TableSelect"],"selector":"parent","multiple":true,"delay":"3000","clickElementSelector":"select#selectedCountryId option","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"receiveStatus","type":"SelectorText","parentSelectors":["CountrySelect"],"selector":"tr:contains('Withdraw:') td:nth-of-type(2)","multiple":false,"regex":"","delay":0}]}

This used to be the case in the old page which used older tech. Now they have changed all the country links to plain HTML (a href) so you should be able to navigate with WS.