Answer the question
In order to leave comments, you need to log in
Do the coordinates of the cart label change if the screen resolution is changed?
I need to write a script using the pyautogui library. The bottom line is that I have to open the basket with this script at any screen resolution. Idea only base/changed*object's coordinates
Answer the question
In order to leave comments, you need to log in
As already mentioned in the comments, there are easier ways to open the basket. On Windows, you can do this:
import os
os.startfile("shell:RecycleBinFolder")
import os
os.system("gvfs-open trash://")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question