random_image.png

This commit is contained in:
RealEvoranz
2026-08-24 14:41:16 -04:00
parent b06b6f7b07
commit a8c081e5b7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import mouse_trajectory
import mimic_typing
import element_selectors
VISUAL_SEARCH_IMAGE_PATH = os.path.abspath("keypress_times.png")
VISUAL_SEARCH_IMAGE_PATH = os.path.abspath("random_image.png")
class RewardsTaskUtils:
def __init__(self, driver: webdriver.Edge):