codeception/module-webdriver
WebDriver module for Codeception that drives real browsers (via Selenium/ChromeDriver/etc.) for end-to-end acceptance testing. Provides browser control, navigation, form interactions, assertions, waits, and screenshots for UI automation.
Full Changelog: https://github.com/Codeception/module-webdriver/compare/4.0.4...4.0.5
pressKey: Fixing typehint by @ThomasLandauer in https://github.com/Codeception/module-webdriver/pull/141Full Changelog: https://github.com/Codeception/module-webdriver/compare/4.0.3...4.0.4
pressKey: Fixing [@param](https://github.com/param) string|array<string|string> $chars by @ThomasLandauer in https://github.com/Codeception/module-webdriver/pull/138Full Changelog: https://github.com/Codeception/module-webdriver/compare/4.0.2...4.0.3
Full Changelog: https://github.com/Codeception/module-webdriver/compare/4.0.1...4.0.2
seeLink by @craig-mcmahon in https://github.com/Codeception/module-webdriver/pull/119seeLink by @craig-mcmahon in https://github.com/Codeception/module-webdriver/pull/119Full Changelog: https://github.com/Codeception/module-webdriver/compare/4.0.0...4.0.1
grabTextFrom when array is used as parameter by @olexpassertEquals to assertSame is many methods by @TavoNiievezperformOn with fillField #80 by @mbrodalasubmitForm considers only elements having name attribute #83 by @dahauptwait method #85 by @marc-mabeFull Changelog: https://github.com/Codeception/module-webdriver/compare/1.4.0...2.0.0
type method which types in characters into an active input.$I->type('Hello world');
You can emulate user input by setting a delay between key types:
$I->type('Hello world', 0.1);
seeNumberOfTabs assertion to check how many tabs are opened at this moment:$I->seeNumberOfTabs(2);
Add new option webdriver_proxy to tunnel requests to the remote WebDriver server
#17 by @takaoyuri
How can I help you explore Laravel packages today?