Controls\ToolkitStateQuery Element
Important Information
- This function enables a Web Add-in Extensibility toolkit to indicate to UFT whether the toolkit it supports is fully loaded on the current Web page.
- If a function is specified in this element, UFT calls it in some cases during a recording session, and can use it to wait for the toolkit to load fully before calling the Web Add-in Extensibility function developed to register for events.
- For more information on this Get Toolkit State function, see the Web Add-in Extensibility JavaScript Function Reference.
Name | Type | Use | Default | Description |
---|---|---|---|---|
file_name | string | optional | The file system path to the file containing the function. If no path is specified, the default file name defined in the Control\Settings element is used. You can specify a path relative to the <UFT_One_installdir>\dat\Extensibility\Web\Toolkits\<Toolkit name> folder. | |
function | string | optional | The name of the implementation function. | |
type | string | optional | javascript | The type of implementation function. |
|