예제 #1
0
파일: Tests.cs 프로젝트: zyadcodes/QConnect
        //------ Helper functions -------

        private void enterText(string target, string text)
        {
            app.EnterText(target, text);
            app.PressEnter();
            app.PressUserAction();
        }