Launch Method (GuiSessionFactory)
Launches the SAP Gui session on the given server description.
Overload List
OverloadDescription
Launch(String)Launches the SAP Gui session on the given server description.  
Launch(IPAddress,Int32)Opens a connection to the specified SAP server according to its IP address  

Launch(SessionLaunchInfo)

Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.

Launch(SessionLaunchInfo,IDesktopEnvironment)

Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.

Use this overload when working with a UFT Developer grid.

Launch(String,String,String,String,String)Launches the SAP Gui session and perform the log-in according to the specified user credentials on the specified server description.  
Launch(IPAddress,String,String,String,Int32,String)Launches the SAP Gui session and perform the log-in according to the specified user credentials on the specified server ip.