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

WebDriver BiDi support in testdriver needs documentation #47565

Open
rakuco opened this issue Aug 12, 2024 · 5 comments
Open

WebDriver BiDi support in testdriver needs documentation #47565

rakuco opened this issue Aug 12, 2024 · 5 comments
Assignees

Comments

@rakuco
Copy link
Member

rakuco commented Aug 12, 2024

Now that #45823 has been merged, it would be good to update the existing testdriver documentation. Having support for https://w3c.github.io/permissions/#webdriver-bidi-command-permissions-setPermission in testdriver would be great, but it is unclear how this is supposed to happen.

Specifically, at least https://web-platform-tests.org/writing-tests/testdriver.html and https://web-platform-tests.org/writing-tests/testdriver-extension-tutorial.html should be updated.

@rakuco
Copy link
Member Author

rakuco commented Aug 12, 2024

cc @OrKoN @foolip

@OrKoN
Copy link
Contributor

OrKoN commented Aug 12, 2024

@rakuco extending testdriver.js with a WebDriver BiDi command does not require an RFC so you should be able to add the testdriver.js wrapper if you need to use the command.

@sadym-chromium
Copy link
Contributor

sadym-chromium commented Aug 12, 2024

@rakuco even though we will happily extend the documentation, I wonder what extension of the existing https://web-platform-tests.org/writing-tests/testdriver.html#permissions do you need?

@rakuco
Copy link
Member Author

rakuco commented Aug 12, 2024

I wonder what extension of the existing https://web-platform-tests.org/writing-tests/testdriver.html#permissions do you need?

The support for specifying an origin, which only exists in the BiDi endpoint. Without this, it's not possible to set permissions in cross-origin iframes.

@OrKoN
Copy link
Contributor

OrKoN commented Aug 12, 2024

I think set_permission is a bit special since it exists in both specs. I would suggest to change the implementation in tools/wptrunner/wptrunner/testdriver-extra.js to use the webdriver-bidi endpoint. I guess the third argument can be changed to be a context (window) or an origin (string), and if the context is a window, we take the window.location.origin as the default origin.

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

3 participants