Ejemplo n.º 1
0
 public _Login_Form()
 {
     Elements = new List <WebElementInfo>();
     Email_Input        = new _Email_Input();
     Email_Input.Parent = this;
     Elements.Add(Email_Input);
 }
Ejemplo n.º 2
0
 ///<summary>
 /// Form to do login
 ///</summary>
 public _Login_Form()
 {
     Info                 = new _Info.Info();
     Locator              = new WebLocatorInfo();
     Locator.LocatorType  = _Info._Locator.LocatorType;
     Locator.LocatorValue = _Info._Locator.LocatorValue;
     Locator.IsRelative   = _Info._Locator.IsRelative;
     Elements             = new List <WebElementInfo>();
     Email_Input          = new _Email_Input();
     Email_Input.Parent   = this;
     Elements.Add(Email_Input);
 }