Недавний контент bersh

  1. B

    Ajax file upload

    Hi Zenno Team and Community! I'm trying to record a macro for image upload, once I'm clicking the upload button during recording, everything works just fine. When I try to play a macro, the "click" action succeeds but noting uploaded, even upload dialog where you can choose what to upload is...
  2. B

    How to emulate keystrokes on iframe

    Hey, I don't have any idea on how to emulate keystrokes on ifrmae. I have tryied with finding iframe by "search by picture" but it just didn't work well, is there any other option to emulate? I find out how to paste text to the iframe by using innerhtml and it works, but to pass some checks the...
  3. B

    Empty captcha problem

    Hi there, I have two scenarios of getting captcha from a site: Get captcha normally and send for recognition Get empty captcha, nothing shows in monkeyenter It does happen even in a project maker, I click on captcha, sleecting it as a captcha, the regognition box is prompting but it does not...
  4. B

    Zenno with TOR

    Hi there, Is there any possibility to make use of a TOR while executing ZP templates?
  5. B

    Find last occurance

    That simply works ! Thanks for your help :)
  6. B

    Find last occurance

    Hi there! I'm wondering how to click the last occurrence of a string. For example I'm having text like following, and wanting to click the last occurance of digit "4"
  7. B

    License helper - Unable to create hardware file

    Hey, I got the same error, my zenno is not working ;/
  8. B

    Sheduler newbie question

    and now, filed to complete project, after hour I tried one again, and project sucesfully passed but that's not reliable
  9. B

    Sheduler newbie question

    Success
  10. B

    Sheduler newbie question

    Thanks for the screens, but now I got other problem, when sheduled task starts it end up very quickly, +/- 10sec (false success) but when I run It normally it should took about half an hour, yesterday sheduler was working fine but I simply don't know what happ
  11. B

    Sheduler newbie question

    Hi there! I'm wondering how to setup task loaded every day, at 5pm, execute 5 times(success), and so on on daily basis Thanks in advance!
  12. B

    Looking for dynamic data

    Yes it is, but by clicking into it I got opportunity to edit my profile, not to view it. Also link structure is different and in edit option there is no profile id anywhere
  13. B

    Looking for dynamic data

    The thing is, that I would like to create a profile, next to log in, and after logging in look for my profile name in "Registered Users Online:", and scrape link from my profile name. The trick witch simply searching for isn't working for this site ;/
  14. B

    Looking for dynamic data

    Hi there, I'm trying to create phpbb project, which will be able to write down link to a profile. The problem: I don't know how to scrape link with my username(that I'm currently login, and get in profile virables), regexp will not help, need some virable to look for in document. Is...