def getPropertyPageData(short_title, test_purpose, user, feature, subfeature, product,tester_notes):
integrityClient = Aliases.IntegrityClient
TVIGuiView = integrityClient.Document_Author_ViewSet
rootPane = TVIGuiView.RootPane
layeredPane = rootPane.null_layeredPane
editIssueWindow = TVIGuiView.Test_Design_Property_Page
editIssueWindow.Test_Design_Short_Title.Keys(short_title)
HTMLEditorEx_RichEditorPane = editIssueWindow.Test_Design_Purpose
HTMLEditorEx_RichEditorPane.Click(18, 9)
HTMLEditorEx_RichEditorPane.Keys(test_purpose)
gradientPanel = editIssueWindow.Edit_Details.Content_Section
genericModifyItemTabFieldsEntryPanel = gradientPanel.Edit_SubSection
tabLayoutJPanelBase_GridPanel = genericModifyItemTabFieldsEntryPanel.Details
tabLayoutJPanelBase_GridPanel.PanelEx2.field_Assigned_User_7.EditFieldComponentMultiValue_1.DataFilterPopup_DFComboBox.ComboBox_arrowButton.Click(8, 7)
textFieldEx = rootPane.TextBox
textFieldEx.Keys(user) #the script waits for 3 seconds after executing this step
panel = layeredPane.null_contentPane
panel2 = panel.Panel
buttonEx = panel2.Panel.ButtonEx
listEx = panel2.DataFilterListPanel.Panel.DataFilterCollapsablePanel.PanelEx.ScrollPane.Viewport.ListEx
listEx.ClickItem("Tester-1")
tabLayoutJPanelBase_GridPanel.PanelEx5.field_Feature_579.EditFieldComponentMultiValue_1.DataFilterPopup_DFComboBox.ComboBox_arrowButton.Click(10, 8)
textFieldEx.Keys("Another New Feature") #the script waits for 3 seconds after executing this step
listEx.ClickItem("Another New Feature") #the script waits for 3 seconds after executing this step