I have managed to select an option in a normal Selection List, but when
tryin to do the same with a Multi Selection List I fail.
 
The HTML looks like this:
<select multiple name="prio"> 
  <option selected value="ALL">ALL 
  </option><option value="A">A 
  </option><option value="B">B 
  </option><option value="C">C 
</option></select>

 

I have tried

selectOptionByValue("prio",  "C");
selectOption("prio", "C");

 

Regards,
                Michael Danielsson

    

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
JWebUnit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to