You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am automating our windows application and every time a new window comes I see objects are not getting focused and the application is getting closed by default and action is being performed on a desktop.
This issue observed every time when a new popup/window comes up. The workaround I found is to close and open the Winium.Desktop.Driver.Exe every time when a new window comes
But this solution doesn't work with the unattended mode of execution.
Below are few things I tried, and they didn't fix the issue. 1.
Hey,
I am automating our windows application and every time a new window comes I see objects are not getting focused and the application is getting closed by default and action is being performed on a desktop.
This issue observed every time when a new popup/window comes up.
The workaround I found is to close and open the Winium.Desktop.Driver.Exe every time when a new window comes
But this solution doesn't work with the unattended mode of execution.
Below are few things I tried, and they didn't fix the issue.
1.
// This code work's when the code is executed post closing and opening the Winium.Desktop.Driver.Exe
//Have tried with child parent architecture also.
2.
Tried to set active the windows using the native methods.
Please help with this.
The text was updated successfully, but these errors were encountered: