Implement click_at(mouse_button, image_file_path, click_coordinates=(50,50)) using pyautogui in main.py
Closed this issue · 1 comments
NavpreetDevpuri commented
click_at(mouse_button, image_file_path, click_coordinates=(50,50)):
"""
mouse_button will be one value from constants for example MOUSE_BUTTONS.LEFT that will be equal to "left"
"""
It will locate the given image on the screen and click at 50% right 50% down at the image from the upper-left corner
Implement the following function by using the above function
- right_click_at()
- left_click_at()
- middle_click_at()
PauloUbirajara commented
Could you assign it to me and review the PR when possible? Thanks