selenium testing thingworx
Hi Community,
Need your help. We are doing a automation test module for Thingworx mashups. Facing a challenge in reading dropdowns using selenium webdriver for chrome using python. Strange part is in the page two dropdowns- Device and Region are getting clicked in auto test suite, but when selecting country dropdown(which is based on Region) it is failing. How can we select elements, which approach is better and how to achieve that. I tried by selecting the div id of the dropdown but then it selects the first value as text value- For example Select Country or Select Region. But even it that case the automated click does not happen. Anyone having similar experience please share your thoughts.

