Skip to content
vefimofff edited this page Nov 15, 2017 · 6 revisions

Block class basically represents some area of a browser page. It contains all possible actions and checks that a user can do inside this area. Block area is limited by the main element of a block.

All block classes should extend AbstractBlock class.

All methods that provide elements (element(), elements(), domElement(), etc.) will automatically search only within main element of a block.

Clone this wiki locally