-
Notifications
You must be signed in to change notification settings - Fork 31
Block
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.