I need to make an XPath.
I am writing a script and trying to get an exact element from the page.
I need to make an XPath.
I am writing a script and trying to get an exact element from the page.
Where as ends-with()
isn't part of xpath v1.0 but a part of xpath v2.0 specifications.
Hence, you can't use the ends-with()
clause directly.