Hi Guys,
I have a fragment of html:
<a title="test tooltip." href="1#">
which I am trying to verify the XPath of.
If I use:
//[EMAIL PROTECTED]'formTable']/form/fieldset[1]/label/[EMAIL PROTECTED]'1#']
then the XPath verifies ok.
However if I try:
//[EMAIL PROTECTED]'formTable']/form/fieldset[1]/label/[EMAIL PROTECTED]'test
tooltip.']
then CANOO reports:
failed with message "xpath test: //[EMAIL
PROTECTED]'formTable']/form/fieldset[1]/label/[EMAIL PROTECTED]'test'] matched no
nodes"
I am using the title attribute to specify a mouse-over tooltip on a piece of text. Are there any restrictions in XPath
here which I may not be aware of? Can anyone suggest a solution?
Thanks in advance,
Mark
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest