public void Login(string userName, string password) { txtUsrName.SendKeys(userName); txtPass.SendKeys(password); LoginBtn.Submit(); }