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

replace syn with webdriver extensions to puppeteer #569

Open
4 tasks
idearat opened this issue Dec 12, 2021 · 1 comment
Open
4 tasks

replace syn with webdriver extensions to puppeteer #569

idearat opened this issue Dec 12, 2021 · 1 comment
Assignees
Labels
LIMIT not quite a bug... but frustrating/limiting PERFORMANCE TEST author tests and/or manually test

Comments

@idearat
Copy link
Contributor

idearat commented Dec 12, 2021

  • Track down the module WJE referenced which adds webdriver API to puppeteer.
  • Write a couple of new tests to show the newer API operates as expected.
  • Migrate existing syn-based tests to the webdriver API
  • Remove syn from the library.
@idearat idearat added TEST author tests and/or manually test LIMIT not quite a bug... but frustrating/limiting labels Dec 12, 2021
@bedney
Copy link
Contributor

bedney commented Dec 27, 2021

It turns out that Puppeteer has its own built-in API to exercise the GUI (based on Devtools protocol rather than WebDriver, but that's not relevant to us). Just need to wire it in. This would involve updating the GUI driver code to adapt key codes, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LIMIT not quite a bug... but frustrating/limiting PERFORMANCE TEST author tests and/or manually test
Projects
None yet
Development

No branches or pull requests

2 participants