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

fix to #1663

fcc232117f492fe884da2c98a019fe0ca0f0a699 authored almost 10 years ago by Davert <[email protected]>
Improved handling of interactive mode

c52f0e37bacc02eb45c37abe59806e8381bedc88 authored almost 10 years ago by Davert <[email protected]>
Improved console output: better errors and debug prining, interactive progress

1309efea91b796359eff6c66fb294d939feb9bab authored almost 10 years ago by Davert <[email protected]>
updated handling of domain and path in cookies. Fixes #1583

ad7ec6d3747fe23bfb2ae52fdfd602d985e1d05c authored almost 10 years ago by Davert <[email protected]>
Merge pull request #1625 from Revisor/revisor/fix-rootdir-submitform-windows

Fix double slashes in certain forms submitted by InnerBrowser::submitForm

1a8f2feaaa60d8b81e5c5f00190350e01f53be3c authored almost 10 years ago by Michael Bodnarchuk <[email protected]>
simplified #1638

50c804950882a1b4accc2365383ca2b4db01a923 authored almost 10 years ago by Davert <[email protected]>
Merge pull request #1638 from n8whnp/issue1637_fix_selectOption

Allow selectOption() to select options not inside forms.

c07f36209d5ebac2aefed7587967b135cd80f055 authored almost 10 years ago by Michael Bodnarchuk <[email protected]>
fixed Exception trace filter in PHPUnit_ExceptionWrapper

f6d37dc578f485c73a7411189db1c43f821f46e8 authored almost 10 years ago by Davert <[email protected]>
Allow selectOption() to select options not inside forms.

This fixes a regression in behavior that was introduced in #1468.
It includes a new unit test to...

b6c9cd9fb971d78891c0e00ca806001f5fa7f26e authored almost 10 years ago by Nate Custer <[email protected]>
Allow selectOption() to select options not inside forms.

This fixes a regression in behavior that was introduced in #1468.
It includes a new unit test to...

e015d253499df918d5680342c4c9726cd8110155 authored almost 10 years ago by Nate Custer <[email protected]>
Fix double slashes in certain forms submitted by InnerBrowser::submitForm()

The Codeception\Lib\InnerBrowser method getFormUrl() can under certain
conditions create a form ...

7177e7d309143160ae61927e445863daee2472f2 authored almost 10 years ago by Martin Schlemmer <[email protected]>
updated changelog

c87808fd69a0bdb98807e8f8e218c200c82daf60 authored about 10 years ago by Davert <[email protected]>
merged with 2.0

f28743bdac957b655465b1629dfa1ac25413bee9 authored about 10 years ago by Davert <[email protected]>
cleanup for WebDriver module

67dc6d6996979e1a26a07de353f93dfeb11dbfb9 authored about 10 years ago by Davert <[email protected]>
cleaned up webdriver module

68e4a29d0e20b524768e8cd5a3eaa7bae1dccb19 authored about 10 years ago by Davert <[email protected]>
fixed unreachable field for file form fields. Fixes #1602

22ff035b109bb82012fddf97f512d107c335c0b0 authored about 10 years ago by Davert <[email protected]>
Fixed Unreachable fields error. Fix #1585

37d6918acd1f361605504e41d7a6dc85273f7a85 authored about 10 years ago by Davert <[email protected]>
merged with 2.0

73c5667afbc64455c534f76c9f38058f435236e9 authored about 10 years ago by Davert <[email protected]>
trying to reproduce #1598

7ba928a76e44fd6d045a84a22e6dce23174406d4 authored about 10 years ago by Davert <[email protected]>
added malformed locator exception. Fix #1441

7e3b9e48c1b900877b769359240225b8c5183fe3 authored about 10 years ago by Davert <[email protected]>
merged with 2.0

41a14a9715f21c66294c3b8b59ac9d6c36052c0e authored about 10 years ago by Davert <[email protected]>
Merge pull request #1543 from zbateson/seeInField-fix

Fix for seeInField for radio, checkbox and select

f1c4c98beced9a055a9e208a245c5e7f1dbd4e5a authored about 10 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #1514 from zbateson/relative-site-root-paths-urls

Codeception issue #1510 - site-root relative URL handling

52fd7da34657925410f040347cd947700716fb6c authored about 10 years ago by Michael Bodnarchuk <[email protected]>
Form doc-relative action fix, app-relative URLs

Document-relative URLs for submitForm now fixed, and added test code.

Moved 'basePathWithSubdir...

049657b71b7d94f5faec3a4fc64cd9c8381acd21 authored about 10 years ago by Zaahid Bateson <[email protected]>
Updates for WebDriver documentation.

I added a "Locating Elements" section to the docstring for WebDriver.php with details on how
loc...

410dfcc48b44177678ae1df385a49be82c4cbffb authored about 10 years ago by Mason Malone <[email protected]>
Allow boolean values for checkbox/radio buttons

Allows checking against boolean values for seeInField if the field
is a radio button or checkbox.

f4a8a8f0148c6b764f66f63cfd62af77e647ce43 authored about 10 years ago by Zaahid Bateson <[email protected]>
Caused error using 'exact' match with an array

The string concatenation for failure message caused an error if the
passed $field was an array f...

61ffa8f14f3492594eadd887ac92b5c959d61746 authored about 10 years ago by Zaahid Bateson <[email protected]>
Fix for seeInField for radio, checkbox and select

seeInField/dontSeeInField was not working with radio, checkbox and
select fields. Cleaned up co...

100976625ec19121d12e8ab099440ecbbb1cac3b authored about 10 years ago by Zaahid Bateson <[email protected]>
Fixed very minor spelling errors in documentation

a362eab0b6c6b0936a53ff6317f40ea98be595c5 authored about 10 years ago by Hans Anderson <[email protected]>
changelog updated

164a76e38a7bc8ee2b4c4f48a799ebaa5a9ac35f authored about 10 years ago by Davert <[email protected]>
Complex checkboxes fixed. Fix #1535

ad6db79b89724d928781b1daeb3f781adb2886f2 authored about 10 years ago by Davert <[email protected]>
added test for error descriptions. Issue #1503

276b93b46638629fa358abd8f58dfc6c4279a7c8 authored about 10 years ago by Davert <[email protected]>
Updated TestsForWeb test to use existing page

FrameworksTest fails with a non-existent URL - updated the last amOnPage
in testSiteRootRelative...

82aa23e0113a1de716d9e90eab8d6bd5a0cbf518 authored about 10 years ago by Zaahid Bateson <[email protected]>
Secondary code cleanup

Sorry - silly first commit had lines that could be further cleaned on
second thought.

066596c1b350e880656017191e13e50ad25bbc7a authored about 10 years ago by Zaahid Bateson <[email protected]>
Cleaner code to match relative URLs

Building the URL with PHP's parse_url then passing it to
\GuzzleHttp\Url::buildUrl

2a96aaecec3d77007170ed04824761c0fa95a97a authored about 10 years ago by Zaahid Bateson <[email protected]>
Merge pull request #1518 from zbateson/submitForm-buttons

submitForm was sending value of buttons

f0443bf9a1f13efa53ab055ef6b52ecf49423b8d authored about 10 years ago by Michael Bodnarchuk <[email protected]>
Updating WebDriver amOnPage to handle relative URLs

WebDriver was handling site-root relative URLs in the same way as
doc-relative. This has been u...

f3df10357d267299d865573c2cc9857886ee6ddb authored about 10 years ago by Zaahid Bateson <[email protected]>
$button only accepts single value, WebDriver submitForm updated

Firefox and chrome don't post the value of a 'clicked' button to the
server when submitting a fo...

7c45ed87cc83aa7d8937b183ccf45d979cf74f88 authored about 10 years ago by Zaahid Bateson <[email protected]>
Merge pull request #1519 from zbateson/grabTextFrom-with-regex

grabTextFrom doesn't work with regex

ce8d070c5240d391ee78aa0d9981ef3e46d1da07 authored about 10 years ago by Michael Bodnarchuk <[email protected]>
added redirect_header_interval template into tests, fixes broken builds

90fe50865a7c43847d257c0df242f60bfa1974b5 authored about 10 years ago by Davert <[email protected]>
grabTextFrom doesn't work with regex

A change to the match() function returns an empty crawler rather than
null. Added a test for re...

054ce00d297913c5f2e40199d2fdafbe76454efe authored about 10 years ago by Zaahid Bateson <[email protected]>
Merge pull request #1515 from zbateson/meta-refresh-tag-timeout-length

Fix for meta refresh tags

667943dbb89772136496fce4a0a3ce136f6e1bfc authored about 10 years ago by Michael Bodnarchuk <[email protected]>
submitForm was sending value of buttons

Using submitForm, default values that were sent included all form
buttons. Added the ability to...

7cead3b9b4d0de0e39f94426b9292bd7de517abd authored about 10 years ago by Zaahid Bateson <[email protected]>
Fix for meta refresh tags

Meta refresh tags with an interval (regardless of how great) were still
being redirected automat...

edb36995414451999732f2a28d77c6977622d130 authored about 10 years ago by Zaahid Bateson <[email protected]>
Codeception issue #1510 - site-root relative URL handling

Changing Guzzle::getAbsoluteUri to handle site-root relative URLs. This
changes how PhpBrowser ...

9357e45fd0354314c1deca741a22067243463e8c authored about 10 years ago by Zaahid Bateson <[email protected]>
Merge pull request #1512 from zbateson/fix-grabValueFrom-typo

Fixing typos/method calls in grabValueFrom

5fe923590e445e21f3bb8d6fc801db16c79fed27 authored about 10 years ago by Michael Bodnarchuk <[email protected]>
Adding test for grabValueFrom with a select field

Testing grabbing a value from a select field using grabValueFrom (also
added intended test for t...

c747c5db4d11741be51d0766eae4351b3812023a authored about 10 years ago by Zaahid Bateson <[email protected]>
Fix for Codeception #1507 - submitForm default input values

submitForm default input values for radio buttons and checkboxes are not
sent with the submitted...

b2a465b32eec8cc8545fb770bfc0cb3f33217380 authored about 10 years ago by Zaahid Bateson <[email protected]>
Minor optimization: store type attribute in variable so we don't have to call WebDriver API for it twice

de158d1dc1049121639da6b12c1c0fde5698dfbe authored about 10 years ago by Mason Malone <[email protected]>
Bug 1467: Fix Codeception\Module\WebDriver->findCheckables() when $context is an input element

0cecd8896e2dc78950551be674def1969dfa552c authored about 10 years ago by Mason Malone <[email protected]>
[PhpBrowser][WebDriver] added amOnUrl method. Fixes #1451

9edd4633998d8b500ae870bfe8558df30aca96a7 authored about 10 years ago by Davert <[email protected]>
updated readme for func

71b4d1ba52f965fde54e7c639a6bd5b9a6307278 authored about 10 years ago by Davert <[email protected]>
merged with 2.0

41124d87b8a3017af18baf0f558a7b9740a19169 authored about 10 years ago by Davert <[email protected]>
form fields fixes

1fb4cd1bd31f013201da43c6c0da5ac4d3b96e1b authored about 10 years ago by Davert <[email protected]>
uploading files with special chars in names

2afdb717aff9a5658bfa6afc0a64077808b5901d authored about 10 years ago by Davert <[email protected]>
added tests for files uploading

631c84b983b690dc49933fda50b9e26ed2912d4c authored about 10 years ago by Davert <[email protected]>
Remap files array for Guzzle so it support file. fix #342 with tests

615bf7ea1a9073be2b70b1826ee009a6d96fae7e authored about 10 years ago by Davert <[email protected]>
inner browser returns empty array on malformed xpath

47248de4255eed1adf97a9133b77a29d41cb04a1 authored about 10 years ago by Davert <[email protected]>
Revert "[WebDriver] throw exception if XPath is malformed"

This reverts commit 856988545d1c34429df135f743fdd14ffd5addfa.

c0f1e80a0c3f735c768084c55b03f04b2a134325 authored about 10 years ago by Davert <[email protected]>
[WebDriver] throw exception if XPath is malformed

f3aa1c265e65678bcbce525845918a22a87201eb authored about 10 years ago by Davert <[email protected]>
fix #1409

34a91db28601bcec8fe1ce5097743b4cef880c6d authored about 10 years ago by Davert <[email protected]>
refactored passing options into Codeception

c2bacb7938f3b7ae2e149ca9c4379d2224b968a3 authored about 10 years ago by Davert <[email protected]>
fix #1396

239c6fe338304add4685335b06ab0920adadcf19 authored about 10 years ago by Davert <[email protected]>
fixed empty field test

0407bdf4cfd2a3c7301797081e3cda9ae4d5951a authored about 10 years ago by Davert <[email protected]>
fix #1274

79b6828a3175f43f3a53a3307d6003696b2f82d7 authored about 10 years ago by Davert <[email protected]>
Merge pull request #1382 from zbateson/getFormFor-current-fix

Fix for #1381 - fillField fails for a form without a submit button

5cf9b5174dbfb93d3cad1f698c86e681de5e2c1a authored about 10 years ago by Michael Bodnarchuk <[email protected]>
amOnPage now accepts absolute url as parameter

4d950ca99b7a9437178374c56d8906d48f3513f2 authored about 10 years ago by Davert <[email protected]>
fix #1406

27a53456803dc08c60f8411b63927ad815959929 authored about 10 years ago by Davert <[email protected]>
Merge branch '2.0' of github.com:Codeception/Codeception into 2.0

04064f525269eb8c57d838ae9e8bfbec96bab83f authored about 10 years ago by Davert <[email protected]>
Merge pull request #1403 from pablopaul/2.0

Load firefox profile from suite config.

f9df344f1d62836b3307618adf93e6318c0c00fc authored about 10 years ago by Michael Bodnarchuk <[email protected]>
save html snapshot on fail. Fix #1352

e6245d1ff70412238691bd5c8c8fcdd2fd6c4808 authored about 10 years ago by Davert <[email protected]>
fix #1392 - speed up locator matching in findField

0815877a4cf1c3bca11861a3753b286af609fd5e authored about 10 years ago by Davert <[email protected]>
Merge pull request #1367 from Eye4web/webdriver-selector-fix

Don't check for xpath if css selector is set

bdd082393fb765c71d67a7c1f5b3b272b5e9be68 authored about 10 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #1394 from tomykaira/friend_with_steps

Friend with steps

3da7736b1b0a39aa30cc4dbb70133f85d578be8d authored about 10 years ago by Michael Bodnarchuk <[email protected]>
updated robofile

f2398e293f86373cc6539eefd168df73d6c17f28 authored about 10 years ago by Davert <[email protected]>
Improve firefox profile loading.

Check given firefox profile for existence before setting it as WebDriver capability.

8c6f6d7dcaa246cbb21c08d8d3a7e86f4edd45c6 authored over 10 years ago by Paul Vincent Beigang <[email protected]>
Delete blank line.

4d8d9caa85fa14d09c078463bec78978c3f95477 authored over 10 years ago by Paul Vincent Beigang <[email protected]>
Load firefox profile from suite config.

2ca09165d7d4ecf133beadef2a616f47c27df7de authored over 10 years ago by Paul Vincent Beigang <[email protected]>
Create testcase to show intention

eae3df09d045415432e36189acf6a45d1e515970 authored over 10 years ago by tomykaira <[email protected]>
Test case and fix

998f29300e081b1c3b4f6ab8cd48448fddcdfa18 authored over 10 years ago by zbateson <[email protected]>
Additional test (failing) to test issue with wrong submit button being sent after fillField() has been used.

32e44a02164ea0b68cff0d5434dda75ca98e7b5a authored over 10 years ago by Andy Rigby <[email protected]>
Fix issue InvalidArgumentException if more than one submit with different names on form.

386f07480e6a3d4a6d9c514b9235bf2b70d5beb4 authored over 10 years ago by Andy Rigby <[email protected]>
Test multiple submit buttons submit correct value.

Currently throwing InvalidArgumentException: Unreachable Field 'button2'

d1841fcd151dd4a8849511eed6a2e80b23c82662 authored over 10 years ago by Andy Rigby <[email protected]>
Don't check for xpath if css selector is set

67efd1ef237a4b1e7462983eff67dfe3d10771c9 authored over 10 years ago by Danielss89 <[email protected]>
fixes #1314

1a69c85e4b5bc5cfd3078e20220c0c8027eebab2 authored over 10 years ago by Davert <[email protected]>
merged with 2.0

18ee1b854a8752f2feaceebff7d9b037c9ff7d3d authored over 10 years ago by Davert <[email protected]>
When calling WebDriver::attachFile(), if the specified file does not

exist, RemoteWebElement::sendKeys() winds up being called anyway and
then WebDriverKeys::encode a...

a13949e73096fd10ebee21d3eb895492e65ecb79 authored over 10 years ago by trudolph <[email protected]>
Merge pull request #1308 from dynasource/counting-elements

Element counting enhancement

171bb8e625b1c233c8c0a536739a949f7857fb5d authored over 10 years ago by Michael Bodnarchuk <[email protected]>
Fixed typos

02b60ed9787673f39e59c0a5b1c753165fd6b3e4 authored over 10 years ago by fdjohnston <[email protected]>
Tests for #1304

Wrote two tests (select by text and select by CSS) for #1304

16777b1bcac5efe0a12ebc3450abc6b2bdd1875e authored over 10 years ago by fdjohnston <[email protected]>
update

d2c0154c803e77143eeaa6e8eaf864f87654de61 authored over 10 years ago by Dynasource <[email protected]>
actor classes rebuilt

69438e6dbd694b85367a7b66bbd5fcb68eb4fb86 authored over 10 years ago by Davert <[email protected]>
merged with 2.0

29ceaea2683509d80ae3a3789eef3953fff7db6f authored over 10 years ago by Davert <[email protected]>
updated guzzle to 4.1.4

5b7bd0b5c6bce82783d3ac3dd41f1d8315672c56 authored over 10 years ago by Davert <[email protected]>
updated docs

1f98021ab370aa3e9c1093ff449070cb32007661 authored over 10 years ago by Davert <[email protected]>
trying to reproduce #1212

21db1cefcc51b6f1e2d6c147c63ff15fa07a43f9 authored over 10 years ago by Davert <[email protected]>
updated WebDriver module with PhantomJS docs

d9fca50d94d7d08461ea2bac7489932b4f18515c authored over 10 years ago by Davert <[email protected]>
updated WebDriver download url

4f7607fd890df6c58873bc86a7483f5e98faf99c authored over 10 years ago by Davert <[email protected]>
changed order on loading bootstrap

2ae72922614e7c3caa5ddee8656b7eccd9c92644 authored over 10 years ago by Davert <[email protected]>
Remove whitespace.

3cb4c91c8a8440785e567b92b24faf0cc3ef0038 authored over 10 years ago by Paul Vincent Beigang <[email protected]>