airgun.entities.settings

Module Contents

Classes

SettingsEntity

ShowAllSettings

Navigate to All Settings page

class airgun.entities.settings.SettingsEntity(browser)
endpoint_path = /settings
search(value)

Search for necessary settings entry

read(property_name)

Read settings values

update(property_name, value)

Update setting property with provided value

send_test_mail(property_name)

Send the mail to the recipient

permission_denied()

Return permission denied error text

class airgun.entities.settings.ShowAllSettings(obj, navigate_obj, logger=None)

Navigate to All Settings 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.