Provides default classes for Page object pattern in Behat.
Page
represents specific page on web, API etc.
This concept is extracted from Sylius Behat system and
inspired by sensiolabs/BehatPageObjectExtension
Element
represents part of the page. This concept is extracted from SyliusAdminOrderCreation.
SymfonyPage
is an extension of Page
class for better and more straightforward Symfony application support.
This concept is also extracted from Sylius Behat system
composer require friends-of-behat/page-object-extension --dev