Module: MiniAutobot::PageObjects

Defined in:
lib/mini_autobot/page_objects.rb,
lib/mini_autobot/page_objects/base.rb,
lib/mini_autobot/page_objects/overlay/base.rb,
lib/mini_autobot/page_objects/widgets/base.rb,
lib/mini_autobot/page_objects/element_container.rb

Overview

This is the overarching module that contains page objects, modules, and widgets.

When new modules or classes are added, an ‘autoload` clause must be added into this module so that requires are taken care of automatically.

Defined Under Namespace

Modules: ElementContainer, Overlay, Widgets Classes: Base, InvalidePageState