botcity-dev / botcity-framework-web-python

BotCity Framework Web - Python
https://documentation.botcity.dev/frameworks/web/
Apache License 2.0
40 stars 19 forks source link

Handle MacOS retina screen when using computer vision #96

Open joao-voltarelli opened 1 year ago

joao-voltarelli commented 1 year ago

Description

Some issues occur when dealing with the display coordinates and also when trying to use the find method. They are probably caused when using a retina display.

hhslepicka commented 1 year ago

For reference: https://github.com/botcity-dev/botcity-framework-core-python/blob/main/botcity/core/bot.py#L219-L236