Please find the attached workflow. It will select county based on your input country name.
Country_Test.xaml (10.9 KB)
And also one more solution is use Navigate To activity and pass below as string.
“https://www.w3newspapers.com/”+getCountry.ToString
Here, getCountry is your input country
Note: We should use Navigate To activity inside Open Browser or Attach browser activity. Else create one browser variable for either Open Browser or Attach browser and pass same to Navigate To activity.
If you have any doubts then please let me know.