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

  1. E

    Appending to a cell

    Hi all, I am wondering how to have ZP append to a cell instead of overwriting it? I see the command to append lines or append rows. is there any way to have ZP just add a "; XXXX" at the end of the found data in cell? Thanks
  2. E

    Get Line from file, search & place in table

    Not sure if zenno can do this... I want to take a line from a list of emails I have and then have zenno search a table for the matching domains and if there is a match, add the email to a cell in the table. So for example, the list reads: 1. [email protected] 2. [email protected] 3...
  3. E

    How can I have an event click open in a new tab?

    hello guys. Quick question. Is it possible to have an event "click" added via Actions Designer open in a new tab? Thanks
  4. E

    Google Search Scraping - how is google detecting me?

    I'm scraping google using "site:" modifier but after a few pages, I get blocked. I'm using rotating proxies from Storm Proxies that change on each http request, user agents, clearing cache & cookies. I have long pauses between page requests and am only searching 4 pages before starting a new...
  5. E

    How to extract a link/url from java onclick=

    Hi everyone, I am trying to extract links from this site/page: http://find.coolsculpting.com/find-a-center/?z=60601 The link I'm looking for is the "Contact this Practice" link. In the source code its hidden as a code. I can use regex:(?<=\ onclick="ContactPractice\(').*?(?='\)">) and grab...
  6. E

    check for muliple occurances of an element on page

    How do i check for multiple occurrences of an element on a page (i.e. member "contact link") and then have ZP click on each one? I know how to check for text presence, but I'm not sure how to get ZP to click if the Text check returns positive. Plus if there are 20 on a page how should I go about...
  7. E

    Check list for data in PM

    Is it possible in PM to have ZP load a list, check each line for data against a variable and report back whether or not the data exists? Thanks.
  8. E

    blocked from creating an account

    I'm creating accounts with ZP and recently the website is not letting accounts get created. Proxies are used and good. I have not used ZP to create accounts on this particular site. I was doing it manually - and manual creation still works. Is there a way for a site to block ZP?
  9. E

    Anyone use Proxymesh with Zenno?

    Hi all, I use the Zenno Proxy Checker for account creation, but for using accounts on a particular site, I was looking at Proxymesh for great proxy stability. The site in question is really cracking down on me, so the private proxies I was using (100 private proxies roted twice a month) are no...
  10. E

    Trying to take DOM, source code hidden?

    I'm trying to take DOM on this page: https://www.indiegogo.com/explore?filter_browse_balance=true&filter_quick=new It works fine to take first page DOM and get the information that I want. However, If I click "Show More" and add pages and then take the DOM it only takes what is on page 1 - The...