def _click_login_verify_code(self): input_hwnd = win32gui.GetDlgItem(self.login_hwnd, 0x56ba) rect = win32gui.GetWindowRect(input_hwnd) self._mouse_click(rect[0] + 5, rect[1] + 5)