Exemple #1
0
 public SelectBox(IBlock parent, Testing.Automation.Web.Extensions.By by) : base(parent, by)
 {
     OptionsEvaluator = DefaultEvaluator;
 }
Exemple #2
0
 protected Element(IBlock parent, Testing.Automation.Web.Extensions.By by)
     : base(parent.Session, parent.Tag.GetElement(by))
 {
     ParentBlock = parent;
 }
Exemple #3
0
 public RadioButton(IBlock parent, Testing.Automation.Web.Extensions.By by) : base(parent, by)
 {
 }
Exemple #4
0
 public RadioButtons(IBlock parent, Testing.Automation.Web.Extensions.By by)
 {
     ParentBlock = parent;
     By          = by;
 }