Laravel-Selenium
Laravel-Selenium copied to clipboard
Selenium Testing for Laravel 5
I'm running this library in **Laravel 5.8** There is a problem with arguments. steward return fatal error and after many search saw this error in logs : ``` There was...
The command `php artisan selenium:make:test` create a class without a namespace. so we can't run `vendor/bin/steward run staging chrome` The output class should has a `Tests` namespace ```php
Hi, I'm learning how to use Laravel-Selenium making a basic excersise. I have an input submit which have the value "**_Guardar_**"  And this is my test, where I perform...
Thank you for your excellent package modelizer/laravel-selenium. I am trying to test an uploaded file with: ``` ->see(sprintf('Add an Image to %d', $this->Lodge->lodge_number)) ->attachFile('image', __DIR__.'/lodge81.jpg') ->type('My Image Description for '.$this->Lodge->lodge_name,...
tick($name) or check($name) not working. look like this methods just not exist. can't find them in your code.