mirror of
https://github.com/internetarchive/brozzler.git
synced 2026-01-16 08:18:46 -05:00
`form.submit()` performs a low-level form submission that bypasses HTML validation, submit events, and submitter handling. `requestSubmit()` triggers the full browser submission flow, matching the behavior of a real user clicking the submit button, including form validation. https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/requestSubmit |
||
|---|---|---|
| .. | ||
| htdocs | ||
| test_brozzling.py | ||
| test_cli.py | ||
| test_cluster.py | ||
| test_frontier.py | ||
| test_units.py | ||