The MouseClick event does not click on the element. The mouse always clicks in the wrong location. This is a sample of what my code looks like where cw is my active browser.
cw.Find.ById<HtmlInputText>("igtxtctl00_Main_txtCycleIntervalNum").MouseClick();
This is working in IE but does not click in the correct location in FF or Chrome. This is only a problem on my machine. I can execute the same tests on another machines and it clicks in the correct location. I recently got some new high resolution monitors and was thinking the issue might be with my monitors. I changed the resolution to the same resolution as the machines the tests work on and they still break on my machine. At a loss of what to do.