airgun.entities.dashboard

Module Contents

Classes

DashboardEntity

OpenDashboard

Navigate to Dashboard page

class airgun.entities.dashboard.DashboardEntity(browser)
search(value)

Initiate search procedure that applied on all dashboard widgets. Return widgets values as a result

read(widget_name)

Read specific widget value

read_all()

Read all dashboard widgets values

action(values)

Perform action against specific widget. In most cases, re-direction to another entity is happened

class airgun.entities.dashboard.OpenDashboard(obj, navigate_obj, logger=None)

Navigate to Dashboard page

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.

post_navigate(_tries=0, *args, **kwargs)

Disable auto-refresh feature for dashboard entity each time navigation to the page is finished