We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576871d commit 1f240e4Copy full SHA for 1f240e4
playwright/_impl/_locator.py
@@ -736,11 +736,6 @@ async def _expect(
736
async def highlight(self) -> None:
737
await self._frame._highlight(self._selector)
738
739
- def _locals_to_params_with_timeout(self, args: Dict) -> Dict:
740
- params = locals_to_params(args)
741
- params["timeout"] = self._frame._timeout(params.get("timeout"))
742
- return params
743
-
744
745
class FrameLocator:
746
def __init__(self, frame: "Frame", frame_selector: str) -> None:
0 commit comments