module-webdriver
module-webdriver copied to clipboard
WebDriver module for Codeception
#### What are you trying to achieve? Run codeception in Docker using standalone selenium server #### What do you get instead? [Error] Class name must be a valid object or...
@Naktibalda If webdriver isn't getting a connection to the browser, is there a way to debug the interplay between the involved components: Codeception Facebook WebDriver chromedriver chrome? I.e. is there...
#### What are you trying to achieve? To verify the page url by passing a FULL url with its protocol and domain. E.g. $I->seeInCurrentUrl("http://www.test.com"); #### What do you get instead?...
#### What are you trying to achieve? Set download options in firefox similar to what we can do with chrome. See yaml below. #### What do you get instead? Options...
The HTML5 element `` is missing from the list of clickable elements at [`WebDriver::_findClickable()`](https://github.com/Codeception/module-webdriver/blob/master/src/Codeception/Module/WebDriver.php#L1047) I tried to add it there just like the others: `".//summary[normalize-space(.)=$locator]",` - but this doesn't really...
Some suggestions/questions for `seeInField`: 1. Even if not explicitly mentioned at http://codeception.com/docs/modules/WebDriver#seeInField it works for radio buttons too? And probably select's and checkbox'es too? 1. For radio buttons, you need...
1. Methods `seeInSource` and `seeInPageSource` have different descriptions and run different code paths, but ultimately do the very save comparison. Meaning there should be no `seeInPageSource` method. Please remove. 2....
Seems like this is an aggressive regex type deal, but having an html entity inlined inside a button causes an acceptance test fail. Doesn't seem to matter what the entity...
When I use the dragAndDrop method of the WebDriver module the WebDriverButtonReleaseAction does not seem to run. The drag starts (WebDriverClickAndHoldAction), so the object I want to d&d is floating...