Enable webdriver by default
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user