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
I want to understand how the underlying Marionette requests are sent to control the browser. Is there a minimal working example of the underlying Marionette commands (below the python wrapper level) for a simple session of HTTP requests sent to geckodriver (the following being one simple request)?
Marionette uses a custom socket protocol and we do not support accessing it directly. Is there a specific reason why the WebDriver protocol via geckodriver is not enough?
Since Marionette is below WebDriver, I'd think there might be some features available in Marionette but not available in WebDriver. For example, this feature is not available in WebDriver due to a limit on the protocol. But since Referer can be added by a browser plugin, I don't see such a feature that must be forbidden in Marionette.
I want to understand how the underlying Marionette requests are sent to control the browser. Is there a minimal working example of the underlying Marionette commands (below the python wrapper level) for a simple session of HTTP requests sent to geckodriver (the following being one simple request)?
System
Testcase
NA
Stacktrace
NA
Trace-level log
NA
The text was updated successfully, but these errors were encountered: