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

  1. fudge

    [Help] JS snippet to get project variable

    Hi Lokyis I hope you are well. I tried to use the action designer. That is what I normally do. It doesn’t work. Only JS executed in the active tab works to change the field. Then I have to use keyboard emulation to be able to click submit. Google groups is very hard to automate. I am trying to...
  2. 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...
  3. 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
  4. fudge

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

    This code is working. You have helped me to understand. Thank You!
  5. fudge

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

    Perhaps I was too hasty to think I could come up with working code myself just yet... I am now trying to do the same as before with the mouse move method. Only this time I am using 4 variables. 2 random numbers and top, left coordinates of a single html element. I have used the following code...
  6. fudge

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

    It works perfect. And I learned how to do this for anything else using c#. Thank you!
  7. 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...
  8. 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.
  9. fudge

    Help with logical if

    I fixed this. It can be deleted. Thank you
  10. 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
  11. 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?
  12. 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...
  13. fudge

    help to find word count in scraped articles

    Thank you. That worked ok.
  14. 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.