Solved
Forum Discussion
nmrao
5 years agoCommunity Hero
Please check below for xpath
https://stackoverflow.com/questions/2893551/case-insensitive-matching-in-xpath
if you want check the string value then use "equalsIgnoreCase". Please see below example
https://www.tutorialspoint.com/groovy/groovy_equalsignorecase.htm
https://stackoverflow.com/questions/2893551/case-insensitive-matching-in-xpath
if you want check the string value then use "equalsIgnoreCase". Please see below example
https://www.tutorialspoint.com/groovy/groovy_equalsignorecase.htm
sonya_m
Alumni
5 years ago