Zennoposter Question- How Do I Copy Text From a Webpage

RBseatown

Junior Member
Joined
Apr 22, 2009
Messages
185
Reaction score
130
So I bought Zennoposter today and this thing is amazing. I already hit my first road block though, but it seems like something easy to do I just can't find it.

Basically, I am simply trying to copy text from a webpage. I'm going through the steps of this site that generates spun text for me, after the site generates the text, it places it into a box. I can select the box that the text is within to ZennoPoster, but how do I tell ZennoPoster to always select and COPY the text in that box when it runs this template?

I watched a video that had you click "page text" and then process the text you want ZP to grab through the regular expression builder tab, but I was hoping there is an easy, "copy text that's selected" button or something. There has to be right?

Any help would be great! Also, anyone got a good place for tutorials on ZennoPoster?
 
Last edited:
Well the second one isn't in english. I've watched the first one before, very helpful. However, I dont think it shows how to copy text that a webpage is displaying to the clipboard.
 
what you need to do is use get dom or get source and then use regex on it in order to extract text you need... ;)
 
what you need to do is use get dom or get source and then use regex on it in order to extract text you need... ;)

Know of anywhere that would show me how to do that? I haven't seen that in any of the video tutorials I have watched. Thanks for the post though, I'll see if I can find the "get dom" or "get source" you're talking about. Not sure what regex is either. I know, I don't know anything right? Haha.
 
Post the website here or send me a PM and I can most likely help you if it's just parsing text from the page source.

You may want to check out on of my scraper examples on my website (link is in my sig).
 
Parsing text from the page source is exactly what it is, except I need to also know how to use that text later to input into boxes on another website. I tried it myself, but the macro didn't paste the text correctly and I'm not sure what went wrong.
 
Back
Top