@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
[HELP] Issue with Dynamic CSS Selectors
-
Hello everyone,
I'm currently working on a project, and I've encountered an issue with dynamic CSS selectors. Specifically, I'm trying to loop through elements using the following CSS selector: >CSS> #\5F AdQVAWidget_502705 >SHADOW>>CSS>img.
The problem I'm facing is that the part of the selector 502705 is dynamic and changes every time I reload the website. This makes it difficult to consistently identify the elements.
Here is the screenshot of the loop element, and the Site URL of the website is this.


I've tried using partial matching and XPath to handle the dynamic nature of the selector, but I haven't had any success so far. Here are the approaches I've attempted:
Partial Matching: I used selectors like #AdQVAWidget_*, but it didn't seem to resolve the issue.
XPath: I utilized functions like contains() and starts-with() in XPath to target the elements, but the problem persists.
I'd appreciate any suggestions or solutions to handle this dynamic CSS issue effectively in BAS.
Thank you in advance for your help!