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

Function my_method_inner

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

Source from the content-addressed store, hash-verified

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

Callers 1

my_method_outerFunction · 0.70

Calls 2

clickMethod · 0.45
get_by_textMethod · 0.45

Tested by

no test coverage detected