Closed
Conversation
…fixes to Selenium2Driver.php
…g to support capability from phpunit.xml, updated setRequestHeader to support user-agent
…createDriver, added composer overrides (WIP)
Member
|
There are other closed PRs doing the same, that might help you: |
aik099
requested changes
Jan 4, 2019
Merged
- added docker for php >= 5.4 (trusty) - added php 7.3 - updated README - added DISPLAY env and xvfb for 5.3 (precise)
# Conflicts: # .travis.yml
…g $this->webDriver !== null;
…on to UnsupportedDriverActionException
Contributor
Author
|
@stof build is again green. I'll start working on deprecating keyUp/keyPress/keyDown in favor of pressKey as per discussion #304 (comment) |
Member
|
@oleg-andreyev please do that in separate PRs, so that it can be applied to the existing driver too. |
Contributor
Author
|
Meanwhile can you create “webdriver” repository under minkphp for new driver, thanks |
Contributor
Author
|
I'm moving my effort to https://github.com/oleg-andreyev/MinkFacebookWebDriver |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is work in progress
Depending on #303, php-webdriver/php-webdriver#621, minkphp/driver-testsuite#26, minkphp/driver-testsuite#25
Unblocks #298, #293
Closes #300
Closes #289
Closes #257
Closes #175
Closes #97