marionette: Capabilities::platform_version optional
Firefox 107 does not include the `platform_version` member in the object in the `capabilities` member of the response to the `NewSession` command.
This commit is contained in:
@@ -41,7 +41,7 @@ pub struct Capabilities {
|
|||||||
pub webdriver_click: bool,
|
pub webdriver_click: bool,
|
||||||
pub page_load_strategy: String,
|
pub page_load_strategy: String,
|
||||||
pub platform_name: String,
|
pub platform_name: String,
|
||||||
pub platform_version: String,
|
pub platform_version: Option<String>,
|
||||||
// proxy:
|
// proxy:
|
||||||
pub set_window_rect: bool,
|
pub set_window_rect: bool,
|
||||||
pub timeouts: Timeouts,
|
pub timeouts: Timeouts,
|
||||||
|
|||||||
Reference in New Issue
Block a user