MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Create

Method Create

dotnet/src/webdriver/BiDi/Module.cs:41–51  ·  view source on GitHub ↗
(Broker broker, EventDispatcher eventDispatcher)

Source from the content-addressed store, hash-verified

39 }
40
41 internal static TModule Create<TModule>(Broker broker, EventDispatcher eventDispatcher)
42 where TModule : Module, new()
43 {
44 TModule module = new()
45 {
46 Broker = broker,
47 EventDispatcher = eventDispatcher
48 };
49
50 return module;
51 }
52}

Callers 15

PushDataMethod · 0.45
ThreadProcMethod · 0.45
ThreadProcMethod · 0.45
CaptureWindowMethod · 0.45
CropImageMethod · 0.45
_resolve_bazel_pathFunction · 0.45
get_extensions_locationFunction · 0.45
serverFunction · 0.45
ruff.pyFile · 0.45
GetPathMethod · 0.45

Calls

no outgoing calls

Tested by 9

_resolve_bazel_pathFunction · 0.36
get_extensions_locationFunction · 0.36
serverFunction · 0.36
GetPathMethod · 0.36
EnvironmentManagerMethod · 0.36
FindServerMethod · 0.36
LocateRelativePathMethod · 0.36