Open pppppino opened 11 months ago
You are welcome to propose a PR. It should not be too complicated to add such feature. You could also test it locally properly.
@mykola-mokhnach , Thanks, I will test it once you add this params to this function
I mean you can try to change the source code yourself.
@mykola-mokhnach , My JS is so poor, but I will have a try on it; Could you kindly tell me how to package your source code to driver package in my local machine?
@mykola-mokhnach , My JS is so poor, but I will have a try on it; Could you kindly tell me how to package your source code to driver package in my local machine?
Something similar to https://github.com/appium/appium-windows-driver/blob/677d39a14ffe6e3080cfe0698c8d2180f68385ef/.github/workflows/functional-test.yml#L32
Hi,
In function [windows: clickAndDrag], you only provide the wait time between pressing the left mouse button and moving the cursor to the ending drag point.
However, I want to have a wait time between moving the cursor to the ending drag point and release mouse., which means you may need add a delay between below code
otherwise, I can not use it in my test cases automation.
thanks a lot