Alex

Results 951 comments of Alex

It works fine on Zombie 5.0.8 release, but with Zombie 6.1.4 release the `click` processing also is triggering `change` event, which isn't needed at all.

Please rebase and solve conflicts.

I've checked and the `instaclick/php-webdriver` package is now considering any `4xx` HTTP response as an error and throws an exception using this code: ```php throw WebDriverException::factory( WebDriverException::CURL_EXEC, 'Webdriver http error:...

@stof , extract build changes into https://github.com/minkphp/MinkSelenium2Driver/pull/383 .

I've also created a PR https://github.com/instaclick/php-webdriver/pull/132 to allow WebDriver to properly convert WebElement into JSON (as it should be doing initially). When it's merged + release is made that would...

@stof , please review. Ideally please review my other PRs as well: https://github.com/minkphp/MinkSelenium2Driver/pulls/aik099 .

The problem is not with the Chrome 124 version, but with the Selenium 4 version used in the mentioned Docker image. This driver is: * fully compatible with Selenium 2;...

> Keep in mind this might conflict with #383. Looks good otherwise. Thank you for the warning. We will see if GitHub is clever enough to perform interactive conflict resolution...

@stof , please review. Ideally please review my other PRs as well: https://github.com/minkphp/MinkSelenium2Driver/pulls/aik099 .

@stof , the PRs for fixing all failing tests on Selenium 3 were created, except the `testRightClick`. Please review them.