airgun.entities.login¶
Module Contents¶
Classes¶
AirGun's version of |
AirGun’s version of
navmazing.NavigateStepwith custom implementations of navmazing.NavigateStep.am_i_here and navmazing.NavigateStep.go and ability to work with views.Describes the work to be done to get to the destination after the prequisite is met.
This is a default and is generally overridden.
Describes if the navigation is already at the requested destination.
By default, airgun relies on view’s
is_displayedproperty to determine whether navigation succeeded. If positional argumententity_namewas passed and view hasBreadCrumbwidget, it will also ensure second location in breadcrumb is provided entity name.This method may be overridden on specific entity’s NavigateStep level for more complex logic if needed.
- Returns
whether navigator is at requested destination or not.
- Return type