// [Fact(DisplayName = "Co-Authoring Should open Excel Document for editing from inside Excel Desktop Client App")] public void Should_Open_ExcelDoc_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.ITMetrics); AutoITDriver.init(); AutoITDriver.OpenDocumentForReading(); //If have problem running AUtoIT remember that you need to register the dll with cmd AutoITDriver.EditExcelFileFromInsideApp(); SeleniumDriver.Close(); }