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

Method SetFocusedFrameByName

cpp/iedriver/DocumentHost.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199int DocumentHost::SetFocusedFrameByName(const std::string& frame_name) {
200 LOG(TRACE) << "Entering DocumentHost::SetFocusedFrameByName";
201 CComVariant frame_identifier = StringUtilities::ToWString(frame_name).c_str();
202 return this->SetFocusedFrameByIdentifier(frame_identifier);
203}
204
205int DocumentHost::SetFocusedFrameByIndex(const int frame_index) {
206 LOG(TRACE) << "Entering DocumentHost::SetFocusedFrameByIndex";

Callers

nothing calls this directly

Calls 2

LOGClass · 0.50

Tested by

no test coverage detected