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

  1. B

    Unable to pass variables in notification popups

    my mistake....i had a spelling error in my variable
  2. B

    Unable to pass variables in notification popups

    Hello, I am trying to pass variables inside notifications, the text-only shows when I write some text but not through variables. Any idea why please? Thank you
  3. B

    Any progression on the Bot interface for clients?

    Yes that's the one, thanks :-(
  4. B

    Any progression on the Bot interface for clients?

    Sorry I meant: There is another zenno application that only works for the Android platform. Any idea if the Zenno branding shows up when you install the bot on an Android?
  5. B

    Any progression on the Bot interface for clients?

    Any idea how this works with the Zenno for Android? Do you still see the Zenno branding upon installation? Thanks
  6. B

    Any progression on the Bot interface for clients?

    :-)
  7. B

    Any progression on the Bot interface for clients?

    Based on this: https://zennolab.com/wiki/en:devlicense:api The return url is: https://userarea-us.zennolab.com/download/ZennoBox*.exe Meaning that the user will still be linked to Zenno. During the zenno installation you will also see the Zenno branding.
  8. B

    Any progression on the Bot interface for clients?

    Yes I looked into this but something I do not like, Zenno seems to be keeping your customer details and I read in the past that customers got emailed by Zenno. I would not like that. I would want to be able to sell something from my side and only communicate with Zenno for the Key, but keep all...
  9. B

    Any progression on the Bot interface for clients?

    Yes, in fact, the same things happens to me for software I build with Laravel and Vue.js. What I do in today's world is really make things super easy for customers because at the moment, people have too much information coming into their head and all their want is "simplification". Business...
  10. B

    Any progression on the Bot interface for clients?

    Yes you are right, just cosmetic changes. But, these changes I think will not be easy to implement as the app seems very static, nothing really happening in real-time in the back ground(UI wise). ie: When you click on a button, no ajax animations showing that something is being loaded. It seems...
  11. B

    How to accelerate the typing speed?

    Thanks, exactly what I needed.
  12. B

    Any progression on the Bot interface for clients?

    Superb! I will upgrade when this is done then as I cannot make money out of my bots as it is. I need to be matching what others develop UI wise, ie: Real-time notifications of what is happening, real-time logs so the user knows the bot is doing something requested and not something else...
  13. B

    Any progression on the Bot interface for clients?

    Hi admins, The reason I have kept my old zenno and do not upgrade is because I am waiting for a better bot front end interface as I find the current one a bit poor UI wise(if I had to resell bots to clients). Will you ever implement a better technology to help us create commercial bots that...
  14. B

    How to accelerate the typing speed?

    Hi all, Quick question please. I am currently only using Zenno to test my own forms. I would like to accelerate the testing by having my forms being filled faster(no human kind of typing speed). Is there a way to disable this typing or selection emulation and have the things done faster please...
  15. B

    How to insert a variable inside an xpath?

    I see, I forgot "project" ...dang...and I did a totally new working code....well next time I will try that, thanks again!
  16. B

    How to set a mobile view at the start of the project?

    I see, excellent trick, thank you so much. Is there a way to trigger a specific device like Ipad pro? So your target believes you have an iPad?
  17. B

    How to insert a variable inside an xpath?

    I have tried, the program won;t even start with the above
  18. B

    How to set a mobile view at the start of the project?

    Thanks I tried that but it failed. Using this method do not help with the screen size and also the detection of a specific mobile view ie: Ipad Pro view, Ios view and so on. I was hoping for a tool like the Chrome dev tool where you can set a view and work on that specific view.
  19. B

    How to change variable value with Javascript?

    Thanks to both!!! Yes you are right I forget about this... I do not use Zenno daily and keep forgetting some of the options...thanks again
  20. B

    How to insert a variable inside an xpath?

    So if I am correct, something like this should work: string xpath_exp = "/html/body/div[104]/div[1]/div[5]/ul/div[1]/li["+Variables["searchButton"].Value+"]/div[1]/div[6]/button"; string action_ev = "get|innertext"; string set_action = ""; return...
  21. B

    How to insert a variable inside an xpath?

    oh I see lol, I have spent hours and hours scratching my head on this one :-) Let me try your link and see if I can get it to work, very useful thanks!
  22. B

    How to insert a variable inside an xpath?

    Hello I would like to insert a variable in my path but cannot manage to get it to work: / html / body / div [104] / div [1] / div [5] / ul / div [1] / li [ 1 ] / div [1] / div [6] / button I would like to insert Convert.ToInt32 ({- Variable.searchFollowButton-}) where the 1 in red shows up. I...
  23. B

    How to set a mobile view at the start of the project?

    Hello A. I would like to set a mobile view at the start of the project but cannot find out how as this is not great: instance.SetWindowSize (411, 731); Is there a better way to tell the browser that this instance is from an android xl (example). Thank you.
  24. B

    How to change variable value with Javascript?

    Hello, I was expecting to be able to change a variable value in a js block with: {-Variable.reached-} = "no"; But it is not happening, any idea why please? Do I have to use C SHARP instead? Thank you.
  25. B

    Program constant - How to keep a constant on program restart

    Thanks, if I want the bot UI to be shipped with text files, how does it works please? As I will need to have many constants setups per bot threads. Where shall I add these text files so they are uploaded to the bot(for resell). Thank you.
  26. B

    Bot Interface - How to paste a url list from within the interface?

    Hello, I need to be able to paste a list of URLs in the bot interface so I then take this variable and pickup a random URL each time(or delete one). How can I do this in a way that the list reload all the URLs each time the bot starts(I need to have this constant and not have to repaste it on...
  27. B

    Program constant - How to keep a constant on program restart

    Hello, I need to have a constant that does not reset when the program restarts. It is my understanding that the only way to get this is to create a text file and read it each time the program starts, am I correct? Thanks
  28. B

    Is there a way for zenno to watch something in real time?

    thanks, nice one.
  29. B

    Is there a way for zenno to watch something in real time?

    I see so the 1 sec is the minimum time counter we can get, nothing smaller. I tried a lot of fast loops but my PC was going a bit crazy unfortunately
  30. B

    Is there a way for zenno to watch something in real time?

    Hi , I understand that Zenno works in steps, but is there a way to have a step that listened in real time for a change in a number? When this number changes to xxxx, then the block becomes true and moves forward. Thank you.
  31. B

    A few questions about the Zenno Droid software

    Thanks for the reply, but this panel only shows manual settings, If you have let's say 100 users, you would need some kind of API or things would become unmanageable. I cannot find any API settings in this page.
  32. B

    A few questions about the Zenno Droid software

    I do not think you are understanding my last question. I need to know if the bot we buy to resell(can't remember their name) to customers can be stopped from our admin panel or perhaps if there is an API in your back end that would allow me to stop a bot remotely when a payment is not received...
  33. B

    A few questions about the Zenno Droid software

    Hello, I have a few questions about the Zennodroid software before buying please. I would like to know if someone from the support could answer these questions please. Thank you 1)Can I move easily a Zenno project(from the normal Zenno) to Zennodroid? 2)Can Zennodroid click on Android...
  34. B

    Is it possible to send an email when the bot stops with an error?

    Brilliant! Thanks
  35. B

    Is it possible to send an email when the bot stops with an error?

    Hello, I can see that the notifications block has the possibility to be attached to another block and I would like to attach it to an email server, how to do this please? At the moment when my bot stops and I am away I do not know about it, I would like to receive an email on error. Thank you.
  36. B

    How to scroll slowly for a certain amount of time?

    Thanks, yes good idea. I understand don't worry :-).
  37. B

    Cannot run projects in 7.1.2.1

    Hi all, Is anyone having the same issue please? I have created a simple project which runs in the maker but not in the poster. In the poster it shows a yellow start when I click on "run" Any idea how to trouble shoot the issue when coming from the poster? Thank you.
  38. B

    Search by Picture problem when there is a popup

    Hello, I am using the latest Zenno 7 version. When search for a picture on a popup, I only see the black background behind the popup. Any idea why please, is this not working with popup? Thank you
  39. B

    How to scroll slowly for a certain amount of time?

    Hi, I would like to know the best way to scroll pages which have an infinite scroll. I would like to scroll for perhaps a random amount of time, is there a way to do this please? Thank you
  40. B

    Passing variables in Javascript block

    Hello, Is it fine to pass the Zenno variables this way in the javascript blocks please? var count = parseInt({-Variable.Variable4-}, 10); Thank you.
  41. B

    How to console when using javascript block please?

    Hello, When using a javascript block I would like to log in the log window my returned results(for testing). How to log anything to the log windows please? ie: var message; console.log('Hellow world'); Thank you.
  42. B

    ZennoBox subscription, what is it?

    Thanks, I thought about that and started to develop it but there is a big issue. Number 1: I am not sure you are legally able to ask for Social media username password account details without using them through an API owned by the social media company itself. Number 2: When your user sends his...
  43. B

    ZennoBox subscription, what is it?

    No, I am not just selling a bot, an entire marketing service with it. These guys are my own customers, I use the bot to link my services to certain things they use which makes the entire process a lot easier for them to use(I cannot detail here sorry). So if they find out where I buy my software...
  44. B

    ZennoBox subscription, what is it?

    I am targetting a totally different market. I work more on the social networking side of things. No need for me to make extra complex templates as I have customers who need simple tasks(but very needed ones). So in this case, my tasks can be easily copied by someone else (another Zenno person)...
  45. B

    ZennoBox subscription, what is it?

    Thank you for your reply. Yes I looked into the whole thing but even with the API, it still does not work. As you install the app, Zenno shows up. Depending on the case but for me, I am in a battle with a company that can easily pay a Zenno coder to replace me(they have the money), therefore if...
  46. B

    ZennoBox subscription, what is it?

    same for me, waiting for some news. They could still make a lot of money out of us if they allowed us to be more on the white label side of things...... Hope they will think about it.
  47. B

    5 same templates for zennobox?

    Aleksa77, I am wondering if you are translating this forum into a different language which perhaps makes certain words sound negative. I read what lokiys said to you and honestly, there is nothing bad nor offending in what he said.
  48. B

    5 same templates for zennobox?

    Based on what the other users(who are a lot more knowledgeable than me on Zenno), as a coder perspective, what you may need to look at is either buy a Zenno version with a lot of threads and have this hosted on a windows machine, pass your user details via mysql from a website and run it this...
  49. B

    Unable to access or create lists or tables in the Beta 7 5.39

    Hi all, I used to be able to access my tables and list from little icons at the bottom left of the screen. But in the Beta 7 version 5.39, I do not see them: Any idea why please? Thank you.
  50. B

    Finding element inside another problem

    I had a second thought about what I said....The problem you see is that when you own this type of tool you really really want to keep it secret. So tutorials might not be a great idea as you might start having too many people using the product and shoot yourself in the foot. I would prefer make...