XPath Expressions using Functions
This lesson covers the usage of functions in writing XPath expressions.
We'll cover the following...
XPath functions in Selenium
There are various functions that are supported in Selenium. Let’s discuss the most widely and commonly used ones.
Examples
The HTML structure for the following examples of different XPath functions are as follows:
<input type="radio" id="cri-sports" value="cricket-game">Cricket&
...