06-18-2009, 07:39 PM
I have a test that has several actions. Every action submits a form and loads a new page. My issue is that the result of the submitted form can only be seen in the next action via the active screen in the test results. I tried adding the Sync() method to it, but that did nothing. I'd like to stay away from the Wait() method if possible just because I feel like there should be a way to tell if the browser is done loading a page or not.
Has anyone ever ran into this problem and have a solution?
Has anyone ever ran into this problem and have a solution?