When i want to select the text "GW E&B stuurgroep" from a text box then i get an error message
I use the follow code to select the text : $browser.element(:id => "myDropdownbox").to_subtype.select "GW E&B stuurgroep" The error message that i get is : ERROR: "GW\u00A0E&B\u00A0Stuurgroep" not found in select list (Watir::Exception::NoValueFoundException) How can i solve this problem? -- 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]
