I use the following to scroll through a list:
RemoteTouchScreen.Scroll(FindElementByAccessibilityId("myID").Coordinates, 0, -200);
This works when no other monitors are connected to my laptop. When I connect other monitors I get the error message:
System.InvalidOperationException : An unknown error occurred in the remote end while processing the command.
I use the following to scroll through a list:
RemoteTouchScreen.Scroll(FindElementByAccessibilityId("myID").Coordinates, 0, -200);
This works when no other monitors are connected to my laptop. When I connect other monitors I get the error message:
System.InvalidOperationException : An unknown error occurred in the remote end while processing the command.