-
Notifications
You must be signed in to change notification settings - Fork 33
Change Log
Shaikh Mohammed Mudasir edited this page Apr 7, 2018
·
6 revisions
After v2.0 release all the changes and bug fixes are been push to release board https://github.com/Modelizer/Laravel-Selenium/releases
- Added Middleware to switching to a different database when testing.
- Clearing cache before booting a browser.
- Incorrect reference of method in auth fixed.
- Bug fixed of
selectAPI and made interchange parameters.
- Added firefox support.
- Added
selectanddontSeeAPI.
- Added support for selenium server option checkout selenium option wiki.
- Configured with travis and saucelabs.
- Create a dummy test file command available.
- Parameters switch
submitFormnow parameters will be$selectorand second$inputs.
Added support for Linux(64 bit).
click method alters to look for any content inside button or HTML tag.
press method alters to look for any content inside button or HTML tag.
InteractWithPage trait bug fixed.
Drivers folder deleted! And now drivers will be downloaded as per user-specific operating system.