-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to stop random moves #113
Comments
It automatically toggles it, while moving the cursor to something. But when u want to pause you can call it manually like: |
I mean what I wrote. I want to manually stop 'random moves process' and then manually restart it 20 lines later, etc. |
I mean what I wrote too, did u read it? |
Doesn't work for me. It does not stop anything. Random moves continue to move |
same |
Do it after every move or click. |
This is the answer. If this PR gets merged, should only have to set it where it needs to change: #132 |
What does that mean? I should repeatedly write cursor.toggleRandomMove(false) all over the code? If I toggle it OFF then it should stay OFF until I toggle it on or script ends. Who came up with this nonsense logic? |
With the way it's currently written, yes you have to. After every The repo owner has been great about merging PRs so keep an eye on this one.
Rude and unnecessary |
Necessary until they start thinking what they do and what they write. |
Fixed in #132 |
@AndriusCTR It is necessary for you to shut up and remove your GitHub account. |
@bvandercar-vt much obliged, sir! |
If I launch it with random moves enabled, and I need to stop those moves, perform manual movement, and continue random moves, how would I go about that?
let cursor = createCursor(page, await getRandomPagePoint(page), true);
// stop random moves, do other stuff
// continue random moves
The text was updated successfully, but these errors were encountered: