RedHatQE / RedHatQE/widgetastic.core
As a user I want to see full locator path at any given moment
Open
@izapolsk is already working on this.
Since Dec 4, 2018.
- Dominant language
- Python
- Stars
- 37
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
We should be able to see both in logs and in debug full locator description no matter where I am currently executing my code. For example:
ROOT = ".//a"
CHECKBOX = ".//input"
So for checkbox I should see not only ".//a//input", but full path like "//view_or_whatever//a//input"
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.
Assessment
This issue has not been assessed yet.