Forum Discussion

EvgenyTitov's avatar
EvgenyTitov
Occasional Contributor
7 years ago

driver.DoReleaseMouse(driver.GetMouseCursorPositionOnScreen()) does not work.

I use in test command to click on control : driver.PerformActionWithParametersSequence(controlNode, null, "Click", "Click on " + Description, width - 8, height/2); Then i am trying to release the C...