Write xpath using text and text functions in selenium?
Write Xpath using element text and string functions. Information for this section Symbols used while Xpath creation ./ (period symbol and forward slash) → Current element /* (forward slash and asterisk symbol) → All child element of current element .. (double period symbol) → Immediate parent
Read more