def reported_by_me_label(self): return Element(DashboardPageLocators.reported_by_me_label)
def search_issue_field(self): return Element(DashboardPageLocators.search_issue_field)
def search_issue_elements_summary(self): return Element(DashboardPageLocators.search_issue_elements_summary)
def issue_type_dropdown(self): return Element(CreateUpdateIssuePageLocators.issue_type_dropdown)
def severity_edit_fld(self): return Element(DashboardPageLocators.severity_edit_fld)
def severity_list_item(self): return Element(DashboardPageLocators.severity_list_item)
def create_issue_page_title(self): return Element(CreateUpdateIssuePageLocators.create_issue_title)
def summary_submit_btn(self): return Element(DashboardPageLocators.summary_submit_btn)
def create_btn(self): return Element(CreateUpdateIssuePageLocators.create_button)
def summary_error_message(self): return Element(CreateUpdateIssuePageLocators.summary_error_message)
def description_field(self): return Element(CreateUpdateIssuePageLocators.description_field)
def description_text_tab(self): return Element(CreateUpdateIssuePageLocators.description_text_tab)
def summary_field(self): return Element(CreateUpdateIssuePageLocators.summary_field)
def search_issues_list_item(self): return Element(DashboardPageLocators.search_issues_list_item)
def create_btn(self): return Element(DashboardPageLocators.create_btn)
def summary_edit_fld(self): return Element(DashboardPageLocators.summary_edit_fld)
def assign_to_me_lnk(self): return Element(DashboardPageLocators.assign_to_me_link)
def user_profile_icon(self): return Element(DashboardPageLocators.user_profile_icon)
def first_issue_in_list_sumary(self): return Element(DashboardPageLocators.first_issue_in_list_summary)
def severity_submit_btn(self): return Element(DashboardPageLocators.severity_submit_btn)
def issues_dropdown(self): return Element(DashboardPageLocators.issues_droprown)
def search_for_issues_menu_item(self): return Element(DashboardPageLocators.search_for_issues_menu_item)
def issues_dropdown_reported_by_me(self): return Element(DashboardPageLocators.issues_dropdown_reported_by_me)
def spinner(self): return Element(DashboardPageLocators.spinner)
def project_dropdown(self): return Element(CreateUpdateIssuePageLocators.project_dropdown)