You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When getFormField() tries to find form button with findFormButton() it throws ElementNotFoundException. This happens when the button have type attribute setted as "Submit" instead of "submit".
I understand that it is a stupid thing set element attributes like that example, but I gues I should report this anyway...
The getFormField method exists in MinkBrowserKitDriver, so please report this issue there. And I can confirm that at least canSubmitForm method of the driver doesn't do case-insensitive type attribute check.
When getFormField() tries to find form button with findFormButton() it throws ElementNotFoundException. This happens when the button have type attribute setted as "Submit" instead of "submit".
I understand that it is a stupid thing set element attributes like that example, but I gues I should report this anyway...
When I added "Submit" at the in_array() function, showed above, to test, it worked.
The text was updated successfully, but these errors were encountered: