Uses of Interface
com.hp.lft.sdk.sap.gui.GuiSession
Packages that use GuiSession
- 
Uses of GuiSession in com.hp.lft.sdk.sap.guiMethods in com.hp.lft.sdk.sap.gui that return GuiSessionModifier and TypeMethodDescriptionstatic GuiSessionGuiSessionFactory.attach(GuiSessionDescription description) Returns a newGuiSessioninstance. 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 GuiSessionGuiSessionFactory.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 GuiSessionGuiSessionFactory.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 GuiSessionLaunches the SAP GUI session on the specified server.static GuiSessionLaunches the SAP GUI session and logs on to the specified server with the specified user credentials and the default EN language.static GuiSessionGuiSessionFactory.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 GuiSessionGuiSessionFactory.launch(InetAddress serverIP) Opens a connection to the specified SAP server according to its IP address.static GuiSessionGuiSessionFactory.launch(InetAddress serverIP, int instanceNumber) Opens a connection to the specified SAP server according to its IP address.static GuiSessionGuiSessionFactory.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 GuiSessionGuiSessionFactory.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 GuiSessionGuiSessionFactory.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.