MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
Selenium2 (webdriver) driver for Mink framework
At the Selenium Project we want to collaborate with you and work together to improve the WebDriver ecosystem. We would like to meet you, understand your pain points, and discuss...
It can happen that the returned value is not iterable. The geetAllCookies() methode also declares the its return as "mixed". Just about having slightly more defensive code.
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...
There were 3 errored and 2 failing tests, see post below for analysis and how they were fixed.
merge after https://github.com/minkphp/MinkSelenium2Driver/pull/353 no BC break (`\Behat\Mink\Driver\DriverInterface` interface cannot be updated in `behat/mink` v1.x, see related discussion https://github.com/minkphp/Mink/pull/826, but this can be easily overcome by using `@var` phpdoc in the...
previously `\r\n` was replaced by 2 spaces
Hi, In my attempt to port this package to **ppc64le** architecture, I have come across a few failures. Attaching the logs I get after running the tests: ``` PHPUnit 8.5.26...
The Syn library has been under active development, and the current release is 0.15.0. MinkSelenium2Driver uses 0.0.3 currently. In 0.15.0 there was a fix for the deprecated [which](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/which) property. https://github.com/bitovi/syn/issues/180...
Currently Behat doesnt yet support shadow root / shadow doms (and thus mink/sel2driver cant use), so we're a bit stuck ie, there is no way of me getting to the...
Headless Chrome 79: Cannot switch to IFrame due "frame: invalid argument: 'id' can not be string"
Hi, I am trying to switch into an iframe, but I cannot in the current headless Chrome version. Looks like a faulty interface is being used in the following method...