GitHub / php-webdriver/php-webdriver-archive / commits
Archived version of facebook/php-webdriver. See https://github.com/php-webdriver/php-webdriver for replacement.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 066f2923 | Add archived notice | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 1a4f7a1f | Remove 'any' when present in W3C platformName capabilitites | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| ed8c868f | Exclude skipped test on saucelabs | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 7d7648c4 | Rerun failed tests | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| a0ae3f55 | Typehint against FileDetector interface, not implementation | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 3be6a60d | Fix "path is not canonical" error when uploading file in chrome |
Oleg Andreyev <o****g@a****v>
Committed by: Ondřej Machulda <o****a@g****m> |
over 6 years ago | |
| ec98c9a1 | merge Merge pull request #717 from OndraM/feature/get-cookie-named |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 4d5af553 | Update changelog typos | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 40d375a7 | Do not fail getCookies in Microsoft Edge if there are no cookies | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| f777ca11 | Exlude minimizeWindow test from chrome |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
over 6 years ago | |
| 1dfdeae5 | Add common interface for WebDriverNavigation classes to improve LSP | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 9a9ab004 | Improve codestyle and type-safety comparisons | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| dd1313f9 | Use W3C command to get named cookie | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 62b02216 | Update changelog | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 50185477 | merge Merge pull request #701 from sapzape/take-element-screenshot |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 371bc9ff | Run tests on ubuntu xenial | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| d600f7e2 | Finally run Travis on PHP 7.4; also bump some dependencies | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 0c36f13e | Improve take element screenshot unit tests | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 6be5953d | merge Merge pull request #707 from facebook/w3c-clear |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 329de080 | Add minimize window command |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
over 6 years ago | |
| 26e96eff | Add switch to parent frame command |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
over 6 years ago | |
| 5ee2b824 | Update phpstan | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 8b64b7a4 | Add PHP 7.4 Travis build | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| c0fd3966 | Use clear endpoint to clear element content | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 639ed82a | Add new keyboard codes constants | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| bd150299 | merge Merge pull request #696 from OndraM/feature/env-name |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 0bf4f388 | Maintain BC for renamed TimeOutException |
Lctrs <j****e@p****e>
Committed by: Ondřej Machulda <o****a@g****m> |
over 6 years ago | |
| dab65072 | Add take element screenshot command |
sapzape <s****e@g****m>
Committed by: Ondřej Machulda <o****a@g****m> |
over 6 years ago | |
| 45d83575 | Improve code coverage | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 6a56eba0 | Implement W3C compatible RemoteKeyboard (fixes #698) | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 6ee27df1 | Annouce change of variable name in changelog and tests | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 1ad0697c | Improve screenshot tests | Ondřej Machulda <o****a@g****m> | over 6 years ago | |
| 5dbadd61 | Accept W3C capabilitites from the browser and provide them as OSS ones (fixes... | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 081b70fe | Fix JsonWire protocol detection in test skipping | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 13fc55d1 | Allow specification of alternate host for fixtures |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 630863c9 | Allow specification of firefox options for non-gecko |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 2a7208bc | Add unit tests for takeElementScreenshot |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 1dcec4bc | Minor codestyle improvements and unifications | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 9f3fc33f | Process status response to RemoteStatus value object | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 98686d91 | Add tests for switchTo()->window() of RemoteTargetLocator | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| a94e33b9 | Exclude unstable drag and drop test on SauceLabs | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 3626c972 | merge Merge pull request #687 from andrewnicols/mouseUp |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 9d5623f4 | Fix mouseUp W3C action |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 574684f2 | Add all W3C WebDriver exceptions | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| e8561c2f | merge Merge pull request #685 from OndraM/feature/saucelabs-w3c |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| a4198165 | Skip file upload tests on Saucelabs, because W3C protocol does not support re... | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| b54d5037 | Skip tests utilizing xPath selectors, which are not properly supported in Edge | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| e9f4ec88 | Download a compatible version of chromedriver with chrome |
Lctrs <j****e@p****e>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 648f6ede | Frame switching W3C Compliance |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 88fff59d | Pass W3C Compliance to RemoteTargetLocator |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 51353795 | Make GET_ACTIVE_ELEMENT a GET for W3C |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 57f871ea | W3C switchToWindow takes a handle |
Andrew Nicols <a****w@n****k>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| a0d6be9a | Simplify builds | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| ee14c439 | Use W3C protocol on some Saucelabs builds | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 212ab1f1 | merge Merge pull request #679 from OndraM/feature/w3c-window |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 634b2966 | merge Merge pull request #680 from OndraM/feature/geckodriver-headless |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 98d75a0e | merge Merge pull request #678 from facebook/w3c-capabilitites |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| c7ee5e18 | Exclude window tests on Saucelabs, because they are not sane | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| f81659ea | Run geckodriver tests in headless mode | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| b4b82e2c | Add W3C window size and position commands | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| a6cad80b | Add convertor to W3C compatible capabilities (fixes #676, part of #469) | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 42f82dd2 | Define branch alias for version 1.8 | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| d249dea3 | Update changelog and readme to let the world know about W3C protocol experime... | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 59292e88 | merge Merge pull request #674 from OndraM/feature/w3c-chromedriver |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 041658be | Improve W3C builds detection in conditionally-run tests | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| a9685bf2 | Add JsonWire travis build on Chromedriver to make sure we won't break the old... | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 048f6796 | merge Merge pull request #673 from OndraM/feature/capabilities-compatibility |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 3597a6bc | Enable W3C protocol for Chromedriver 🎉 #469 | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| a4b0d713 | Convert W3C invalid capabilities to corresponding ones | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| dc50f3f0 | Skipped tests must be completely excluded from Saucelabs to avoid starting th... | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 61ab8811 | Use newer Selenium server where possible | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| a29494a5 | Add Chromedriver Travis build (without Selenium server proxy) | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| ae2d2bf1 | merge Merge pull request #602 from dunglas/polyfill-mbstring |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 2a2701ec | merge Merge pull request #546 from benwhite-deltas/fix-not-with-presence-condition |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 6dd8b581 | merge Merge pull request #560 from dunglas/geckodriver |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 7119d7fc | Codestyle: unify casing in w3c methods | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 71a66982 | Make POST body always valid JSON in W3C mode | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 721a7c27 | Use latest geckodriver | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| 4f8b3228 | Download latest chromedriver without a need of manual version bumping | Ondřej Machulda <o****a@g****m> | almost 7 years ago | |
| bd34170c | Compatibility with Symfony 5 |
Kévin Dunglas <d****s@g****m>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| e9277912 | Minor grammar fixes |
Mohammadreza Yektamaram <m****a@y****m>
Committed by: Ondřej Machulda <o****a@g****m> |
almost 7 years ago | |
| 5729355c | Improve tests stability |
Kévin Dunglas <d****s@g****m>
Committed by: Ondřej Machulda <o****a@g****m> |
about 7 years ago | |
| 4a65bed0 | Add back Geckodriver to the Travis matrix |
Kévin Dunglas <d****s@g****m>
Committed by: Ondřej Machulda <o****a@g****m> |
about 7 years ago | |
| 3e64169d | Add status command |
Josh <2****t@g****m>
Committed by: Ondřej Machulda <o****a@g****m> |
about 7 years ago | |
| 3f73de83 | Revert Chromedriver bug workaround, which is fixed in Chromedriver 75.0.3770.90 | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| e43de70f | Release version 1.7.1 | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| f650ee73 | Do not send w3c capability as a workaround for browsestack schema validation ... | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| ec7ce5b6 | Do not fail if ChromeOptions is already an array |
Lctrs <j****e@p****e>
Committed by: Ondřej Machulda <o****a@g****m> |
about 7 years ago | |
| 9a52b1ac | Release version 1.7.0 | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| 0e90e920 | merge Merge branch 'pull/621' into community | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| d1ad0b14 | Update changelog | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| e8accbde | Extend testcases to cover also form without id | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| 87f9d0f4 | Improve readability of tests by structuring theme more in arrange-act-assert way | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| 79d1bb34 | merge Merge pull request #640 from OndraM/fix/chromedriver-hotfix |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 0f3933c4 | Disable default W3C protocol in Chrome 75+ | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| fc1eb76e | merge Merge pull request #639 from OndraM/feature/php-73 |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 9be6cbbd | Remove mostly redundant second lowest-deps build | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| 1780264e | merge Merge pull request #637 from OndraM/feature/fix-saucelabs |
Ondřej Machulda <o****a@g****m>
Committed by: GitHub <n****y@g****m> |
about 7 years ago | |
| 242fffeb | Disable WebDriverSelectTest on saucelabs - it is too slow and has minimal value | Ondřej Machulda <o****a@g****m> | about 7 years ago | |
| 6d488eac | Force Chrome 74 on saucelabs, as 75 uses W3C protocol by default | Ondřej Machulda <o****a@g****m> | about 7 years ago |