MCPcopy Index your code
hub / github.com/microsoft/playwright-python / ExpectedTextValue

Class ExpectedTextValue

playwright/_impl/_api_structures.py:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217class ExpectedTextValue(TypedDict, total=False):
218 string: str
219 regexSource: str
220 regexFlags: str
221 matchSubstring: bool
222 normalizeWhiteSpace: bool
223 ignoreCase: Optional[bool]
224
225
226class FrameExpectOptions(TypedDict, total=False):

Callers 2

expected_regexFunction · 0.90
to_expected_text_valuesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected