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