Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f143d6f

Browse files
committed
change
1 parent 84e915c commit f143d6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wechat_moment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ def login(self):
3636
change_login_btn.click()
3737
# 获取输入账号元素并输入
3838
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")
39+
account.send_keys("xxxxxxxx")
4040
# 获取密码元素并输入
4141
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")
42+
password.send_keys("xxxxxx")
4343
# 登录
4444
login = self.wait.until(EC.element_to_be_clickable((By.ID, "com.tencent.mm:id/cov")))
4545
login.click()

0 commit comments

Comments
 (0)