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

  1. E

    Can i5 - 8250 u run zennoposter/ projectmaker

    Minimum 2ghz is mentioned in system requirements. I5 825u is 1.6ghz ... Will it result in overheating ?
  2. E

    Can i5 - 8250 u run zennoposter/ projectmaker

    I am working from a remote location.. and I was buying a new laptop ... So I was thinking can I run zennoposter on those i5 - 8250u processors ... At max two threads but mostly one for an hour or so without heating the lappy. Projects have some 50-60 actions that's it ... heaviest tasks are...
  3. E

    Unable to linebreak while posting content after reading from xlsx cell

    Anyone ?
  4. E

    What is the blank char when doing a replace in Text Processing

    leave that field blank.
  5. E

    Unable to linebreak while posting content after reading from xlsx cell

    So I have this bot which scrapes content and posts to a xenforo board ..( just like used here.). Problem is scraped content does not have line breaks .. and when I post it to the forum it looks ugly . So i want to introduce line breaks every 100 characters. All data is saved in xlsx , then...
  6. E

    code creator won't start

    Also possible to migrate projects created in PM to CC ?
  7. E

    code creator won't start

    i have ZP standard license yesterday I used C# function for the first in project maker , and was amazed how better it was to implement nested loops and play with multiple tables SO i decided to give code creator a shot , but when i double click it I get that admin rights window and nothing...
  8. E

    Zennoposter lite (multiple computers)

    i am short on money this month . Will buy next month. Will this be possible on Standard version ?
  9. E

    Zennoposter lite (multiple computers)

    So i have lite license installed on my vps. However creating new projects via rdp is clumsy and slow . So i would like to create projects on my desktop and then run on vps . However as you know lite can be installed only on one computer . So do i have to uninstall/install everytime i change to...
  10. E

    scrolling overflow ajax div's

    @r another query https://gyazo.com/7c06b5a54c6a24962ec06002463f18ae what does this msg in russian say . I was scrolling a ajax page with 200 pages ( new content appearing on bottom scroll like fb comments) . it scrolled to bottom , but when regex started to scrape dom it crashed. i am...
  11. E

    scrolling overflow ajax div's

    yes i had figured it out , but focus didn't work , i had to use click rise event.
  12. E

    scrolling overflow ajax div's

    no. only thing I can detect is how many comments are supposed to be there before loading . Is there some way i can simulate mouse scroll down after clicking on the area
  13. E

    scrolling overflow ajax div's

    Okay there is this website which is quite similar to facebook comments , as you scroll down a thread comments keep appearing (pagewise ajax) until there is nothing to show. I have to scrape all comments for email ids So i have to scroll till the bottom within the Div (not the whole page) . I...