airgun.entities.rhai.manage

Module Contents

Classes

ManageEntity

ManageDetails

Navigate to Red Hat Access Insights Manage screen.

class airgun.entities.rhai.manage.ManageEntity(browser)
endpoint_path = /redhat_access/insights/manage
_toggle_service(state)
enable_service()

Enable the service.

disable_service()

Disable the service.

read(widget_names=None)

Read the content of the view.

class airgun.entities.rhai.manage.ManageDetails(obj, navigate_obj, logger=None)

Navigate to Red Hat Access Insights Manage screen.

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.