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

Function open_new_window

sbase/steps.py:981–983  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

979@step("User opens new tab")
980@step("User opens new window")
981def open_new_window(context):
982 sb = context.sb
983 sb.open_new_window()
984
985
986@step("Accept alert")

Callers

nothing calls this directly

Calls 1

open_new_windowMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…