module Playwright::Selectors

Overview

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

Defined in:

playwright/selectors.cr

Instance Method Summary

Instance Method Detail

abstract def register(name : String, script : String, options : RegisterOptions?) #

[View source]
abstract def register(name : String, path : Path, options : RegisterOptions?) #

[View source]
def register(name : String, script : String) #

[View source]
def register(name : String, path : Path) #

[View source]