#####################
# GENERAL VARIABLES #
#####################
# ROLES VARIABLES #
ROLE_TEXT: "text"
ROLE_PASSWORD: "password"
ROLE_SELECT: "select"
ROLE_CHECKBOX: "checkbox"
# GET-SET VARIABLES #
SET_TEXT: "set_text:"
GET_TEXT: "get_text:"
SET_PASSWORD: "set_password:"
GET_PASSWORD: "get_password:"
SET_SELECT: "set_select:"
GET_SELECT: "get_select:"
SET_CHECKBOX: "set_checkbox:"
GET_CHECKBOX: "get_checkbox:"
SET: "set:"
GET: "get:"
# ACTIONS VARIABLES #
ACTION_CLICK: "action:click"
ACTION_DOUBLE_CLICK: "action:double_click"
ACTION_CONTEXT_CLICK: "action:context_click"
# ASSERTS VARIABLES #
ASSERT_EQUALS: "assert_equals:"
ASSERT_NOT_EQUALS: "assert_not_equals:"
ASSERT_EQUALS_IGNORE_CASE: "assert_equals_ignore_case:"
ASSERT_NOT_EQUALS_IGNORE_CASE: "assert_not_equals_ignore_case:"
ASSERT_VALUE_GREATER_THAN_EXPECTED: "assert_value_greater_than_expected:"
ASSERT_VALUE_GREATER_OR_EQUAL_THAN_EXPECTED: "assert_value_greater_or_equal_than_expected:"
ASSERT_VALUE_LOWER_THAN_EXPECTED: "assert_value_lower_than_expected:"
ASSERT_VALUE_LOWER_OR_EQUAL_THAN_EXPECTED: "assert_value_lower_or_equal_than_expected:"
ASSERT_VALUE_IN_EXPECTED: "assert_value_in_expected:"
ASSERT_VALUE_NOT_IN_EXPECTED: "assert_value_not_in_expected:"
ASSERT_EXPECTED_IN_VALUE: "assert_expected_in_value:"
ASSERT_EXPECTED_NOT_IN_VALUE: "assert_expected_not_in_value:"
ASSERT_VALUE_LEN_EQUALS: "assert_value_len_equals:"
ASSERT_VALUE_LEN_NOT_EQUALS: "assert_value_len_not_equals:"
ASSERT_VALUE_LEN_GREATER_THAN_EXPECTED: "assert_value_len_greater_than_expected:"
ASSERT_VALUE_LEN_GREATER_OR_EQUAL_THAN_EXPECTED: "assert_value_len_greater_or_equal_than_expected:"
ASSERT_VALUE_LEN_LOWER_THAN_EXPECTED: "assert_value_len_lower_than_expected:"
ASSERT_VALUE_LEN_LOWER_OR_EQUAL_THAN_EXPECTED: "assert_value_len_lower_or_equal_than_expected:"
ASSERT_VALUE_MATCHES_REGULAR_EXPRESSION: "assert_value_matches_regular_expression:"
ASSERT_VALUE_NOT_MATCHES_REGULAR_EXPRESSION: "assert_value_not_matches_regular_expression:"
###################
# PAGES VARIABLES #
###################
ROOT: "path:root"
MTP_PAGE: "path:mtp_page"
MTP_PAGE__SEARCH_ICON: "path:mtp_page__search_icon"
MTP_PAGE__SEARCH_TEXT: "path:mtp_page__search_text"
MTP_PAGE__SEARCH_BUTTON: "path:mtp_page__search_button"
MTP_PAGE__IMPORTED: "path:mtp_page__imported"
MTP_HOME_PAGE: "path:mtp_home_page"
MTP_HOME_PAGE__PARAGRAPH_GENERATOR: "path:mtp_home_page__paragraph_generator"
MTP_HOME_PAGE__SEARCH_ICON: "path:mtp_home_page__search_icon"
MTP_HOME_PAGE__SEARCH_TEXT: "path:mtp_home_page__search_text"
MTP_HOME_PAGE__SEARCH_BUTTON: "path:mtp_home_page__search_button"
MTP_HOME_PAGE__IMPORTED: "path:mtp_home_page__imported"
MTP_SEARCH_RESULTS_PAGE: "path:mtp_search_results_page"
MTP_SEARCH_RESULTS_PAGE__RESULT_TEXT_GENERATOR: "path:mtp_search_results_page__result_text_generator"
MTP_SEARCH_RESULTS_PAGE__SEARCH_ICON: "path:mtp_search_results_page__search_icon"
MTP_SEARCH_RESULTS_PAGE__SEARCH_TEXT: "path:mtp_search_results_page__search_text"
MTP_SEARCH_RESULTS_PAGE__SEARCH_BUTTON: "path:mtp_search_results_page__search_button"
MTP_SEARCH_RESULTS_PAGE__IMPORTED: "path:mtp_search_results_page__imported"
OMNIA_MAIN_PAGE: "path:omnia_main_page"
OMNIA_MAIN_PAGE__LOGGEDAS: "path:omnia_main_page__loggedas"
OMNIA_MAIN_PAGE__ACCOUNT: "path:omnia_main_page__account"
OMNIA_MAIN_PAGE__LOGOUT: "path:omnia_main_page__logout"
OMNIA_MAIN_PAGE__SEARCH: "path:omnia_main_page__search"
OMNIA_LOGIN_PAGE: "path:omnia_login_page"
OMNIA_LOGIN_PAGE__USERNAME: "path:omnia_login_page__username"
OMNIA_LOGIN_PAGE__PASSWORD: "path:omnia_login_page__password"
OMNIA_LOGIN_PAGE__SUBMIT: "path:omnia_login_page__submit"
OMNIA_USER_PAGE: "path:omnia_user_page"
OMNIA_USER_PAGE__NAME: "path:omnia_user_page__name"
OMNIA_USER_PAGE__EMAIL: "path:omnia_user_page__email"
OMNIA_USER_PAGE__CAPACITY: "path:omnia_user_page__capacity"
OMNIA_USER_PAGE__SIGNED_UP: "path:omnia_user_page__signed_up"
OMNIA_USER_PAGE__LOGGEDAS: "path:omnia_user_page__loggedas"
OMNIA_USER_PAGE__ACCOUNT: "path:omnia_user_page__account"
OMNIA_USER_PAGE__LOGOUT: "path:omnia_user_page__logout"
OMNIA_USER_PAGE__SEARCH: "path:omnia_user_page__search"
OMNIA_SEARCH_RESULTS_PAGE: "path:omnia_search_results_page"
OMNIA_SEARCH_RESULTS_PAGE__SEARCH_TITLE: "path:omnia_search_results_page__search_title"
OMNIA_SEARCH_RESULTS_PAGE__SEARCH_RESULTS: "path:omnia_search_results_page__search_results"
OMNIA_SEARCH_RESULTS_PAGE__LOGGEDAS: "path:omnia_search_results_page__loggedas"
OMNIA_SEARCH_RESULTS_PAGE__ACCOUNT: "path:omnia_search_results_page__account"
OMNIA_SEARCH_RESULTS_PAGE__LOGOUT: "path:omnia_search_results_page__logout"
OMNIA_SEARCH_RESULTS_PAGE__SEARCH: "path:omnia_search_results_page__search"
OMNIA_ACCOUNT_PAGE: "path:omnia_account_page"
OMNIA_ACCOUNT_PAGE__FIRSTNAME: "path:omnia_account_page__firstname"
OMNIA_ACCOUNT_PAGE__LASTNAME: "path:omnia_account_page__lastname"
OMNIA_ACCOUNT_PAGE__MAIL: "path:omnia_account_page__mail"
OMNIA_ACCOUNT_PAGE__LANGUAGE: "path:omnia_account_page__language"
OMNIA_ACCOUNT_PAGE__MAIL_NOTIFICATION: "path:omnia_account_page__mail_notification"
OMNIA_ACCOUNT_PAGE__NO_SELF_NOTIFIED: "path:omnia_account_page__no_self_notified"
OMNIA_ACCOUNT_PAGE__HIDE_MAIL: "path:omnia_account_page__hide_mail"
OMNIA_ACCOUNT_PAGE__TIME_ZONE: "path:omnia_account_page__time_zone"
OMNIA_ACCOUNT_PAGE__COMMENTS: "path:omnia_account_page__comments"
OMNIA_ACCOUNT_PAGE__WARN_ON_LEAVING_UNSAVED: "path:omnia_account_page__warn_on_leaving_unsaved"
OMNIA_ACCOUNT_PAGE__ACTIVE_USER: "path:omnia_account_page__active_user"
OMNIA_ACCOUNT_PAGE__LOGGEDAS: "path:omnia_account_page__loggedas"
OMNIA_ACCOUNT_PAGE__ACCOUNT: "path:omnia_account_page__account"
OMNIA_ACCOUNT_PAGE__LOGOUT: "path:omnia_account_page__logout"
OMNIA_ACCOUNT_PAGE__SEARCH: "path:omnia_account_page__search"
