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

feat: allow for remote control of screen readers #76

Open
jlp-craigmorten opened this issue Feb 19, 2024 · 0 comments
Open

feat: allow for remote control of screen readers #76

jlp-craigmorten opened this issue Feb 19, 2024 · 0 comments
Labels
feature New feature or request

Comments

@jlp-craigmorten
Copy link
Contributor

Issue

Details

Outside of CI this project can be a little clunky as it requires you run headed screen readers which isn't ideal for local development.

It would be good to explore options for controlling a remote session, e.g. a little like using capabilities with WebDriver when using the likes of Applitools, SauceLabs, BrowserStack etc.

There is some prior art for screen readers here already, see https://github.com/AmadeusITGroup/Assistive-Webdriver which proves out some of the ideas for Selenium WebDriver and Playwright.

This could exist as a separate package such as @guidepup/remote or be built into this one - ideally the interface for using would remain much the same, it's just the commands would be issued elsewhere on a remote VM etc.

@cmorten cmorten added the feature New feature or request label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants