AutoLogin Property
Description
Indicates whether to automatically log in to the Oracle E-Business suite Application.
Property type
Read-write property
Syntax
Visual Basic
Public Property AutoLogin As Boolean
Return Type
  • True. Log in automatically to the Oracle E-Business Suite application session.
  • False. Open the specified Oracle E-Business Suite application session, but do not log on to the Oracle E-Business Suite application.  If OracleLauncher.Active is set to True, but AutoLogin is set to False, it is recommended to include the steps for logging onto the Oracle E-Business Suite application as part of your test.
  • Remarks
    If enabled, the values of the User and Password properties are used to automatically log on to the Oracle E-Business Suite application when a record or run session begins.
    Example
    See Also