Identification\Browser Element
Important Information
- If the name attribute is set to *, the min_version attribute is ignored.
- Top-level Conditions elements should be contained in a Browser element.
If the same conditions are relevant for all supported browsers, define them within a single Browser element with the type attribute set to *.
Note: For backward compatibility, UFT also applies conditions to all browsers if the Conditions element is contained directly within the Identification element.
Name | Type | Use | Default | Description |
---|---|---|---|---|
min_version | string | optional | The minimum browser version. The Conditions elements within this Browser element are used when working with browsers of the specified type, whose version is the same or later.
You can define different elements for different versions of the same browser. If more than one element matches the current browser, then the matching element with the latest version is used. For example, if you define an internet explorer Browser element with min_version="5" and another with min_version="7", the former is used when running on Internet Explorer 6 and the latter is used when running on Internet Explorer 8. | |
name | string | required | The type of browser. Possible values:
|
|