module

Playwright::Selectors

Selectors can be used to install custom selector engines. See Working with selectors for more information.

Instance methods

register(name : String, script : String, options : RegisterOptions | Nil)
Source
register(name : String, path : Path, options : RegisterOptions | Nil)
Source
register(name : String, script : String)
Source
register(name : String, path : Path)
Source

Nested types