XPath by Rory

XPath Ends-with

The ends-with() method checks the ending text of an attribute and finds elements whose attribute changes dynamically.

Syntax of ends-with():

//tagname[ends-with(@attribute, 'value')]

 

Comments