def single_log_line(cls, log_string):
cls.delay(PressKey, 0x27)
ReleaseKey(0x27)
cls.delay(pa.typewrite, log_string)
cls.delay(cls.click_pic, 'submit.png') # Pressing enter doesnt seem to work here?
cls.delay(PressKey, 0x27)
ReleaseKey(0x27)
pa.moveRel(25, 25) # Cannot recognise submit button if cursor still over it
评论列表
文章目录