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 | Nil)
- #register(name : String, path : Path, options : RegisterOptions | Nil)
- #register(name : String, script : String)
- #register(name : String, path : Path)
Instance Method Detail
abstract
def register(name : String, script : String, options : RegisterOptions | Nil)
#