@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?
Browser authenticity has been significantly improved in this version.
PerfectCanvas request generation.
The getImageData method allows you to get not only the entire canvas data, but also some part of it. For example, the color of the left-top pixel, or a part of the image with a size of 2 * 2 pixels starting from a given point. Before the update, for each such request, the client had to draw entire image again, now this happens only once for one image.
For example, if the site reads the entire image pixel by pixel, then before update the PerfectCanvas query would contain an element for each pixel, and after update it will contain only one element. In some cases, this can significantly reduce the size of the PerfectCanvas request, in others there is no benefit.
If the site uses the getImageData method, and does not receive the entire image, but only some part of it, then the PerfectCanvas request must be regenerated. While the new version is being tested, this can only be done using this module https://community.bablosoft.com/topic/11764/. Later, you can also get the correct request by using the CanvasInspector application.
Font substitution has been greatly improved.
List of fonts has been expanded. Fixed problems with replacing fonts for some obtaining methods. Font collector has also been improved.
Canvas, audio, webgl and webrtc are enabled by default.
After update the new version works according to following rule - by default, the browser works exactly like real Chrome. Canvas, audio, webgl now return real data with default settings, and webrtc returns real ip. Of course, all this can be changed, as before, by applying a fingerprint and a proxy. These changes were mainly made in order to make things easier for new users.
Added emulation of 2 new APIs.
Emulation of Android devices has been significantly improved.
Some methods and functions, which are present only on Android devices will be added to BAS when using mobile fingerprint. And vice versa, with a mobile fingerprint, some of the functionality that is not supported on Android will be removed.
BAS, mobile fingerprint

Real mobile device

Desktop

The feature set is now a new fingerprint factor, because supported feature list may differ from device to device. When a fingerprint is obtained, a list of features is also collected.
The browser has been updated to version 98.
Chrome has been updated to version 98.0.4758.82

Lots of small changes.
Many minor inconsistencies have been fixed when changing the fingerprint. This includes: client hints, speech synthesis systems, webgl and more.
Working with html select elements.
Previously, the selection of the desired element occurred by successively pressing the arrows, this can look suspicious for some sites, now combobox selection is done with native methods.