Hi, I am new to iPhone Automation, and also UIAutomation introduced by iOS4. Recently I am using UIAutomation to automate testing app on iPhone Simulator, everything goes well, until I need to take screenshots using captureScreenWithName provided by UIAutomation API. But it did not work for me, I Googled, and found that it seems this method does not work on iPhone Simulator, but works on a real device...
My question is, is there a way that I can get this method working for iPhone Simulator? By changing some settings? Thanks in advance!