I'm running WATIR automated tests using Selenium WebDriver on a Windows XP remote desktop, and I noticed that when I minimize the RDC I start getting random Element is not currently visible
errors for my assertions. If I leave the RDC maximized and sit and baby-sit the tests ,they all run fine. I have found that the combination of software versions below, even though newer versions exist, give me the least number of compatibility issues.
ruby (1.8.7) selenium-webdriver (2.21.2) watir-webdriver (0.6.2) firefox (10.0.2)
Thoughts on why the tests only run with the RDC visible?