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

  1. S

    ZennoBrowser current status ?

    Hello, i was looking for some ressources about the new browser to better understand what it brings but did not find into the documentation for instance - What it's status (the one shipped into 7.8.5.0 is still in beta) ? - Can we replace our Firefox or Chromium instances with the new ZBrowser...
  2. S

    Parse a float vs assign a float to variable : inconsistant storage

    I've made several tests i've to parse the DOM, to retrieve some data that have decimals * if you Assign the value of 330.2 to a variable name with an action = the result is 330.2 * if you Parse the image width of 330.2 (px) and put to a variable = the result is 331 same result if we make use...
  3. S

    Nested projects vs excecution error in child project : how to stay on child and not loose the process flow

    Hello, I've build a project using the nested projects way (ProjectInProject) My concern : each time, an error occurs into a child project, the path is lost, i've to manually run the successive broken actions, and help project make to go back to the source project that launches the current one -...
  4. S

    Chromium (beta) vs CEF : benefits ?

    Hello, Apparently, the chromium browser is still under the beta flag. I've read in the russian forums some critics about it, but it's hard to find the real status / get the real picture of it. - What are the benefits of using Chromium in term of anonymity ? - How is memory managed, especially...
  5. S

    JsonConvert > cannot execute valid C# code

    Hello, i've played with C# to generate a serialized json array, with the Newtonsoft library, that is shipped into ZP as well. - I do use the Custom Code C# block (not the Cube yet) - My code does not have any error outside ZP, the log console still indicated have some syntax issues. - All my...
  6. S

    Change Nationality / Location through actions

    Hi, I'm looking for how to change the Nationality / Location for profile generation (between the 6 nationalities), i mean through Project Maker actions. I've a project that makes a check at the begining where the data will be retrieved from (North America vs Europe). So i need to change...
  7. S

    Project in Project : back and forth conditions

    Hello, i sliced my project into 2 projects : 1 main parent, 1 child I noticed that sometimes when the child project ends, it goes back to the main. Sometimes not. > How does it work exactly ? In my child project, i've to restart the browser tab to deal with the Cycle issue (memory leak). Seems...
  8. S

    Scheduled Loop > no permanent variables > restart

    Hello, The projects is of course created in Project Maker, and contains several nested loops. I will schedule my project within zennoposter itself, it will take some days to finish its work. My question is : - since variables are reset each time we close our computer - i cannot resume my...