Select Dropdowns
Select a dropdown
Here, we will use this "Number" dropdown list for illustration.
Number
One
Two
Three
Specify the option;
I.select("Two");
Or, specify the list and the option:
I.select("Number", "Two");
This selects the option "Two".
