コード例 #1
0
 ///<summary>
 /// Input for Email
 ///</summary>
 public _Email_Input()
 {
     Info = new _Info.Info();
     Locator              = new WebLocatorInfo();
     Locator.LocatorType  = _Info._Locator.LocatorType;
     Locator.LocatorValue = _Info._Locator.LocatorValue;
     Locator.IsRelative   = _Info._Locator.IsRelative;
 }
コード例 #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);
 }