2
votes
3answers
510 views
Randomly generated hexadecimal number in C#
How can I generate a random hexadecimal number with a length of my choice using C#?
…
1
vote
3answers
479 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 …
