You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The following code doesn't work if the
Unlink.png
is on the second screen.The text was updated successfully, but these errors were encountered: