Hi There, Does anyone know how I can select a dropdown via the value rather than the name e.g.
<select name="hello" size="1"> <option value="A">Medium</option> <option value="B">Large</option> <option value="C">X Large</option> How would I select from this dropdown using the value C? So that if I'm testing in multiple languages I can still select. Cheers Aidy -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
