mirror of
https://github.com/zhao-zg/jd-login.git
synced 2026-01-12 05:10:42 +08:00
Add files via upload
This commit is contained in:
parent
45d7f363b5
commit
c471267c83
1
login.py
1
login.py
@ -408,6 +408,7 @@ async def loginPassword(chromium_path, workList, uid, headless):
|
||||
return
|
||||
|
||||
async def typephoneuser(page, usernum):
|
||||
await page.waitFor(random.randint(200, 500))
|
||||
tel_input = await page.waitForSelector('input[type="tel"]')
|
||||
await tel_input.click()
|
||||
await tel_input.type(usernum)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user