Account Administration Page

The Account Administration page shows the users in the system. This allows users with the correct permissions to change these user’s roles in the system.

class liveobs_ui.page_object_models.desktop.account_administration.AccountAdministrationPage(driver)[source]

Interaction with the Account Administration page

filter_on_hca()[source]

Filter the list to show HCA users

filter_on_nurse()[source]

Filter the list to show Nurse users

filter_on_shift_coordinators()[source]

Filter the list to show Shift Coordinators

go_to_account_administration()[source]

Navigate the user to the Account Administration page

select_user(user_name)[source]

Click the select box for the user in the list

Parameters:user_name – Name of the user to select
select_users(user_names)[source]

Select multiple users in the list

Parameters:user_names – List of users to select