Skip to content

Commit

Permalink
try 2 single click with 10ms
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Oct 29, 2024
1 parent 5584b6f commit 7d30eef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ Get Text Value To Right Of

${b4value}= Get Clipboard Content
Click To The Right Of Image ${img} ${offsetx}
Sleep 10 ms
Click To The Right Of Image ${img} ${offsetx}
Sleep 10 ms
${value}= Copy From The Right Of ${img} ${offsetx}
Take A Screenshot
WHILE $b4value == $value limit=15
Expand All @@ -168,8 +171,10 @@ Get Text Value To Right Of
${value}= Set Variable ${valueg}
END
IF $platform == 'macos'
Click To The Right Of Image ${img} ${offsetx}
Sleep 10 ms
Click To The Right Of Image ${img} ${offsetx}
Sleep 10 ms
Click To The Right Of Image ${img} ${offsetx} clicks=1
Take A Screenshot
Click To The Right Of Image ${img} ${offsetx} clicks=3
Take A Screenshot
Expand Down

0 comments on commit 7d30eef

Please sign in to comment.