logo       

IE bug? //input[ .... @value= ...]: msg#00102

web.selenium.user

Subject: IE bug? //input[ .... @value= ...]

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

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

//input[@name='foo']
works

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

//input[@id='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


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise