MarketSquare / MarketSquare/robotframework-SikuliLibrary
Seems `Change Screen ID 1` doesn't work
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 163
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
The following code doesn't work if the `Unlink.png` is on the second screen.
```
*** Settings ***
Library SikuliLibrary
Suite Setup Setup
Suite Teardown Teardown
*** Test Cases ***
Click Unlink
# ${id} Get current Screen ID
# Log to Console ${id}
Change Screen ID 1
# ${id} Get current Screen ID
# Log to Console ${id}
Click Confluence/Unlink
*** Keywords ***
Setup
Add Image Path Tests/Data/UIAutomationImages
Teardown
Stop Remote Server
```
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
Reproduce the supplied Robot Framework example with Unlink.png on the second screen and Change Screen ID 1. Trace the Change Screen ID entry point and verify that Click can locate the image there; done means the example clicks Unlink on the second screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100