gpt4 book ai didi

firefox - 如何使用 selenium IDE 为 firefox 身份验证弹出窗口自动填写用户名/密码

转载 作者:行者123 更新时间:2023-12-02 22:06:36 28 4
gpt4 key购买 nike

我有一个可用的 selenium 脚本,但是当它用 selenium-rc 打开时,它位于一个新实例中,需要我重新登录。有没有办法为弹出的“需要身份验证”窗口自动填写用户名/密码?

我已经尝试了以下但它不起作用:

http://username:password@site.com/ 而不是 http://site.com/

除了调用另一个脚本(如 autohotkey)之外还有什么想法吗?

最佳答案

我最终将 AutoIT 与包含以下内容的登录脚本一起使用并且它有效:

WinWaitActive("Authentication Required")

Send("Username")

Send("{TAB}")

Send("Password")

Send("{ENTER}")

Firefox 环境设置的支持信息可在此处找到:

http://www.passionatetester.com/2010/03/how-to-handle-windows-authentication.html

关于firefox - 如何使用 selenium IDE 为 firefox 身份验证弹出窗口自动填写用户名/密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16023869/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com