We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7019451 commit ce33d7eCopy full SHA for ce33d7e
javascript/firefox-driver/js/proxy.js
@@ -177,7 +177,8 @@ fxdriver.proxy.configure_ = function(proxy_config) {
177
proxy_config));
178
}
179
180
- var type = fxdriver.proxy.TYPES_[proxy_config['proxyType']];
+ var type = fxdriver.proxy.TYPES_[
181
+ (proxy_config['proxyType'] || '').toUpperCase()];
182
183
if (!type) {
184
goog.log.info(fxdriver.proxy.LOG_,
0 commit comments