Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Codeception/module-webdriver

WebDriver module for Codeception
https://github.com/Codeception/module-webdriver

Update WebDriver.php

Removing PhantomJS, see https://github.com/Codeception/module-webdriver/issues/28#issuecomment-7...

88fd37ec8292104393ec93d27c465faf74d62a1b authored about 4 years ago by Thomas Landauer <[email protected]>
Merge pull request #27 from Codeception/php8

Support PHP 8

b7dc227f91730e7abb520439decc9ad0677b8a55 authored about 4 years ago by Gintautas Miselis <[email protected]>
Delete local copy of autogenerated documentation

0e8aa518f978aed36e4d1eca743b29ddf7993501 authored about 4 years ago by Gintautas Miselis <[email protected]>
Support PHP 8

494471bf4189b50d868d5c5f756ff7b17dcb6b15 authored about 4 years ago by Gintautas Miselis <[email protected]>
Added Lambdatest in cloud service providers

2c6233e72216313413955bab590fd71dd2fbcbf7 authored about 4 years ago by jahmed2345 <[email protected]>
Documented behaviour of openNewTab

Explaining weird behavior of sessionStorage, see https://stackoverflow.com/q/20879714/1668200

d055c645f600e991e33d1f289a9645eee46c384e authored about 4 years ago by Thomas Landauer <[email protected]>
Merge pull request #17 from takaoyuri/patch1

Add support for saving multi byte filename

237c6cb42d3e914f011d0419e966cbe0cb5d82c6 authored over 4 years ago by Sam <[email protected]>
Add support for saving multi byte filename

up

615102b3bc5d41012f9c78682053b1f20438a31c authored over 4 years ago by takaoyuri <[email protected]>
Make switch to frame possible (#9)

* Make switch to frame possible

* Fix tag name in debug information

* Correct description ...

09c167817393090ce3dbce96027d94656b1963ce authored over 4 years ago by Anton Fedurtsya <[email protected]>
Suppress UnknownErrorException in _closeSession

da55466876d9e73c09917f495b923395b1cdf92a authored over 4 years ago by Vincent Dauce <[email protected]>
[switchToIFrame] Undefined variable: els (#12)

f05c5c25e39d10fbfb2d508779e1537df019ff9b authored over 4 years ago by Vincent Dauce <[email protected]>
Merge pull request #10 from Codeception/fix-set-cookie

setCookie: don't add domain to cookie unless explicitly specified.

9ee54108860859b120ed4a22e50f37d33aa3a518 authored almost 5 years ago by Gintautas Miselis <[email protected]>
setCookie: don't add domain to cookie

unless explicitly specified.
Browsers fail with singlepart domain names, e.g. localhost

edef71c793ee9739b9c36712e9945db576e2ebe4 authored almost 5 years ago by Gintautas Miselis <[email protected]>
Use stable versions of codeception

0cbb034c388ede83104845dfed34c7ad49be1635 authored almost 5 years ago by Gintautas Miselis <[email protected]>
Merge pull request #7 from bassrock/fix-php56

Removing string typehint

cfeadb39170aa80e6fe244de6a130453edd79fe9 authored almost 5 years ago by Gintautas Miselis <[email protected]>
Removing string typehint

d2be4dbdb6fe32ea08c30a716c4fda043c5eeebf authored almost 5 years ago by Daniel Brooks <[email protected]>
Fixed docblock in TestsForWeb

3af8c381b556709934f1ae2c59a00e56ce6a43ea authored almost 5 years ago by Gintautas Miselis <[email protected]>
Merge branch 'eXorus-patch-2'

e5e066fd578f394c6759da8329d8ffacae5e15fb authored almost 5 years ago by Gintautas Miselis <[email protected]>
Updated switchToIFrame by name to work in w3c mode

7e6de3fad6c41d0fe2decf9b4dd5b01ca4c050ee authored almost 5 years ago by Vincent Dauce <[email protected]>
Fixed switchToIframe by xpath

after previous fix

ca759101e1b25939539f882d23ca3c9398f0d976 authored almost 5 years ago by Gintautas Miselis <[email protected]>
Fix cookie domain match (#5)

* stub webdriver cookies as objects over arrays

* check for cookie domain with isset, not arr...

aa7c2d6baaaebc99fbb000386f05096dbe2c9b7f authored almost 5 years ago by Josh Grant <[email protected]>
Merge pull request #3 from Codeception/DavertMik-patch-1

Changed default values for webdriver logs

a41fae6220cd6b1e9da1c4a0662f9ed854f60412 authored almost 5 years ago by Gintautas Miselis <[email protected]>
Update WebDriver.php

4a3489845fab5daa3ea178d8a86ceba36cdff7e9 authored almost 5 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #1 from OndraM/php-webdriver

Rename php-webdriver package

51f95403af8a5d29f5e5a163491f8000b012c88e authored almost 5 years ago by Gintautas Miselis <[email protected]>
Rename php-webdriver package

79462689107e9ed4260009ca3db79f51ce05554f authored almost 5 years ago by Ondřej Machulda <[email protected]>
display cookie details in debug output (#5709)

e1b9957966c64b2f9f6a6a53f560ceab487cfae0 authored about 5 years ago by Dmitry Kolosov <[email protected]>
Suggest codeception/phpbuiltinserver

0541f86f43af9d10ef3c6d83c9cf9f4c18b0dcd6 authored about 5 years ago by Gintautas Miselis <[email protected]>
Improved error text of WaitForJS method

6bda0b3d77c15e7f5842d8efa9ce85d5a8675231 authored about 5 years ago by Erik Sanchez <[email protected]>
Fixed failing tests. Removed dependencies on dom-crawler and guzzle.

559340e52616ed183f005dcc6253ced6cfcd4339 authored over 5 years ago by Davert <[email protected]>
Removed c3 code from test app

c13d6767ae5581893c55c49d6a07eae9875545c2 authored over 5 years ago by Gintautas Miselis <[email protected]>
Add package files

90e448b94d178e60bf3ee8194534ac437523f83d authored over 5 years ago by Gintautas Miselis <[email protected]>
added firefox environment (#5681)

* added firefox environment

* added groups to ignore some tests in headless mode

* updated...

82f051d0da5963225a5f9e969df5493746d6cd9b authored over 5 years ago by Michael Bodnarchuk <[email protected]>
Prune framework tests (skip tests for other frameworks if changes are local to another framework) (#5635)

* Added some debug output to see if pruning is operational

* Use stderr

* Show result of g...

362325ed19bc8a854f5b2ef5bab8393e7acb0111 authored over 5 years ago by Sam <[email protected]>
Unified bootstrap loading (#5645)

* * Unified bootstrap loading
* Deprecated configuring bootstrap for all suites implicitly
* A...

e1a43542ae29cc4d5969dfc482ed33a749cdac4d authored over 5 years ago by Michael Bodnarchuk <[email protected]>
SCA: dropped import duplicates, fixed a few cases of php core API misuse (#5639)

* SCA: dropped import duplicates, fixed a few cases of php core API misuse

* SCA: partial rev...

23d56f5c0e6abd0e671bb8625123ce0d35e1b023 authored over 5 years ago by Vladimir Reznichenko <[email protected]>
InnerBrowser: selectOption can match by text when option has no value attribute #5547

cec98205359fb6fe094c09cecf8c97f5f26dd123 authored over 5 years ago by Gintautas Miselis <[email protected]>
Merge branch '2.5' into 3.0

921798fae17f947ed29224e493d92907e93cc471 authored over 5 years ago by Davert <[email protected]>
Update WebDriver documentation - typo in example (#5472)

Missing `'` in an example which break the style

195fdc8287aadfca4549cf734b6c9c71955d9034 authored over 5 years ago by Brice <[email protected]>
2.5 Fixed loadSessionSnapshot with php-webdriver 1.1.3 (#5480)

* Fixed loadSessionSnapshot with php-webdriver 1.1.3

It is a minor issue which could affect a...

6ba79d9073fe5016d372d18d1ca7ff32bae66f94 authored over 5 years ago by Gintautas Miselis <[email protected]>
[InnerBrowser] clickButton throws exception if button is outside form or link (#5478)

Fixes #5425

5eff54af392363e5ecd27669d603a87ce8d1841e authored over 5 years ago by Gintautas Miselis <[email protected]>
Merge 2.5 to 3.0 (#5479)

* Proposed solution for #5457 gherkin scenarios not loaded from group file (#5458)

* proposed...

7949d4be92188ed2e3df115eedb89ea60c8cc982 authored over 5 years ago by Gintautas Miselis <[email protected]>
Avoid removing required fields in cookies. (#5470)

38dd00579856992bfc97e40e6e6279b02306c5cf authored over 5 years ago by Joris van Eijden <[email protected]>
Retries (#5448)

* Removed AngularJS module

* basic retry step implementations

* added TryTo step generator...

280c37e1d49e230959f15b086f23858d23d9bee6 authored over 5 years ago by Michael Bodnarchuk <[email protected]>
Iframe improvements (#5454)

* Removed AngularJS module

* WebDriver: switchToIframe to be used with CSS/XPath

107285aa914493d9b5daad749dc08435bbb3ea70 authored over 5 years ago by Michael Bodnarchuk <[email protected]>
Console (#5450)

* Setting up interactive shell

* Updated docs for interactive shell, minor improvements

* ...

cf743364404e144948fdfefa0540fdb6137042de authored over 5 years ago by Michael Bodnarchuk <[email protected]>
Merge branch '2.5' into 2.6

4ae8025114b3a083ab54f64f1751b62b5fe9a3f1 authored over 5 years ago by Gintautas Miselis <[email protected]>
Removed Facebook module (#5444)

1d3e7fcdae118f597a9557ff85a11e39994b06b1 authored almost 6 years ago by Gintautas Miselis <[email protected]>
Fixed failing test

8563a98bd8e9940a4095853e81151a23fa0b09b2 authored almost 6 years ago by Gintautas Miselis <[email protected]>
[WebDriver] cookie expiry must be in the future

a68d132fd4f9045abcb927cd826323ab8297fa26 authored almost 6 years ago by Gintautas Miselis <[email protected]>
Fixed autoloading Steps in web suite

ef6b345bcdf6241a995eee8138035fea548cfb2f authored almost 6 years ago by Gintautas Miselis <[email protected]>
Removed deprecated setExpectedException method

fcb417c6b20a15ac996241c8a8816f5e9f8ace4b authored almost 6 years ago by Gintautas Miselis <[email protected]>
Removed methods that were deprecated long time ago

fdfeb69f7fa5f49d33ca76e99e60e6b98c5c35eb authored almost 6 years ago by Gintautas Miselis <[email protected]>
Remove workarounds used to make tests pass on PHP 5.4

6502e2f741a9949c08062a3991474f500c684ced authored almost 6 years ago by Gintautas Miselis <[email protected]>
Deleted all HHVM specific code

18bc2cf0b36651cd4d532a673847cdfc814493c7 authored almost 6 years ago by Gintautas Miselis <[email protected]>
Reverted change in WebDriverNotConstraint test

5cb813eca6636cea48a0c6ccaa9f3b590e3da47d authored almost 6 years ago by Gintautas Miselis <[email protected]>
Fixed WebDriverContraintTest

6eeb81657b5fb2091196d0c5367fa667382d57bb authored almost 6 years ago by Gintautas Miselis <[email protected]>
Fixed broken tests

ba263a754829348b32d64545e02b1a2fcf0e0ae2 authored almost 6 years ago by Gintautas Miselis <[email protected]>
Use assertStringContainsString for asserting strings

7d89af887078548010659c407a704d4c91b7b034 authored almost 6 years ago by Gintautas Miselis <[email protected]>
Fix #5401 by supplying defaults to cookies to keep chromedriver happy.

b96dad03de5ab22ce0a695950b67fbfd44380cc0 authored almost 6 years ago by JvE <[email protected]>
Use wrapper methods in unit tests

2df40e7091cc3ca80367efa414a3fbf3f73c327b authored almost 6 years ago by Gintautas Miselis <[email protected]>
update docs and web test config to use goog:chromeOptions

ffa35cfde2e8e66978524801b44e1bd7466fa9b4 authored almost 6 years ago by Rich Leland <[email protected]>
WebDriver: print curl error to debug output if webdriver failed to connect (#5315)

e3a5250b40a8feb1deaa79d66ecc3c1bef941c76 authored almost 6 years ago by Gintautas Miselis <[email protected]>
Add waitForElementClickable (#5217)

* Add waitForElementClickablea.

Fixes #5216

* Change wait to 16 times to account for added...

39460cb4aef5a8e3ab8e076b2c28b53966b36248 authored about 6 years ago by James LaChance <[email protected]>
Fixes PHPStan issue (#5204)

* Fixes PHPStan issue

Uses full namespace for docblock, allowing PHPStan to find the class wh...

611a1f9dea9c9f91a56adc2e4cdfc7b80c7585b4 authored about 6 years ago by Joseph Zidell <[email protected]>
seeLink: fix partial href matching (#5187)

* seeLink: fix partial href matching

* Add bad path case for seeLink

* Emulate ends-with

a480581a9470e91feffea173dc11e3db7fbb38ef authored about 6 years ago by Filippo Tessarotto <[email protected]>
Fix in LoadSessionSnapshot (#5137)

As same in saveSessionSnapshot, at the moment of load the snapshot, I think we need to avoid the...

4d222b3f8dd2ad562d893b9b85a4c325f48aeca9 authored over 6 years ago by rajras <[email protected]>
Merge pull request #4906 from edno/2.4-bug4846

[WebDriver] Fix #4846

7a18e8d939742c33e665dc375cd8f426eac163a8 authored over 6 years ago by Gintautas Miselis <[email protected]>
[WebDriver] report correct strict locator in error message

Implemented my own suggestion,
This message is more accurate because getStrictLocator uses only...

d76bb51bb106cbad4b0c4a77c776a7f8972e6cc6 authored over 6 years ago by Gintautas Miselis <[email protected]>
match title in input fields (#5065)

864ddc71a15e480e86b50869a4ed660b809a0ba0 authored over 6 years ago by Gordon Franke <[email protected]>
Fixed "No Session Timeout" fatal error in WebDriver (#5070)

7f5160cd98855b25be215484a9a39b041349cedd authored over 6 years ago by Michael Bodnarchuk <[email protected]>
Preparing 2.4.2 release; Updated changelog (#4990)

fd79ccc492fd3d4c09ee33e6d629755106d9089b authored over 6 years ago by Michael Bodnarchuk <[email protected]>
WebDriverTest: fixed incorrect assertion (#4957)

ee815eaf5c5d469b03d22413a465aefc71cbe942 authored over 6 years ago by Gintautas Miselis <[email protected]>
Use dedicated PHPUnit assertions (#4950)

76add53c7711322c6a7acf0db123123187eb27e6 authored over 6 years ago by Gabriel Caruso <[email protected]>
Add session snapshot deletion (#4909)

* Fix typo in split documentation (#4455) [skip ci]

* Added new method seeOptionValueIsSelect...

4a03cb33a882822780f80dc1d06cda87aaa1a6a8 authored over 6 years ago by Viktor Robev <[email protected]>
Fix #4846

f403c280166fdb074693654e24b5a252cd965817 authored over 6 years ago by edno <[email protected]>
Prepare 241 (#4904)

* updates to composer

* updated changelog

* fixed installing pecl modules

* * Added doc...

f814253a5e1559f6b1cbd7794758df53cb46fae2 authored over 6 years ago by Michael Bodnarchuk <[email protected]>
updated docs, updated statuses for readme

6437cb7c510370d95d430b0601a2a6371a880dc0 authored almost 7 years ago by Davert <[email protected]>
Merge branch '2.3' into 2.4

cbe2c6f2db441951b499196cd19b9c0a543c7b39 authored almost 7 years ago by Davert <[email protected]>
Adding support for custom formatting of argument output (#3408) (#4743)

* Adds support for custom formatting of argument output (#3408)

* Tweaks for PSR-2 (new line ...

b1c357f7eb8e9d541a2276cfec70a4b42d1a1cfc authored almost 7 years ago by Chris Ballard <[email protected]>
Add clear field method (#4741)

* Add clear field method

* clearField + fillField documentation

I add the clearField docum...

3677a4b9204a6fc08ba9f710bb4c80105092c1ed authored almost 7 years ago by eknej <[email protected]>
Phpunit wrapper (#4817)

* changed build process for phar

* Switched to use phpunit-wrapper

* loading shim

* fix...

9ba900bd5a45ad4a609bce36e229cce71d5396cc authored almost 7 years ago by Michael Bodnarchuk <[email protected]>
* [WebDriver] Added `executeAsyncJS` action to run asynchronous scripts.

* [WebDriver] Added second parameter to `executeJS` to pass additional arguments into JavaScript ...

b83e5d2ce350cecbf305f7f63a07cc0323e3563d authored almost 7 years ago by Davert <[email protected]>
Clean elses (#4704)

c17b72c45a79861ec3e981ad4695d9092d8e5645 authored about 7 years ago by Gabriel Caruso <[email protected]>
Test\Descriptor: getTestSignatureUnique (#4673)

Fixes #4672

- add Descriptor::getTestSignatureUnique

Replace getTestSignature in implement...

fb624f04c10a8c1030b5cb599f9dea16862ce6f5 authored about 7 years ago by Pete Sloman <[email protected]>
Refactoring tests (#4671)

6595f3c20e68a4520646633eaf88d87b721a6d71 authored about 7 years ago by Gabriel Caruso <[email protected]>
Fix `see` when source code contains `<=` JS operator (#4510)

* Added new test case

* Remove script tags before using strip_tags

fd911e2c482b641174d9ab2727068179bbd7052f authored about 7 years ago by Tobias Kündig <[email protected]>
add click by button title (#4586)

243810a3648efbb91589df81bb1e178565b99136 authored about 7 years ago by Gordon Franke <[email protected]>
added dontSeeInPopUp function (#4589)

* added dontSeeInPopUp function

* adding tests for function dontSeeInPopUp

* fixed issue w...

82cb18cc8a4cdcd7e8dc8db1900361fc057e26d3 authored about 7 years ago by kpascal <[email protected]>
[WebDriver] Add deleteAllCookies before loadSessionSnapshot (#4487)

* [WebDriver] Add deleteAllCookies before loadSessionSnapshot

* Update WebDriver.php

e86b1c0fda4241209b7ab03e9130848314cf8497 authored over 7 years ago by Vincent Dauce <[email protected]>
Merge branch '2.3' of github.com:Codeception/Codeception into 2.3

0b8e8eb97df31d668fcda53cd7612db30ad34120 authored over 7 years ago by Davert <[email protected]>
Make wait() in Webdriver module accept fractional amount of seconds (#4430)

645be68324dd849cddf4dec469bda6306e01fba4 authored over 7 years ago by Georgy Vlasov <[email protected]>
_capabilities documentation fix (#4434)

$capabilityFunction should return array, otherwise on second test run you got:
```
[PHPUnit_Fr...

cca075fd6d4db2b5a48e8eadd6e99bf3e7fa8322 authored over 7 years ago by Serhey Dolgushev <[email protected]>
[WebDriver] Fixed fatal error in _before on PHP 5.4 (#4436)

webDriver->getCapabilities() is available in facebook/php-webdriver >=1.3.0 which requires PHP 5...

6658db67ca5fd199e32df5db0d05297249e3fd6a authored over 7 years ago by Gintautas Miselis <[email protected]>
Don't duplicate associative array fields (#4414)

d5113abdf40a2084a64500c76886b27aa584040d authored over 7 years ago by Guido Cella <[email protected]>
[InnerBrowser] Make seeInField check options' texts (#4425)

* Make seeInField check options' texts

* Split proceedGetValueFromField

f8673361f44cbad48ef85bd0913b570a3ce0a74f authored over 7 years ago by Guido Cella <[email protected]>
Prevents SubmitForm Submitting Inputs In Disabled Fieldsets (#4428)

* Added textarea to the shouldDisable filter

* Added a test to ensure that textareas in disab...

891520ff19529c87e6585f4c5a28856e7e01611b authored over 7 years ago by MoeBrowne <[email protected]>
[InnerBrowser] Submit default values of checkboxes (#4411)

* Submit default values of checkboxes

* Move test to TestsForWeb

4ff217d76f0495cd1c9d22381da8c9421c61b0e3 authored over 7 years ago by Guido Cella <[email protected]>
Support associative arrays in seeInFormFields (#4415)

d068bc98b46d62bc169cd7eea89f66b1ed99f294 authored over 7 years ago by Guido Cella <[email protected]>
updated docs

d015391c4d415ce9e5776d1fc0061e601dcbca8c authored over 7 years ago by Davert <[email protected]>
codestyle fixed

f3f066a7e44d46d42e544cf02b199df98f5676b4 authored over 7 years ago by Davert <[email protected]>