OneCompiler

xpath

117

package pom;

import org.openqa.selenium.By;

public class CohortsCourseCreationAndProfileVerificationPOM {
public By adminPanelUsernameBox=By.xpath("//input[@name='email']");
public By adminPanelPasswordBox=By.xpath("//input[@name='password']");
public By adminPanelLogin=By.xpath("//button[text()='Login']");
public By programManagement=By.xpath("//div[normalize-space()='Program Management']");
public By addProgramButton=By.xpath("//a[text()='Add Program']");
public By ratingButton=By.xpath("//div[@class='sc-iHmpnF dlcFuO']/p[text()='9']");
public By ratingFeedbackBox=By.xpath("//div/textarea[@placeholder='Your feedback']");
public By ratingSubmitButton=By.xpath("//div/button[text()='Submit']");
public By ratingCloseButton=By.xpath("//div/button[text()='Close']");

public By courseNameInputbox=By.xpath("//input[@name='name']");
public By shortDescriptionInputbox=By.xpath("//input[@name='short_description']");
public By courseProgramDescriptionInputbox=By.xpath("//div[@data-placeholder='Write something awesome...']");

public By whatStudentWillLearnTextbox=By.xpath("//div[@data-placeholder='List the key learning outcomes and skills students will gain from this program...']");

public By preRequisitesTextbox=By.xpath("//div[@data-placeholder='List the recommended prerequisites, required knowledge, and skills needed for this program...']");
public By courseLevelDropdown=By.xpath("//select[@name='course_level']");
public By courseLevelBeginner=By.xpath("//select[@name='course_level']/option[text()='Beginner']");
public By courseLevelIntermediate=By.xpath("//select[@name='course_level']/option[text()='Intermediate']");
public By courseLevelExpert=By.xpath("//select[@name='course_level']/option[text()='Expert']");
public By courseLanguageDropdown=By.xpath("//select[@name='course_language']");
public By courseLanguageEnglish=By.xpath("//select[@name='course_language']/option[text()='en']");
public By courseDurationInputbox=By.xpath("//input[@name='duration_in_weeks']");






public By instructorInputbox=By.xpath("(//fieldset[@aria-hidden='true'])[6]");


public By instructor=By.xpath("//h6[normalize-space()='Sarthak Kumar']");
public By addCoInstructorInputbox=By.xpath("//input[@value='0 Reviewers']");
public By addReviewer=By.xpath("//h6[normalize-space()='Demo Institute']");
public By addNewReviewerFirstName=By.xpath("//input[@name='first_name']");
public By addNewReviewerLastName=By.xpath("//input[@name='last_name']");
public By addNewReviewerEmail=By.xpath("//input[@name='email']");
public By addNewReviewerPassword=By.xpath("//input[@name='password']");
public By addNewReviewerRoleDropdown=By.xpath("//div[@id='demo-multiple-chip']");
public By addNewReviewerRoleInstituteAdmin=By.xpath("(//input[@type='checkbox'])[2]");
public By addNewReviewerRoleInstructor=By.xpath("(//input[@type='checkbox'])[3]");
public By addNewReviewerRoleAccounts=By.xpath("(//input[@type='checkbox'])[4]");
public By addNewReviewerRoleReviewer=By.xpath("(//input[@type='checkbox'])[5]");
public By addNewReviewerRoleCounsellor=By.xpath("(//input[@type='checkbox'])[6]");
public By addNewReviewerCreateUserButton=By.xpath("(//button[text()='Create User'])");
public By selectReviewer=By.xpath("(//input[@class='PrivateSwitchBase-input css-1m9pwf3'])[3]");
public By selectReviewerSaveButton=By.xpath("//button[text()='Save']");
public By courseCategoryDropdown=By.xpath("//select[@name='category']");
public By courseCategoryTechnology=By.xpath("//select[@name='category']/option[text()='Technology']");
public By courseCategoryFood=By.xpath("//select[@name='category']/option[text()='Food']");
public By accessPostGraduationWeeksInputbox=By.xpath("//input[@type='number']");
public By courseCompletionYes=By.xpath("(//button[text()='Yes'])[1]");
public By courseCompletionNo=By.xpath("(//button[text()='No'])[1]");
public By priceOfCourseInputbox=By.xpath("//input[@name='price']");
public By freeCourseCheckbox=By.xpath("//div[@class='css-1beik88']//*[local-name()='svg']");
public By firstSectionFreeCheckbox=By.xpath("//input[@type='checkbox'][1]");
public By courseRunsCohertsYes=By.xpath("(//button[text()='Yes'])[2]");
public By courseRunsCohertsNo=By.xpath("(//button[text()='No'])[2]");
public By courseDeleteCohertsButton=By.xpath("//button[text()='Delete Cohort']");
public By pageNextButton=By.xpath("//button[text()='Next']");

public By circulamHeading = By.xpath("(//h4[normalize-space()='Curriculum'])[1]");
public By curriculamAddSection=By.xpath("//button[normalize-space()='Add Section']");
public By curriculamAddSectionInputbox=By.xpath("//input[@placeholder='New Section']");
public By curriculamAddSectionTickIcon=By.xpath("//div[@class='MuiInputAdornment-root MuiInputAdornment-positionEnd css-5zxort']//*[local-name()='svg']");
public By curriculamAddContent=By.xpath("//button[text()='Add Content']");
public By curriculamContentTypeLesson=By.xpath("(//input[@name='lessonType'])[1]");
public By curriculamContentTypeQuiz=By.xpath("(//input[@name='lessonType'])[2]");
public By curriculamContentTypeAssignment=By.xpath("(//input[@name='lessonType'])[3]");
public By curriculamContentTypeHomework=By.xpath("(//input[@name='lessonType'])[4]");
public By lessonName=By.xpath("//input[@name='name']");
public By lessonAttachmentButton=By.xpath("//button[text()='Choose Media']");
public By lessonAttachmentPosterImage=By.xpath("//td[text()='Ambience']");
//public By lessonDescription=By.xpath("//textarea[@name='description']");
public By lessonDescription=By.xpath("//div[@data-placeholder='Description']");
public By lessonResourceAddIcon=By.xpath("//div[@class='css-9jay18']//*[local-name()='svg']");
public By addNewResourceButton=By.xpath("//button[text()='Add New Resource']");
public By nameOfResourceTextbox=By.xpath("//input[@id='mui-91']");
public By resourceChooseMediaButton=By.xpath("//button[text()='Choose Media']");
public By resourceChooseMediaImagefile=By.xpath("//td[text()='Ambience']");
public By resourceSubmitButton=By.xpath("//button[text()='Submit']");
public By resourceSaveButton=By.xpath("//button[text()='Save']");


/// /////

public By startDateCalanderInputbox=By.xpath("//div[@class='MuiPickersSectionList-root MuiPickersInputBase-sectionsContainer css-wlij39']");
public By startQuizDateCalander = By.xpath("//button[@aria-label='Choose date']//*[name()='svg']");
public By startDateCalanderIcon=By.xpath("//button[@class='MuiButtonBase-root MuiIconButton-root MuiIconButton-edgeEnd MuiIconButton-sizeMedium css-12xczkh']//*[local-name()='svg']");
public By startCourseHour = By.xpath("//span[@id='«r4h»-hours']");
public By startCourseMin = By.xpath("//span[@id='«r3l»-minutes']");
public By startCourse = By.xpath("//span[@id='«r3l»-seconds']");
public By quizSubjective = By.xpath("//button[normalize-space()='Subjective']");



public By startDate=By.xpath("//button[text()='5']");
public By startTimeInHours=By.xpath("//li[@aria-label='6 hours'] ");
public By startTimeInMinutes=By.xpath("//span[text()='30']");
public By skipContentCheckbox=By.xpath("(//input[@type='checkbox'])[2]");
public By startDateCalanderOkButton = By.xpath("//button[normalize-space()='OK']");


public By quotaStartDateCalanderbox = By.xpath("//button[@aria-label='Choose date']//*[name()='svg']");
public By quotaStartDateCalanderBoxDate = By.xpath("//button[normalize-space()='25']");
public By getQuotaStartDateCalanderboxHour = By.xpath("//li[@aria-label='2 hours']");




public By saveContentButton=By.xpath("//button[text()='Save Content']");

public By quizTitleBox=By.xpath("//input[@placeholder='Enter Title']");
public By quizDescriptionBox=By.xpath("//div[@data-placeholder='Description']");
public By quizTimeAllowedBox=By.xpath("//input[@placeholder='Please enter time in minutes']");
public By noOfAttemptsCheckbox=By.xpath("(//input[@type='checkbox'])[2]");
public By noOfAttemptsInputbox=By.xpath("(//input[@type='number'])[2]");
public By mcqQuestionsCheckbox=By.xpath("(//input[@type='checkbox'])[3]");
public By displayQuestionsInputbox=By.xpath("//textarea[@placeholder='Enter Display Questions']");
public By marksPerMCQInputbox=By.xpath("//input[@placeholder='Enter Marks for MCQ']");
public By totalMarksInputbox=By.xpath("//input[@placeholder='Enter Marks']");
public By passingMarksInputbox=By.xpath("//input[@placeholder='Enter Passing Marks']");
public By weightageGroupGradeInputbox=By.xpath("//input[@value='Quiz']");
public By canSkipContentCheckbox=By.xpath("(//input[@type='checkbox'])[4]");
public By isGatedCheckbox=By.xpath("(//input[@type='checkbox'])[5]");
public By mcqButton=By.xpath("//button[text()='MCQ']");
public By subjectiveButton=By.xpath("//button[text()='Subjective']");
public By addQuetionButton=By.xpath("//button[text()='Add Question']");
public By QuestionInputbox=By.xpath("//textarea[@placeholder='Question']");
public By chooseMediaButton=By.xpath("//button[text()='Choose Media']");
public By addOptionButton=By.xpath("//button[text()='Add Option']");
public By enterOption1=By.xpath("(//textarea[@placeholder='enter option'])[1]");
public By Option1AnswerTickButton=By.xpath("//button[@class='MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-xsx7q9']//*[name()='svg']");
public By enterOption2=By.xpath("(//textarea[@placeholder='enter option'])[2]");
public By Option2AnswerTickButton=By.xpath("(//*[name()='svg'][@role='img'])[22]");
public By enterOption3=By.xpath("(//textarea[@placeholder='enter option'])[3]");
public By Option3AnswerTickButton=By.xpath("//div[4]//div[2]//div[1]//button[1]//*[name()='svg']");
public By enterOption4=By.xpath("(//textarea[@placeholder='enter option'])[4]");
public By Option4AnswerTickButton=By.xpath("(//*[name()='path'][@fill='currentColor'])[22]");
public By addQuestionSubmitButton=By.xpath("//button[normalize-space()='Submit']");
public By quizSaveContentButton=By.xpath("//button[text()='Save Content']");

public By assignmentNameBox=By.xpath("//input[@placeholder='Quota name']");
public By assignmentDescriptionBox=By.xpath("//div[@data-placeholder='Description']");
public By assignmentFileChooseMediaButton=By.xpath("//button[text()='Choose Media']");
public By assignmentFileChooseMediaPoserImage=By.xpath("//td[text()='Ambience']");

public By assignmentTimeAllotment=By.xpath("//input[@placeholder='hh:mm:ss']");
public By assignmentCanSkip=By.xpath("(//input[@type='checkbox'])[2]");
public By assignmentIsGated=By.xpath("(//input[@type='checkbox'])[3]");
public By assignmentSubmissionTypeFileUpload=By.xpath("(//input[@name='submission_type'])[1]");
public By assignmentSubmissionTypeSubjective=By.xpath("(//input[@name='submission_type'])[2]");
public By assignmentTotalMarks=By.xpath("//input[@name='total_marks']");
public By assignmentSaveContent=By.xpath("//button[text()='Save Content']");
public By firstSectionOfCourseFreeCheckbox=By.xpath("(//input[@type='checkbox'])[1]");

public By homeworkNameBox=By.xpath("//input[@placeholder='Homework name']");
public By homeworkDescriptionBox=By.xpath("//div[@data-placeholder='Description']");
public By homeworkQuotaFileChooseMediaButton=By.xpath("//button[text()='Choose Media']");
public By homeworkQuotaFileChooseMediaPoserImage=By.xpath("//td[text()='Ambience']");
public By homeworkTimeAllotment=By.xpath("//input[@placeholder='hh:mm:ss']");
public By homeworkCanSkip=By.xpath("(//input[@type='checkbox'])[2]");
public By homeworkIsGated=By.xpath("(//input[@type='checkbox'])[3]");
public By homeworkSubmissionTypeFileUpload=By.xpath("(//input[@name='submission_type'])[1]");
public By homeworkSubmissionTypeSubjective=By.xpath("(//input[@name='submission_type'])[2]");
public By homeworkTotalMarks=By.xpath("//input[@name='total_marks']");
public By homeworkSaveContent=By.xpath("//button[text()='Save Content']");
public By homeworkAddNewQuetionButton=By.xpath("//button[text()='Add New Question']");
public By homeworkQuestionInputbox=By.xpath("//textarea[@placeholder='Question']");
public By homeworkMarkInputbox=By.xpath("//input[@placeholder='Enter Marks']");
public By homeworkChooseMediaButton=By.xpath("//button[text()='Choose Media']");
public By homeworkAttachmentChooseMediaPoserImage=By.xpath("//td[text()='Ambience']");
public By homeworkAddQuestionSaveButton=By.xpath("//button[text()='Save']");



public By mediaCoverImageChooseButton=By.xpath("(//button[text()='Choose Media'])[1]");
public By mediaCoverVideoChooseButton=By.xpath("(//button[text()='Choose Media'])[1]");
public By mediaPosterImage=By.xpath("//td[text()='Ambience']");
public By mediaPosterImage1=By.xpath("//td[text()='web']");
public By mediaIntroductionVideo=By.xpath("//td[text()='GPM']");
public By publishStatusLive=By.xpath("//button[text()='Live']");
public By publishStatusDraft=By.xpath("//button[text()='Draft']");
public By publishStatusArchive=By.xpath("//button[text()='Archive']");
public By transcriptedCourseYesbutton=By.xpath("//button[text()='Yes']");
public By transcriptedCourseNobutton=By.xpath("//button[text()='No']");
public By publishPageSaveButton=By.xpath("//button[text()='Save']");

public By coursesButton=By.xpath("//a[text()='Courses']");
public By coursesName=By.xpath("//h6[text()='Core Java_08']");
public By SubscribeNowButton=By.xpath("(//button[text()='Subscribe Now'])[1]");
public By loginButton=By.xpath("(//span[text()='Log In'])[2]");

public By cohortedButton=By.xpath("(//button[text()='Cohorted'])[1]");
public By cohortManagement=By.xpath("//div[text()='Cohort Management']");
public By addCohortButton=By.xpath("//button[text()='Add Cohort']");
public By cohortNameInputBox=By.xpath("(//input[@name='name'])[1]");
public By selectProgramInputBox=By.xpath("(//input[@name='course_display_name'])");
public By programName=By.xpath("(//td[contains(text(),'Core Java')])[1]");
public By instructorInputBox=By.xpath("//p[text()='Select Instructor']/parent::div//input");
public By instructorName=By.xpath("//h6[text()='Himanshu Co-Instructor']");
public By startDateCalanderBoxIcon=By.xpath("(//button[@class='MuiButtonBase-root MuiIconButton-root MuiIconButton-edgeEnd MuiIconButton-sizeMedium css-12xczkh']//*[local-name()='svg'])[1]");
public By startDateCohortCalanderBoxIcon = By.xpath("//button[@aria-label='Choose date']//*[name()='svg']");
public By StartDateDate = By.xpath("//button[normalize-space()='1']");

public By endDateCohortCalanderBoxIcon = By.xpath("(//button[@aria-label='Choose date'])[2]");
public By endDateCohortCalanderBoxIconCss = By.cssSelector("button[aria-label='Choose date'] svg path");
public By endDateDate = By.xpath("//button[normalize-space()='22']");
public By clickCohort = By.xpath("//p[normalize-space()='Cohort Type']");

public By cohortsCurrentDate=By.xpath("//button[contains(@class,'MuiPickersDay-today')]");
public By cohortsStartDate=By.xpath("//button[text()='5']");
public By calanderNextMonth=By.xpath("//*[local-name()='svg' and @data-testid='ArrowRightIcon']");
public By endDateCalanderBoxIcon=By.xpath("(//button[@class='MuiButtonBase-root MuiIconButton-root MuiIconButton-edgeEnd MuiIconButton-sizeMedium css-12xczkh']//*[local-name()='svg'])[2]");
public By cohortsEndDate=By.xpath("//button[text()='15']");
public By amountInputBox=By.xpath("(//input[@name='name'])[3]");
public By cohortActiveCheckBox=By.xpath("(//input[@type='checkbox'])[2]");
public By fullPaymentEnabled=By.xpath("//span[text()='Full Payment Enabled']");
public By paymentPlanCheckbox=By.xpath("(//input[@type='checkbox'])[2]");
public By paymentPlanSaveButton=By.xpath("(//button[text()='Save'])[2]");
public By paymentPlanSaveButton2=By.xpath("(//button[text()='Save'])[1]");
public By editScheduleButton=By.xpath("//button[text()='Edit Schedule']");
public By confirmScheduleSaveButton=By.xpath("(//button[text()='Save'])[3]");
public By paymentPlanButton = By.xpath("//input[@name='payment_plan']");

public By configuration=By.xpath("//div[text()='Configuration']");
public By studentProfileEnrichment=By.xpath("//div[text()='Student Profile Enrichment']");
public By totalWeightage=By.xpath("//div/p[text()='100']");
public By studentProfile=By.xpath("//div[text()='Student Profile']");
public By studentProfileEnrichmentSaveChanges=By.xpath("//button[text()='Save Changes']");
public By studentProfileViewButton=By.xpath("(//button[text()='view'])[1]");
public By studentProfileStatusSinNumber=By.xpath("//span[text()='sin number']//parent::td//following-sibling::td//div[@role='combobox']");
public By statusVerified=By.xpath("//li[text()='Verified']");
public By statusApproved=By.xpath("//li[text()='Approved']");
public By studentProfileStatusFirstName=By.xpath("//span[text()='first name']//parent::td//following-sibling::td//div[@role='combobox']");
public By studentProfileStatusMiddleName=By.xpath("//span[text()='middle name']//parent::td//following-sibling::td//div[@role='combobox']");
public By studentProfileStatusLastName=By.xpath("//span[text()='last name']//parent::td//following-sibling::td//div[@role='combobox']");
public By studentProfileStatusAddress=By.xpath("//span[text()='address']//parent::td//following-sibling::td//div[@role='combobox']");
public By studentProfileStatusFirstDOB=By.xpath("//span[text()='date of birth']//parent::td//following-sibling::td//div[@role='combobox']");
public By studentProfileStatusDocumentVerified1=By.xpath("((//h4[text()='Document Management']//following::table)[1]//td[8])[1]");
public By studentProfileStatusDocumentVerified2=By.xpath("((//h4[text()='Document Management']//following::table)[1]//td[8])[2]");
public By studentProfileStatusDocumentVerified3=By.xpath("((//h4[text()='Document Management']//following::table)[1]//td[8])[3]");

public By studentProfileStatusSinNumberUpdate=By.xpath("(//button[text()='Update'])[1]");
public By studentProfileStatusFirstNameUpdate=By.xpath("(//button[text()='Update'])[1]");
public By studentProfileStatusMiddleNameUpdate=By.xpath("(//button[text()='Update'])[1]");
public By studentProfileStatusLastNameUpdate=By.xpath("(//button[text()='Update'])[1]");
public By studentProfileStatusAddressUpdate=By.xpath("(//button[text()='Update'])[1]");
public By studentProfileStatusFirstDOBUpdate=By.xpath("(//button[text()='Update'])[1]");
public By studentProfileStatusDocumentUpdate1=By.xpath("((//h4[text()='Document Management']//following::table)[1]//td[4]//div/div/div)[1]");
public By studentProfileStatusDocumentUpdateApprovedOption=By.xpath("//li[text()='Approved']");
public By studentProfileStatusDocumentUpdate2=By.xpath("((//h4[text()='Document Management']//following::table)[1]//td[4]//div/div/div)[2]");
public By studentProfileStatusDocumentUpdate3=By.xpath("((//h4[text()='Document Management']//following::table)[1]//td[4]//div/div/div)[3]");
public By studentProfileVerificationStatus=By.xpath("//span[text()='Profile Verification']/parent::div//following-sibling::div//h6");
public By stpPageProfileImageRoundButton=By.xpath("//button[@class='MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-w5qhhs']");
public By stpPageProfileButton=By.xpath("//a[text()='Profile ']");
public By stpPageProfileCompleteStatus=By.xpath("//a[text()='Profile ']/p");


public By configureFeeStructureButton=By.xpath("//button[text()='Configure Fee Structure']");
public By registrationFeeAmountInputbox=By.xpath("//input[@name='feeComponents.0.amount']");
public By regFeeTaxCheckbox=By.xpath("//input[@name='feeComponents.0.is_taxable']");
public By registrationFeeTaxName=By.xpath("//input[@name='feeComponents.0.tax_description']");
public By regFeeTaxPercentageInputbox=By.xpath("//input[@name='feeComponents.0.tax_percentage']");
public By tuitionFeeAmountInputbox=By.xpath("//input[@name='feeComponents.1.amount']");
public By tuitionFeeTaxCheckbox=By.xpath("//input[@name='feeComponents.1.is_taxable']");
public By tuitionFeeTaxName=By.xpath("//input[@name='feeComponents.1.tax_description']");
public By tuitionFeeTaxPercentageInputbox=By.xpath("//input[@name='feeComponents.1.tax_percentage']");
public By addFeeComponentButton=By.xpath("//button[text()='Add Fee Component']");

public By feeComponentInputbox1=By.xpath("//input[@name='feeComponents.2.description']");
public By feeComponentAmountInputbox1=By.xpath("//input[@name='feeComponents.2.amount']");
public By feeComponentTaxCheckbox1=By.xpath("//input[@name='feeComponents.2.is_taxable']");
public By feeComponentTaxName1=By.xpath("//input[@name='feeComponents.2.tax_description']");
public By feeComponentTaxPercentage1=By.xpath("//input[@name='feeComponents.2.tax_percentage']");

public By feeComponentInputbox2=By.xpath("//input[@name='feeComponents.3.description']");
public By feeComponentAmountInputbox2=By.xpath("//input[@name='feeComponents.3.amount']");
public By feeComponentTaxCheckbox2=By.xpath("//input[@name='feeComponents.3.is_taxable']");
public By feeComponentTaxName2=By.xpath("//input[@name='feeComponents.3.tax_description']");
public By feeComponentTaxPercentage2=By.xpath("//input[@name='feeComponents.3.tax_percentage']");

public By feeComponentInputbox3=By.xpath("//input[@name='feeComponents.4.description']");
public By feeComponentAmountInputbox3=By.xpath("//input[@name='feeComponents.4.amount']");
public By feeComponentTaxCheckbox3=By.xpath("//input[@name='feeComponents.4.is_taxable']");
public By feeComponentTaxName3=By.xpath("//input[@name='feeComponents.4.tax_description']");
public By feeComponentTaxPercentage3=By.xpath("//input[@name='feeComponents.4.tax_percentage']");

public By feeComponentInputbox4=By.xpath("//input[@name='feeComponents.5.description']");
public By feeComponentAmountInputbox4=By.xpath("//input[@name='feeComponents.5.amount']");
public By feeComponentTaxCheckbox4=By.xpath("//input[@name='feeComponents.5.is_taxable']");
public By feeComponentTaxName4=By.xpath("//input[@name='feeComponents.5.tax_description']");
public By feeComponentTaxPercentage4=By.xpath("//input[@name='feeComponents.5.tax_percentage']");

public By feeComponentInputbox5=By.xpath("//input[@name='feeComponents.6.description']");
public By feeComponentAmountInputbox5=By.xpath("//input[@name='feeComponents.6.amount']");
public By feeComponentTaxCheckbox5=By.xpath("//input[@name='feeComponents.6.is_taxable']");
public By feeComponentTaxName5=By.xpath("//input[@name='feeComponents.6.tax_description']");
public By feeComponentTaxPercentage5=By.xpath("//input[@name='feeComponents.6.tax_percentage']");

public By feeComponentInputbox6=By.xpath("//input[@name='feeComponents.7.description']");
public By feeComponentAmountInputbox6=By.xpath("//input[@name='feeComponents.7.amount']");
public By feeComponentTaxCheckbox6=By.xpath("//input[@name='feeComponents.7.is_taxable']");
public By feeComponentTaxName6=By.xpath("//input[@name='feeComponents.7.tax_description']");
public By feeComponentTaxPercentage6=By.xpath("//input[@name='feeComponents.7.tax_percentage']");

public By feeComponentInputbox7=By.xpath("//input[@name='feeComponents.8.description']");
public By feeComponentAmountInputbox7=By.xpath("//input[@name='feeComponents.8.amount']");
public By feeComponentTaxCheckbox7=By.xpath("//input[@name='feeComponents.8.is_taxable']");
public By feeComponentTaxName7=By.xpath("//input[@name='feeComponents.8.tax_description']");
public By feeComponentTaxPercentage7=By.xpath("//input[@name='feeComponents.8.tax_percentage']");

public By feeComponentInputbox8=By.xpath("//input[@name='feeComponents.9.description']");
public By feeComponentAmountInputbox8=By.xpath("//input[@name='feeComponents.9.amount']");
public By feeComponentTaxCheckbox8=By.xpath("//input[@name='feeComponents.9.is_taxable']");
public By feeComponentTaxName8=By.xpath("//input[@name='feeComponents.9.tax_description']");
public By feeComponentTaxPercentage8=By.xpath("//input[@name='feeComponents.9.tax_percentage']");

//public By feeStructurePageSaveButton=By.xpath("//button[text()='Save']");
public By feeStructurePageSaveButton=By.xpath("(//button[text()='Save'])");
public By feeStructureSaveButtonBeforeDiscount = By.xpath("//button[@class='MuiButtonBase-root MuiButton-root MuiButton-soft MuiButton-softPrimary MuiButton-sizeLarge MuiButton-softSizeLarge MuiButton-colorPrimary MuiButton-disableElevation MuiButton-fullWidth MuiButton-root MuiButton-soft MuiButton-softPrimary MuiButton-sizeLarge MuiButton-softSizeLarge MuiButton-colorPrimary MuiButton-disableElevation MuiButton-fullWidth css-1qtbfu4']");
public By paymentPlanProceedButton=By.xpath("//button[normalize-space()='Yes, Proceed']");
public By discountAmountInputbox=By.xpath("/html[1]/body[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[4]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/input[1]");
public By discountAmountInputBox = By.xpath("//input[@aria-label='Discount value']");
public By addDiscountButton=By.xpath("//button[text()='Add Discount']");
public By discountAmountUnit=By.xpath("//div[@role='combobox']");
public By discountAmountUnitValue=By.xpath("//li[text()='%']");
public By applyDiscountButton=By.xpath("//button[text()='Apply Discount']");

public By welcomePopupNextButton1=By.xpath("//button[text()='Next']");
public By welcomePopupNextButton2=By.xpath("//button[text()='Next']");
public By welcomePopupNextButton3=By.xpath("//button[text()='Next']");
public By welcomePopupFinishButton=By.xpath("//button[text()='Finish']");




public By staffManagmentButton = By.xpath("//div[normalize-space()='Staff Management']");
public By addNewStaffButton = By.xpath("//a[normalize-space()='New Staff']");
public By newStaffFirstName = By.xpath("//input[@name='first_name']");
public By newStaffLastname = By.xpath("//input[@name='last_name']");
public By newStaffEmailId = By.xpath("//input[@name='email']");
public By newStaffPassword = By.xpath("//input[@name='password']");
public By newStaffRolesDropDown = By.xpath("//div[@id='demo-multiple-chip']");
public By newStaffInstrutor = By.xpath("//span[normalize-space()='Instructor']");
public By newCoInstructor = By.xpath("//span[normalize-space()='Co-Instructor']");
public By newStaffCreateButton = By.xpath("//button[normalize-space()='Create Staff']");

}