Ejemplo n.º 1
0
 public void Login()
 {
     //login to capsulecrm
     call = new Login(driver);
     call.Calling();
 }