Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Linux(Ubuntu)中使用 selenium 在弹出窗口中自动填写用户名和密码
我正在使用 selenium web 驱动程序来执行 web 应用程序的自动化测试。当我将 URL 提供给浏览器时,它会立即弹出询问用户名和密码,我实际上想从脚本中自动执行这些操作。(我想为 Linux 平台而不是 Windows 做这个)
我从来没有用 Linux 做过,但我假设它是一样的。而不是打字url.com/otherstuff/,做username:password@url.com/otherstuff/
url.com/otherstuff/
username:password@url.com/otherstuff/