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

Method _equals

playwright/_impl/_locator.py:125–126  ·  view source on GitHub ↗
(self, locator: "Locator")

Source from the content-addressed store, hash-verified

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":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected