Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems Change Screen ID 1 doesn't work #150

Open
dschiller opened this issue May 17, 2021 · 0 comments
Open

Seems Change Screen ID 1 doesn't work #150

dschiller opened this issue May 17, 2021 · 0 comments

Comments

@dschiller
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant