Example #1
0
 public PressEnterAgent(ITextBoxServices textBoxServices, IWindowsElementSearcher windowsElementSearcher)
 {
     TextBoxServices        = textBoxServices;
     WindowsElementSearcher = windowsElementSearcher;
 }
Example #2
0
 public TextBox(IStringPreparator stringPreparator, ITextBoxServices textBoxServices)
 {
     StringPreparator = stringPreparator;
     TextBoxServices  = textBoxServices;
 }
Example #3
0
 public AppiumSession(IStringPreparator stringPreparator, ITextBoxServices textBoxServices)
 {
     StringPreparator = stringPreparator;
     TextBoxServices  = textBoxServices;
 }