Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ make
Method
make
py/selenium/webdriver/common/proxy.py:27–28 ·
view source on GitHub ↗
(ff_value, string)
Source
from the content-addressed store, hash-verified
25
26
@staticmethod
27
def
make(ff_value, string):
28
return
{
"ff_value"
: ff_value,
"string"
: string}
29
30
31
class
ProxyType:
Callers
3
augment
Method · 0.80
createProxyFactory
Method · 0.80
ProxyType
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected