Ejemplo n.º 1
0
 public Have(ExpressionBuilder expression, RWebElement rWebElement, AutomationManager automationManager)
 {
     _expression        = expression;
     _rWebElement       = rWebElement;
     _automationManager = automationManager;
 }
Ejemplo n.º 2
0
 public StringShould(ExpressionBuilder <string> condition, AutomationManager automationManager, RWebElement rWebElement)
 {
     _automationManager = automationManager;
     _condition         = condition;
     _rWebElement       = rWebElement;
 }
Ejemplo n.º 3
0
 public AssertRWebElement(RWebElement element, AutomationManager automationManager)
 {
     _element = element;
 }