Example #1
0
        //readonly string navigationbar = "navigationBarBackground";

        public void EnterEmail(string emailText)
        {
            _elementActions.SendKeys(email, emailText + "\n");
        }
Example #2
0
 public void EnterFirstname(string firstnameText)
 {
     _elementActions.SendKeys(firstname, firstnameText);
 }