Not able to attach sub window

while selecting attach window activity complete web page is highlighted in uipath
iam not able to select the sub window

Hi @T_Y_Raju

Did u tried with attach browser activity?

tried same complete web page is highlighted

Can u show the webpage screenshot?

You can try using UiPath Explorer to drill down to the child window and extract a selector for it and then use it in the Attach window activity.

Another thing to note is that most Browser child windows are of type “modal” - meaning the child window will have active focus with the parent window going into the background.

Therefore any activity (such as hotkeys) you perform will be performed on the child window.