Enable webdriver by default

This commit is contained in:
Dhanji R. Prasanna
2025-12-15 15:29:12 +11:00
parent 4aa5bf75ce
commit d32bd9be03

View File

@@ -135,7 +135,7 @@ impl Default for MacAxConfig {
impl Default for WebDriverConfig { impl Default for WebDriverConfig {
fn default() -> Self { fn default() -> Self {
Self { Self {
enabled: false, enabled: true,
safari_port: 4444, safari_port: 4444,
} }
} }