Mislocated control location detection
Hi all,
so i have a keyword test that will select from a combobox an item using the WPF.AutomatedID.
Locally it is working fine, however on my build server it seem like the location detected for this control is off.
So first i perform a click on the combobox to show the control, then perform a click on the desired item inside of that combobox using the WPF.AutomatedID control detection.
I used this instead of using the Combobox.ClickItem(index) before i find it more flexible if the order of the items inside the combo box changes.
Here is the keyword steps:
So here is what a playback look on my machine:
And here is what it looks like on the build server:
Not too sure why it would behave this way?
Any ideas?
I have the latest version of both test complete and test execute