Came accross what might be a bug in IE6 winXP. It
works in firefox (using selenium-runner).

//[EMAIL PROTECTED]'foo' and @value='2']
Reports a not found error.

//[EMAIL PROTECTED]'foo']
works

The workaround for me was to assign an id to the radio
box and just reference that as such:

//[EMAIL PROTECTED]'bar']
(The name attribute is the same for radio buttons in
the same group so I couldn't just use that)



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to