We do not recommend modifying any of the variables below unless you are explicitly instructed to do so or you have a documented snippet from the user guide or knowledge base. Some values are interdependent or mutually exclusive, so changing one may affect others, and certain combinations should not be altered together.

 

  • g_autoWaitAttempts, The number of attempts Rapise will make to verify the element's state while auto-waiting.
  • g_autoWaitAttemptInterval, The interval (in milliseconds) between attempts while auto-waiting.
  • g_browserProfile, The current browser profile for web tests.
  • g_commandInterval, The interval in milliseconds to wait between executing successive commands.
  • g_mouseMoveDuration, The default duration for a mouse move in milliseconds. For example, set this value to 500 to enable mouse sliding.
  • g_objectLookupAttemptInterval, The time interval between attempts to find the same object if the first attempt fails.
  • g_objectLookupAttempts, The number of times to search for a given object before giving up.
  • g_playerThread, The thread is non-empty. [r]
  • g_rapiseLauncherHostId, The RapiseLauncher Host ID, passed from RapiseLauncher. [r]
  • g_recording, This variable is set to 'true' when in recording mode. [r]
  • g_reportFileName, The path to a report file. [r]
  • g_savePlaybackScreenshots, Saves screen images for each recognized object (or the desktop if an object is not found) to the Reports\<Date&Time> subfolder of the current test.
  • g_savePlaybackScreenshotsAfterAction, Saves screenshots after interacting with the object.
  • g_savePlaybackScreenshotsBeforeAction, Saves screenshots before interacting with the object.
  • g_savePlaybackScreenshotsInTestReport, Appends screenshots to the test report (may increase the size of the report).
  • g_saveRecordingScreenshots, Saves screen images for each action to the Recording\<Date&Time> subfolder of the current test.
  • g_saveScreenshotObjectOnly, Defines whether to take a screenshot of only the object's rectangle (true) or of the entire window (false).
  • g_saveScreenshotOnFailure, Captures a final screenshot if the test fails.
  • g_saveScreenshotsCaptureCursor, Captures the cursor in the screenshot image.
  • g_saveScreenshotsCaptureCursorType, Specifies the cursor capturing type: 0 for no cursor, 1 for the original cursor, or 2 for a special cursor marker.
  • g_saveScreenshotsIndexHtml, Saves an index of all screenshots taken by SeSObjectScreenshot to Report/<Date>/index.html or Recording/<Date>/index.html.
  • g_saveScreenshotsObjectStepId, The ordinal number of the current screenshot, which is auto-incremented by SeSObjectScreenshot.
  • g_showExecutionMonitor, Defines whether to show the execution monitor (true) or not (false).
  • g_spiraArtifactsPath, The path to the folder containing Spira Artifacts (attachments for the current test set). [r]
  • g_spiraAutomationHostId, The Spira Automation Host ID, passed from RapiseLauncher. [r]
  • g_spiraProjectId, The Spira Project ID, passed from RapiseLauncher. [r]
  • g_spiraReleaseId, The Spira Release ID, passed from RapiseLauncher. [r]
  • g_spiraTestCaseId, The Spira Test Case ID, passed from RapiseLauncher. [r]
  • g_spiraTestRunId, The Spira Test Run ID, passed from RapiseLauncher. [r]
  • g_spiraTestSetCustomProperties, The Spira Test Set Custom Properties, passed from RapiseLauncher. [r]
  • g_spiraTestSetId, The Spira Test Set ID, passed from RapiseLauncher. [r]
  • g_stopOnError, If this variable is set to 'true', Tester.FailTest is called on any failure (e.g., object not found, action failed, or assertion failed).
  • g_verboseLevel, Verbose level.
  • g_workDir, The path to the work directory. It is the root folder for a single test or the entire test set (master test). [r]