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

Method ExecuteAsync

cpp/iedriver/Script.cpp:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313int Script::ExecuteAsync(const IECommandExecutor& command_executor,
314 const Json::Value& args,
315 HWND* async_executor_handle) {
316 return this->ExecuteAsync(command_executor, args, 0, async_executor_handle);
317}
318
319int Script::ExecuteAsync(const IECommandExecutor& command_executor,
320 const Json::Value& args,

Callers 4

ExecuteAtomMethod · 0.45
ExecuteInternalMethod · 0.45
ExecuteInternalMethod · 0.45
ExecuteInternalMethod · 0.45

Calls 7

asStringMethod · 0.80
LOGClass · 0.50
sizeMethod · 0.45
window_handleMethod · 0.45

Tested by

no test coverage detected