airgun.entities.audit

Module Contents

Classes

AuditEntity

ShowAllAuditEntries

Navigate to Audit screen that contains all log entries

class airgun.entities.audit.AuditEntity(browser)
endpoint_path = /audits
search(value)

Search for audit entry in logs and return first one from the list

class airgun.entities.audit.ShowAllAuditEntries(obj, navigate_obj, logger=None)

Navigate to Audit screen that contains all log entries

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.