I have written a process to upload excel files on a website. Process open the respective web page and click on the upload button. After clicking on the upload button Window pop-up gets open.
Now Issue is when I run the process with the unattended bot, bot is not able to identify this window pop up. Element exist activity for this pop-up always returns a false value. Bot does not recognize any of the fields or buttons present on this pop-up. But when I run this process from the studio, the process gets executed successfully. Bot recognizes this pop-up and perform required actions. Can someone help me resolve this issue?