Skip to content

Commit

Permalink
pyperclip - maybe it's imagehorizon playing up?
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Oct 29, 2024
1 parent a6e2c85 commit 8df3a6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ Get Text Value To Right Of
IF $valueg != $value
${value}= Set Variable ${valueg}
END

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

END
END
RETURN ${value}
Expand Down
3 changes: 2 additions & 1 deletion Tests/Regression/Reporter/pip_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ clipboard
python-docx
openpyxl
openpyxl_image_loader
pandas
pandas
pyperclip

0 comments on commit 8df3a6a

Please sign in to comment.