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

  1. Yann

    can't compile

    Hello, Just got this error on a new install of zennodroid on new windows 11 computer with no prior installation, no demo or anything else. Already tried to remove all .net components and zennodroid and reinstall everything but still there. 2024-03-01...
  2. Yann

    "Error installing proxy" when trying to run device

    Can't start Memu anymore, it says "Error installing proxy", any idea ?
  3. Yann

    icon for touch event

    I think it is a bit confusing to show an arrow for a touch event when executing a template, it should be the same hand icon used when building the template
  4. Yann

    new version 5.44.0.0 changelog ?

    update available but no info...
  5. Yann

    How to regenerate profile in c#

    I just noticed in v7 that there is the option to regenerate the profile. Is there a way in c# to do it ? thanks
  6. Yann

    Why Google spreasheets connections settings in zennoposter settings ?

    Just switching from version 5 to 7 of zenno and I am wondering why the google spreadsheets settings are in the zennoposter settings. If I am going to use the google spreasheets for a project, I will need the settings per project, never globally. Am I missing something ?
  7. Yann

    Suggest to update zennobox when script has been made with a more recent zenno project maker

    I noticed that clients do not get a suggestion to update zennobox when I updated a script with a more recent version of zenno project maker which can lead to errors and bugs.
  8. Yann

    Update user agents

    Is it possible to update the user agents, especially for iphones ? I know how to manually set the user agent but still it would be nice to have an updated list when using the automated profile generation. The most recent iOS version I've got is 12.1 and lot's of 12.0, 11.4.1 and 11.3 As of...
  9. Yann

    5.43.0.0 Change log ?

    It's been a few days that the zenno offers to update to 5.43.0.0 but the links to the forum or change log are not showing any info
  10. Yann

    Still wrong user agent generated sometimes

    Same bug as in previous version of zenno, this is a big issue For those interested here a c# code to check the user agent with forbidden strings (adjust according to your needs): var userAgent = project.Profile.UserAgent.ToString(); string[] keywords = { "YaBrowser", "Windows", "Vivaldi"...
  11. Yann

    instance.HideFont not working with Chrome

    Hidding fonts in c# with instance.HideFont works well with Firefox but not with Chrome. See details here: https://zennolab.com/discussion/threads/fonts-not-changing-after-loading-profile.72458/#post-517039
  12. Yann

    profile generator : choose device brands (mobile)

    It would be great to be able to choose the percentage of device brands (mobile) in the profile generator. For instance I know that the website targeted mostly has users with samsung or iphone and a little bit of htc / huawei and xiaomi. This would allow to blend in better by having better...
  13. Yann

    instance.SetWindowSize does not work with chrome

    the window size is wrong when using chrome and instance.SetWindowSize has not effect works well with firefox...
  14. Yann

    regex designer negative lookahead

    It would be nice to have extra fields in the designer to search for text that does NOT end with something
  15. Yann

    English forum is full of russian text

    Hello, Would it be possible to fully translate the english forum ? Lots of things are in russian (buttons...) I am constantly translating elements to know where to click... Thanks !
  16. Yann

    Search existence of text doesn't work properly with Chrome engine

    I am replacing firefox by chrome in some old templates and the search existence of text is not working properly. For example, I am checking the localization on google. When I first go on google with proxy Then I do a search with US proxy and it shows this: But when the template checks for...
  17. Yann

    versioning of template

    It would be great to have a versioning mechanism included in zenno so we can easily track the changes and roll back to a previous version of a template.
  18. 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);
  19. 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).
  20. 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
  21. 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 !
  22. 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...
  23. 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...
  24. 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...
  25. Yann

    Rename table processing "Add list"

    This function does not exactly "add", it is actually more a "replace with list" I think it is confusing to use "add", I just wasted time because of it. It would be great however to have a real "add list" to a table
  26. Yann

    Is Project Maker compatible with 4K screen ?

    Is it a Universal Windows Platform (UWP) application ? I want to make sure that there isn't the DPI Scaling issues. Thanks
  27. Yann

    Adding a "Clean interrupt" to Zenno

    Every now and then I need to "Interrupt" a script in zenno for many reasons but when I do, I sometimes lose a lot of information (variables values, states, complete line from table and list currently being processed). I think it would be very useful to be able to do a "clean interrupt" that we...
  28. Yann

    Improve graphics resolution and sharpness in Project Maker

    After spending over 2 years using zenno, I'm happy with the regular updates and new functions added but I realize that I spend a lot of time everyday in Project Maker building scripts and I'm killing my eyes with the bad graphics of the boxes and text that is not always sharp. Some text are fine...
  29. Yann

    keep logs after zennoposter restart

    Sometimes we need to restart zennoposter (updates...) but then we lose the detailed logs for each script. It would be useful to still have the logs after restart.
  30. Yann

    Update to latest version of BlueStacks

    I have lot's of problem running the BlueStacks version coming with zennodroid on windows server 2012 R2, there is always an error at startup and I can't make it work so I still haven't been able to play with zennodroid. The latest verison of BlueStacks however runs really well, any plans to...
  31. Yann

    access global variables in switch case

    It would be useful to be able to use the switch case with global variables. Also it would be nice to be able to check for an empty variable in the switch.
  32. Yann

    Can't run VM

    Just tried zennodroid for the first time and I can't start the VM :( I did follow the instructions and installed and run bluestacks before. Any dependencies we should know about ?
  33. Yann

    Icons

    Any chance you could have icons that don't look so much like the ones for zenno ? Maybe add the green android bot on them ?
  34. Yann

    Multiple Project maker

    Hi, I just bought zennodroid and the first thing I notice is that I can't have project maker for zenno and project maker for zennodroid run at the same time...that's too bad. Any chance that could be allowed ? Thanks
  35. Yann

    xpath on variable with text processing

    I think it would be great to be able to use xpath on a variable containing html code. Very often I have to extract part of a page for analysis but regex won't get me what I need and xpath would be very handy if it was available in text processing.
  36. Yann

    new table and list processing methods

    It would be useful to have new method of getting lines in tables and lists like: get line that starts with... get line that ends with... get line that contains... or as an addition to the options of "get line" : first, random, by number, all, starts with, ends with, contains... That would...
  37. Yann

    Create groups

    It would be great if we could create groups in projet maker and minimize them to simplify the look of scripts, especially large scripts.
  38. Yann

    first line - headers for own format table and list

    It's all in the title :)
  39. Yann

    Get Auth Credentials !

    Hi, For the second time none of my scripts were executed because of a popup window asking for Auth Credentials. This is a MAJOR issue, my client is very upset, he lost lot's of money because the scripts did not get executed when they were supposed to, and I am in trouble. This is a huge...
  40. Yann

    ZennoPoster: display next execution date in project list

    Hi everybody, I think it would be very useful to have a new column to display the next execution date/time for each project: What do you think ? Thanks
  41. Yann

    Trim issue with Unicode's non-breaking space

    Not sure if it's a bug but the trim function does not remove the character "\xa0" (i.e. 160), which is the standard Unicode translation for  . (Unicode's non-breaking space) I wasted a bit ot time because of this particular space character. Is it possible to make the trim function remove...