Exemplo n.º 1
0
        public void NotepadTests()
        {
            //var ChangeWindow = ApplicationSession.SwitchTo().Window("windowName");

            // ApplicationSession.FindElementByClassName("Scintilla").SendKeys("This is an automated text......");
            //System.Threading.Thread.Sleep(3000);
            FirstWindow fw = new FirstWindow();

            fw.WriteSomethingInNotepad();
            // Assert.IsNotNull(ApplicationSession);
        }