mercredi 18 mars 2015

VisualStudio.TestTools.UITesting.Mouse Click cursor missplaced

I'm trying to execute the UI test cases from my project (this is testing a web site), and they are calling several times:



Mouse.Click(UITestControl, Point);


I also tried calling:



Mouse.Click(UITestControl);


Everything is working fine in a couple of other devs machines, but in mine it seems to be some offset in the coordinates, the cursor is not moving to the right position of the controls is supposed to click on, has anybody else dealt with this kind of issue? Is there some configuration that can be used to make the click points more generic?


Aucun commentaire:

Enregistrer un commentaire