Questions tagged [wicked-good-xpath]

A JavaScript implementation of the DOM Level 3 XPath specification.

Wicked Good XPath is a implementation of the DOM Level 3 specification. It enables XPath evaluation for HTML documents in web browsers.

For further information, see the GitHub page.

4 questions
1
vote
3 answers

Wicked-Good-XPath Evaluate xPathResult contains [Exception: TypeError]

I'm involved with a project that is moving from IE8 to IE9. I learned that IE9 and above no longer supports selectNodes() for performing xPath queries. In response, I turned to Google's Wicked-Good-XPath, a native JavaScript xpath library, to get…
1
vote
1 answer

wicked-good-xpath for chrome extension content page

How can I make the wicked-good-xpath library available to a chrome extension's content page? I've tried putting it in the manifest.json file but wgxpath.install() fails. In the example below, alert.js fires it's alert and injected.js runs and is…
1
vote
1 answer

How to use the wicked-good-xpath in Selenium WebDriver with C#?

I found the wicked-good-xpath that can work with Selenium. It could find XPath faster. But I don't know how to use it in Selenium WebDriver with C#? Could you give me some sample code? Thanks in advance.
0
votes
2 answers

How to write cross browser XPath queries using wicked good xpath library?

I known from one of stackoverflows reply that if we want to write Cross Browser XPath queries then there is a library exist called Wicked XPath Query from Google. Here is the link Wicked Good XPath Does anybody has implemented such? If yes then…
Smile
  • 2,770
  • 4
  • 35
  • 57