Enable webdriver by default
This commit is contained in:
@@ -135,7 +135,7 @@ impl Default for MacAxConfig {
|
||||
impl Default for WebDriverConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
safari_port: 4444,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user