//loginpage actions //login to merchtool and passes common page object public MtHomePageObject Login() { InputUserName.EnterText("CORP_Webdriver"); InputPassword.EnterText("ANapPqH<"); BtnLogin.Click(); Console.WriteLine("Varified input creds and logged into merchtool"); return(new MtHomePageObject()); }