cancel
Showing results for 
Search instead for 
Did you mean: 

How to work with chose file dialog opened from a web application

KunalPuranik
Level 3
Hello, I am working with a web application which I am attached to in Blue Prism. The final step is to upload a file. When clicked the upload button opens a dialog box to chose file. I am not able to spy this window and work through it. Even if I spy it with UI automation mode or accessibility mode, when I press highlight BP is not able to find the window. The ss of dialog is attached.
1 REPLY 1

AndreyKudinov
Level 10
Create new separate VBO and attach to that window. You have to wait for it to appear (in UIA/AA mode/using User32.FindWindowEx or just waiting enough). It works in win32/winapi mode also.