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
getFormFromCrawler in InnerBrowser.php throws:
getFormFromCrawler
InnerBrowser.php
"[Symfony\Component\CssSelector\Exception\SyntaxErrorException] Expected string or identifier, but \<delimiter "]" at 11> found."
if the $formId is ""
$formId
The text was updated successfully, but these errors were encountered:
Do you have a form without id and action attributes?
id
action
Please provide HTML and test code to reproduce this issue.
Sorry, something went wrong.
Yes, in error, but the message is unhelpful.
Totally reasonable, but you can see getFormFromCrawler relies on id being set.
No branches or pull requests
getFormFromCrawler
inInnerBrowser.php
throws:if the
$formId
is ""The text was updated successfully, but these errors were encountered: