robotframework-imagehorizonlibrary icon indicating copy to clipboard operation
robotframework-imagehorizonlibrary copied to clipboard

Take A Screenshot gives TypeError on MacOS - '<' not supported between instances of 'str' and 'int'

Open damies13 opened this issue 2 years ago • 0 comments

I was getting the error '<' not supported between instances of 'str' and 'int' when calling the [Take A Screenshot](https://eficode.github.io/robotframework-imagehorizonlibrary/doc/ImageHorizonLibrary.html#Take%20A%20Screenshot) keyword

Turned out to be an upstream issue --> https://github.com/asweigart/pyautogui/issues/783

Just creating this issue to help anyone else who encounters this issue.

damies13 avatar May 29 '23 09:05 damies13