@to-nice Так может проблема не в конфигурациях, а в расходных материалах, например прокси? Если вы пытаетесь поменять отпечаток audio на сайте creepjs, а потом пробуете эти настройки на целевом сайте, то это очень похоже на игру в рулетку, в которую вы играете на большом расстоянии и надеетесь, что вам сообщат о выигрыше.
Если вам нужно понять какими методами сайт-чекер собирает данные и подменять их - вы анализируете сайт-чекер и его код, если задача пройти антифрод целевого сайта - анализируйте код целевого сайта.
Detect an order and start a bot
-
Hi
I have a virtual online store and I need help with a little problem. Is it possible here to detect an order and when BrowserAutmationStudio detect an order they start a new bot i already have.
For exampal: If someone order 1000 website views, BrowserAutomationStudio detect 1000 website views and start the bot i already have.
And BrowserAutomationStudio always is detecting the order history. I am using wordpress woocommerce and I hope someone got an answer for this issue.
Sabjorn
-
I am just wondering if its possible to make a bot with BAS that can copy the text from the order history every time I get a new order on my online store and past it on a bot I already have. Like is it possible to copy/paste text and detect every time i get a new order on my store... Hope you understand! Thank you
-
if its possible to make a bot with BAS that can copy the text from the order history
How do you do that without BAS?
If you access order history by visiting web page and copy text from there, then you need to use "Get element text" action.
If you access order history by executing database query, than you need to use "Run Process" action. Here is exemple: https://community.bablosoft.com/uploads/files/1484668594362-mysql.xmlLike is it possible to copy/paste text and detect every time i get a new order on my store...
To do that periodically, put that action in a loop.
http://wiki.bablosoft.com/doku.php?id=is_it_possible_to_use_loops