@lowkeypal Попробуйте получить отпечаток из Custom server с запросом Perfect Canvas из 2-3х заданий, которые Вы точно видите, что они присутствуют в отпечатке на custom server. Или скачайте отпечаток и проверьте соответствует ли количество perfect canvas количеству заданий, которые вы собрали в Canvas inspector в запрос perfect canvas.
Select version of plugin "playwright-with-fingerprints"
-
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.zipBut 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
EngineVersiontag 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 actionIt 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.