Skip to content

Commit

Permalink
Update havepassword.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikubill authored May 11, 2022
1 parent ba1ec88 commit 2b05633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion havepassword.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

async def main(iurl, password):
global pheader, url
browser = await launch()
browser = await launch(options={'args': ['--no-sandbox']})
page = await browser.newPage()
await page.goto(iurl, {'waitUntil': 'networkidle0'})
await page.focus("input[id='txtPassword']")
Expand Down

0 comments on commit 2b05633

Please sign in to comment.