MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / switch_to_frame

Function switch_to_frame

sbase/steps.py:295–297  ·  view source on GitHub ↗
(context, frame)

Source from the content-addressed store, hash-verified

293@step("User switches to frame '{frame}'")
294@step('User switches to frame "{frame}"')
295def switch_to_frame(context, frame):
296 sb = context.sb
297 sb.switch_to_frame(frame)
298
299
300@step("Switch to default content")

Callers

nothing calls this directly

Calls 1

switch_to_frameMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…