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

  1. Yann

    Bugs in ZennoPoster 7 beta

    Until version 7 *really* is stable, can you continue to add the new functionnalities to version 5 ? Like the touch function ? Well if the chrome engine is also more stable that is. I feel like I am stuck with version 5 and firefox and I am missing out on the new stuff because of all the bugs... :(
  2. Yann

    instance.SetWindowSize does not work with chrome

    @VladZen any news on this ?
  3. Yann

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

    @VladZen did you have time to try the example I gave you to confirm the issue ?
  4. 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
  5. Yann

    Connect sFTP

    Are you talking about sFTP which is FTP tunneled through SSH of FTPs which is FTP using SSL ? I think you mean FTPs Did you try already with zenno or are you just wondering ? There is also the option of using c# https://help.zennolab.com/en/v5/zennoposter/5.10.7.0/topic488.html#
  6. Yann

    Best way to take one line at a time from excel file

    Or option 3 and add line back if project fails using "BadEnd"
  7. Yann

    A few questions about the Zenno Droid software

    It's in your user area: https://userarea.zennolab.com/lk/userarea/Bots.aspx In the "sales" tab you have all the parameters for what you need
  8. Yann

    Zennodroid, when next?

    @alkido unfortunately it does not work properly, we are all waiting for the new version...that got postponed :(
  9. Yann

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

    Here is a simple example of the issue on the zennolab website. With the firefox engine, the script does not find the word "google" and with the chrome engine the script finds it (from the google analytics tag). This difference of behavior creates lots of issues with previous scripts
  10. Yann

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

    @VladZen In my first message I gave the example of google.com
  11. Yann

    versioning of template

    What about connecting zenno to a private git repo ?
  12. 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"...
  13. Yann

    Bugs in version 5.42.0.0

    Hello @VladZen, I just tried the new version of zenno 5.42.0.0 and the GPU still don't always match the phone model, for instance Redmi 6A is reported with Vivante GC7000UL instead of powervr ge8300
  14. Yann

    How can I save all the content of a webpage just like "Save Page as" in a browser?

    thank you, lukily I have to save the same url many times (with different info inside), so for now I manually saved the differents files and edited the path inside the html before saving as a file
  15. Yann

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

    I was suggesting to manually start new thread, otherwise looking at the pauses, why don't you add a little bit of padding in between, like: 0-3 minutes 4-6 minutes 7-9 minutes 10-12 minutes Finally, I think that even without knowing c# you should be able to do something using a centralized...
  16. Yann

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

    ok then, since you said that you have to do all the job manually, why don't you manually add 1 try in zennoposter at the right time ? Like in the middle of a job so it is ready by the time you complete it...
  17. Yann

    How can I save all the content of a webpage just like "Save Page as" in a browser?

    I know it's old but did you manage to find a way to do it without manually getting every element ? thanks
  18. Yann

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

    Here is a simple algorithm with 2 threads, but you can do it with more... You can use a text file, run your script with a maximum of 2 threads, each time the thread checks the file and the number of running threads (number of "tries"), if the file is empty for today then it means it is the very...
  19. Yann

    Game android

    unfortunately we are all waiting for zennodroid...if you know how to code you could try appium
  20. Yann

    Game android

    @oqczar100190 you can use MEmu or other android simulators
  21. Yann

    Zennodroid, when next?

    @VladZen In December of last year, you said that it was in testing stage, any chance of releasing a beta so we could all test it and accelerate the whole process ? A lot of us really need this in 2020, mobile is so important Thanks
  22. Yann

    instance.SetWindowSize does not work with chrome

  23. Yann

    instance.HideFont not working with Chrome

    Thank you for your help, I will try it Here is your answer if anybody else needs it: https://zennolab.com/discussion/threads/fonts-not-changing-after-loading-profile.72458/post-517591
  24. Yann

    instance.SetWindowSize does not work with chrome

    I activate the option to show the window and I can see that it is not set to the right dimensions, sometimes it is in landscape mode when the dimensions show that the height is actually larger than the width
  25. Yann

    Bugs in version 5.41.0.0

    Is it related to the compilation done at first ?
  26. Yann

    instance.SetWindowSize does not work with chrome

    it seems to work, so it might be related to one of the settings or a combination
  27. Yann

    instance.SetWindowSize does not work with chrome

    I did not set those values, I input those arguments: --enable-viewport --enable-touchview --touch-events --show-taps --pull-to-refresh set dedicated process and OS (Android and iOs) and platform: phone that's it please see the dimensions displayed during the executions I tried: I believe...
  28. Yann

    instance.SetWindowSize does not work with chrome

    Thank you for your answer, could please let me know which values are not correct ?
  29. Yann

    instance.SetWindowSize does not work with chrome

    Please try this modified version, I just tried it and 2 out of 10 times at least it was not the right dimensions
  30. Yann

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

    Yes that is the issue, it does not behave like firefox. We need to only search for visible text, otherwise any simple regex will do...
  31. Yann

    Nifty Tool for Analyzing Fingerprinting on Website

    Thank you @Swiss Montreux, here are 2 old russian posts that are still very interesting and worth reading (google translate...) about fingerprinting if you are interested: https://zennolab.com/discussion/threads/anonimnost-v-kazhdyj-zennoposter-ot-useragenta-do-shriftov-chast-1.37703/...
  32. Yann

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

    Did anyone else noticed bugs with chrome and text detection ?
  33. 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
  34. Yann

    Fonts not changing after loading profile

    Thank you morpheus93 for testing and confirming this bug. Actually the code posted here is yours but very similar to mine. I am going to report this in the bug section. I am disappointed with this version of zenno with chrome. I just paid the update to be able to have chrome and so far I found...
  35. 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...
  36. Yann

    Bugs in version 5.41.0.0

    @VladZen Thanks ! Here is a list of devices resolutions that could be useful in case: https://yesviz.com/viewport.php
  37. 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...
  38. Yann

    Bugs in version 5.41.0.0

    Thank you for your reply, but we should have the option to choose then because there are parts of the world where nobody uses yandex and it stands out right away...
  39. Yann

    Fonts not changing after loading profile

    I have a similar code that works well for Firefox but doesn't work with Chrome. Is it working for you in Chrome ?
  40. Yann

    English forum is full of russian text

    Thank you! I didn't see the language option at the bottom, I must have clicked on it by mistake
  41. Yann

    regex designer negative lookahead

    Thank you @lokiys for your suggestion. I Know how to I use regex personnaly (I did mention "negative lookahead" in the title ;-)) But I thought that it could be a nice addition for people that do not know well how to use regex. Afterall the point of zenno is also to be easy to use for non...
  42. 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
  43. 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 !
  44. Yann

    Bugs in version 5.41.0.0

    I also found this one: Mozilla/5.0 (Linux; Android 8.0.0; SM-A720F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 YaApp_Android/10.10 YaSearchBrowser/10.10 The Yandex search app is not used much in Western Europe or US where I use the script
  45. Yann

    Bugs in version 5.41.0.0

    Just tried https://browserleaks.com
  46. Yann

    Bugs in version 5.41.0.0

    I am pretty sure, anyways I created a simple c# script to check like so: var userAgent = project.Profile.UserAgent.ToString(); string[] keywords = { "YaBrowser", "Windows", "Vivaldi", "Firefox", "Macintosh" }; foreach (string x in keywords) { if (userAgent.IndexOf(x...
  47. 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...
  48. Yann

    Simulate random user behaviour on webpage

    any news on this ? @LightWood would you consider sharing in the mean time ? Thanks
  49. Yann

    windows size to screen resolution

    yes sorry I am simulating a mobile device and they are the same in my case, but you're right, better use the available height and width A.thanks
  50. 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.