You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --marionette-host for remote/tunneled Firefox
Adds a --marionette-host CLI parameter (and MARIONETTE_HOST env var)
that controls which host geckodriver connects to for Marionette and
where the BiDi WebSocket connection is directed.
When connecting to a remote or tunneled Firefox (e.g., via SSH port
forwarding), the Marionette and BiDi ports are on a different host
than localhost. This parameter lets geckodriver reach the tunnel
endpoint while preserving the original Host header for Firefox's
WebSocket allowHosts check.
description: 'Marionette host to connect to when using --connect-existing (default: 127.0.0.1). Also used as the BiDi WebSocket connect address when different from 127.0.0.1.',
0 commit comments