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
This was described as a workaround for the challenges that led to the recent introduction of form.requestSubmit() but in our case we already fake a user click on any button that we can correctly identify. When we can't find a button to click, this workaround might prove more reliable than the good old form.submit() fallback.
This might increase the success rate of form submissions by triggering the submit event on the webpage.
This was described as a workaround for the challenges that led to the recent introduction of
form.requestSubmit()
but in our case we already fake a user click on any button that we can correctly identify. When we can't find a button to click, this workaround might prove more reliable than the good oldform.submit()
fallback.See: whatwg/html#4187
The text was updated successfully, but these errors were encountered: