module-webdriver icon indicating copy to clipboard operation
module-webdriver copied to clipboard

WebDriver module for Codeception

Results 44 module-webdriver issues
Sort by recently updated
recently updated
newest added

When asserting "small" pages, it sometimes can be handy to assert that the page source is equal to an expected string. REST module has a nice method for that: `seeResponseEquals()`....

[`WebDriver::seeInSource()`](https://github.com/Codeception/module-webdriver/blob/master/src/Codeception/Module/WebDriver.php#L946) and [`WebDriver::seeInPageSource()`](https://github.com/Codeception/module-webdriver/blob/master/src/Codeception/Module/WebDriver.php#L966) both claim to do the same, but differ internally. Which one is the current/recommended? => Deprecate the other! (i.e. keep it as alias till v5.0, then remove...

Hey Guys, Here https://codeception.com/docs/modules/WebDriver Codeception claims, that default timeouts (`connection_timeout` and `request_timeout`) are 30 seconds. Because of the bug, I think they are set to 0 now, which makes curl_exec()...

Using the scrollTo function I got some errors clicking elements since always aligns the element to the top. It has x and y offsets but running this on a different...