1
vote
3answers
435 views
C# with Selenium Ajax DropdownList Question
I have two dropdown lists, one containing a list of countries and one for states/regions that is not populated until one of the countries is selected. Both of these dropdowns are wrapped in an upda …
1
vote
C# with Selenium Ajax DropdownList Question
So it turns out I have found the solution to my own problem.
I used the following line in my C# tests and it finds the value in my dropdown list instantly:
selenium.WaitFor …
