@fanspro said in BrowserAutomationStudio 26.9.0 has been released:
Hallo, Plase share Modul Logger
Modul Logger? And what does support have to do with it?
Added support for Widevine(again). VMP is not supported, so this change is more for browser authenticity improvement, not video/audio playback. Widevine support is enabled by default.
The feature was added by @Oyasumi-Punpun .
BAS now supports default extensions that are available in Chrome but not in Chromium. Support for extensions in mobile fingerprints is disabled.
The feature was added by @Oyasumi-Punpun .
If the fingerprint is from a device with a high pixel density, then after the update, BAS will render the image in high resolution, just like in a real device. This will pass tests like "CSS Hairline Feature".
The feature is enabled by default, you can disable it by changing the "Emulate device scale factor" parameter for the "Apply fingerprint" action.
Don't forget that the dependence of the number of pixels on devicePixelRatio is quadratic. So, if devicePixelRatio is 3, then the number of pixels will increase by a factor of 9 instead of 3. This can lead to performance issues.
Added a way to change this factor. By default, the values are chosen to match Chrome 111 x64. In future versions, we will work on emulating this factor more precisely.
If the current value will be blacklisted, use the following code:
_settings({"Fingerprints.StackSizeDiff": "100"})!
100 - the difference between the standard value of the maximum stack size in bytes, can be negative.
Chrome version updated to 111.0.5563.65.
Connection to the TURN server specified using the domain name occurs correctly. You need to have a proxy capable of working with UDP traffic and making DNS requests.
Improved speech engines emulation for fingerprints received from devices with non-English language.
Fixed memory leaks when using standard node.js modules (Fixed by @GhostZ).
BAS no longer supports Windows 7/8/8.1 and Windows Server 2012 and 2012 R2.
So are 3rd party extensions that are not on google store not available to install?