You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I I decided to publish pytest-dpg which is a high level wrapper around pyautogui . It removes the need for pre-existing screen coordinates/images by instead locating elements that contain or are within the same parent as the provided text.
I've been utilizing this in my own project and decided to package it up in case others may find it useful. It's currently super simple, extremely limited, and probably very buggy. But check it out and give me your thoughts!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I I decided to publish
pytest-dpg
which is a high level wrapper around pyautogui . It removes the need for pre-existing screen coordinates/images by instead locating elements that contain or are within the same parent as the provided text.I've been utilizing this in my own project and decided to package it up in case others may find it useful. It's currently super simple, extremely limited, and probably very buggy. But check it out and give me your thoughts!
https://pypi.org/project/pytest-dpg
Beta Was this translation helpful? Give feedback.
All reactions