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

IE browser vision element not clicked. #50

Closed ArzuPinarcioglu closed 2 years ago

ArzuPinarcioglu commented 2 years ago

Hi, I am using IE as browser. Although it finds the elements using vision in the UI, it does not click. It correctly locates the web element. I think the mouse_move function doesn't work in IE so it can't click

Screen Shot 2022-03-21 at 11 33 35

.

lf2a commented 2 years ago

Hi @ArzuPinarcioglu!

I am investigating this problem and at first, it seems to be something to do with the screen resolution. Do you tried reducing your screen resolution?

lf2a commented 2 years ago

Hi! This issue is caused if you don't change the scale percentage to 100%.

Capturar IE Driver documentation

lf2a commented 2 years ago

If the problem persists, open a new issue.