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

  1. zenfreak

    I got 300,000 traffic per week

    How do you post a thumbnail pic LJ commentary - I tried and it didn't work - what I am missing?
  2. zenfreak

    Unbranded + HTML version

    Can you please explain me what unbranded bots and full html interface means? If I understand what you want I might join the cause :)
  3. zenfreak

    Where is the ZennoDroid Forum?

    I have alot of questions about zennodroid but can't find the proper place to ask them. I noticed the RU forum is already populated with posts but as you can imagine, I find it hard to translate and understand russian
  4. zenfreak

    FullEmulationMouseMoveAboveHtmlElement gets Stuck on the bottom of the page

    When using FullEmulationMouseMoveToHtmlElement and FullEmulationMouseMoveAboveHtmlElement and it's trying to "lock" the htmlElement by scrolling up and down the page, it gets stuck when it reaches the bottom margin of the document. Also tried to play with the FullEmulationMouseSetOptions but...
  5. zenfreak

    SERP scrapper memory problems

    How do I restart the instance in CodeCreator? Doing:instance.ClearCookie(); instance.ClearCache(); will be enough?
  6. zenfreak

    Сниппеты эмуляции мыши: FullEmulationMouse

    Если значение по умолчанию для паузы составляет 5 миллисекунд, а дисперсия паузы также составляет 5 миллисекунд, значит ли это, что пауза будет случайным значением от 0 до 10 миллисекунд?
  7. zenfreak

    What reference should I add for the namespace 'Keys'?

    @LaGir Thanks again for taking the time to read my mind and understand what I'm having trouble with. My mistake was that I wasn't searching for the system.windows.forms in the references search bar as the error clearly stated.
  8. zenfreak

    What reference should I add for the namespace 'Keys'?

    @VladZen In ProjectMaker I just checked it and I have it just like in your picture but I am using CodeCreator and I don't see the .Forms.Keys here: @SOS Cartões Not sure what you mean ... where should I search for the namespace keys? @LaGir If this is what you mean, then I have it because I...
  9. zenfreak

    What reference should I add for the namespace 'Keys'?

    I am trying to use: string result = Emulator.SendKey(instance.ActiveTab.Handle,System.Windows.Forms.Keys.Enter, KeyboardEvent.Down);and I'm getting this error: The type or namespace name 'Keys' does not exist in the namespace 'System.Windows.Forms' (are you missing an assembly reference?)...
  10. zenfreak

    CodeCreator won't properly show Element Properties

    @enrc You are right, that solved the problem but in ProjectMaker this wasn't necessary.
  11. zenfreak

    Missing an assembly reference when using SendKey

    I'm getting: When trying this: result = Emulator.SendKey(CT.Instance.ActiveTab.Handle, System.Windows.Forms.Keys.Enter, KeyboardEvent.Down); I have also used: using System.Windows.Forms; using System.Windows; And added WindowsFormsIntegration.dll into my References.
  12. zenfreak

    The name 'FileSystem' does not exist in the current context.

    Before using the CurrentTheard.cs method you described above I was able to use Thread.Sleep(beforeRnd) just like that but you are right, using System.Threading.Thread.Sleep(beforeRnd); works out of the box :) Thanks again LaGir :az:
  13. zenfreak

    DisplacementInTabWindow vs DisplacementInDocument

    What is the main difference between DisplacementInTabWindow and DisplacementInDocument? This gets down to understanding the difference between TabWindow and Document
  14. zenfreak

    The name 'FileSystem' does not exist in the current context.

    @LaGir I've been using your suggestions but I'm having trouble using Thread.Sleep and getting this error: Not sure how can I get my script to pause for a few seconds, any ideas?
  15. zenfreak

    CodeCreator won't properly show Element Properties

    When trying to get the element properties of an element selected in the Element tree window CodeCreator won't refresh. Doing the same in ProjectMaker works like a charm. See the video below:
  16. zenfreak

    Browser settings (useragent, http header, plugins, flash version...)

    @cherubin HideFont and HidePlugin methods would be helpful here Also, where did you get that table? For browser fingerprinting and detection I use: https://browserleaks.com http://whoer.net https://amiunique.org Anyone knows anything else worth mentioning?
  17. zenfreak

    How can I read/capture/view source of content that show only on mouseover?

    @PHaRTnONu @LightWood Ok, let's take this url for example: https://plus.google.com/+Madonna/posts/6UuGeM8Ld15 I want to be able to retrieve all the user's followers from the comments section without individually checking the profile of each user but just by getting the number shown upon...
  18. zenfreak

    What is the blank char when doing a replace in Text Processing

    @Nord No, I want to replace a string with nothing
  19. zenfreak

    DisplacementInTabWindow and DisplacementInDocumentWindow

    Can anyone explain the difference between DisplacementInTabWindow and DisplacementInDocumentWindow. A reallife example would be great.
  20. zenfreak

    What is the blank char when doing a replace in Text Processing

    I want to do a text replace using the Text Processing module for a string with nothing. What should I use in the "What to replace" field?
  21. zenfreak

    Error when choosing the ReCaptcha2 recognition module from variable

    @VladZen I know, and I want to be able to switch between those 4 by assigning one of those values to the reCaptcha2 variable but it seems that I can't, any thoughts on that?
  22. zenfreak

    How to get a line from list by number using the webframe

    Found my answer. This line should be string currentElement = project.Lists["myAwesomeList"].GetItem(stringI, true); where stringI is: string stringI = i.ToString(); So GetItem expects a string value for the line number o_O
  23. zenfreak

    How to get a line from list by number using the webframe

    var myListName = project.Lists["myAwesomeList"]; int countListElements= myListName.Count(); for (int i = 0; i<countListElements; i++){ int currentElementLength = myAwesomeList[i].Length; string currentElement = project.Lists["myAwesomeList"].GetItem("random1(i)")...
  24. zenfreak

    How to get a line from list by number using the webframe

    Well .. not as effective as I thought. First, getting the item like this return project.Lists["List 1"].GetItem("random1(1,12-15,35-end)"); will extract the list element straight from that list without the need to create an additional list myListName and, more important, will let me choose if I...
  25. zenfreak

    Error when choosing the ReCaptcha2 recognition module from variable

    I am trying to make the Recognition module dynamic by assigning the "DeCaptcher.dll" to the reCaptcha2 variable so I can change it on the fly. But doing so I'm getting this error: 23:02:56 Executing action ReCaptcha2 recognitionof actions group id : 50c3e46c-8474-44b6-9764-8ebb0884cd4c...
  26. zenfreak

    How can I read/capture/view source of content that show only on mouseover?

    @lokiys The first thing was to search for those numbers in my html code but I didn't find anything so I guess that a request to the server it's triggered by the onmouseover event. The thing is that I can easily emulate the mouseover event but don't know how to capture the data.
  27. zenfreak

    How to get a line from list by number using the webframe

    Simple and effective. Thank you! Do you know why is it random1? Is there a random2 also ?
  28. zenfreak

    Funcaptcha does not work

    Any updates on this?
  29. zenfreak

    How to get a line from list by number using the webframe

    I'm having troubles getting a line from list by number, mainly because I didn't fully understood how to work with this method here: https://help.zennolab.com/en/v5/zennoposter/5.11.3.0/webframe.html#topic759.html Can someone provide a simple example for getting the 5th element from a list?
  30. zenfreak

    Using FileAppendString to create new files

    Exactly what I was looking for, thank you!
  31. zenfreak

    How do I reveal a ProjectMaker bug without exposing the website?

    Obvious :)
  32. zenfreak

    How do I reveal a ProjectMaker bug without exposing the website?

    I am having trouble uploading an image on a website and more likely it's PM's browser fault as I can do that on every other browser. Just to make it clear, even if recording or not, it does not upload the image. This happens on a particular (popular) website and I'm pretty sure I've met this...
  33. zenfreak

    How Can I Export Project from ProjectMaker to CodeCreator?

    Well, I have built all my templates with ProjectMaker and now I'm trying to use CodeCreator instead and I was hoping there is some way I could "migrate" all my ProjectMaker (xmlz) templates to CodeCreator (xpproj).
  34. zenfreak

    How Can I Export Project from ProjectMaker to CodeCreator?

    Is this even possible?
  35. zenfreak

    The name 'FileSystem' does not exist in the current context.

    Not sure if my approach described above is the correct but it works now. The problem was that the previous ActionGroup was loading a page that did not finish loading so adding: before searching for the elements solved the problem. Still not sure why and when to use the Instance instance...
  36. zenfreak

    The name 'FileSystem' does not exist in the current context.

    Thank you @LaGir! You are right, I should have looked for "FileSystem" into the webframe docs. Now I know what to look for. I am trying to move all my code to CC so I can do a better debugging but even if my code worked "out of the box" in OwnCode, I run into some basic problems. I'm still...
  37. zenfreak

    The name 'FileSystem' does not exist in the current context.

    Even if using System.IO; I get this error: The name 'FileSystem' does not exist in the current context. While trying: FileSystem.FileAppendString(path, htmlCode, appendNewLine); inside a custom function in ActionGroup2.cs
  38. zenfreak

    Captcha Recognition Result Missing in CodeCreator

    @enrc66 Didn't know that, thanks for the heads-up PS: Still, would be nice to have it on right clicking the element itself same as the ProjectMaker does :)
  39. zenfreak

    The name "instance" does not exist in the current context

    I'm trying to create a custom function and I'm getting The name "instance" does not exist in the current context when I try to use instance.ActiveTab.MouseMove. How can I use the instance from ActionGroup1 without defining a new one?
  40. zenfreak

    How Can I Export Project from ProjectMaker to CodeCreator?

    I've seen here: http://zennolab.com/discussion/threads/how-to-go-from-step-to-step.3413/#post-22049 talking about exporting templates to CC. How can I achieve this?
  41. zenfreak

    How can I get the href attribute from the "a" tag?

    I found the answer. I should use the GetAttribute method string postAuthor = heCol.GetByNumber(5).FindChildByAttribute("a", "class", "anotherClass", "text", 0).GetAttribute("href");
  42. zenfreak

    How can I get the href attribute from the "a" tag?

    Why I can't get the href attribute for the a tag like the code below? HtmlElementCollection heCol = doc.FindElementsByAttribute("div", "class", "myAwesoneClass", "text") string postAuthor = heCol.GetByNumber(5).FindChildByAttribute("a", "class", "anotherClass", "text", 0).href; What would be...
  43. zenfreak

    Using FileAppendString to create new files

    I am trying to write text to a file but I would like to overwrite the current file and not to append to it. string path = {pathToFile}; string text = "it is new line in the file!"; bool appendNewLine = true; FileSystem.FileAppendString(path, text, appendNewLine); The FileAppendString method...
  44. zenfreak

    How can I read/capture/view source of content that show only on mouseover?

    Is this even possible?
  45. zenfreak

    How can I read/capture/view source of content that show only on mouseover?

    The title explains it all but just to make sure please see this animated gif below: Basically I want to be able to get the number of followers
  46. zenfreak

    How to Convert from IList to List

    You are so right - Thanks a lot!
  47. zenfreak

    How to Convert from IList to List

    I try to use 2 zenno lists in ProjectMaker to work with a custom function in OwnCode through a C# Code snippet but I get this error: I call my custom function from inside the C# block like this: and I declare my OwnCode function like this: public static string TextProcessor(string textIn...
  48. zenfreak

    Where to find WrongCaptcha When Using CaptchaRecognition Method?

    Will try this asap. It makes sense. Thank you!
  49. zenfreak

    How to create and use a simple function inside the c# Code

    This is what I needed! Thank you! :az:
  50. zenfreak

    Interrupt C# Code Execution from ProjectMaker

    Let's say I have a loop inside the c# code block and it takes 10 minutes to finish. How can I interrupt the running code? Right now, the only solution is to force close ProjectMaker as the stop button has no effect on current c# code execution.