/////////////////////////////////////////////////////////////////////////////// // // This file was automatically generated by RANOREX. // DO NOT MODIFY THIS FILE! It is regenerated by the designer. // All your modifications will be lost! // http://www.ranorex.com // /////////////////////////////////////////////////////////////////////////////// using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Drawing; using System.Threading; using WinForms = System.Windows.Forms; using Ranorex; using Ranorex.Core; using Ranorex.Core.Testing; using Ranorex.Core.Repository; namespace AutomatedSystemTests.Modules.ContextMenuActions { #pragma warning disable 0436 //(CS0436) The type 'type' in 'assembly' conflicts with the imported type 'type2' in 'assembly'. Using the type defined in 'assembly'. /// ///The AddCalculationFolder recording. /// [TestModule("c09a9669-9b00-4ab5-9134-5658e1a585ac", ModuleType.Recording, 1)] public partial class AddCalculationFolder : ITestModule { /// /// Holds an instance of the global::AutomatedSystemTests.AutomatedSystemTestsRepository repository. /// public static global::AutomatedSystemTests.AutomatedSystemTestsRepository repo = global::AutomatedSystemTests.AutomatedSystemTestsRepository.Instance; static AddCalculationFolder instance = new AddCalculationFolder(); /// /// Constructs a new instance. /// public AddCalculationFolder() { } /// /// Gets a static instance of this recording. /// public static AddCalculationFolder Instance { get { return instance; } } #region Variables #endregion /// /// Starts the replay of the static recording . /// [System.CodeDom.Compiler.GeneratedCode("Ranorex", global::Ranorex.Core.Constants.CodeGenVersion)] public static void Start() { TestModuleRunner.Run(Instance); } /// /// Performs the playback of actions in this recording. /// /// You should not call this method directly, instead pass the module /// instance to the method /// that will in turn invoke this method. [System.CodeDom.Compiler.GeneratedCode("Ranorex", global::Ranorex.Core.Constants.CodeGenVersion)] void ITestModule.Run() { Mouse.DefaultMoveTime = 0; Keyboard.DefaultKeyPressTime = 20; Delay.SpeedFactor = 0.00; Init(); Report.Log(ReportLevel.Info, "Keyboard", "Key sequence '{Apps}'.", new RecordItemIndex(0)); Keyboard.Press("{Apps}"); Report.Log(ReportLevel.Info, "Mouse", "Mouse Left Click item 'ContextMenu.MapToevoegen' at Center.", repo.ContextMenu.MapToevoegenInfo, new RecordItemIndex(1)); repo.ContextMenu.MapToevoegen.Click(); } #region Image Feature Data #endregion } #pragma warning restore 0436 }