MCPcopy Create free account
hub / github.com/microsoft/playwright-python / my_method_outer

Function my_method_outer

tests/sync/test_tracing.py:93–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 page.set_content("<button>Click</button>")
92
93 def my_method_outer() -> None:
94 def my_method_inner() -> None:
95 page.get_by_text("Click").click()
96
97 my_method_inner()
98
99 my_method_outer()
100 path = tmp_path / "trace.zip"

Callers 1

Calls 1

my_method_innerFunction · 0.70

Tested by

no test coverage detected