Недавний контент Stroks

  1. S

    Version 7.4.0 Setting proxy takes around 1 minute

    Is this a bug and works better in letter versions?
  2. S

    Can you add support for python in ZennoPoster 8 ?

    Python is a good idea. Of course you can use it now, you just need to comunicate between zenno and python via a text file, for example, that both programs use. I did that. Still better if we can use inside zenno, as well as modules such as openai for example.
  3. S

    Drag & Drop on Weebly

    Also Zennoposter cannot even add text in these fields on weebly. Then I try to record adding custom html after manually dragging and droping it keeps closing the field. While I do not expect that everything works in Zennoposter I expect that at least something works so it saves me some time.
  4. S

    Drag & Drop on Weebly

    Why now drag and drop doesn't work on weebly. I drag html element, then I try to drop it where it says to drop and nothing happens.
  5. S

    Stop loading page after a certain time

    2) I know I can get text using {-Page.Text-} variable. But I need to get page text, for example 5 seconds after the page started loading (tab.Navigate(project.Variables["myurl"].Value, "");) and then depending on the text stop loading the tab. Is there way to get at least http response of...
  6. S

    Stop loading page after a certain time

    I can put timeout setting in order to stop loading a page after certain time - lets say 60 sec. But this doesn't always work, as when there are some strange proxy errors the page loads for a really long time - around 500 sec or more I think. 1) Is there any way to add a command that would stop...
  7. S

    Call Zennoposter From Python

    @zenfreak I agree that C# is the most usefull, however writting in Python is much much faster and easier. And also there are a lot more free modules for Python than for C#.
  8. S

    Call Zennoposter From Python

    Well I guess it is easier with txt files, because there is less chance something is going to get overwritten, but it is always nice to have an option more.
  9. S

    C# table find and replace (allot of replaces...)

    You do with C# code there is an example of doing something like this in the snipper section I think. http://zennolab.com/discussion/threads/search-in-list-and-tables-via-c-macro.10733/
  10. S

    Call Zennoposter From Python

    Thanks That's is a pretty good solution in general case, but the problem is that I have to also pass varaables from python to zennoposter. I can do this using txt files but then there is no so much point in creating the bat files in the first place.
  11. S

    Speed increase when use own code from Convert to C# of a block

    It is not new feature but I am still not sure, does converting block to C# using the button (Convert to C#) and adding them in the project in form of own code make the project run faster? Thanks
  12. S

    Call Zennoposter From Python

    Never mind I can use txt files to comunicate from python to Zenno.
  13. S

    Call Zennoposter From Python

    Or use python in code creator?
  14. S

    Call Zennoposter From Python

    Is it possible to call zennoposter to execute a script from python? Because i is much easier to do programming tasks in python than in ZP. Thanks
  15. S

    Threads in 5.8.0

    It seemed that execution speed was much slower, but now it is normal when I did a reinstall.