-
Notifications
You must be signed in to change notification settings - Fork 60
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
Specification for loading extensions in WebDriver Classic #760
base: main
Are you sure you want to change the base?
Conversation
f3bc5e3
to
d20128c
Compare
The spec proposed endpoints taking What is the format of How does the caller know the extension ID? That is unspecified. |
It is the result of the load command:
I think it can be an opaque URL path compatible string, even just a monotonic increasing integer would do. |
The extension identifier is the same format of what's returned in Safari. It matches |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally this looks good. I've left a couple of comments following our call earlier to clarify the purpose of this document and the relationship to WebDriver BiDi :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Kiara!
Preview available here