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

Method SetFocusedFrameByIndex

cpp/iedriver/DocumentHost.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int DocumentHost::SetFocusedFrameByIndex(const int frame_index) {
206 LOG(TRACE) << "Entering DocumentHost::SetFocusedFrameByIndex";
207 CComVariant frame_identifier;
208 frame_identifier.vt = VT_I4;
209 frame_identifier.lVal = frame_index;
210 return this->SetFocusedFrameByIdentifier(frame_identifier);
211}
212
213void DocumentHost::SetFocusedFrameToParent() {
214 LOG(TRACE) << "Entering DocumentHost::SetFocusedFrameToParent";

Callers 1

ExecuteInternalMethod · 0.80

Calls 2

LOGClass · 0.50

Tested by

no test coverage detected