SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[xpath] How do I select child elements of any depth using XPath?
Home
Question
How do I select child elements of any depth using XPath?
//form/descendant::input[@type='submit']
Examples related to
xpath
•
Xpath: select div that contains class AND whose specific child element contains text
•
XPath: difference between dot and text()
•
How to set "value" to input web element using selenium?
•
How to click a href link using Selenium
•
XPath: Get parent node from child node
•
What is the difference between absolute and relative xpaths? Which is preferred in Selenium automation testing?
•
How to use XPath preceding-sibling correctly
•
Selenium and xPath - locating a link by containing text
•
How to verify an XPath expression in Chrome Developers tool or Firefox's Firebug?
•
Concatenate multiple node values in xpath