Module: Chemlab::Element
- Defined in:
- lib/chemlab/element.rb
Overview
Element types
Constant Summary collapse
- CLICKABLES =
Elements that can be clicked
%i[ a button link checkbox image radio ].freeze
- SELECTABLES =
Elements that are <select>
%i[ select ].freeze
- INPUTS =
Text input elements
%i[ text_field text_area ].freeze