I am new to Selenium and Java programming. What am I currently trying is to select an option from a drop-down menu in a modal screen using Selenium & Java and trying to automate some functional tests on a mobile application developed with Ionic Cordova. I run the app on WebView using Chrome browser.
I have tried to use Select method which unfortunately works only with select tags and not ion-selects. Also, I have tried to locate by id, xpath, cssSelector, extending the Select class, using Action class, and etc.
Any ideas what to do, so I could locate the elements? Thanks in advance!
Aucun commentaire:
Enregistrer un commentaire