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

Function set_test_id_attribute_name

playwright/_impl/_locator.py:910–912  ·  view source on GitHub ↗
(attribute_name: str)

Source from the content-addressed store, hash-verified

908
909
910def set_test_id_attribute_name(attribute_name: str) -> None:
911 global _test_id_attribute_name
912 _test_id_attribute_name = attribute_name
913
914
915def get_by_test_id_selector(

Callers 1

set_test_id_attributeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected