airgun.entities.sync_templates

Module Contents

Classes

SyncTemplatesEntity

SyncMainPageNavigation

Navigate to Import/Export Templates page

SyncTemplatesActionNavigation

Navigate to Import/Export Templates page

class airgun.entities.sync_templates.SyncTemplatesEntity(browser)
endpoint_path = /template_syncs
sync(values)

Import Export Switch Action Entity

class airgun.entities.sync_templates.SyncMainPageNavigation(obj, navigate_obj, logger=None)

Navigate to Import/Export Templates 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.

class airgun.entities.sync_templates.SyncTemplatesActionNavigation(obj, navigate_obj, logger=None)

Navigate to Import/Export Templates page

VIEW
prerequisite(*args, **kwargs)

Describes a step that must be carried our prior to this one.

This often calls a previous navigate_to, often using one of the helpers, NavigateToSibling which will navigate to a given destination using the same object, or NavigateToAttribute which will navigate to a destination against an object describe by the attribute of the parent object.

This is a default and is generally overridden.