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

  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?

    Okay, it doesn't seem to work with project in project because I believe whatever the browsers specs are for the first project is, it uses the same browser specs for the next project which means it won't work properly. My question is, is there a way to automatically run one project after another...
  3. 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.
  4. J

    Unable to open the 'Add Media' tab in wordpress

    Fixed it. I had to change the default browser from Firefox to Chrome.
  5. 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...
  6. 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.
  7. J

    Download a text file

    Nevermind. I worked it out. Anyone wondering, I Parsed the dynamic link and then used a Get request to download the data and put the data into a variable. From there I added the data from the variable into a Textfile.
  8. J

    Download a text file

    Okay, so I've managed to parse the dynamic link into a variable. I've then managed to use a HTTP-request to download the textfile. But the text file ends up in: EN\ZennoPoster Standard V7\7.5.0.0\Progs\Trash\ I can't see an option in HTTP-request to choose where to save the file? Do I need...
  9. 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...
  10. 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...
  11. J

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

    Thanks for the reply. When you say delete lines from the file bound to the main list, I just want to confirm you mean to select the 'Delete rows after taking' option in the MAIN List? These are the current settings for the MAIN LIST And these are the settings for the SUBLIST: Is there...
  12. J

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

    Okay, can an admin please confirm if the delay is built into capmonster? I noticed in the Professional version it says: No delays for simple captchas. Please confirm if this is what's happening and it's not a simple error.
  13. J

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

    Nevermind. I added a breakpoint and it's working.
  14. 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...
  15. J

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

    Okay, so running Capmonster2.dll only seems to be working when the captcha shows a challange and Capmonster2.dll successfully completes it. If the Captcha does not show a challenge and simply 'ticks the box', Capmonster2.dll just hangs until the captcha expires. I'm not sure how to fix this?
  16. 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...
  17. 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.
  18. 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...
  19. J

    Searching for ReCaptcha takes a long time

    Thank you. That worked.
  20. J

    Searching for ReCaptcha takes a long time

    How would I check if Recaptcha is there without using the Recognize Recaptcha?
  21. J

    Searching for ReCaptcha takes a long time

    Also and maybe this is related to the problem. When Recaptcha is visible and it has solved the captcha (without a puzzle showing) It still hangs for what feels like 30 seconds before it moves to the next action.
  22. 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...
  23. J

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

    Nevermind. To anyone with the same question I simply compared it against another empty variable {-Variable.25 domains-} != {-Variable.Var1-}
  24. 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...
  25. J

    Table is being overwritten instead of being appended to.

    Hello, my apologies, I fixed it by parsing the data to a list and looping until all data was appended to the list, then transferring to a table. I had one question though, how do I add multiple filters when parsing data? Please see image:
  26. 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...
  27. J

    copy lines from text file into table

    Nevermind. Using Add List in table processing made it work
  28. J

    copy lines from text file into table

    Okay, I believe I may have a solution but one part I don't quite understand how to go about it. If I take each line individually from the text file and merge it with the table, then run a loop so it goes through each line. But my question is, how do I increase the Row +1 through each loop?
  29. 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...
  30. J

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

    Thank you. I got it. One other question is do you have current tutorial videos using zennoposter 7 in english?
  31. J

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

    Thank you for the reply. How would I then add the data to a variable? I don't see the option when setting up a sublist.
  32. 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.
  33. 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...
  34. J

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

    Please delete this thread - I've reposted this to the questions area.
  35. 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...