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

Method GetManagedElement

cpp/iedriver/AsyncScriptExecutor.cpp:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304int AsyncScriptExecutor::GetManagedElement(const std::string& element_id,
305 ElementHandle* element_wrapper) const {
306 LOG(TRACE) << "Entering AsyncScriptExecutor::GetManagedElement";
307 return this->element_repository_->GetManagedElement(element_id,
308 element_wrapper);
309}
310
311bool AsyncScriptExecutor::AddManagedElement(IHTMLElement* element,
312 ElementHandle* element_wrapper) {

Callers 1

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected