Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ createDriver
Function
createDriver
javascript/selenium-webdriver/test/proxy_test.js:108–110 ·
view source on GitHub ↗
(proxy)
Source
from the content-addressed store, hash-verified
106
})
107
108
function
createDriver(proxy) {
109
return
(driver = env.builder().setProxy(proxy).build())
110
}
111
112
// Proxy support not implemented.
113
test
Callers
1
proxy_test.js
File · 0.70
Calls
3
build
Method · 0.45
setProxy
Method · 0.45
builder
Method · 0.45
Tested by
no test coverage detected