Table of Contents

Class SapBridgeManager

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

This is helper bridge class

public static class SapBridgeManager
Inheritance
SapBridgeManager
Inherited Members

Properties

SapObjects

This is list of sap ROT objects

public static List<object> SapObjects { get; }

Property Value

List<object>

Methods

Clear()

To clean up SapObjects list

public static void Clear()

HasElevatedPrivilegesRequired()

HasElevatedPrivilegesRequired

public static bool HasElevatedPrivilegesRequired()

Returns

bool

bool

Initialize()

Initialize method to launch the bridger

public static void Initialize()