Skip to content

Commit

Permalink
get rid of pyperclip and try control+x (cut not copy) then paste with…
Browse files Browse the repository at this point in the history
… control+v
  • Loading branch information
damies13 committed Oct 30, 2024
1 parent 8df3a6a commit 6f98bb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 9 additions & 5 deletions Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,21 @@ Get Text Value To Right Of
Take A Screenshot
Click To The Right Of Image ${img} ${offsetx} clicks=3
Take A Screenshot
Press Combination KEY.command KEY.c
Press Combination KEY.command KEY.x
Sleep 10 ms
Take A Screenshot
Press Combination KEY.command KEY.v
Sleep 10 ms
Take A Screenshot
${valueg}= Get Clipboard Content
IF $valueg != $value
${value}= Set Variable ${valueg}
END

${valueclp}= Evaluate pyperclip.paste() modules=pyperclip
IF $valueclp != $value
${value}= Set Variable ${valueclp}
END
# ${valueclp}= Evaluate pyperclip.paste() modules=pyperclip
# IF $valueclp != $value
# ${value}= Set Variable ${valueclp}
# END

END
END
Expand Down
1 change: 0 additions & 1 deletion Tests/Regression/Reporter/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ python-docx
openpyxl
openpyxl_image_loader
pandas
pyperclip

0 comments on commit 6f98bb1

Please sign in to comment.