Learn About Less Talked & Used XPath Function – concat()
The concat function concatenates two or more strings and returns the resulting string. Syntax :- concat(string1 ,string2 [,stringn]* ) This can be used to construct custom XPath. For an example :- When we register a user , a hyperlink is shown which concatenates User’s First Name and LastName followed by City user stays. Something as below:- Amod…
Read More “Learn About Less Talked & Used XPath Function – concat()” »