@Moderator проблемы устранены. Если возникнут другие технические неполадки, мы сообщим об этом в данной теме
FingerprintSwitcher automation plugins: selenium, puppeteer, playwright, etc.
-
You should know that what I created is only a proof of concept, and it is not yet a ready-to-use solution.
-
@sergerdn said in FingerprintSwitcher automation plugins: selenium, puppeteer, playwright, etc.:
You should know that what I created is only a proof of concept, and it is not yet a ready-to-use solution.
I think for learning and taking the first steps in that direction it's great :) Thank you!
-
@sergerdn This works perfectly and it can launch the browser but the issue is with closing the browser and ending the script. Closing can be managed with using browser.close() but the script does not stop which can be an issue. If the script can be modified such that if the browser is closed the script closes then this can be used to automate tasks easily.
-
@tatwa said in FingerprintSwitcher automation plugins: selenium, puppeteer, playwright, etc.:
@sergerdn This works perfectly and it can launch the browser but the issue is with closing the browser and ending the script. Closing can be managed with using browser.close() but the script does not stop which can be an issue. If the script can be modified such that if the browser is closed the script closes then this can be used to automate tasks easily.
You can send an OS signal to close the browser process.
-
@Oyasumi-Punpun @support Здравствуйте, каким образом можно используя мобильный отпечаток подменить параметры window.performance.memory. В мобильной версии они отличаются от десктоп версии. При использовании мобильных отпечатков BAS, значения соответствуют десктоп версии.

-
@m4zuper @support Здравствуйте, каким образом можно используя мобильный отпечаток подменить параметры window.performance.memory? В мобильной версии они отличаются от десктоп версии (похоже округляется значение). При использовании мобильных отпечатков BAS, значения соответствуют десктоп версии. Параметр jsHeapSizeLimit можно подменить в отпечатке, как быть с totalJSHeapSize и usedJSHeapSize?

Каким образом эта функция собирает из мобильного браузера неверные параметры

Отпечаток получал с параметрами

-
@FastSpace Благодарю, понимаю, но заказчиков много на мобильные... , другой вариант пока ищу, чтобы масштабировать можно было. С эмуляторами и телефонами нестабильно и масштаб не получается. И пришлось переводить на Десктоп, скрипты - исследую утечки с этими отпечатками.