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
In order to submit that form I need to know details I don't care about, such as the button's name or the fact which button to click in case there are a few.
I expected to get a handle to the underlying form, maybe like this:
yeah, it looks good. But I would still need to know the form's name.
if we could browse elements freely, just like the DOM, we could potentially navigate from an element to its form and submit it.
I have a simple login page and I do
In order to submit that form I need to know details I don't care about, such as the button's name or the fact which button to click in case there are a few.
I expected to get a handle to the underlying form, maybe like this:
The text was updated successfully, but these errors were encountered: