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

Class FrameExpectOptions

playwright/_impl/_api_structures.py:226–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226class FrameExpectOptions(TypedDict, total=False):
227 expressionArg: Any
228 expectedText: Optional[Sequence[ExpectedTextValue]]
229 expectedNumber: Optional[float]
230 expectedValue: Optional[Any]
231 useInnerText: Optional[bool]
232 isNot: bool
233 timeout: Optional[float]
234 pseudo: Optional[str]
235
236
237class FrameExpectResult(TypedDict, total=False):

Callers 15

to_have_titleMethod · 0.90
to_have_urlMethod · 0.90
to_contain_textMethod · 0.90
to_have_attributeMethod · 0.90
to_have_classMethod · 0.90
to_contain_classMethod · 0.90
to_have_countMethod · 0.90
to_have_cssMethod · 0.90
to_have_idMethod · 0.90
to_have_js_propertyMethod · 0.90
to_have_valueMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected