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

  1. fudge

    [Help] JS snippet to get project variable

    Hello. I am trying to automate posting to google groups, and have gotten hung up in one spot. I am trying to get a variable so that I can paste the content on the variable using Javascript. I have not found another way that is possible. I will paste the snippet below that CahtGPT gave me...
  2. fudge

    Simulate page view fails contantly in zennoposter

    Hello, I have a project in zennoposter where simulate page view is failing consistently. Almost everytime the project runs I get this error message in the log: What to do? Thank you
  3. fudge

    [Help] c# snippet to get and set a project variable

    Hi, I am very new to c#. I am having a hard time with a c# snippet that I need to make my project work. I am trying to emulate mouse movement. I have two random number blocks generating random numbers between 000 and 9999. In c# block I have the following code for mouse scroll...
  4. fudge

    How to set timeout for action

    Hi, Is there a way to set a timeout per action? Like when trying to get sms code, can there be a timeout to stop so the status can be updated in time? Thank you.
  5. fudge

    Help with logical if

    Hi, I want projectmaker to stop doing a task when one variable is equal to another. I am using this in logical if: {-Variable.listcounter-} = {-Variable.numberoftextfields-} projectmaker says the numbers of the two variables are not equal, when they are equal. What am I doing wrong? Thank you
  6. fudge

    Project Maker Does Not Wait For Page to Load

    Hi, I am having an issue in project maker where it is not waiting for the webpage to render before moving on to the next steps. Is there a way to tell it to wait until a page is rendered before moving on? Is this also occuring in zennoposter?
  7. fudge

    strange list processing issue

    Hi, In my project I am using a list that is being loaded correctly from the file. I can see that the lines of the file are loaded. However, when I use list processing in order to get the line from the list, list processing is failing to get the line. If I remove a \ from the file path in the...
  8. fudge

    help to find word count in scraped articles

    Hi, I need help to find the word count of scraped articles so that I can delete articles that do not contain a certain amount of words. If you have an example, please share. Thank you.