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

Method Script

cpp/iedriver/Script.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace webdriver {
31
32Script::Script(IHTMLDocument2* document,
33 std::string script_source,
34 unsigned long argument_count) {
35 std::wstring wide_script = StringUtilities::ToWString(script_source);
36 this->Initialize(document, wide_script, argument_count);
37}
38
39Script::Script(IHTMLDocument2* document,
40 std::wstring script_source,

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.95

Tested by

no test coverage detected