-
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
[WIP] Facebook driver #304
Conversation
…fixes to Selenium2Driver.php
…g to support capability from phpunit.xml, updated setRequestHeader to support user-agent
…createDriver, added composer overrides (WIP)
There are other closed PRs doing the same, that might help you: |
- 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
@stof build is again green. I'll start working on deprecating keyUp/keyPress/keyDown in favor of pressKey as per discussion #304 (comment) |
@oleg-andreyev please do that in separate PRs, so that it can be applied to the existing driver too. |
Meanwhile can you create “webdriver” repository under minkphp for new driver, thanks |
I'm moving my effort to https://github.com/oleg-andreyev/MinkFacebookWebDriver |
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