RedHatQE / RedHatQE/widgetastic.patternfly4
Make the ClipboardCopy locator "smarter"
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Currently the ClipboardCopy widget uses a GenericLocatorWidget and just an xpath expression to locate. It would be much better if we can have it "smarter" just like Button has it where it would also accept the value of the text it has etc...
Contributor guide
No contributing guide indexed for this repository
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 comparing ClipboardCopy's GenericLocatorWidget-based locator with the Button widget's locator behavior. Identify the supported values that Button accepts and determine which equivalent ClipboardCopy inputs should work; done means those inputs locate the widget reliably while preserving the existing xpath behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100