AddApplicationInIE32 Method
Description
Adds an application to the collection, to be opened with Internet Explorer.
Syntax
Visual Basic
Public Sub AddApplicationInIE32( _
   ByVal ApplicationPath As String, _
   Optional ByVal ApplicationParameters As String = "" _
) 
Parameters
ApplicationPath
ApplicationParameters
Remarks
  • The application is added as the last item in the FlexApplications collection.
  • Flex applications opened without the Runtime Loader must be manually prepared for UFT One testing or opened using the Adobe Flash Player Debugger. For details, see the Flex section of the UFT One Help Center.
Example
See Also