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

Function get_by_title_selector

playwright/_impl/_locator.py:935–936  ·  view source on GitHub ↗
(text: Union[str, Pattern[str]], exact: bool = None)

Source from the content-addressed store, hash-verified

933
934
935def get_by_title_selector(text: Union[str, Pattern[str]], exact: bool = None) -> str:
936 return get_by_attribute_text_selector("title", text, exact=exact)
937
938
939def get_by_placeholder_selector(

Callers 3

get_by_titleMethod · 0.90
get_by_titleMethod · 0.85
get_by_titleMethod · 0.85

Calls 1

Tested by

no test coverage detected