Ejemplo n.º 1
0
 public void ClearText()
 {
     FlutterDriver.SendKeys(TextFieldControl, "something");
     FlutterDriver.Clear(TextFieldControl);
 }
Ejemplo n.º 2
0
        public void EnterText()
        {
            FlutterDriver.SendKeys(TextFieldControl, "something");

            // NOTE: Not sure of the API to retrieve the text value of the given control...
        }