The openstack_dashboard.test.integration_tests.pages.loginpage ModuleΒΆ

class openstack_dashboard.test.integration_tests.pages.loginpage.LoginPage(driver, conf)[source]

Bases: openstack_dashboard.test.integration_tests.pages.pageobject.PageObject

is_login_page()[source]
login(user=None, password=None)[source]
login_as_admin(password, login_method)[source]
login_as_user(user, password, login_method)[source]
login_button[source]
login_with_enter_key(user, password)[source]
login_with_mouse_click(user, password)[source]
password[source]
username[source]

Previous topic

The openstack_dashboard.test.integration_tests.pages.pageobject Module

Next topic

The openstack_dashboard.test.integration_tests.pages.keypairpage Module

This Page