Exemplo n.º 1
0
        public void FillLoginForm(string username, string password)
        {
            //Enter the Username in the Username field
            UsernameTextField.EnterTextInTextField(username);

            //Enter the password in the password field
            PasswordTextField.EnterTextInTextField(password);
        }