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

WebDriver module for Codeception

Results 49 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...

The `_closeSession` function within the Webdriver module of Codeception is currently not handling exceptions properly. Over the past few weeks, I have noticed that certain exceptions are not being caught...

I have a case in which I request a API call via fetch/XHR (in execute async js method) grab its response and want to check that its response contains specific...

https://github.com/Codeception/module-webdriver/issues/25#issuecomment-2100460465

So I am try to set up custom capabilities for matching specific nodes but I keep getting this error: ``` Driver initiation: SessionNotCreatedError: Could not start a new session. Could...