Hi Marc,

to clarify, the error was:

failed with message "xpath test: //[EMAIL 
PROTECTED]'formTable']/form/fieldset[1]/label/[EMAIL PROTECTED]'test tooltip.'] matched 
no nodes"

I was trying some different combinations to try and discover why it would not 
work!

Any thoughts/ideas?

Mark

Marc Guillemot wrote:
Did you really try with the XPath you show? The error message indicates something else ('test' rather than 'test tooltip.').

Marc.

Mark McKeown wrote:
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


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

--

Dr Mark McKeown         Email: [EMAIL PROTECTED]
Software Engineer       Phone: +44 (0)28 9026 9115
AePONA Ltd,             Fax:   +44 (0)28 9026 9111
Interpoint Building,    www:   www.aepona.com
20-24 York Street,
Belfast BT15 1AQ


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to