// [Fact(DisplayName = "Edit Word Document on KM Workspace with Word 2010")] public void Should_Edit_Word_Doc_KM_WorkSpace() { SeleniumDriver.init(Browser.IENoNativeEvents); AbtPages.KmWorkSpacePage.Go(); AbtPages.SharePointDocumentNavigation.OpenDocument(MS2013documents.QA_ReadinessChecklist_v4); AutoITDriver.init(); AutoITDriver.EditWordFile(); //If have problem running AUtoIT remember that you need to register the dll with cmd AutoITDriver.SaveWordFile(); AutoITDriver.CloseWordFile(); SeleniumDriver.Close(); }