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

  1. Yann

    windows size to screen resolution

    It would be great if the window size was automatically adapted to the screen resolution generated with the profile. For now I always add: instance.SetWindowSize(project.Profile.ScreenSizeWidth, project.Profile.ScreenSizeHeight);
  2. Yann

    New Profile generation

    Actually I do not have anything wrong in the script, it is related to this issue: https://zennolab.com/discussion/threads/bugs-in-version-5-41-0-0.75382/post-515741 Before doing anything I check the user agent to be sure it is correct according to the profile settings and I was thinking of...
  3. Yann

    Out of the box "Font spoofing"

    A must have ! The font list needs to match the platform generated. Here are some ressources: https://developer.apple.com/fonts/system-fonts/ https://iosfontlist.com/#availability=10.0&preinstalled https://github.com/lionhylra/iOS-UIFont-Names http://jordanm.co.uk/tinytype/...
  4. Yann

    New features? im using zenno for something totally different

    If you really can't code you could maybe use a shared google spreadsheet or something similar... Or maybe use some free version of online saas, like https://podio.com/
  5. Yann

    New Profile generation

    It would be great to be able to generate a new profile when we restart the instance (or at least have a check box for this option).
  6. Yann

    Bugs in version 5.41.0.0

    Just realized that the renderer WebGL is also wrong sometimes, for Mozilla/5.0 (Linux; Android 9; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Mobile Safari/537.36 , which is a Huawei p20 lite, https://amiunique.org/ reported a Mali-400 MP instead of Mali-T830 MP2,
  7. Yann

    Bugs in version 5.41.0.0

    I set up the profile generator to only have iOS and Android with Chrome or Safari: and while doing some tests, I noticed these user agents: Mozilla / 5.0 (Linux; arm; Android 9; JAT-LX1) AppleWebKit / 537.36 (KHTML, like Gecko) Chrome / 79.0.3945.117 YaBrowser / 20.2.2.128.00 Mobile Safari...
  8. Yann

    Nifty Tool for Analyzing Fingerprinting on Website

    @morpheus93 Yep that's a bit annoying, don't really want to have to use/pay for all that, I wish zenno would have this feature included !
  9. Yann

    Nifty Tool for Analyzing Fingerprinting on Website

    I also found a free chrome extension: https://chrome.google.com/webstore/detail/dont-fingerprint-me/nhbedikkbkakbjipijipejfojanppbfg Another interesting tool to check your browser fingerprints: https://www.deviceinfo.me/
  10. Yann

    Best method(s) to minimize/compact traffic consumption of project

    Maybe there is a c# code to activate the lite mode ?
  11. Yann

    Best method(s) to minimize/compact traffic consumption of project

    Also, is it possible to use chrome's lite mode otherwise? https://support.google.com/chrome/answer/2392284?co=GENIE.Platform%3DAndroid&hl=en
  12. Yann

    Fonts not changing after loading profile

    Also interested
  13. Yann

    Best method(s) to minimize/compact traffic consumption of project

    Maybe one way would be to pretend that you already have the content, like it is browser cached. Then it could prevent you from actually downloading css, images, fonts...You could check the elements sizes of the web pages you are accessing and not downloading the biggest ones. Otherwise if you...
  14. Yann

    Nifty Tool for Analyzing Fingerprinting on Website

    Hello @morpheus93, could you share this tool ? I am also working on a script where the browser fingerprinting is very difficult to work around and it would be really helpful to have more ideas about which techniques are being used. I am currently trying to do font spoofing, I noticed here that...
  15. Yann

    Multilogin CookieRobot Similar Function For Zenno Poster?

    Cookies are a small part of the story, there're lots of things used for browser fingerprinting...I am currently working on a project that requires to emulate all the elements listed here: https://amiunique.org/fp Any idea how to simulate battery level, permissions for compass and gyroscope, 4g...
  16. Yann

    GPS location data

    All good, I did not see the option at first
  17. Yann

    Zennodroid, when next?

    Really interested too, I bought zennodroid and I was never able to use it, there was always issues with the emulator...
  18. Yann

    GPS location data

    Hello, I have a project that requires playing with gps longitude / latitude like it is possible in chrome with sensors options. Is there a way of doing so in zennoposter ? Thank you
  19. Yann

    Discussion - new version 5.17.1.0

    installation window displays russian text for english language
  20. Yann

    Bugs in version 5.16.2.0

    I got it to work after moving down the cubes that were at the top to have the space to insert the new cubes and now the scrolling bar is resizing properly and I can add more cubes higher than the drawing area...weird
  21. Yann

    Bugs in version 5.16.2.0

    I noticed that when moving cubes in PM higher than the top of the drawing area, the scrolling bar does not resize anymore. This used to work well before. It still works for the sides and the bottom but not the top.
  22. Yann

    How to make dynamic threads (based on date/time)

    Yes the pause at the start of the script helps to make it look more random and not always the same. You could do what you are looking for with c# but if you're not a programmer, a simple work around could be to prepare a text file with a list and you can use whatever logic you want. For instance...
  23. Yann

    Can't run VM

    My server has 32Go, thanks for helping though
  24. Yann

    Can't run VM

    What about Nox emulator ? It seems to be a lot more stable than BS. Any chance you could integrate it ?
  25. Yann

    Can't run VM

    Hi VladZen, after spending months trying lots of different ways to make ZennoDroid work, I confirm that there is a problem somewhere. If I only install Bluestack it works well, but when I try to make it work with ZennoDroid, I always get this error. I have still not been able to actually use ZD...
  26. Yann

    Update to latest version of BlueStacks

    Any news ? Still can't use Zennodroid :(
  27. Yann

    can we call a c# function from BotUi button ?

    Can I call a method from OwnCodeUsings when clicking a button in BotUi with OnClick option? I did not find anything about it here:http://zennolab.com/wiki/en:bot_ui Would you have a small example ? Thanks !
  28. Yann

    Switch ZP between foreground app to background process and vice versa

    I have issues with ZP stability, every week if not every day it crashes or it is just closed and I have to restart it. Sometimes it is a bug from ZP and maybe sometimes it is a bug from Windows. But the result is the same for me, the scripts are not running and my clients are upset ! I tried 2...
  29. Yann

    A way to automatically retry last failed action?

    what about running most of the script in project in project, use a bad end to catch the error and when it comes back to the main project you use the error to call again the sub project with the error id as an argument and continue from the action id ?
  30. Yann

    ZP instance hangs irregurlarly

    just installed 5.16.0.1 and trying now...
  31. Yann

    A way to automatically retry last failed action?

    You could try to take that into account in your template, for instance I have a script that scrap information from a website that regularly throws error 500 or timeout, so I check everytime if the page displays properly before going to the next step. An example is to look for a word on the page...
  32. Yann

    ZP instance hangs irregurlarly

    I noticed that too with my projects
  33. Yann

    Bugs in version 5.15.0.0

    Hi, Zennoposter keeps crashing when using firefox 45, here are some logs from windows server: Faulting application name: base_ff45.exe, version: 5.15.0.0, time stamp: 0x5a68777b Faulting module name: nss3.dll, version: 45.6.1.6585, time stamp: 0x5a577107 Exception code: 0xc0000005 Fault...
  34. Yann

    Bugs in new version 5.14.0.0

    and finally I also have quite a bit of "Run WebBrowserData Error accessing Instance.ActiveTab"
  35. Yann

    Bugs in new version 5.14.0.0

    I also have errors like these: 2018-02-05 19:50:15.0346|Failed to start thread of base (in excess of a timeout)|System.TimeoutException: This request operation sent to net.pipe://localhost/BaseService/530050473/BaseEndPoint/530050473 did not receive a reply within the configured timeout...
  36. Yann

    Bugs in new version 5.14.0.0

    Not sure if it is related to this version of zennoposter but I have hundreds of "Failed to test connection to the process" and "Redundan base.exe found. Pid 7468 Killing...|" and every now and then zennoposter is closed when I log back to the server, wasting precious time doing nothing...
  37. Yann

    Own C#

    +1
  38. Yann

    Feedbacks from Zenno Team on our ideas of Enhancements

    Well, I guess I better start learning russian then... :bh:
  39. Yann

    Feedbacks from Zenno Team on our ideas of Enhancements

    Hi everybody, I think it would be great to have some kind of process to either validate or refuse an idea we submit. Most of us are happy users, sometimes a bit frustrated but we like this software and every now and then we have an idea of how it could be improved or how we could save time or...
  40. Yann

    Wait for elements to load

    check this: instance.ActiveTab.IsBusy
  41. Yann

    Execute one thread in many instances

    Hi, I am also needing this feature. I see that your post is almost 3 years old, is it possible now ? Thanks for your help :)
  42. Yann

    Adding a "Clean interrupt" to Zenno

    The moment I wrote this I knew it would get back to me ! Even without loops, you never had to interrupt a script (maybe because the browser's instance froze...) and you lost the data ? If it would get caught by the "bad end" option it would be great. Thanks anyways
  43. Yann

    Rename table processing "Add list"

    http://zennolab.com/wiki/en:table doesn't talk about it I found the info here http://zennolab.com/discussion/threads/zennoposter-5-new-build-5-9-9-0-12-may-2016.27478/ "[+] New operation "Add list" has been added to Table processing action allowing to insert lines from list to selected column...
  44. Yann

    Rename table processing "Add list"

  45. Yann

    access global variables in switch case

    you are right, that would work, thanks !
  46. Yann

    Add Interrupt in ProjectMaker

    Hi lokiys, I didn't realize that interrupt was waiting for the action to finish, thanks for the clarification.
  47. Yann

    Add Interrupt in ProjectMaker

    When working on a new script and testing, sometimes we realize there is a problem but some actions can take a few minutes and even if we click on "stop" we have to wait for the current action to finish. It would be great to have an "Interrupt" button in ProjectMaker like we have in ZennoPoster...
  48. Yann

    first line - headers for own format table and list

    Am I the only one with lists containing headers ? I think it is too bad that we don't have the option for list to handle header like it is done for tables...