I need to check that (the line what is being bordered) is appeared on web.
I used xpath //td[6] to select this row but I don't know how to check whether text "1/06/2021 3:00PM 5551110050 933 and so on" is exist on this page.
I tried using //td[contains(text(),'5551110050')] but only select 1 elements, I need to concatenate many text to check this row
Regards
