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

AutoRebuild Guy classes on change

737054a6782c7d85913ab9fd3efc8f175987ef85 authored almost 11 years ago by Davert <[email protected]>
Refactored: Moved generators templates to their own classes

fec465b635088bbfacdc1013185ce028953d6f16 authored almost 11 years ago by Davert <[email protected]>
Merge branch '1.8'

Conflicts:
docs/modules/Laravel4.md
docs/modules/Yii2.md
src/Codeception/Codecept.php
src/Co...

f30115f57c26a994b011f962cc86a0c40c70fc89 authored almost 11 years ago by Davert <[email protected]>
reformatted WebDriver to PSR-2

2c2f14e5fc5cb960d7c81fc5253b19754048578f authored almost 11 years ago by Davert <[email protected]>
changed codecoverage to set cookie once before the test

c61e4da82913f2a921150154a7bb7a46f168f5df authored almost 11 years ago by Davert <[email protected]>
Merge branch '1.8' of github.com:Codeception/Codeception into 1.8

f805e670e822ed49a634b4274cd2ea2d645335c3 authored almost 11 years ago by Davert <[email protected]>
codecoverage usage changed. Cookies are set before test.

b4fda3e94b64f2b42b7b285cc1da025ef54d3cfc authored almost 11 years ago by Davert <[email protected]>
[WebDriver] deletes all cookies after tests when restart is false

b3f0adda7c2105b206e06586ed886d69134c35fd authored almost 11 years ago by Davert <[email protected]>
session is restarted between tests

0c075fcf13c07bcd2dfc7355133ea1e5d9929f53 authored almost 11 years ago by Davert <[email protected]>
Update WebDriver.php

5525a055712415973a95a6e85e269b7b4ab450f3 authored almost 11 years ago by csavio <[email protected]>
tests for c3 were fixed

1dad36ad2727a652d2563ee9977a3070fee3f7f4 authored almost 11 years ago by Davert <[email protected]>
refactoring: Util split to Util and Lib

0bca3f1445eeb3dd54f7ef3902bb0c58aa7f1f6c authored almost 11 years ago by Davert <[email protected]>
Util splitt to Util and Lib

9f6ad6760a5731a77b215fdce4e4e7d0e98be228 authored almost 11 years ago by Davert <[email protected]>
added select element by name to innerbrowser

318f7af57310faa62ec524ea1fcf532fc5161a1b authored almost 11 years ago by Davert <[email protected]>
fixed usage of button[name] for submit

4a1d1fec488f1862f50d853fe9f56fbe782ce403 authored almost 11 years ago by Davert <[email protected]>
maybe moved to Util. Build task removed Maybe dependency

f71a7dcf40a3945989ed002e85a11915c3def029 authored almost 11 years ago by Davert <[email protected]>
Merge branch '2.0-dev'

Conflicts:
docs/modules/PhpBrowser.md
src/Codeception/Util/Framework.php
src/Codeception/Util...

fdd2e1cdfd06c13a8dab12cda51a29c1267d7a6a authored almost 11 years ago by Davert <[email protected]>
removed unnded usages in Codecept

9df359c4546c635208ae15b793a2acf18d22f04a authored almost 11 years ago by Davert <[email protected]>
added example tests for complex yii form

b4928f652af735ef21daf789669687d0a4755bd7 authored almost 11 years ago by Davert <[email protected]>
reverted excpetion for set cookie to make tests pass

50bcd2f5f849bc8d60924b41a12a251070c76926 authored almost 11 years ago by Davert <[email protected]>
master

c95ba7928b553f34d9f8b0833b57f9b61fea7b36 authored almost 11 years ago by Davert <[email protected]>
Fixed #766 - setting cookies on empty page throws an exception

4e70b2dc9b1eb89713cd1792ccc4171edda3a1e1 authored almost 11 years ago by Davert <[email protected]>
html redirects as well as http refresh header redirects are handled

10c7d09b54eb556ffd071c7ac2899e9681c22adb authored almost 11 years ago by Davert <[email protected]>
added phpbrowser and webdriver test runners

d38a7aebe4772963db1cb40bf2d0dd9fd566c482 authored almost 11 years ago by Davert <[email protected]>
added Robo as task manager

9e6d2e2f66ece0fa5f1cace4f5b77f7cab6ec3dd authored almost 11 years ago by Davert <[email protected]>
added multisession with friends and tests

5073dbb6482b8ee40fa241a96e76131444630b01 authored almost 11 years ago by Davert <[email protected]>
added recirect test

4c65dcaa04065bde11104257218f9278bce77799 authored almost 11 years ago by Davert <[email protected]>
php browser accepts header > fixed code coverage

dd8fc89515f50fcb7d93128e95ba81cb40348644 authored almost 11 years ago by Davert <[email protected]>
Merge branch '1.7' of github.com:FnTm/Codeception into 1.7

cb482e288328dd13bf577167b48784728ff6a7ff authored about 11 years ago by Jānis Peisenieks <[email protected]>
Fixed a bug in submitForm() with numbers cause an error in the \WebDriver. Fixes #749

3c9708c4efbdd519dda1c58d1d15779a299baf51 authored about 11 years ago by Jānis Peisenieks <[email protected]>
Fixed a bug, where passing numbers as values to submitForm() would cause an error in the \WebDriver. Fixes #749

3a258de6023af02548b10ba0e1d05ff0fb00b5d7 authored about 11 years ago by Jānis Peisenieks <[email protected]>
default wait in WebDriver is 0

6169493b1fa13f637a48b9485f3fc0f38208cc7d authored about 11 years ago by davert <[email protected]>
Merge branch '1.8' of github.com:Codeception/Codeception into 1.8

1cbfdf4422d142b966c1fc603c3c7078c7ade3b7 authored about 11 years ago by davert <[email protected]>
upgraded to webdriver 0.3

7c48aabf32f4a5c7ef09adb3358499f7a8d05e4a authored about 11 years ago by davert <[email protected]>
Fix for Issue #721

3ef4d1d1151269fe548f67d6ad81df461dd10d08 authored about 11 years ago by Michael Wang <[email protected]>
Merge pull request #723 from gchaincl/1.8

1.8

4b16f97b8905f777f7fe4498db6bbfd590a060b1 authored about 11 years ago by Michael Bodnarchuk <[email protected]>
Added missing test case for sendAjaxRequest

99d2e6c838ba6ccc2d866f35a26f6efe7d163300 authored about 11 years ago by Gustavo Chain <[email protected]>
Fix for issue 707

e24e7970a38b1cff491abac388793949c9b37957 authored about 11 years ago by Michael Wang <[email protected]>
Merge branch '1.8' of https://github.com/Codeception/Codeception

Conflicts:
package/codecept.phar
src/Codeception/Codecept.php
src/Codeception/Module.php

f4bc1b572d2662cca615b3655075c34b1de0d089 authored about 11 years ago by tiger-seo <[email protected]>
Merge branch '1.7' of https://github.com/Codeception/Codeception

Conflicts:
package/codecept.phar
src/Codeception/Codecept.php
src/Codeception/Module.php
src...

09dbfb7e47ebeb45e2a9706aa2eadfbfecbe495b authored about 11 years ago by tiger-seo <[email protected]>
Merge branch 'master' of https://github.com/Codeception/Codeception

Conflicts:
package/codecept.phar
src/Codeception/Codecept.php
src/Codeception/Command/Base.php

ca7a9b5a1fec012fab5ff8e3c2e89381dcee8634 authored about 11 years ago by tiger-seo <[email protected]>
waitForElementChange() callback return value was not being used

633daf1bed7b4cd918ffacb63053cda5747af239 authored about 11 years ago by Phil Moorhouse <[email protected]>
run default suite if no environments defined

18d66780e58ce80b35ee8da4268abecec1dd014c authored about 11 years ago by davert <[email protected]>
Merge branch '1.7' of github.com:Codeception/Codeception into 1.7

83b3d4f4aaeca6b21c241b21f6dd388fa8a783e3 authored about 11 years ago by davert <[email protected]>
Fix for issue-649

6e3fd9a470a13299313331ac634733ce474309de authored about 11 years ago by Michael Wang <[email protected]>
merged with 1.7

8db18aee85f1ad2904312d31be8ffdc32c81cccf authored about 11 years ago by davert <[email protected]>
Fixed Docs

33c587fd5100bc809412ab2184646552fbbdad97 authored about 11 years ago by allmyitjason <[email protected]>
Added support for checking if an element is in the dom and is visible, or not visible

Supporting SeleniumIDE functions 'waitForNotVisible' and 'waitForVisible'

fb129942785982a9f70b385398f9a1e3cb3702a1 authored about 11 years ago by allmyitjason <[email protected]>
- Update to appendField function to handle checkbox value or label

- Removed delay from webdriver, all tests still passed
- Added tests for appendField Function

91f214bc7fcf446071892083881784a4863445ad authored about 11 years ago by Jason Smith <[email protected]>
Added appendField function

#523

Allows user to add text to text already existing in a field, or select an additional opt...

e3131d0944edfced2a0851ef548133740d13c9bd authored about 11 years ago by allmyitjason <[email protected]>
Added RemoteInterface, needed for code coverage

4fe4fc921ab75726feb8c92c91d242553d9040af authored about 11 years ago by allmyitjason <[email protected]>
Merge pull request #604 from wyhmichael/1.7

correct documentation / comment errors

50b36a23c387e91a5eadc2425f469aff39cabe23 authored about 11 years ago by Michael Bodnarchuk <[email protected]>
added migration guide

5fea6ed4383a216d9468d5542b7fb70df44012ed authored about 11 years ago by davert <[email protected]>
added notification about 1000 secs

daeb93d67f2fb5919ca96d8461f0234311c0c489 authored about 11 years ago by davert <[email protected]>
fix for select option exception message

2c9205bc2ee03b3b279924998608ba97c0a30f4c authored about 11 years ago by davert <[email protected]>
correct documentation / comment errors

f97396d070bdd32373600696d9ea76c953b75561 authored about 11 years ago by Michael Wang <[email protected]>
fixed fail specification

7eaa2b8160f14af2106adf707ea1ee576dc5853a authored about 11 years ago by davert <[email protected]>
version bump

baddd563de5a291b2a64cf58046770b0f2d6d60c authored about 11 years ago by davert <[email protected]>
merged with 1.6

95454e3d126c01077c40659009f85622aca0da67 authored about 11 years ago by davert <[email protected]>
fails tests ported successfully

2d0b742ef43ec954969bcef37a9b991d85e62f21 authored about 11 years ago by davert <[email protected]>
fix to PHPBrowser

bbd4008c6ffa00238ecf1e6ff5ab88ed396a5ea9 authored about 11 years ago by davert <[email protected]>
ElementNotFound is now PHPUnit_Framework_AssertionFailedError

513118fcc32f855166dc4b0ad137f007b15b5134 authored about 11 years ago by davert <[email protected]>
merged with 1.6

58e4b9028a99cc59d2e722d5850dadce9ea64a84 authored about 11 years ago by davert <[email protected]>
some fixes to Webriver module:

89b8c07b78a464b49c960f7b37b2dee6f17f8e36 authored about 11 years ago by davert <[email protected]>
removing touch events because WebDriver is not ready yet :(

a67247966fc880641bbb214279c8d7623a96c1de authored about 11 years ago by davert <[email protected]>
added touch events to WebDriver

0c2d5a7f44aa7b40e28292be0153a428bc3db4db authored about 11 years ago by davert <[email protected]>
constraints tests

c4af92d03d50f04a03f84f0093b1ecc7a86e9e48 authored about 11 years ago by davert <[email protected]>
cleanup for console output

3aa3f16e04563d1d74b980230ce2387be0b17575 authored about 11 years ago by davert <[email protected]>
added wait to WebDriver

86d0cf814713e34e677e9b5cbbe417a5452ea638 authored about 11 years ago by davert <[email protected]>
console output replaced with symfony console

63e101660ac7f8a48b06b36cf24be306cf4056e4 authored about 11 years ago by davert <[email protected]>
fix Issue #121

fcb89b3caa304911bbec54e08db487df61cb38cd authored about 11 years ago by Vasyl Kenyuk <[email protected]>
optimize WebDriver module for issue #518, clear some typo by my previous commit, and add 'moveMouseOver' function

850803efdcbaa376d3906078b9cb2c6f85a28e74 authored about 11 years ago by Michael Wang <[email protected]>
fix seeSookie cannot see cookie with diffrent domains set

c21f91a49f522082c0a591955911819d7da9d137 authored about 11 years ago by vkn <[email protected]>
Merge pull request #585 from wyhmichael/webdriver2

Add a return to separate different select situations

471f76591789861af2b41bec83b4fba239cfdd3e authored about 11 years ago by Michael Bodnarchuk <[email protected]>
optimize grabValueFrom() to be more generic to work with 'option' tag

f9c7df787a325b757ea539053c5abaac021596f8 authored about 11 years ago by wyhmichael <[email protected]>
Add a return to separate different select situations

e3f586e29ef2c3b291d71352dc4a11ef3d64af53 authored about 11 years ago by wyhmichael <[email protected]>
tests for disabled fields on submit form

3f94e02217fdffd39d6a3aca848713a6a2cf1d58 authored about 11 years ago by Vadim Slutsky <[email protected]>
merged

f83abc8147f6209a88e5a264ce7a2e9c097f2d59 authored over 11 years ago by davert <[email protected]>
compat fix for Step

2704156e63380ca547316139ffc4a7fb343adf1a authored over 11 years ago by davert <[email protected]>
improved webdrivertest

f0ed66abb99b5c33150f9ad8737bc668c87dd6f4 authored over 11 years ago by davert <[email protected]>
Close instead of Quit in _afterSuite - Issue #518

fd9628b045dbf00be8007a47619456d71ce1af40 authored over 11 years ago by allmyitjason <[email protected]>
Merge pull request #521 from allmyitjason/patch-3

Added waitForText method

881e53dffec36d8fb529737cc53915825a6178c3 authored over 11 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #520 from allmyitjason/patch-2

Added dragAndDrop method

88b92f4f4d87877bafcc1f22171058f1e90da53a authored over 11 years ago by Michael Bodnarchuk <[email protected]>
Added unselectOption method

Performs the same function as the removeSelection Selenium IDE function

d59a2e428ec562e46cd38bfed807f23419ed72ae authored over 11 years ago by allmyitjason <[email protected]>
Added waitForText method

a2dd99ac5ffec0c42c0d66ec816fb72cf1dffd25 authored over 11 years ago by allmyitjason <[email protected]>
Fixed checks for if an element isn't found on the page

a1ab5e3e48e050f0d5dcabd225e1b264bce8fac7 authored over 11 years ago by allmyitjason <[email protected]>
Added dragAndDrop method

3ad5ea77bfac6e77ac51abf9fac32104a6f31920 authored over 11 years ago by allmyitjason <[email protected]>
WD docs improved

a62150fa6b46d7e8205e107bd8a8a866a2df943b authored over 11 years ago by davert <[email protected]>
docs updated

286747d12b69dd658def14bcedb17a7aedb11646 authored over 11 years ago by davert <[email protected]>
changed wait method api

589ef1c232c7c459fae33bbd897ff6daaea9e162 authored over 11 years ago by davert <[email protected]>
uptated webdriver, added maximize window function

256104afba69d15d80108ddd74c08530738b9391 authored over 11 years ago by davert <[email protected]>
webdriver and tests

644b73a5fb9f49ed9a48cd0c7683a08b345d3c5a authored over 11 years ago by davert <[email protected]>
basic webdriver2 implementation

f8b9a02d02639fc08ab323477711e010ef4749fd authored over 11 years ago by davert <[email protected]>
webdriver module created

24838e6e2afa45b6d4738fa2b74892a1ccaac88e authored over 11 years ago by davert <[email protected]>
fix to PhpBrowser context clicks #483

d481c55821f975e64d54f4d59d38f4820049e73e authored over 11 years ago by davert <[email protected]>
added see title commands

e6f32a2c7d688491429020e65560a74c749b0558 authored over 11 years ago by davert <[email protected]>
merged and updated to mink-goutte master

d10b515ac316bb05d93480a8a70660562a85be57 authored over 11 years ago by davert <[email protected]>
marked as dev version

98492a6ee160d88e4c55b72b8f9b0efb996573ee authored over 11 years ago by davert <[email protected]>
event system changed

ec639c6f308d69492146032e2f3fb42d8e05733d authored over 11 years ago by davert <[email protected]>
better esceptions for framework module

0914417bca87de09db29298f3d3269e4b3a4b091 authored over 11 years ago by davert <[email protected]>