-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W3C Compatability Fixes #372
Closed
Closed
Changes from 4 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b84f67b
Updates for w3c compatability
justafish 580ff48
Throw an UnknownCommand Exception if isW3C() doesn't exist
justafish cb196ef
Revert resizeWindow jsonwire fallback code
justafish 66c7fe7
Run the automated tests on the latest version of selenium
justafish e1a0c86
Apply recommended changes and test fixes
justafish b54f3c4
PHPStan fixes
justafish 89870ce
PHPStan fixes
justafish 676ba55
Tidy up GitHub Action
justafish c998944
Wider W3C compatability fixes to match mink/driver-testsuite expectat…
justafish a1af5e4
Mount volume into selenium image
justafish 872fec0
Mount volume into selenium image
justafish 8ff1e02
Mount volume into selenium image
justafish 288f50c
Mount volume into selenium image
justafish 1659eb6
Mount volume into selenium image
justafish 0576853
Fix TimeoutTest
justafish 35095e4
Revert custom test changes
justafish 84f39b3
Override max sessions for the timeout test
justafish 9fcd973
Set SYMFONY_DEPRECATIONS_HELPER to weak
justafish 8371ae4
Fix phpstan violations
justafish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This published fork does not publish the fact that it replaces
instaclick/php-webdriver
so composer will happily install both in parallel, with no guarantee about which one will win for defining the class. So this looks totally wrong to me.In the current situation, I'm against merging this PR and releasing as is, because it actually makes the package unreliable for users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stof it is marked as replacing it https://github.com/Lullabot/php-webdriver/blob/main/composer.json#L19 and I can see it doing so in the tests I just added:
https://github.com/minkphp/MinkSelenium2Driver/actions/runs/6392945083/job/17351217167?pr=372
I'll make a proper release of the library before this new test is merged, I just wanted to get tests etc passing here first 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah indeed. By default, packagist shows the info for the latest release, and this is only in the dev version.