com.hp.lft.sdk

Interface SupportsNativeObject

    • Method Summary

      Modifier and TypeMethod and Description
      NativeObjectgetNativeObject()
      Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.
    • Method Detail

      • getNativeObject

                                                    NativeObject getNativeObject()
                              throws GeneralLeanFtException
        Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.
        Returns:
        the native application object that is represented by this test object instance.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.