IntegraSDL / pygats

This is python3 library to combine power of pyautogui, opencv, tesseract, markdown and other staff to automate end-to-end and exploratory testing
MIT License
4 stars 3 forks source link

The question of changing the name for the functions : move, move_to, move_to_coord #126

Open Giovaaanniii opened 1 month ago

Giovaaanniii commented 1 month ago

Need to rename the functions: move , move_to , move_to_coord We use almost the same name for functions with different implementations. This can lead to confusion because their names do not reflect their differences. To avoid polymorphism, it is recommended to use more descriptive names for functions.