MarketSquare / MarketSquare/robotframework-browser
Improve "Record Selector" keyword and docs
@brazdauskasv is already working on this.
Since Mar 9, 2025.
- Dominant language
- Python
- Stars
- 655
- Forks
- 147
- Avg merge
- 5h 27m
- Merged PRs (30d)
- 59
Description
- "box" word in the docs is not super clear, we might want to change it to "dialog" or "interface"
- Keyword is is not intended to work in headless=True mode (results in an error, which tells exactly that) - we could write it in the docs)
- "Cancel" button resets the timer, so you can hover on the element again if you were not quick enough. - (again, maybe we should put that info in the docs?)
- "Select" button picks the selector and returns it - maybe should be mentioned in the docs as well
- Adjustable timer (maybe with an argument) would be a great addition to the keyword as well (with the current timer you kinda have to be quick, so this results in more retries and time wasted)
Some images for reference:


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.
Assessment
This issue has not been assessed yet.