Hello developers! I would like you to create a new function to find elements on the screen:
The name of this function is move_relative, where, this function will just point the relative location without clicking on it.
1 Like
Hi @Rafael ,
Thank you for the suggestion.
We have two methods that will perform what you want:
- move: Framework - BotCity Framework Core - Python
- move_relative: Framework - BotCity Framework Core - Python
They work alongside the find method and rely on the position of the element found before.
Move will take the mouse to the center of the element and move_relative will move the mouse X and Y relatively to the element.
Let me know if this works for you.
1 Like
I didn’t know this method existed. This really solves my problem. Thanks!
1 Like