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 76bbbae commit 4234487Copy full SHA for 4234487
.gitignore
@@ -1,3 +1,4 @@
1
composer.lock
2
composer.phar
3
-vendor/
+vendor/
4
+.idea
Lambdatest.php
@@ -35,7 +35,7 @@
35
"name" => "Sample PHP Test",
36
"platform" => "Windows 10",
37
"browserName" => "Chrome",
38
- "version" => "88.0"
+ "version" => "142.0"
39
);
40
41
try{
composer.json
@@ -1,7 +1,7 @@
{
"require": {
"php-webdriver/webdriver": "dev-main",
- "phpunit/phpunit-selenium": "^8.0.0"
+ "phpunit/phpunit-selenium": "^9.0.1"
5
},
6
"scripts": {
7
"test": "php Lambdatest.php"
0 commit comments