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
Working on win32 desktop application automation , the controls on login window are identified but after login unable to find the main window , i have tried solutions provided like
session.SwitchTo().Window(session.WindowHandles[0]); as the Window doesn't exists ,it gives me error
Can some one please suggest me with the issue ?
Screenshots attached for more clarity
The text was updated successfully, but these errors were encountered:
For your information, WinAppDriver v1.1.1GetWindowHandles endpoint will now continue to work even when the current application window is closed/destroyed. This will allow you to enumerate through all application top level windows with the same processId until the session is terminated.
Hello there,
Working on win32 desktop application automation , the controls on login window are identified but after login unable to find the main window , i have tried solutions provided like
session.SwitchTo().Window(session.WindowHandles[0]); as the Window doesn't exists ,it gives me error
Can some one please suggest me with the issue ?
Screenshots attached for more clarity
The text was updated successfully, but these errors were encountered: