Bug 1731730 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

As discussed we should for now focus on the features and not so much on the browser / platform matching. As such this bug will cover the following scenarios that need to be handled correctly:

Global defined features:
* acceptInsecureCerts
* proxy
* strictFileInteractability (not sure yet if that would be needed)

Mozilla specific features:
* moz:accessibilityChecks
* moz:windowless

We should actually re-use the Capabilities.sys.mjs module here and send a full capability payload back to the client.
As discussed we should for now focus on the features and not so much on the browser / platform matching. As such this bug will cover the following scenarios that need to be handled correctly:

Global defined features:
* acceptInsecureCerts
* proxy
* strictFileInteractability (not sure yet if that would be needed)

Mozilla specific features:
* moz:accessibilityChecks
* moz:windowless

We should actually re-use the Capabilities.sys.mjs module here and send a full capability payload back to the client. Maybe an update of the WebDriver classic spec is needed if not all the capabilities can / should be returned via WebDriver BiDi.

Back to Bug 1731730 Comment 2