标签: selenium webdriver autofill
如何在Linux(Ubuntu)中使用selenium自动填充弹出的用户名和密码
我正在使用selenium web驱动程序来执行Web应用程序的自动化测试。当我将URL提供给浏览器时,它会立即弹出,询问用户名和密码,我实际上想从脚本自动化。 (我想为Linux平台而不是Windows)
答案 0 :(得分:1)
我从未用Linux做过,但我假设它是一样的。不要输入url.com/otherstuff/,而是username:password@url.com/otherstuff/
url.com/otherstuff/
username:password@url.com/otherstuff/