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

Extend WebDriver to expose an AT Driver session id as a WebDriver capability #21

Open
zcorpan opened this issue May 10, 2022 · 1 comment

Comments

@zcorpan
Copy link
Member

zcorpan commented May 10, 2022

As discussed in yesterday's meeting, there should be a way to inform a WebDriver remote end when creating a WebDriver session that it should use an existing AT Driver session.

Consider a cloud-based service that supports both WebDriver and AT Driver. A user wants to test a particular screen reader and browser combination. Since the protocols are separate, the concepts of sessions are also separate. How would the service know to not create separate VMs for the two connections?

One way could be to specify an extension to WebDriver that allows the local end to send an AT Driver session id as a WebDriver capability.

@zcorpan
Copy link
Member Author

zcorpan commented Jun 23, 2022

Other options:

  • Extend AT Driver to include WebDriver capabilities request
  • Use an out-of-band protocol (e.g. an HTTP request/response) to request both AT Driver capabilities and WebDriver capabilities

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