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

Function clear_local_storage

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

Source from the content-addressed store, hash-verified

662@step("User clears Local Storage")
663@step("User deletes Local Storage")
664def clear_local_storage(context):
665 sb = context.sb
666 sb.clear_local_storage()
667
668
669@step("Clear Session Storage")

Callers

nothing calls this directly

Calls 1

clear_local_storageMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…