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

  1. J

    Regular expression to delete lines over a character limit.

    Hello I wasn't sure if this was the right place to post this but I have a list where I want to delete any lines that are over a specific character limit. I'm not really sure if using a regex is the right way to go about it but I can't seem to find another way to do it. Anyone have any ideas...
  2. J

    Running a Project within a Project but each project requires different browsers?

    Hello, I have 2 projects that run one after another. The first project only works in Firefox and the other project only works in Chrome. Is there a way I can run them one after another without having to manually change the Instance browser settings? Thank you.
  3. J

    Unable to open the 'Add Media' tab in wordpress

    Hello, I'm trying to use Zennoposter to add an image in a wordpress and when selecting any of the Add Media buttons, nothing happens. Normally there is a screen overlay that allows you to then upload media but when I click Add Media in the Projectmakers browser, nothing happens? Even setting...
  4. J

    Where to download ZennoBox?

    I want create a project in projectmaker for my partner to use on her computer but we only have one copy of zennoposter. I've read that someone who doesn't have Zennoposter can download Zennobox and run a project. Where would I download zennobox from? Thank you.
  5. J

    Download a text file

    Hello, I'm trying to download a text file from a website, then write that text file to a directory. The text file will need to overwrite a text file already in the same directory (and use the same file name as the file in the directory). The link to the text file on the website is not...
  6. J

    Show in Zennoposter how many times a project has looped?

    Hello, Is there a way to show in zennoposter how many times a project has looped? I have a loop inside the projectcreator that keep running until a variable hits 200, then the loop stops and the project stops. But I'm unable to see how many times the project has looped in zennoposter. Is...
  7. J

    Confused about running a project in Zenno poster - Process doesn't loop as needed, it simply starts over again

    Hello, Maybe I'm doing something wrong. I have a project I've created where I am checking a large list of domain names which each are on their own row, for information and parsing that information to a table. I can only check 25 domains at a time so I'm copying 25 rows from the MAIN LIST into...
  8. J

    Recaptcha taking a very long time to recognize it is successful via Capmonster2.dll.

    Hello, So I'm having an issue with running Capmonster2.dll to execute a Captcha. I can see the captcha is successful within about 5-10 seconds of finding the text on the page but the Log simply shows zenno is still searching for ReCaptcha2? You can see in the Log that it takes about 2...
  9. J

    Display:none a page element

    Hello, Does anyone know how to apply styling to a page? I'd like to run the css on the page to remove an element: .blocking-dialog {display:none} But I'm not sure how to do it? Thank you.
  10. J

    Unable to run project in Zennoposter Standard 7.5.0.0

    Hello, I'm receiving an error when I try to run a project in Zennoposter Standard 7.5.0.0 - I'm unable to run the project. The project maker is also V7.5.0.0 I can't seem to run a single instance let alone multiple instances. The error shows when I right click on a project and select run...
  11. J

    Searching for ReCaptcha takes a long time

    So I'm setting data to a text area and clicking submit. Every 5-10 times I loop through the entire process and click submit, Recaptcha shows up which is fine. I have Recognize Recaptcha searching for it. The problem is, when Recaptcha doesn't show up and the Recognize Recaptcha starts in the...
  12. J

    How to check if a variable is empty using an IF action

    I'm deleting a set amount of lines from a list every time the project loops. What I want to do is have an IF action that checks if a variable is empty, take the red path, otherwise if not empty, continue the loop. I've tried adding code into the logical IF action which I'm going to assume is...
  13. J

    Table is being overwritten instead of being appended to.

    Hello, So I'm parsing data to a list 'Domains to be filtered'. List 'Domains to be filtered' is then being added to a table 2. Once I loop around and start the process over again with new/different parse data, instead of the data being appended, table 2 is being overwritten. How do I...
  14. J

    copy lines from text file into table

    Hello, I'm trying to copy lines from a text file into a table and I'm having issues. So I'm using text processing to merge the text into a variable. Next I'm using table processing to record to cell the variable. The result as expected is all the rows from the variable are ending up in...
  15. J

    Selecting a range of rows from a text file and putting into a variable. Am I doing this correctly?

    So I'm using 'list processing' and have the settings: My aim is Var1 would be set to the range of rows 1 to 500 from list 'new' Would that be correct? When I try to insert the value from Var1 into a textarea, it only populates the first row from the text file and I'm not sure why.
  16. J

    Copy and Paste a range of lines from text file into text area then delete lines from file?

    Hello, I'm having trouble working out how to copy a range of data (500 lines) from a text file to the clipboard and once the data has been copied to the clipboard, the lines are removed from the text file. Even knowing how to copy a range of lines from a text file (or table) to the clipboard...
  17. J

    Help! Copy and Paste a range of lines from text file into text area then delete lines from file?

    Hello, I'm having trouble working out how to copy a range of data (500 lines) from a text file to the clipboard and once the data has been copied to the clipboard, the lines are removed from the text file. Even knowing how to copy a range of lines from a text file (or table) to the clipboard...