MarketSquare / MarketSquare/robotframework-browser
add keyword Set Selector Suffix
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 655
- Forks
- 147
- Avg merge
- 5h 27m
- Merged PRs (30d)
- 59
Description
**Is your feature request related to a problem? Please describe.**
Currently I need to separately add ">> visible=true" at the end of each selector, especially text selectors. This seems unnecessary repetitive work and also makes the test less clean.
**Describe the solution you'd like**
New keyword Set Selector Suffix. Similar to existing Set Selector Prefix.
**Describe alternatives you've considered**
More generic Set Config keyword to handle all similar configuration changes.
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
Start by locating the existing Set Selector Prefix keyword and its tests in the robotframework-browser repository. Follow that implementation to determine how a selector suffix should be configured, then add the matching behavior and tests so selectors no longer need an explicit visible=true suffix each time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- playwright, python
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100