Ben*_*e P 6 passwords playwright-python
通过 Playwright Python 库使用 Bright Data 抓取浏览器,我编写了以下代码片段:
await page.goto('https://example.com/login/')
await page.fill('input[name="username"]', username)
await page.fill('input[name="password"]', password)
await page.click('button[type="submit"]')
Run Code Online (Sandbox Code Playgroud)
用户名按预期填写,但在密码行上,抓取浏览器停止并显示以下错误:
Error: Forbidden action: password typing is not allowed
我尝试过其他在输入中输入数据的方法,但似乎抓取浏览器已禁止在密码类型输入字段中输入任何类型的数据。
我该如何解决这个问题?
| 归档时间: |
|
| 查看次数: |
519 次 |
| 最近记录: |