TestStack / White

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

Warning:'TestStack.White.UIItems.UIItem' UI actions on window needing mouse would not work in area not falling under the desktop #618

Open marwans591 opened 6 years ago

marwans591 commented 6 years ago

So I know it's common to get this error if screensaver is turned on or I switch to another app while running a test. But I keep getting this error and automation test completely stops and gives me this warning even when the program(Vitality) I am testing is completely open, is there any way to debug/fix this issue ?

wowfood commented 6 years ago

I worked around this by using RaiseClickEvent.

It isn't exactly the same of course, and may not be suitable for your needs.

Another option is, upon opening your window, putting in code to more it to the main screen.