Exemplo n.º 1
0
 public void Spam()
 {
     steps.LoginGmail(USER1, PASS);
     steps.SendMessage(USER2, "lal", "asdkjasdkk");
     steps.LogOut();
     steps.CleanCookie();
     steps.LoginGmail(USER2, PASS);
     steps.MarkLetterAsSpam();
     steps.LogOut();
     steps.CleanCookie();
     steps.LoginGmail(USER2, PASS);
     steps.SendMessage(USER2, "lsdfdsal", "asdkjsdfsdafsdfasdkk");
     steps.LogOut();
     steps.CleanCookie();
     steps.LoginGmail(USER2, PASS);
     steps.GoToSpamBox();
     steps.LogOut();
     steps.CleanCookie();
 }