(self, locator: "Locator")
| 123 | await handle.dispose() |
| 124 | |
| 125 | def _equals(self, locator: "Locator") -> bool: |
| 126 | return self._frame == locator._frame and self._selector == locator._selector |
| 127 | |
| 128 | @property |
| 129 | def page(self) -> "Page": |
no outgoing calls
no test coverage detected