Lars Nordin
unread,Dec 9, 2008, 12:11:36 PM12/9/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
Thanks for the reply!
I tried the XPath you suggested: //div[contains(@class,'x-form-invalid-icon')]/preceding-sibling::input[@name='failureScore']/@qtip
but no luck - Seleniums says it can't find that element attribute.
Exception: ERROR: Could not find element attribute: //div[contains(@class,'x-form-invalid-icon')]/preceding-sibling::input[@name='failureScore']/@qtip
I guess I need to go back and re-read some XPath tutorials and try, try again.