Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/marionette.rs')
-rw-r--r--src/marionette.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marionette.rs b/src/marionette.rs
index 93a5a47..51beea2 100644
--- a/src/marionette.rs
+++ b/src/marionette.rs
@@ -472,6 +472,7 @@ impl FirefoxOptions {
}
}
+#[derive(Default)]
pub struct MarionetteSettings {
pub port: Option<u16>,
pub binary: Option<PathBuf>,