Skip to content
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

Recording mouse events twice #14

Open
fbaptista opened this issue Mar 12, 2018 · 0 comments
Open

Recording mouse events twice #14

fbaptista opened this issue Mar 12, 2018 · 0 comments

Comments

@fbaptista
Copy link

When recording clicks, Sideex extension records very often this sequence:
image

this behavior is when the mouse click is on "rush" or when using pads.
The thing is that very often happens and it generates several problems later.

When playback, the case works, basically because the sequence "down, move, up" doesn't works, so the real click (4th command) is the guy.
Can you please fix this?

See Katalon recorder "fix" / WA:
https://github.com/quangkeu95/katalonRecorder/blob/6b8410fa8e83e7311280569c16248d332a2ade3a/content/recorder-handlers.js#L295

this.record("mouseDownAt", this.locatorBuilders.buildAll(this.selectMousedown.target), sourceRelateX + ',' + sourceRelateY);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant