Skip to content

Commit b88a652

Browse files
committed
Merge pull request php-webdriver#159 from chaby1/master
fix typo error in ChromeOptions
2 parents 1096e17 + 985c40c commit b88a652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chrome/ChromeOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function toCapabilities() {
118118
* @return array
119119
*/
120120
public function toArray() {
121-
$options = $this->experimentOptions;
121+
$options = $this->experimentalOptions;
122122

123123
$options['binary'] = $this->binary;
124124

0 commit comments

Comments
 (0)