Skip to content

Commit 0b4cca1

Browse files
author
Caio Ronchi
authored
Merge pull request #4 from antfig-fixeads/master
initialize chromeOptions
2 parents 304660f + d7d95f4 commit 0b4cca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Browser/BrowserDriverBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function __construct($url)
6262
$this->url = $url;
6363
$this->extraCapabilities = [];
6464
$this->urls = [];
65+
$this->chromeOptions = [];
6566
}
6667

6768
public function __destruct()

0 commit comments

Comments
 (0)