# 账号输入框
_et_account = (By.ID, "com.sina.weibo:id/et_pws_username")
# 密码输入框
_et_pwd = (By.ID, "com.sina.weibo:id/et_pwd")
# 登录按钮
_btn_login = (By.ID, "com.sina.weibo:id/bn_pws_Login")
# 手机号格式错误弹框的内容 (底标为 0),取消按钮 (底标为 2),弹框立即注册按钮或国际手机号登录按钮 (底标为 4)