ACPTest.UIMap.LaunchMicrosoftWord C# (CSharp) Method

LaunchMicrosoftWord() public method

LaunchMicrosoftWord - Use 'LaunchMicrosoftWordParams' to pass parameters into this method.
public LaunchMicrosoftWord ( ) : void
return void
        public void LaunchMicrosoftWord()
        {

            // Launch '%ProgramFiles(x86)%\Microsoft Office\Office14\WINWORD.EXE'
            ApplicationUnderTest wINWORDApplication = ApplicationUnderTest.Launch(this.LaunchMicrosoftWordParams.ExePath, this.LaunchMicrosoftWordParams.AlternateExePath);
        }