Popup Box Can't Capture

Hello there. Do you have any idea on how to capture the elements inside a popup box?
I can’t upload my file since I have to click the elements inside the popup box.

Here’s the popup box. Inside the popup box is to upload my files

1 Like

Have you tried to move to the pop-up box and then click on the “Upload” button?

You can try:
WebUI.switchToWindowIndex(1) or
WebUI.switchToWindowTitle('Upload Vessel Account')

then you can try to use the Web Spy to capture the buttons or create the object buttons like the OP did in the link below, although a confirmation screen rather than a pop-up. Change the text of the button as appropriate:

1 Like