Hi, I am I am working on a watir project at work.  I am using XPath to select a 
link this works fine in Firefox but it does not work in I.E.  This is the XPath 
I am using:

//*[local-name()="tr"]/*[local-name()="td"][text()="test_project"]/../*[local-name()="td"]/*[local-name()="a"]/*[local-name()="img"]...@title="Remove"]/..

I am using local-name() because our web application is using namespaces that 
messes up watir.  Has anybody experienced Firefox and I.E. having 
incompatibilities in XPath? Or has anybody experienced similar problems?  I 
have spent an entire afternoon trying to figure out what is going own so any 
help would be great.

Thanks,

Josh

-- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general

Reply via email to