MarketSquare / MarketSquare/robotframework-browser

add keyword Set Selector Suffix

Open
#4,606 19 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

priority: high
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.