-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Double click functionality needed #116
Comments
Hi @dmurashko-ms From what I could see on the repo faaxm is trying to keep Spix as minimal as possible so I don't think this is the kind of request thta will be accepted, but for sure I don't want to speak for the maintainer himself! |
Just sending two mouseClick events is not working and is not the same as a double click. But usually, you are not checking if a double click is working, but if the triggered functionality is doing the expected work. So instead of simulating a double click extract the work into a function and test this function. |
If there is a use case where a dedicated double-click event should be sent, I wouldn't mind having it added to spix. In case you want to take on that task, the place where that event would be sent would be here: Its parent class and the mock code would also have to be updated: Then you would need to add a new command class that will call the new method in When this is done, update the test servers so that they allow the user to trigger the new command: |
Thanks for the answer, unfortunately i didn't get your point about TestServer.cpp, did you mean to use command handler? There is no doubleClick functionality in TestServer. |
It would be great to have a possibility to send DoubleClick event.
Is there any work around for that?
The text was updated successfully, but these errors were encountered: