public void Should_Edit_PPT_Doc_KM_WorkSpace() { SeleniumDriver.init(Browser.IENoNativeEvents); AbtPages.KmWorkSpacePage.Go(); AbtPages.SharePointDocumentNavigation.OpenDocument(MS2013documents.SampleAVMetrics); AutoITDriver.init(); AutoITDriver.EditPowerPoint2013File(); //If have problem running AUtoIT remember that you need to register the dll with cmd AutoITDriver.SavePPT2013File(); AutoITDriver.ClosePPT2013File(); SeleniumDriver.Close(); }