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

  1. zenfreak

    Решено Подключение к Visual Studio

    + I highly support this
  2. zenfreak

    How to emulate zoom in and zoom out with zennodroid

    If I can send those keys through ZennoDroid sure, why not. But can it? ”I've tried adding [CODE = csharp] Emulator.SendKey (instance.ActiveTab.Handle, System.Windows.Forms.Keys.F2, KeyboardEvent.Down); [/ CODE] .... but doesn't work. The F2, F3 keys work outside ZennoDroid as Yann suggested...
  3. zenfreak

    Where can I see the Console.Writeln output?

    I am using Console.WriteLine(heCol.Count); and I see it's executed but where can I see the output?
  4. zenfreak

    The Quick scan debugger is unable to show the element values

    When I add C # and use the Quick scan option for things like he.OuterHtml I always get something like this: [CODE = csharp] Exception: "System.Exception: Unable to get the value. Perhaps the variable is not initialized at ZennoLab.ZennoDebugger.Debugger.quickWatch (Object forwatch) "in"...
  5. zenfreak

    How to emulate zoom in and zoom out with zennodroid

    How to emulate the 2 fingers closing or opening just as you zoom in and zoom out on your phone?
  6. zenfreak

    How to get all text

    I have the Facebook messenger chat open and I would like to be able to select all the text/conversation to a file. Basically, I'm looking for the "Examine the DOM source code and page text" button as in ProjectMaker for Zenno.
  7. zenfreak

    ForceBindIP with Zenno

    I am trying to use different network connections for projectmaker so I tried ForceBindIP and even if I can get it to work with chrome or firefox using something like this: "C:\Program Files (x86)\ForceBindIP\ForceBindIP64.exe" 192.168.0.100 "C:\Program Files\Mozilla Firefox\firefox.exe" but it...
  8. zenfreak

    News ZennoPoster 7 - grandiose update! (Beta testing)

    The dropbox folder for downloading the version 7 is empty. How can I download version 7?
  9. zenfreak

    Zennodroid, when next?

    Just a friendly reminder that we need an update for the zennodroid :)
  10. zenfreak

    News ZennoPoster Chrome Edition

    1. I need the backbrowser button because I want to be able to keep my feed position for websites that load big feed search results. Take IG as an example, if I just reload the previous url instead of pressing back I lose the feed position. It just feels more natural than using javascripts or...
  11. zenfreak

    News ZennoPoster Chrome Edition

    So how about the BrowserBack that does not work on FF either. Is it that hard to emulate?
  12. zenfreak

    News ZennoPoster Chrome Edition

    Is this one able to successfully simulate a simple browserBack action? I know the FF version isn't.
  13. zenfreak

    Perform the CSharp OwnCode Input string was not in a correct format.

    I don't really need you to debug this particular code as I find this issue in different occasions when building scripts and oftentimes I find the issue - what I need is how to find the exact line number where the errors occur.
  14. zenfreak

    How can I get the BoundingClientHeight Value?

    Not the first time I do that - it's common sense. Thanks for your appreciation! :)
  15. zenfreak

    How can I run another Project while in C# Code

    I'm basically searching for the "Project in Project" box alternative inside the C# Code. So just to make things clear, I have a code running in the C# Code and from there I would like to run another .xmlz project while still inside the C# code. Something like: for (int x=0; x < limit; x++) {...
  16. zenfreak

    Find Element Based on 2 or more Attributes

    How can I find elements that match 2 or more attributes Something like this for example: HtmlElement he = instance.ActiveTab.FindElementByAttribute("input", "class", "email", "regexp", 0); AND HtmlElement he = instance.ActiveTab.FindElementByAttribute("input", "role", "login", "regexp", 0);
  17. zenfreak

    How can I get the BoundingClientHeight Value?

    Ok, stupid question :) Here's the answer: int value = he.BoundingClientHeight; Now since we are here, can someone explain what this value really means?
  18. zenfreak

    How can I get the BoundingClientHeight Value?

    This should be pretty explanatory: https://help.zennolab.com/en/v5/zennoposter/5.18.0.0/webframe.html#topic160.html but I'm a newb in C# and don't know how to use it
  19. zenfreak

    Setting the FullEmulationMouseCurrentPosition Property

    How can I set the FullEmulationMouseCurrentPosition Property to x=200 and y=200 for example?
  20. zenfreak

    Best way to click a button available only on hover

    What is the best way to click a button that's showing only on mouseover? Tried instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(he); - where he is the div containing the button but when I try to find the button using instance.ActiveTab.FindElementByAttribute it doesn't seem to find it ...
  21. zenfreak

    Capmoster Sitekey: Where to Get it From?

    @lokiys So I understood this right? I do have to search for the sitekey value inside the html code that's holding the reCaptcha2? The url is the main login page of flipboard[dot]com
  22. zenfreak

    Capmoster Sitekey: Where to Get it From?

    I will tell you how I have a field in the Recognition Module that needs a SiteKey value I have a documentation that you have recommended that is suggesting that after browsing the HTML-code of the page where I've encountered the captcha I need to find this parameter data-sitekey= Now...
  23. zenfreak

    Capmoster Sitekey: Where to Get it From?

    After reading the https://2captcha.com/newapi-recaptcha-en I understood that I should find the data-sitekey= value somewhere inside the html code but I can't find such code. I see that the main advantage of using sitekey is that the images don't need to load and the recognition is made in...
  24. zenfreak

    Capmoster Sitekey: Where to Get it From?

    I've read the documentation here: https://zennolab.com/wiki/en:addons:capmonster:sitekey and I'm stuck here: You should insert sitekey value In action properties, which can be parsed from webpage with captcha, and url-address of that webpage. So where should I get the sitekey value from? I...
  25. zenfreak

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    Thanks for taking the time to look into this. So what could be the reason for that? Also, what zenno version have you used for your testing?
  26. zenfreak

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    Not going to let this go. What's going on?
  27. zenfreak

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    Still having this issue, has anyone tried the script I've attached. Does that work for you?
  28. zenfreak

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    I don't have a proxy and no timezone emulation. I'm using the setup that I have attached to this post. Have you tried? Does it work for you?
  29. zenfreak

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    I have updated my firefox to the latest flash version - still having the same issue.
  30. zenfreak

    cloud.google.com/vision and imgur.com don't upload picures properly in projectmaker

    I am having a hard time trying to upload some pictures on https://cloud.google.com/vision/ and https://imgur.com/. When trying to upload them using project maker the image doesn't seem to upload properly on google vision and not at all on imgur.com I have included an archive of a test project...
  31. zenfreak

    Can I expect the BrowserBack Key to Work?

    Sorry for the misunderstanding. The popup I was referring to it's not a browser popup window but just a simple javascript popup so it's part of the same browser page. This happens when opening posts in the Instagram feed - when I click the post, a popup shows up and I can close it by clicking...
  32. zenfreak

    Perform the CSharp OwnCode Input string was not in a correct format.

    I have 300 lines of code in a c# code box playing in Project Maker. The code includes a loop and sometimes, apparently without reason, it stops and throws this error. Perform the CSharp OwnCode Input string was not in a correct format. It doesn't say the line number so how can I tell where is...
  33. zenfreak

    Can I expect the BrowserBack Key to Work?

    I did not fully understand your solution. So I have this url http://example.com/article05.html and I've clicked on a link on that page, let's say http://example.com/article05-indepth.html and usually, this will open a popup that I can close by clicking a button but right now I get a "Page isn't...
  34. zenfreak

    Can I expect the BrowserBack Key to Work?

    Using this Emulator.SendKey(instance.ActiveTab.Handle,System.Windows.Forms.Keys.BrowserBack, KeyboardEvent.Press); doesn't seem to have any effect. Does anyone know a way I can emulate a browser back?
  35. zenfreak

    XPath HtmlElementCollection: Get Only 1st Level Elements

    Ok, this is the real problem. I need to get all c-wiz elements from the selected div but without getting the red one. Using your response, it should be as follows: HtmlElementCollection cwz = div2.FindChildrenByXPath("/div/c-wiz"); But this doesn't get any elements at all while using...
  36. zenfreak

    XPath HtmlElementCollection: Get Only 1st Level Elements

    You are right but I now realized that my actual problem looks like this: <AAA> <BBB> <CCC> <CCC> <DDD> <AAA> <CCC> <FFF> <GGG> <CCC>
  37. zenfreak

    XPath HtmlElementCollection: Get Only 1st Level Elements

    Having this as an example I'm trying to build an XPath expression for creating a HtmlCollection. <AAA> <BBB> <CCC> <CCC> <DDD> <EEE> <CCC> <FFF> <GGG> <CCC> I want to get all CCC elements that are direct descendants of AAA So the result...
  38. zenfreak

    Bugs in new version 2.10.2.1.

    Anyone else getting this error? capMonster 2.10.3.0 zenno 5.15.0.0
  39. zenfreak

    1 место Анонимность в каждый ZennoPoster. От Useragent'a до шрифтов. Часть 2.

    Не ленив, но вся эта информация не в моих силах, поэтому кто-нибудь имеет шаблон, уже настроенный для случайного изменения всех переменных, описанных в учебниках анонимности, которые @ibred написал, чтобы я мог использовать и редактировать?
  40. zenfreak

    Unprotected Template to Surf Websites Anonymous

    I need an unprotected zenno template (that I can later edit myself), that will allow me to surf webpages while generating a new profile for every new IP change (proxy or VPN). The template should follow all the anonymization elements described here...
  41. zenfreak

    Можно ли использовать другой браузер для зенки? Подойдут все возможные и невозможные способы.

    Я также заинтересован в этом. Любое расчетное время прибытия?
  42. zenfreak

    Implementation of IZennoList comparisons occur on the contrary

    Please see this thread for details: http://zennolab.com/discussion/threads/how-to-check-if-string-is-in-list.44141/ Thanks to @LaGir for confirming this
  43. zenfreak

    How to Check if String is in List

    Thank you for the solution. Yes, this time I only need this for reading but as you have noted, I might be a bug that needs to be fixed. Please be aware that your code does not return the expected result if your title list is really big - it might fool you in the beginning when the list is small.
  44. zenfreak

    Changes in Firefox 45 vs Firefox 52

    What are the differences between 45 and 52 in regards to zennoposter? I've noticed that after using firefox 52, some websites require some sort of field validation meaning that simply setting the field value it's not enough and the form doesn't "see" that the field has been filled. The only...
  45. zenfreak

    How to Check if String is in List

    I am trying to check if my list contains a certain string and not only part of the string but the exact mach. Live example: My postLinks list has the following strings: "car", "house", "firecracker", "laptop", "mouse" Using this c# Block Code I get unexpected results: IList<string> postLinks...
  46. zenfreak

    How to Download a File?

    After clicking a link, it will generate a .csv file for download. How can I download that file using zenno?
  47. zenfreak

    Get Random List Items Using GetItems

    How can I get the first 100 elements from a list using GetItems? No random and no rangevalues, just get the first 100 elements while also removing them
  48. zenfreak

    Does Anyone Knows any ICO's Worth Investing?

    With the current rise of cryptocurrency hype does anyone knows any ICO worth investing in?
  49. zenfreak

    What is the backspace key?

    Got it. Didn't knew the keys were from the c# library. I've learned c# through zenno and because of zenno so you have to be patient with me :) Thank you!!
  50. zenfreak

    What is the backspace key?

    I am trying to emulate a backspace key using Handle.System.Windows.Forms.Keys.... and can't figure out what should I use for backspace. Also, where can I find documentation for all the keys options so I know what key corresponds to each of them? What does .Add .Attn .D0 etc keys do?