Solunium

Results 2 comments of Solunium

Thank you for your kind words, I really appreciate your support! I’ll be looking into this issue and working on a potential fix over the weekend. Hopefully, we can get...

def scrollShop(self): x = self.window.left + self.window.width * 0.58 y = self.window.top + self.window.height * 0.65 pyautogui.moveTo(x, y) time.sleep(0.1) pyautogui.mouseDown(button='left') time.sleep(0.1) pyautogui.moveTo(x, y-self.window.height*0.277) pyautogui.mouseUp(button='left') This is the current implementation of...