@simplyx said in BrowserAutomationStudio 25.4.0 has been released:
I'm using the Fontpack, but in my fingerprint.json it says "font_data":false". Am I doing something wrong?
- Download Fontpack on Win10 Laptop, put folder on desktop. Run install.bat
- Run Bablosoft, Get fingerprint. Settings - Service Key: Yes - Perfect Canvas: Yes with Request Code - Precomputed fingerprints: true - Minimum added date: 10 days - Minimum version/width/height = *
- Apply fingerprint - All settings: true
- Open fingerprint.json from profile folder. It says ""font_data":false".
Do I need to specify the FontPack installation path? How can I verify FontPack installation with "native("fontpack","getfontpackpath","")? Bablosoft -> Execute code and it should show FontPack file path in log/console?
Thanks
In the file "fingerprints.json" the new parameter "font_data" will be "true" if there is font data in the fingerprint. Create a "Log" action with the type "expression" and put the code
native("fontpack","getfontpackpath","")
After performing the action, the log will contain the directory of the installed Fontpack or an empty string if Fontpack is not installed
