FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · php-webdriver/php-webdriver · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
php-webdriver
/
php-webdriver
Public
Notifications
You must be signed in to change notification settings
Fork
842
Star
5.2k
Code
Issues
21
Pull requests
9
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 28, 2025
Release version 1.16.0
OndraM
committed
ac06628
View commit details
Copy full SHA for ac06628
Browse repository at this point
Update CHANGELOG
OndraM
committed
675bf79
View commit details
Copy full SHA for 675bf79
Browse repository at this point
Commits on Dec 17, 2025
Clarify and fix timeout value type (#1120)
Show description for a7f16c1
uuf6429
authored
a7f16c1
View commit details
Copy full SHA for a7f16c1
Browse repository at this point
Merge pull request #1143 from php-webdriver/se4x-fix-upload-file-endpoint
Show description for 3b20859
OndraM
authored
3b20859
View commit details
Copy full SHA for 3b20859
Browse repository at this point
Fix file upload endpoint for selenium 4.x
nocive
authored and
OndraM
committed
e5bf60f
View commit details
Copy full SHA for e5bf60f
Browse repository at this point
Merge pull request #1129 from nicekiwi/patch-1
Show description for 5ac14ba
OndraM
authored
5ac14ba
View commit details
Copy full SHA for 5ac14ba
Browse repository at this point
Fix incorrect link to driver capabilities docs
nicekiwi
authored and
OndraM
committed
c65b9fc
View commit details
Copy full SHA for c65b9fc
Browse repository at this point
Merge pull request #1142 from php-webdriver/feature/symfony-8
Show description for a6e668b
OndraM
authored
a6e668b
View commit details
Copy full SHA for a6e668b
Browse repository at this point
Commits on Dec 16, 2025
chore(deps): Allow Symfony 8
Chris53897
authored and
OndraM
committed
0e5cbf0
View commit details
Copy full SHA for 0e5cbf0
Browse repository at this point
ci: add tests for PHP 8.5
Chris8934
authored and
OndraM
committed
d32a252
View commit details
Copy full SHA for d32a252
Browse repository at this point
Merge pull request #1141 from php-webdriver/fix/skipped-job
Show description for 461c358
OndraM
authored
461c358
View commit details
Copy full SHA for 461c358
Browse repository at this point
ci: Reenable unintentionally skipped saucelabs test
OndraM
committed
f68a1c9
View commit details
Copy full SHA for f68a1c9
Browse repository at this point
Merge pull request #1140 from php-webdriver/deps/saucelabs-connect
Show description for 8188436
OndraM
authored
8188436
View commit details
Copy full SHA for 8188436
Browse repository at this point
chore(deps): bump saucelabs/sauce-connect-action from 2 to 3, upgrade saucelabs platform versions
OndraM
committed
6a011bb
View commit details
Copy full SHA for 6a011bb
Browse repository at this point
Commits on Dec 15, 2025
chore(deps): bump actions/upload-artifact from 4 to 6
Show description for d784f95
dependabot[bot]
authored and
OndraM
committed
d784f95
View commit details
Copy full SHA for d784f95
Browse repository at this point
Commits on Dec 11, 2025
Bump actions/github-script from 7 to 8
Show description for c5427c1
dependabot[bot]
authored and
OndraM
committed
c5427c1
View commit details
Copy full SHA for c5427c1
Browse repository at this point
Bump actions/checkout from 4 to 6
Show description for b51cbcb
dependabot[bot]
authored and
OndraM
committed
b51cbcb
View commit details
Copy full SHA for b51cbcb
Browse repository at this point
Merge pull request #1137 from php-webdriver/feature/housekeeping
Show description for adcdc96
OndraM
authored
adcdc96
View commit details
Copy full SHA for adcdc96
Browse repository at this point
test: Skip fullscren command test broken in Safari
OndraM
committed
61a9e9d
View commit details
Copy full SHA for 61a9e9d
Browse repository at this point
chore: Remove new flag from headless chrome, as it is already default since Chromedriver 132
OndraM
committed
4878867
View commit details
Copy full SHA for 4878867
Browse repository at this point
chore: Update args to properly set window size for new headless chrome
Show description for f37e67d
OndraM
committed
f37e67d
View commit details
Copy full SHA for f37e67d
Browse repository at this point
chore: Update to Selenium 4.38 in tests
OndraM
committed
1766e85
View commit details
Copy full SHA for 1766e85
Browse repository at this point
style: Normalize php extensions in composer.json
OndraM
committed
a7827e3
View commit details
Copy full SHA for a7827e3
Browse repository at this point
ci: Update markdown link check to ignore blocked urls
OndraM
committed
18a07d9
View commit details
Copy full SHA for 18a07d9
Browse repository at this point
Commits on Feb 24, 2025
Merge pull request #1122 from alyamovsky/exception-interface-extends-throwable
Show description for 898f0be
OndraM
authored
898f0be
View commit details
Copy full SHA for 898f0be
Browse repository at this point
Commits on Feb 13, 2025
Add Throwable extension to PhpWebDriverExceptionInterface
alyamovsky
committed
dadaa12
View commit details
Copy full SHA for dadaa12
Browse repository at this point
Commits on Nov 21, 2024
Release version 1.15.2
OndraM
committed
998e499
View commit details
Copy full SHA for 998e499
Browse repository at this point
Update CHANGELOG
OndraM
committed
5a73bc6
View commit details
Copy full SHA for 5a73bc6
Browse repository at this point
Merge pull request #1113 from uuf6429/feature/allow-running-headfull-tests
Show description for f80f944
OndraM
authored
f80f944
View commit details
Copy full SHA for f80f944
Browse repository at this point
test: Allow running tests in headfull (not headless) mode
uuf6429
authored and
OndraM
committed
38c892d
View commit details
Copy full SHA for 38c892d
Browse repository at this point
Commits on Nov 19, 2024
Merge pull request #1117 from php-webdriver/fix/shadow-dom-tests
Show description for 71c4c6a
OndraM
authored
71c4c6a
View commit details
Copy full SHA for 71c4c6a
Browse repository at this point
test: Enable shadow dom tests in geckodriver
OndraM
committed
590cf71
View commit details
Copy full SHA for 590cf71
Browse repository at this point
test: Do not use input as example element, as it have shadow dom by default
OndraM
committed
72a7066
View commit details
Copy full SHA for 72a7066
Browse repository at this point
Merge pull request #1116 from php-webdriver/docs/update-example
Show description for 7f88577
OndraM
authored
7f88577
View commit details
Copy full SHA for 7f88577
Browse repository at this point
chore: Update to Selenium 4.26 in tests
OndraM
committed
8844ac5
View commit details
Copy full SHA for 8844ac5
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL