We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6ada2 commit e0ad52eCopy full SHA for e0ad52e
test/Test/WebDriver/ChromeDriverTest.php
@@ -37,6 +37,7 @@ class ChromeDriverTest extends WebDriverTestBase
37
{
38
protected $testWebDriverRootUrl = 'http://localhost:9515';
39
protected $testWebDriverName = 'chromedriver';
40
+ protected $status = null;
41
42
protected function setUp(): void
43
test/Test/WebDriver/GeckoDriverTest.php
@@ -37,6 +37,7 @@ class GeckoDriverTest extends WebDriverTestBase
protected $testWebDriverRootUrl = 'http://localhost:4444';
protected $testWebDriverName = 'geckodriver';
0 commit comments