Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Module Webdriver Laravel Package

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.

View on GitHub
Deep Wiki
Context7
4.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/Codeception/module-webdriver/compare/4.0.2...4.0.3

4.0.2

What's Changed

New Contributors

Full Changelog: https://github.com/Codeception/module-webdriver/compare/4.0.1...4.0.2

3.2.2
4.0.0
  • Supports PHPUnit 10
3.2.1
  • 3.x versions are compatible with PHPUnit 9 only
3.2.0
1.4.1
2.0.4
3.1.3
3.1.2
  • Fix type error in PHP 8.1 when converting ms to sec #103
2.0.3
  • Fix type error in PHP 8.1 when converting ms to sec #103
3.1.1
  • Removed dontSeeCheckboxIsChecked parameter type declaration to permit arrays
3.1.0
  • Moved WebDriver constraints from codeception/codeception
  • Moved code shared with lib-innerbrowser to codeception/lib-web
  • Improved code style
3.0.0
  • Codeception 5 support
2.0.2
  • Fixed TypeError in grabTextFrom when array is used as parameter by @olexp
  • Changed assertEquals to assertSame is many methods by @TavoNiievez
2.0.1
  • Respect performOn with fillField #80 by @mbrodala
  • submitForm considers only elements having name attribute #83 by @dahaupt
  • Fixed type error in wait method #85 by @marc-mabe
  • Fixed types in method signatures and docblocks #88 by @Naktibalda
2.0.0

What's Changed

Full Changelog: https://github.com/Codeception/module-webdriver/compare/1.4.0...2.0.0

1.4.0
  • Added 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);
  • Added seeNumberOfTabs assertion to check how many tabs are opened at this moment:
$I->seeNumberOfTabs(2);
1.3.0

Add new option webdriver_proxy to tunnel requests to the remote WebDriver server

1.2.2
1.2.1
1.2.0
  • Implemented makeElementScreenshot by @Blaimi
  • Documentation improvements
1.1.4
1.1.3
1.1.2
1.1.1

#17 by @takaoyuri

1.1.0
  • Introduced switchToFrame method #9
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4