Starting at 12.52 UFT enforces Web Accesibility or HTML Role attribute to recognized web objects. This feature is on by default and can cause issues on some web objects. Recomend to disable the Web Accesibility support feature. This can be done by Micro Focus Document [KM02217882](https://softwaresupport.hpe.com/group/softwaresupport/search-result/-/facetsearch/document/KM02217882). This can be done by two methods.
### Via Registry
1.Access Windows Registry Editor.
2.Navigate to ''Mercury Interactive'' path:
HKEY_CURRENT_USERSoftwareMercury Interactive
**Note:** There is an equivalent version at HKEY_LOCAL_MACHINE
(32bits) HKEY_LOCAL_MACHINESOFTWAREMercury Interactive
(64bits) HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMercury Interactive
3.Continue navigating subsequently to respective HPE product's ''Settings'' subregistry for ''WebPackage'' registry:
*Unified Functional Testing (UFT)
...QuickTest ProfessionalMicTestPackagesWebPackageSettings
*Lean Functional Testing (LeanFT)
...LeanFTMicTestPackagesWebPackageSettings
4.Update (or create) Value below:
*Name: EnableWebRoleBasedKit
*Type: DWORD
*Data:
*ffff or 1 (enable)
*0 (disable)
### Within script
Run below statement (only for UFT Scripts, not LeanFT):
***(Enable)**
Setting.Packages.WebPackage.Settings(''EnableWebRoleBasedKit'')=1
***(Disable)**
Setting.Packages.WebPackage.Settings(''EnableWebRoleBasedKit'')=0