// [Fact(DisplayName = "Co-Authoring Should open PowerPoint Document for editing from inside PowerPoint Desktop Client App")] public void Should_Open_PPTDoc_For_Editing_From_Inside_ClientApp() { SeleniumDriver.init(Browser.IENoNativeEvents); AbtPages.AgiHomePage.Go(); AbtPages.AgiTopNavigation.Goto(homelinks.Projects); AbtPages.ProjectsPage.Goto(projectslinks.MS2013upgrade); AbtPages.SharePointDocumentNavigation.Goto(MS2013Links.Testing); AbtPages.SharePointDocumentNavigation.Goto(MS2013Links.QA_AuthoringIssueReplication); AbtPages.SharePointDocumentNavigation.OpenDocument(MS2013documents.SampleAVMetrics); AutoITDriver.init(); AutoITDriver.OpenDocumentForReading(); //If have problem running AUtoIT remember that you need to register the dll with cmd AutoITDriver.EditPPTFileFromInsideApp(); SeleniumDriver.Close(); }