The following xpath works fine in inspect HTML elements but when we use in AA360 to capture element its not working exact.
//td[text()=' $userID$ ']/following-sibling::td[@class= 'word-break']//following-sibling::span[@class='dropdown admp-make-inline-block']
I need to capture a button where the user ID gets matched from the table multiple rows exists. Kindly Guide.