
NAME* ICON* CODE*
* NAME : Independent value(=string)
* ICON : new browser will open related with name and code
* CODE : Independent value(=string)
Hi, sir
What I want do is : click *ICON and extract data in it.
* If I click ICON, then new browser will open related with name and code
Problem is
1. There is no links like http or https in ICON, I don't know how i can reach it.

Erase one of NAME of the web table
2. Add UI element of ICON, extract selector. Run javascript function on web page and put the selector like below.
Run PAD flow, then "microsoft power automate started debugging this browser" alert message pop up. and nothing happen.
What should I do?


document.querySelectorAll('iframe[Id="content"] tr[Id="0,0,0,0,0,0"] > td > a > img[Title="New Window"]')[0].click();