module Playwright::Selectors
Overview
Selectors can be used to install custom selector engines. See Working with selectors for more information.
Defined in:
playwright/selectors.crInstance Method Summary
- #register(name : String, script : String, options : RegisterOptions?)
- #register(name : String, path : Path, options : RegisterOptions?)
- #register(name : String, script : String)
- #register(name : String, path : Path)