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

Method all_inner_texts

playwright/_impl/_locator.py:722–727  ·  view source on GitHub ↗
(
        self,
    )

Source from the content-addressed store, hash-verified

720 )
721
722 async def all_inner_texts(
723 self,
724 ) -> List[str]:
725 return await self._frame.eval_on_selector_all(
726 self._selector, "ee => ee.map(e => e.innerText)"
727 )
728
729 async def all_text_contents(
730 self,

Callers 2

Calls 1

eval_on_selector_allMethod · 0.45

Tested by 2