Uses of Interface
com.hp.lft.sdk.sap.gui.GuiSession
Packages that use GuiSession
-
Uses of GuiSession in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return GuiSessionModifier and TypeMethodDescriptionstatic GuiSession
GuiSessionFactory.attach
(GuiSessionDescription description) Returns a newGuiSession
instance. The instance is attached to a session that was not opened by OpenText Functional Testing for Developers, for example, a session that was opened manually or by the AUT.static GuiSession[]
GuiSessionFactory.getAllOpenSessions
(GuiSessionDescription description) Returns the open sessions that match the description.static GuiSession
GuiSessionFactory.launch
(SessionLaunchInfo launchInfo) Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.static GuiSession
GuiSessionFactory.launch
(SessionLaunchInfo launchInfo, DesktopEnvironment env) Launches the SAP GUI session and logs on to the server using the user credentials and details specified in the launchInfo parameter.static GuiSession
Launches the SAP GUI session on the specified server.static GuiSession
Launches the SAP GUI session and logs on to the specified server with the specified user credentials and the default EN language.static GuiSession
GuiSessionFactory.launch
(String serverDescription, String client, String username, String password, String language) Launches the SAP GUI session and logs on to the specified server with the specified user credentials.static GuiSession
GuiSessionFactory.launch
(InetAddress serverIP) Opens a connection to the specified SAP server according to its IP address.static GuiSession
GuiSessionFactory.launch
(InetAddress serverIP, int instanceNumber) Opens a connection to the specified SAP server according to its IP address.static GuiSession
GuiSessionFactory.launch
(InetAddress serverIP, String client, String username, String password) Launches the SAP GUI session and logs on to the specified server with the specified user credentials and the default EN language.static GuiSession
GuiSessionFactory.launch
(InetAddress serverIP, String client, String username, String password, int instanceNumber) Launches the SAP GUI session and logs on to the specified server with the specified user credentials and the default EN language.static GuiSession
GuiSessionFactory.launch
(InetAddress serverIP, String client, String username, String password, int instanceNumber, String language) Launches the SAP GUI session and logs on to the specified server with the specified user credentials.