def Mousepos_set(self,lb_dx='224',lb_dy='366'): time.sleep(1) tmp=(string.atoi(lb_dx),string.atoi(lb_dy)) win32api.SetCursorPos(tmp)