Allow form submission button selection by (name or value) and optional disambiguating index
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 346
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
Currently to select a button to submit a form, you have to specify name, and can disambiguate using value or index. It should be possible to select the button by just specifying value and optionally disambiguating using index.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the form submission button-selection logic and its existing tests, starting with how name, value, and index are currently handled. Done means a button can be selected by value alone, with an optional index for disambiguation, while the existing name-based behavior remains supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100