|
I am new to selenium and trying to learn it.I was able to use starts-with function in xpath but with ends-with I am getting error -
'SyntaxError: Failed to execute 'evaluate' on 'Document': The string '//input[end-with(.,'gb')]' is not a valid XPath expression.'
Any thoughts?
|