by Ciege » Wed Feb 09, 2011 5:46 pm
2 things to try to try and figure out where the issue is coming from.
1) RDP into the remote machine, start IE manually, verify you can click everything you need to. Close IE.
2) RDP into the remote machine, use Ranorex to start IE then stop the playback of Ranorex but keep the browser open that Ranorex started. Now try to manually click the links within the browser that Ranorex opened. See if you are able to navigate as expected.
Some other things to do.
1) Run the automated code in debug. Add some breakpoints before a click is about to happen on a link that is known to cause issue. Check all the variable values and make sure they are what you expect them to be.
2) Try/Catch block you code. Catch any possible exceptions and pipe those to the log.
3) Add more logging to your code to log the status of your variables and elements.
4) Make sure you have properly waited for the browser readystate to be set to complete after the last click and before the next click (could be you are clicking before the browser has completely finished loading and is unable to accept a click at that time).
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...