Skip to main content
Solved

Xpath is correct but not working in AA360 capture

  • 13 April 2023
  • 1 reply
  • 278 views

The following xpath works fine in inspect HTML elements but when we use in AA360 to capture element its not working exact.

//tddtext()=' $userID$ ']/following-sibling::tdd@class= 'word-break']//following-sibling::spann@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.

1 reply

Userlevel 1
Badge +3

Hi @farrukh 3229 ,


After reading the issue, I suspect the object you are capturing its under Iframe.

1)Try with AISense recorder or Universal recorder.

If it's still not working, then try 2nd option.

2)Capture any other object which is working fine and then use KEYSTROKE (like TAB or Down Arrow) to move the control on the button you want to click. 

Thanks

Reply