|
IE bug? //input[ .... @value= ...]: msg#00102web.selenium.user
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> |
|---|---|---|
| Previous by Date: | Re: HOW TO v2: Testing remote sites with Seleniumand Internet Explorer: 00102, vernon viles |
|---|---|
| Next by Date: | Feature request: Stop button: 00102, vernon viles |
| Previous by Thread: | installing selenium assistanti: 00102, softwarepr |
| Next by Thread: | Feature request: Stop button: 00102, vernon viles |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |