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

Method _call_expect

playwright/_impl/_assertions.py:244–248  ·  view source on GitHub ↗
(
        self, expression: str, expect_options: FrameExpectOptions, title: Optional[str]
    )

Source from the content-addressed store, hash-verified

242 self._actual_locator = locator
243
244 async def _call_expect(
245 self, expression: str, expect_options: FrameExpectOptions, title: Optional[str]
246 ) -> FrameExpectResult:
247 __tracebackhide__ = True
248 return await self._actual_locator._expect(expression, expect_options, title)
249
250 @property
251 def _not(self) -> "LocatorAssertions":

Callers

nothing calls this directly

Calls 1

_expectMethod · 0.45

Tested by

no test coverage detected