Результаты поиска

  1. R

    Intermittent Error accessing Instance.ActivateExtension

    I'm using templates with profile folders and one Chrome extension. Everything works fine in ProjectMaker. However, some days I will get the following error on every project while running in Zennoposter: If I stop all of the scheduled projects and then restart them, everything works fine for...
  2. R

    Continue working when the canvas was not emulated. Why not recommended?

    Why is it not recommended to keep running if canvas cannot be emulated? Also, if the bot goes from one website to another, is emulation attempted at each website?
  3. R

    Does Google search (USA) use Canvas/WebGL?

    Does Google search (USA) use Canvas/WebGL? For example, is it used when you search for something?
  4. R

    Automatic retry on "failed to complete project"?

    Is it possible to have ZP automatically retry when a"failed to complete project" error occurs?
  5. R

    Canvas super emulation for Android/IOS?

    If our project uses Android/iOS as the OS and phone as the platform in the browser settings, should we use canvas super emulation? Or is super emulation only for desktop browsers?
  6. R

    Parsing error: "No elements matching specified parameters "

    Hi, I'm getting this message when parsing a page: 2019-09-17 01:46:34.0241|WARN|ZennoLab.LogLibrary.InternalError||Error occurred in module "Parsing the page action id: b9b92718-8cb3-4597-9168-8752f30b7b50 action group id: 2ff8c93e-e405-468e-8b9f-e9c0294b31c6" Message: "No elements matching...
  7. R

    Using regex with javascript

    Hi, I'm trying to use regex on the code below to extract ABC COMPANY: <a href="javascript:Pop650x600('INSDetail.aspx?Action=INSDETWC&Code=')">ABC COMPANY</a> This is the regex I tried using with Take DOM and Take Source but it's not finding ABC COMPANY. (?<=<a\...