Hi, I am doing a protractor test and I have problems with my tests. My ionic application has a dropdown model name, and I tried to access it using the model name, and it works, but the problem is that it cannot select the exact option that I need to select from this drop-down list. Does he choose only the first? I wrote protractor syntax like this.
element(by.model('generalPowerOfAttorney.grantorGeneralPowerOfAttorneyForm.region')).$('[value="59"]').click();
But this code does not select the value 59, but the value 0, which is the default option. Is there anyone who could help me?
ui-automation protractor
Eyosiyas Tadele Oct 29 '15 at 10:53 on 2015-10-29 10:53
source share