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

How To Get Absolute Xpath In Chrome Or Firefox?

As written in the question I need the absolute Xpath and not the relative one. I mean, I need somet… Read more How To Get Absolute Xpath In Chrome Or Firefox?

Xpath Search Through Html Tags

The following HTML shows the 3rd search (search for 'Practice Guidelines Professional') doe… Read more Xpath Search Through Html Tags

Get Text Followed By Certain Text

I need to get the text but only before the certain text ('---------------'). E.g. example o… Read more Get Text Followed By Certain Text

Php $xpath->query Expression Not Working

PHP xpath query not working. any idea? Problem # 1 HTML Source: Some contents i want to capture … Read more Php $xpath->query Expression Not Working

How To Open A Webelement From A Hoover Menu Selenium Java

Hello I'm new using selenium and I was trying to execute some tests from a web page. This is my… Read more How To Open A Webelement From A Hoover Menu Selenium Java

Querying An Html Page With Xpath In Java

Can anyone advise me a library for Java that allows me to perform an XPath Query over an html page?… Read more Querying An Html Page With Xpath In Java

What Does Xpath="1" Mean In Html?

In my design code, the following is written. I cannot understand what xpath='1' means here.… Read more What Does Xpath="1" Mean In Html?

Xpath _relative_ To Given Element In Htmlunit/groovy?

I would like to evaluate an XPath expression relative to a given element. I have been reading here:… Read more Xpath _relative_ To Given Element In Htmlunit/groovy?

Xpath To Get Data Starts With Specific Character Or String

I need to extract certain text elements from the following code. Deutsche Verkehrswacht … Read more Xpath To Get Data Starts With Specific Character Or String

How To Extract Specific Text With Imacros Xpath

I have this code in a website: text I want to extract text I don't want to extract I'm … Read more How To Extract Specific Text With Imacros Xpath

Regex Against Markup After Xpath?

Have been searching for the solution to my problem now already for a while and have been playing ar… Read more Regex Against Markup After Xpath?

Xpath Date Comparison Using Textbox

my xml file :- Solution 1: The following query should work: let $ref - date := xs: date ( "1… Read more Xpath Date Comparison Using Textbox

How To Pass Parameters To Google Maps Initmap In Xslt?

I'm trying to get the position by getting the latitude and longitude from an xml document, thro… Read more How To Pass Parameters To Google Maps Initmap In Xslt?

Calculating Element Max Attribute Value Fails Using Xslt And Xpath

I am coding a ui.xsl to translate ui.xml into ui.html. The ui.xml is: Solution 1: So my question h… Read more Calculating Element Max Attribute Value Fails Using Xslt And Xpath

How To Get Count Number Of Selectednode With Xpath In C#?

I am using HTMLAgilityPack in my application, and i want to get the item(node) count of SelectedNod… Read more How To Get Count Number Of Selectednode With Xpath In C#?

Domdocument Parse Html

I have one html page where there are number of elements like address: Solution 1: In your case, … Read more Domdocument Parse Html

Embedding Tags In Xslt

I have this xslt which is working: Solution 1: The reason it errors out is because it's no lon… Read more Embedding Tags In Xslt

How To Delete The \n\t\t\t In The Result From Website Data Collection?

i want to retrieve the names of product from the website, so i write my code below. but the result … Read more How To Delete The \n\t\t\t In The Result From Website Data Collection?

Python: Get Data From Changing Span Class Using Lxml Xpath

I want to extract 'Return On Assets' from wsj websites. However, my code is not robust enou… Read more Python: Get Data From Changing Span Class Using Lxml Xpath

Xpath Query For Html Table Within Xml In Php Domdocument

I have an XML file with following tree structure. Solution 1: You wrote that you wanted the length… Read more Xpath Query For Html Table Within Xml In Php Domdocument