Недавний контент Hayk Kocharyan

  1. H

    ZennoBrowser WorkspaceId

    Hi can you please me i get this error when try toopen ZennoBrowser Thanks Выполнение действия Запустить инстанс ZennoBrowser Ошибка запуска профиля ZennoBrowser (DC07A409-F924-455F-8E20-0A610CF34A49): cannot be null. (Parameter 'WorkspaceId')
  2. H

    Zennodroid Camera

    Здравствуйте! Есть ли кто-то, кто может помочь? Я хочу, чтобы при открытии камеры в Zennodroid показывалось моё собственное (заданное) видео. Спасибо!
  3. H

    Zennoposter Akamai

    Спасибо за ответ, но можете помочь, что конкретно надо мне сделать, так как я почти всё в ZennoPoster пробовал
  4. H

    Zennoposter Akamai

    Здравствуйте! Может, кто-то знает, как пройти антибот-сервис Akamai?
  5. H

    Thread isolation

    I created a project with the following logic: it starts by making a GET request, parses the data, clears cookies, sets parsed JSON data into variables, then opens the browser and uses those variables. I run the project with -1 and up to 20 threads. However, sometimes I get a problem where two...
  6. H

    Thread isolation problem

    Hi, thank you for your response. I’m making a GET request to read data from RabbitMQ, and the data I receive is not repeated. Eventually, I also read the same data from the browser and send it with a POST request. I compare the browser data with the ID I first received from the GET request...
  7. H

    Thread isolation problem

    I’m experiencing a concurrency issue with my Zennoposter project. I’m currently testing the login process in parallel with 20 threads. I have a RabbitMQ database where I store IDs, usernames, and passwords. Each Zennoposter thread is supposed to check the database for a record, use those...