Gang Of Coders
Home
About Us
Contact Us
All Xpath Solutions on Gang of Coders
Total of 124 Xpath Solutions
How can I match on an attribute that contains a certain string?
Xpath
How can I find an element by CSS class with XPath?
Html
Css
Xml
Xpath
Getting attribute using XPath
Xml
Xpath
Is there a way to get element by XPath using JavaScript in Selenium WebDriver?
Javascript
Selenium
Selenium Webdriver
Xpath
document.evaluate
How to select the first element with a specific attribute using XPath
Xpath
XPath contains(text(),'some string') doesn't work when used with node with more than one Text subnode
Xml
Xpath
Dom4j
Extract value of attribute node via XPath
Xml
Xpath
How to read XML using XPath in Java
Java
Xml
Parsing
Xpath
How to use XPath in Python?
Python
Xml
Dom
Xpath
Python 2.x
Is there a JSON equivalent of XQuery/XPath?
Javascript
Json
Xpath
Xquery
XPath to select element based on childs child value
Xml
Xpath
XPath: How to select elements based on their value?
Xpath
XPath: Get parent node from child node
Xml
Xpath
How to verify an XPath expression in Chrome Developers tool or Firefox's Firebug?
Google Chrome
Firefox
Selenium
Xpath
Selenium Webdriver
XPath to select Element by attribute value
Xml
Xpath
How to execute XPath one-liners from shell?
Xml
Shell
Xpath
Cross Platform
XPath find if node exists
Xslt
Xpath
Expression
What is the correct XPath for choosing attributes that contain "foo"?
Xml
Xpath
XPath with multiple conditions
Xml
Xslt
Xpath
How to use "not" in XPath?
Dom
Xpath
Xpathquery
How to write an XPath query to match two attributes?
Xpath
XPath OR operator for different nodes
Xpath
XPath: select text node
Xml
Xpath
Selection
XSLT getting last element
Xslt
Xpath
Menu
XPath query to get nth instance of an element
Xml
Xpath
Getting the value of an attribute in XML
Xml
Xslt
Xpath
Attributes
How to parse XML in Bash?
Xml
Bash
Xhtml
Shell
Xpath
How to use XPath contains() here?
Xml
Xpath
XPath to select multiple tags
Xml
Xpath
can we use XPath with BeautifulSoup?
Python
Web Scraping
Xpath
Beautifulsoup
Urllib
Select parent element of known element in Selenium
Select
Xpath
Selenium
Parent
Why do indexes in XPath start with 1 and not 0?
Xslt
Xpath
Indexing
How do I select child elements of any depth using XPath?
Xpath
how to ignore namespaces with XPath
Xml
Xpath
Namespaces
Xml Namespaces
Using XPATH to search text containing
Xml
Search
Xpath
Selenium
How can I convert a string to upper- or lower-case with XSLT?
String
Xpath
Xslt
Case Conversion
Get nodes where child node contains an attribute
Xml
Xpath
XPath - Selecting elements that equal a value
Xpath
Select values from XML field in SQL Server 2008
Sql Server
Xml
Xpath
XPath: How to check if an attribute exists?
Xml
Xpath
how to use XPath with XDocument?
C#
.Net
Xml
Xpath
Linq to-Xml
Xml Namespace breaking my xpath!
Xml
Xpath
Xml Namespaces
How to select following sibling/XML tag using XPath
Xml
Xpath
Lxml
Case insensitive XPath contains() possible?
Javascript
Html
Xml
Xslt
Xpath
Pandas read_xml() method test strategies
Python
Xml
Pandas
Xslt
Xpath
Is there an XSLT name-of element?
Xml
Xslt
Xpath
XPath: How to select nodes which have no attributes?
Xpath
How to select a node using XPath if sibling node has a specific value?
Xml
Xpath
How to select specified node within Xpath node sets by index with Selenium?
Xpath
Selenium
How to concat a string to xsl:value-of select="...?
Xslt
Xpath
XPath to find elements that does not have an id or class
Xpath
XPath selecting a node with some attribute value equals to some other node's attribute value
Xpath
XPath:: Get following Sibling
Html
Xpath
Siblings
Scraper
What is the difference between cssSelector & Xpath and which is better with respect to performance for cross browser testing?
Selenium
Selenium Webdriver
Xpath
Css Selectors
Webdriver
XPath test if node value is number
Xpath
How can I find the link URL by link text with XPath?
Xml
Xhtml
Xpath
Find position of a node using XPath
Xpath
Matching a node based on a sibling's value with XPath
Xml
Xpath
XPath and XSLT 2.0 for .NET?
.Net
Xslt
Xpath
XSLT string replace
Xslt
Xpath
Replace
Xslt 1.0
Xpath 1.0
Selecting elements whose attribute begins with something in XPath
Java
Html
Xhtml
Xpath
Selecting a css class with xpath
Php
Html
Xml
Xpath
Web
XPath: difference between dot and text()
Selenium
Xpath
How to use not contains() in XPath?
Xpath
Contains
Is there an online tester for xPath selectors?
Xml
Xslt
Xpath
Get Nth child of a node using xpath
Xml
Xpath
How to select all elements with a specific attribute? with TinyXPath
Xml
Xpath
Tinyxpath
xpath: find a node that has a given attribute whose value contains a string
Xml
Xpath
Contains
case-insensitive matching in XPath?
Xml
Xpath
How to use XPath with XElement or LINQ?
.Net
Xml
Xpath
Linq to-Xml
Xelement
Selenium Webdriver finding an element in a sub-element
Python
Xpath
Selenium
XPath to return only elements containing the text, and not its parents
Xml
Xpath
How to use regex in XPath "contains" function
Regex
Xpath
Selenium Webdriver
Contains
Xpath: select div that contains class AND whose specific child element contains text
Xpath
Why is XmlNamespaceManager necessary?
.Net
Xpath
Xml Namespaces
Selectsinglenode
How to find parent elements by python webdriver?
Python
Selenium
Xpath
Selenium Webdriver
Parent Child
Using XPath, How do I select a node based on its text content and value of an attribute?
Xml
Xpath
Xquery
XPath - Get node with no child of specific type
Xpath
How do I specify "not equals to" when comparing strings in an XSLT <xsl:if>?
Xslt
Xpath
jQuery select element by XPath
Javascript
Jquery
Xpath
Difference between XPath, XQuery and XPointer
Xml
Xpath
Xquery
What are good CLI tools for JSON?
Json
Xslt
Command Line
Xpath
XPath select node with namespace
Xml
vb.net
Xpath
Xml Namespaces
Current node vs. Context node in XSLT/XPath?
Xml
Xslt
Xpath
Javascript get XPath of a node
Javascript
Dom
Xpath
XPath to get all child nodes (elements, comments, and text) without parent
Xml
Xpath
How to query XML using namespaces in Java with XPath?
Java
Xml
Xpath
Xml Namespaces
XPath - Difference between node() and text()
Xml
Xpath
Expression
XPath: select child elements that do *not* have a specific name
Xpath
Java: how to locate an element via xpath string on org.w3c.dom.document
Java
Dom
Xpath
xpath expression to remove whitespace
Xpath
Using Xpath With Default Namespace in C#
C#
Xml
Xpath
Namespaces
Xpathnavigator
What is the XPath expression to find only the first occurrence?
Xml
Xpath
Expression
XPath selection by innertext
Xml
Xpath
How to extract xml attribute using Python ElementTree
Python
Xml
Xpath
Elementtree
Can I use a Regex in an XPath expression?
.Net
Xml
Regex
Xpath
What is the difference between name() and local-name()?
Xml
Xpath
Running XPath on child node
Java
Xpath
xmllint failing to properly query with xpath
Xml
Xpath
Xmllint
How to ignore namespace when selecting XML nodes with XPath
Xml
Xpath
Namespaces
Xml Namespaces
Converting JSON to XML in Java
Java
Xml
Json
Xpath
Xpath "ends-with" does not work
Xpath
Ends With
How do I select only visible elements using XPath?
Gwt
Xpath
Selenium
XPath to select a table row that has a cell containing specified text
Html
Xpath
How to check if an element exists in the XML using XPath?
Java
Xml
Xpath
Saxon
Is there any XPath processor for SAX model?
Java
Xml
Xpath
Sax
xpath select by attribute when attribute not present
Xml
Xslt
Xpath
What XPath selects the next <tr> after a <tr> containing X?
Xhtml
Xpath
Java XPath (Apache JAXP implementation) performance
Java
Performance
Apache
Xpath
Jaxp
XPath find all elements with specific child node
Xml
Xpath
XPath Query: get attribute href from a tag
Html
Xpath
Domdocument
XPath - Select first element after some other element
Xpath
xpath: get nodes that do not have an X ancestor
Xml
Xpath
Select iframe using Python + Selenium
Python
Selenium
Xpath
Iframe
Css Selectors
Xpath like query for nested python dictionaries
Python
Xpath
Jmespath
Json Path-Expression
XQuery [value()]: 'value()' requires a singleton (or empty sequence), found operand of type 'xdt:untypedAtomic *'
Xml
Tsql
Xpath
How to select two attributes from the same node with one expression in XPath?
Xpath
Attributes
XPath to get another attribute by id attribute
Xml
Xslt
Xpath
Accessing Comments in XML using XPath
Xpath
How to ignore first element in xpath
Xpath
Python: Using xpath locally / on a specific element
Python
Xpath
Lxml
Web Config Transforms: Insert If Not Exists
Xpath
Web Config
Web Config-Transform
How to use XPath preceding-sibling correctly
Selenium
Xpath
Selenium Ide
How to select a node's first child name? XPath
Xpath
Children