@tkqc-net said in Full API Fingerprint:
Hi ad,
I want get fingerprints data by api.
Can you show full api parameters, ex: tags, key, min_width, returnpc...
Thank you!
No
I am testing the "playwright-with-fingerprints" plugin.
The plugin auto-downloaded the latest engine version, which seems to be 28.6.0 and placed it in the "data" subfolder in my project folder.
It is working normally but very slow. Too slow in my case.
I think it is the same issue that I and many others do have in BAS too.
The solution in BAS is to use a older version.
But how can I use an older version of the engine with the "playwright-with-fingerprints" plugin?
I have managed to download version 28.1.2 of the FastExecuteScript.x64.zip, which I guess is probably the right file.
http://downloads.bablosoft.com/distr/FastExecuteScript64/28.1.2/FastExecuteScript.x64.zip
But how do I now tell the plugin to use this older engine version?
You can fork the repository or edit this file directly in node_modules:
https://github.com/CheshireCaat/browser-with-fingerprints/blob/master/project.xml
Simply replace the value inside the EngineVersion tag with the version you require.
The version is updated every time the engine is updated, so you don't have to wait for new versions of the libraries to be released - you can do it as described above.
However, be careful and cautious, because problems may arise if the API of the BAS methods has somehow changed between versions.
I did like you told.
I am now getting this error in my Debug Console:
[ERROR] DESKTOP [MAIN-ERROR] Error running desktop bot: PluginError: ReferenceError: Can't find variable: set_proxy_prepare during execution of action
It does not continue
@Grassman try to update the project file using BAS auto-update actions tool, also, note again:
However, be careful and cautious, because problems may arise if the API of the BAS methods has somehow changed between versions.