Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e915c commit f143d6fCopy full SHA for f143d6f
wechat_moment.py
@@ -36,10 +36,10 @@ def login(self):
36
change_login_btn.click()
37
# 获取输入账号元素并输入
38
account = self.wait.until(EC.presence_of_element_located((By.XPATH, '//*[@resource-id="com.tencent.mm:id/cos"]/android.widget.EditText')))
39
- account.send_keys("wcnmwzs666")
+ account.send_keys("xxxxxxxx")
40
# 获取密码元素并输入
41
password = self.wait.until(EC.presence_of_element_located((By.XPATH, '//*[@resource-id="com.tencent.mm:id/cot"]/android.widget.EditText')))
42
- password.send_keys("jkluio789")
+ password.send_keys("xxxxxx")
43
# 登录
44
login = self.wait.until(EC.element_to_be_clickable((By.ID, "com.tencent.mm:id/cov")))
45
login.click()
0 commit comments