Hello,
I am trying to automate some web app that is using pop up windows. When I press a 'user search' button there is a JS function that opens a new window with some elements to select the user.
I have done a action to press the button and then I attach a new instance of Edge. I tried to attach by foreground window, URL and name. I tried to disable 'Wait for page to load' and also include some delay (wait). The outcome is always the same. It seems that the new variable is created with the new Edge instance but I cannot use it. Last error shows 'no error' but when I try to interact with input field or for example use "get details of web page" then the error is thrown: "element not found: Robin.Core.ActionException: Failed to retrieve the details of the web page. ---> System.Exception: element not found"
Any ideas what is a problem here?