diff --git a/docs/src/extensibility.md b/docs/src/extensibility.md index 1dec0b3d3e..ca423ca6ca 100644 --- a/docs/src/extensibility.md +++ b/docs/src/extensibility.md @@ -7,8 +7,6 @@ title: "Extensibility" Playwright supports custom selector engines, registered with [`method: Selectors.register`]. Selector engine should have the following properties: -- `create` function to create a relative selector from `root` (root is either a `Document`, `ShadowRoot` or `Element`) - to a `target` element. - `query` function to query first element matching `selector` relative to the `root`. - `queryAll` function to query all elements matching `selector` relative to the `root`.