Selector.new(string, [values ...]) => selector
Class Public methods
Creates a new selector from a CSS 2 selector expression.
The first argument is the selector expression. All other arguments are used for value substitution.
Throws InvalidSelectorError is the selector expression is invalid.
Please login to continue.