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

Method normalize

playwright/_impl/_locator.py:600–606  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

598 )
599
600 async def normalize(self) -> "Locator":
601 result = await self._frame._channel.send(
602 "resolveSelector",
603 None,
604 {"selector": self._selector},
605 )
606 return Locator(self._frame, result)
607
608 async def scroll_into_view_if_needed(
609 self,

Calls 2

LocatorClass · 0.70
sendMethod · 0.45