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);
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...
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/...
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/
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,
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...
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/
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...
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...
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...
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
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
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.
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...
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...
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 !
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...
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 ?
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...
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...
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...
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...
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...
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
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...
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...
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...