Skip to content

Commit

Permalink
Update test1.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pili-book authored Jul 12, 2024
1 parent c26794b commit 57e73ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test1.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ const page = await browser.newPage();
await page.waitForSelector('.header > #header > .zgh-utilities > .zgh-accounts > .zgh-login')
await page.click('.header > #header > .zgh-utilities > .zgh-accounts > .zgh-login')


// 输入账户
await page.type('#login_id', '[email protected]');
await page.waitForSelector('#nextbtn')
await page.click('#nextbtn')


await page.waitForSelector('#nextbtn')
Expand Down

0 comments on commit 57e73ed

Please sign in to comment.