Jump to content
UBot Underground

Misha

Members
  • Content Count

    63
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Misha

  1. I'm interested, what the developers will show. I still use version 4  :)  :mellow:.

     

    Ubot 6 will be support PhantomJS, but:

     

     

    PhantomJS development is suspended until further notice

     

    Why this technology? This news from march. Ubot will be use selenium for core?

     

    In any case, a new update is a kind of joy! Nice work! I wait and will buy update, after release.

  2. I'm use last version only for coding. I do not like the latest version, this version not stable.
    Type text not correctly working (not create event, in last version this function use change attribute, not type text!), if i'm use multithread and use http post/get plugin, and use popup for recognize captcha by hand - my bot freezing. Earlier versions 5 were so terrible that I do not want to talk about it. Now everything is better, but a lot of critical errors.
     
    I once writed about bugs, but they fixed a year later. I lost hope and now write a lot of code in C#, C++.
     
    But ubot definitely the best that I've ever seen. But just because it did not know of other similar solutions. But in any case, I am satisfied Ubot.
    Version 4 - best :), i'm recommend this version.

     

    Sorry for my bad english  :wub: .

  3. Hi All,

     

    How can I mimic a "page refresh" or "reload page" in Ubot other than calling "navigate".

     

    thanks in advance.

     

    Hi, run this code:

    run javascript("javascript:document.location.reload(true);")
    
×
×
  • Create New...