如何在 Selenium WebDriver 中对 FirefoxDriver、ChromeDriver 和 IEdriver 进行基本身份验证?
我正在使用 Selenium-Firefox-driver 和 Selenium-Chrome-Driver 版本 2.0a5(Web Driver API),并且我正在尝试测试一个具有 BASIC 身份验证的 Web 应用程序(当我点击任何页面时,都会出现一个弹出窗口来对用户进行身份验证,该弹出窗口不是 HTML 的一部分)。
现在,我需要一个策略来在 Firefox、Chrome 和 IE 中对用户进行身份验证(我将很快导入 IE 驱动程序)。
我在几篇文章中读到我可以设置 Firefox 配置文件,例如:
FirefoxProfile ffProfile = new FirefoxProfile();
ffProfile.setPreference("network.http.phishy-userpass-length", 255);
WebDriver driver = new FirefoxDriver(ffProfile);
driver.get("http://username:password@hostname");
但它似乎对我不起作用。有人有适用于这些浏览器的可行解决方案吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(8)
我通过以下方式让它与 Firefox webdriver 一起工作:
I got it to work with Firefox webdriver by the following:
确实,目前不支持 BASIC HTTP 身份验证,但我现在可以在 FF 和 Chrome 上使用它。
我在问题中编写的代码适用于这些驱动程序。我只是尝试使用 FF3.6 作为 Firefox 默认浏览器(安装在 Firefox 文件夹中)而不是 FF4(尚不支持)。对于 IE,我可能会尝试通过 Windows 注册表禁用身份验证。
此页面 http://code.google.com/p/selenium/issues /detail?id=34 可能有帮助。
True, BASIC HTTP authentication is not currently supported but I got it working now for FF and for Chrome.
The code I wrote in the questions works for those drivers. I just tried using FF3.6 as Firefox default browser (installed in Firefox folder) instead of FF4 (not supported yet). For IE, i may try to disable the authentication through Windows Registry.
This page http://code.google.com/p/selenium/issues/detail?id=34 may help.
为了提高可移植性,这可以通过存根 API 并使用 警报。
Java 代码示例 (示例):
另请参阅:auth_tests.py
或者通过手动发送密钥,例如:
另请参阅以下功能请求:#453 GitHub 上的可移植基本身份验证
相关:
For more portability, this can be handled by stub API and using Alert.
Example Java code (sample):
See also: auth_tests.py
Or by sending keys manually like:
See also the following feature request: #453 Portable BASIC Auth at GitHub
Related:
在您的代码中添加此新的 Firefox 配置文件
Firefox 配置设置
当您执行以下设置时,这可以正常工作,无需提示任何身份验证。
这是“假”)
将此脚本添加到您的 JAVA 代码中
注意:IE 不支持不需要配置文件设置来运行测试,因为它们在服务器用户上运行,而 Firefox 和 Chrome 使用二进制文件。
Add this New Firefox Profile on your code
Firefox configuration settings
This works fine without prompting any authentication when you do the following settings..
it is "false")
Add this Script on your JAVA code
Note: IE doesn't need profile setup to run tests because they run on Server user while Firefox and Chrome works with binary.
如果要在 Internet Explorer 中启用 http 身份验证,则必须编辑注册表并添加以下内容(如果不存在则创建注册表项):
in
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl 创建一个值为
0
的 DWORD
iexplore.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ 中 创建一个值为
0
的 DWORD
iexplore.exe
关闭并重新打开 Internet Explorer
如果您使用的是 x64 IE,则路径有点不同:
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE
If you want to enable the http auth in Internet explorer, you have to edit the registry and add this (create keys if they are not present):
in
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE
, create a DWORDiexplore.exe
with a value of0
in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE
, create a DWORDiexplore.exe
with a value of0
Close and reopen Internet explorer
If you have a x64 IE, the path is a bit different :
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE
有一个通过手动设置 HTTP 标头来使用 Selenium 1.x 执行身份验证的解决方案 http://mogotest.com/blog/2010/06/23/how-to-perform-basic-auth-in-selenium 但我不认为这个可以转移到 Selenium 2,因为您无权访问标头。
根据此处的信息“Selenium 2 的基本身份验证支持”被添加到 Selenium 2 Beta 2 中,但通过查看源代码,我只能看到它是作为一种保护远程 Selenium 服务器免受匿名访问的方式实现的。
所以我认为答案是目前不支持 BASIC HTTP 身份验证。
There is a solution for performing authentication with Selenium 1.x by manually setting the HTTP headers at http://mogotest.com/blog/2010/06/23/how-to-perform-basic-auth-in-selenium but I don't think this is transferable to Selenium 2, as you don't have access to the headers.
According to the information here 'Basic Authentication support for Selenium 2' was added in Selenium 2 Beta 2 but looking through the source code I can only see it implemented as a way of securing Remote Selenium Servers against anonymous access.
So I think the answer is that BASIC HTTP authentication is not currently supported.
我无法使用 Selenium 2 和 Chrome 的基本身份验证(由于 Chrome 的错误),因此我为 Chrome 创建了一个扩展,可以自动发送基本身份验证凭据(请参阅 https://chrome.google.com/webstore/detail/basic-authentication-auto/dgpgkkfheijbcgjklcbnokoleebmeokn)。
I was not able to use the basic authentication with Selenium 2 and Chrome (Due a bug with Chrome), so I created an extension for Chrome that sends the basic authentication credentials automatically (See https://chrome.google.com/webstore/detail/basic-authentication-auto/dgpgkkfheijbcgjklcbnokoleebmeokn).
Firefox 的多通道扩展让自动化工程师的工作变得轻松。通过这个,我们可以使用任何编程语言处理任何浏览器中的基本身份验证弹出窗口。 PFB步骤:
打开Firefox浏览器并下载插件
-> https://addons.mozilla.org/en-US/firefox/addon /多通道/
现在转到以下位置获取 XPI 文件,该文件是 Firefox 的“multipass”可执行文件
-> C:\Users\您的用户名\AppData\Roaming\Mozilla\Firefox\Profiles\oleovwxr.extensionUser\extensions
复制文件 '[email protected]' 从上述目录并将其粘贴到资源包任何文件夹内的项目目录。
现在使用下面的代码片段来配置 Firefox 驱动程序。
公共 WebDriver 配置(){
public void setup() 抛出 InterruptedException {
我已经使用以下 selenium 版本 selenium-java 4.1.1 和 selenium-server 3.141.59 进行了测试。
Multipass extension of Firefox made automation engineers life easy. Through this, we can handle the basic authentication pop-up in any browser using any programing language. PFB the steps:
Open the Firefox browser and download the plug-in
-> https://addons.mozilla.org/en-US/firefox/addon/multipass/
Now go to the below location to get the XPI file that is the 'multipass' executable file for firefox
-> C:\Users\Your user name\AppData\Roaming\Mozilla\Firefox\Profiles\oleovwxr.extensionUser\extensions
Copy the file '[email protected]' from the above directory and past it to your project directory inside any folder of the resource package.
Now use the below code snippet to configure the Firefox driver.
public WebDriver config() {
public void setup() throws InterruptedException {
I have tested with the below selenium version selenium-java 4.1.1 and selenium-server 3.141.59.