Laravel-Selenium
Laravel-Selenium copied to clipboard
event press doesnt' work correctly
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 the press event.
But when I run the test, an error occurs trying to find the button.
Thanks in advance.
Currently press is only supporting button tag. https://github.com/Modelizer/Laravel-Selenium/blob/master/src/Services/InteractWithPage.php#L243
You can raise a PR to add this functionality 👍