Christophe Coevoet

Results 450 issues of Christophe Coevoet

The CommentInterface contains the `getParent` method. But the implementation of this method works only when creating a comment. Comments loaded from the database will always return `null` as the parent...

Bug

Currently, the driver is named Selenium2Driver. But this driver is not really about Selenium 2 only. Currently, it is also about Selenium 3. And with #293, it would also be...

Support for the JsonWire selenium protocol is fading out in favor of the W3C spec: - Firefox's geckodriver implements only the W3C protocol - Safari's driver uses the W3C driver...

I plan to add 2 more jobs in the matrix: - Selenium 3 using ChromeDriver (chromium is now available on Travis, so ChromeDriver is usable if we download it) -...

this is the updated version of https://github.com/minkphp/Mink/pull/427 targetting the master branch. See https://github.com/minkphp/Mink/issues/415 for the goals of the change

We should have a job in the matrix testing against lowest dependencies to ensure that the lowest bound is right. Depending on what they depend on, it might be worth...

this file should explain that new features in drivers must first have a test added in the driver testsuite in Mink

All drivers should link to the page of the doc related to them, and usage instructions removed from the Readme itself to avoid duplication (the instructions are not very good...

This involves 2 tasks: - [x] updated the NamedSelector to match the type attribute in an ASCII-case-insensitive way to respect the HTML spec - [ ] adding tests using non-lowercase...

bug

The Mink Exception displayes the response info in its `__toString` message. but they are retrieved when displaying the exception, not when creating it. This means that the info will be...

bug