XPath (XML Path Language) is a query language to address nof an XML document, designed to be used by both XSLT and XPointer. It also provides basic facilities for manipulation of strings, numbers and booleans. XPath uses a compact, non-XML syntax. XPath operates on the abstract, logical structure of ...
1
vote
4answers
753 views
Xpath captured using Selenium IDE is not running in Selenium RC for Links designed in XML
The below xpath which is captured for links in selenium IDE is not running in Selenium RC.
The links are designed in XML.
selenium.ClickAt("xpath=/html/body/div/div[2]/ul/li[3]", "");
...