airgun.views.webhook

Module Contents

Classes

WebhooksView

Base view for Satellite pages

WebhookCreateView

Base view for Satellite pages

WebhookEditView

Base view for Satellite pages

DeleteWebhookConfirmationView

Base view for Satellite pages

class airgun.views.webhook.WebhooksView(parent, logger=None, **kwargs)

Base view for Satellite pages

title
new
table
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

class airgun.views.webhook.WebhookCreateView(parent, logger=None, **kwargs)

Base view for Satellite pages

class general(parent, logger=None, **kwargs)

Represents the Patternfly Tab widget.

Selects itself automatically when any child widget gets accessed, ensuring that the widget is visible.

https://www.patternfly.org/v4/documentation/react/components/tabs

subscribe_to
name
target_url
template
http_method
enabled
class credentials(parent, logger=None, **kwargs)

Represents the Patternfly Tab widget.

Selects itself automatically when any child widget gets accessed, ensuring that the widget is visible.

https://www.patternfly.org/v4/documentation/react/components/tabs

user
password
verify_ssl
capsule_auth
certs
class additional(parent, logger=None, **kwargs)

Represents the Patternfly Tab widget.

Selects itself automatically when any child widget gets accessed, ensuring that the widget is visible.

https://www.patternfly.org/v4/documentation/react/components/tabs

content_type
headers
ROOT = //div[@role="dialog" and @tabindex][div//h4]
cancel_button
submit_button
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

wait_for_popup()
class airgun.views.webhook.WebhookEditView(parent, logger=None, **kwargs)

Base view for Satellite pages

property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

class airgun.views.webhook.DeleteWebhookConfirmationView(parent, logger=None, **kwargs)

Base view for Satellite pages

ROOT = //div[@role="dialog" and @tabindex][div//h4[normalize-space(.)="Confirm Webhook Deletion"]]
delete_button
cancel_button
property is_displayed

Overrides the Widget.is_displayed(). The difference is that if the view does not have the root locator, it assumes it is displayed.

Returns

bool

wait_animation_end()