Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xpath

How To Select An Element That Matches A Part Of The Element's Inner Text Using Xpath With Javascript

I have an HTML document that contains some links and I'm trying to use XPATH to select the link… Read more How To Select An Element That Matches A Part Of The Element's Inner Text Using Xpath With Javascript

Searching For Xpath Expression With Colon In Attribute Name Throws Exception (node.js Elementtree Module)

Using the elementtree package in nodejs, I'm trying to verify the existence of a certain xml at… Read more Searching For Xpath Expression With Colon In Attribute Name Throws Exception (node.js Elementtree Module)

Passing A Variable Into An Xpath Expression In Casperjs

I am using CasperJS to do some browser automation. Now I have an array, which contains text that ca… Read more Passing A Variable Into An Xpath Expression In Casperjs

Using CreateNSResolver With Multiple Namespaces Specified In The XML

I have an xml string such as this: Solution 1: Well setting up consistent namespace res… Read more Using CreateNSResolver With Multiple Namespaces Specified In The XML

XPath Expression With White Space In Node For Defiant.js

I am using defiant.js for searching a json. According to their documentation, I need to provide xpa… Read more XPath Expression With White Space In Node For Defiant.js

Parse HTML Table With DOM And XPath

I'm trying to parse an HTML Table with XPath. The URL is: click here. I use FireBug to see page… Read more Parse HTML Table With DOM And XPath