Michael Bodnarchuk

Results 104 comments of Michael Bodnarchuk

If that doesn't help, you can set capabilities dynamically: http://codeception.com/docs/modules/WebDriver#_capabilities You will need to learn how a profile can be added in facebook/php-webdriver library.

@Naktibalda what's the status of this issue? I think we are handling this redirection

I think you can achieve this effect with `retry` functionality, which was introduced in 3.0 Just retry seeInPopup for a number of times.

Did you try to set `unexpectedAlertBehaviour` capability in WebDriver config? ``` - WebDriver: url: http://webserver browser: chrome host: zalenium port: 4444 capabilities: unexpectedAlertBehaviour: 'accept' ```

@jeanmonod please specify context as the second paramater for this case: ```php $I->click('Save', 'form'); ``` I agree this behavior could be improved. Not to throw exception but to check for...

Thanks! Currently we don't have an opportunity to dive into context to figure out the issue. Maybe you could help us? Seems like the problem somewhere in `Util/JsonType ` file?...

> In the document, I could not find a list of build-in filters. I saw url, date and empty if-blocks in the code, are they filters yes, and yes, they...

@nixdrey could you say if this feature is related to one in your branch? #82 What do you think, should it be merged?

If you think it's important you can send Pull Request

Thanks, @M1ke It's really an interesting library but I want to raise the same concern. Db module was designed to work with an external database, for acceptance tests mostly. While...