We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Currently press is only supporting button tag. https://github.com/Modelizer/Laravel-Selenium/blob/master/src/Services/InteractWithPage.php#L243
press
You can raise a PR to add this functionality 👍
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: