MCPcopy 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
31class ProxyType:

Callers 3

augmentMethod · 0.80
createProxyFactoryMethod · 0.80
ProxyTypeClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected