Unable to extract the data on pop up in chrome

I am trying to extract data that is coming on a pop up in chrome. But i am not able to get the selector for that. I tried even using ui explorer. Its showing an error cannot find the ui element. Tried out many ways can anyone help me with this.

try to use get text activity in uipath to extract the full text from pop up menu then use string function like index of to find the position of string which you want to extract then use sub string function to find that string from the whole string .

Hi

I tried it out using “Get Text” activity and take it out in message just to check.

As you can see as per above image as how we can print or fetch msg.responseText value (as highlighted) … Please advise.

1 Like