airgun.entities.rhai.overview

Module Contents

Classes

OverviewEntity

OverviewDetails

AirGun's version of navmazing.NavigateStep with custom

class airgun.entities.rhai.overview.OverviewEntity(browser)
endpoint_path = /redhat_access/insights
read(widget_names=None)
class airgun.entities.rhai.overview.OverviewDetails(obj, navigate_obj, logger=None)

AirGun’s version of navmazing.NavigateStep with custom implementations of navmazing.NavigateStep.am_i_here and navmazing.NavigateStep.go and ability to work with views.

VIEW
step(*args, **kwargs)

Describes the work to be done to get to the destination after the prequisite is met.

This is a default and is generally overridden.