-
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 1 error:
1) Tests\Selen…
-
Hello. I'm building a Laravel project trying to capture screenshots and create PDF of specific parts of my app. I've tried running different libraries like Browsershot and Snappy, but the error of mal…
-
Heya,
first I wanted to thank you for this awesome package, it really helps a lot!
For a very specific use case I need to change the user agent of the local chrome browser during runtime. I foun…
-
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))
…
-
Currently Selenium is usually not enough to launch tests as it may require ChromeDriver or GeckoDriver to work on. Would it be possible for this project to include ChromeDriver as well?
-
Hi,
I'm learning how to use Laravel-Selenium making a basic excersise.
I have an input submit which have the value "**_Guardar_**"
![captura](https://user-images.githubusercontent.com/8661313/45931…
-
Implementare dei test sull'interfaccia e su tutti i vari casi d'uso con Selenium potrebbe essere una buona idea. Non soltanto per rafforzare il codice del sito ma anche per poi scriverci una mini-seri…
-
This task is for second week of sprint 33
-
If a page contains more than one dropdown that contains the same option value, the specificity of the selector is not granular enough to pick the right option. The "element" parameter that gets passed…
-
Before 1.0, we should probably have unit tests.