TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 485 forks source link

Application.GetWindows() returns after 120 sec #630

Open andreuskoelle opened 5 years ago

andreuskoelle commented 5 years ago

Hello, I'm new to Teststack.White. When I call 'application.GetWindow()' on my Hyper-V Win10 system, it takes 253 milliseconds. On any other Win10 systems, the same call needs 120 seconds. The call returns two TestStack.White.UIItems.WindowItems.Window-Objects. So, i checked up the FindWindowTimeout (default= 30000), because the AddWindowBy()-method is called two times in the DesktopWindow()-Method (2x 2x 30000ms = 120 sec). Unfortunately, this is not the solution. Please tell me, what are the next steps to resolve that issue?

andreuskoelle commented 5 years ago

clipboard02