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

Use native WebDriver event triggering, rather than Syn ones #97

Open
aik099 opened this issue Dec 8, 2013 · 3 comments
Open

Use native WebDriver event triggering, rather than Syn ones #97

aik099 opened this issue Dec 8, 2013 · 3 comments

Comments

@aik099
Copy link
Member

aik099 commented Dec 8, 2013

We have several problems due usage of Syn library for JavaScript event triggering. I propose to switch to WebDriver native event triggering capabilities instead of using Syn library.

During the change we need to carefully check, that when using native WebDriver calls all JavaScript events, that were triggered by Syn library are still triggered by WebDriver itself.

Closes:

@aik099
Copy link
Member Author

aik099 commented Apr 14, 2014

Already closed by now: #78

@stof
Copy link
Member

stof commented May 24, 2014

Note that many places using Syn have been switched to the native API in the latest version. the remaining usages of Syn are:

  • focus()
  • blur()
  • keyPress, keyDown and keyUp
  • the custom event triggering inside the dragTo implementation

@usmonster
Copy link

Hello from 2017! Is this still being worked on somewhere? Thanks!

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

Successfully merging a pull request may close this issue.

3 participants