Jump to content
UBot Underground

myubotforumaccount

Members
  • Content Count

    23
  • Joined

  • Last visited

Posts posted by myubotforumaccount

  1. can you please do some update with multilogin mimic browser

     

    my software works good with multilogin firefox and chrome browsers.

     

    but with mimic browser, it is very buggy.

     

    it would lost control on the mimic browser after some exbrowser click command

     

     

  2. On 8/3/2021 at 4:42 AM, LoWrIdErTJ - BotGuru said:

    When was this update done?

    As I have a few ML software's at the moment that have been running and operational as of the last time used which was within the last 48 hours.

     

    exbrowser plugin is still work with multilogin 4.xxx versions.

    multilogin published version 5.xxx like about half years ago.

    i hope exbrowser can work with multilogin 5.xx too.  as i think multilogin 5.xx is better than 4.xx

  3. for http clear cookie, hope somebody help me out.

     

    i created a bot to scrape amazon data.   i tried clear cookie  command  plugin command("HTTP post.dll", "Clear Cookies", "https://www.amazon.com/")

    but looks like it will not clear all cookies.

     

    my bot can run perfect like 20mins, after that i need to close the bot and reopen the bot, or else amazon will popup captcha  bot detection

     

    any body can tell me how to clear the cookie clear

  4. The manual process your doing for creating profiles in ML, and deleting them.

     

    Make a bot to automate that entire process of the creation inside ML, to grab a profile id to use and delete it when your done

    Or use the API for ML to create profiles and manage them for you

    http://docs.multilogin.com/l/en/article/dvv7tooeiw-rest-apis-introduction

    no offense.

     

    first,  multilogin is not that stable when u have many profiles, there are even many problems when i create profiles manually .

    second , ubot is really not a good tool to control window apps, and edit fields within mulitilogin app

    third, i know api is a great choice,  and i did google it before you tell me. but make a api may be is easy for u , but not for me.  

     

    i just watch your exbrowser v2.0 info1 video again, there are create profile and delete profile commands

    check the attachment.

    https://imgur.com/a/bzDPgOR

     

    i am thinking if you forget to add the commands in the new version of plugin,

     

    if you are not willing to add the  commands , it is ok``` i will

  5. you mention about ubot browser but your replying in exbrowser thread for plugin.  use exbrowser to automate there site to make it and delete which is very accurate  i know as im doing it myself for customers

    no,  i am talking about exbrowser ml function.

     

    then maybe i am not following what you mean       by     automate the creation and deletion as needed inside of ML

     

    multilogin has  any url to manage the profile id online?

     

    i  can only manually create and delete profile   through multilogin  window app

  6. Why not make a bot to automate the creation and deletion as needed inside of ML as needed so that you can set the exact settings you want for the profile to be used?

     

    i do not think ubot is a good tool to do window automation job. at least i am very sure that i can not make a good bot to automate the creation and deletion of ml profile id.

    i have been spending half day to do profile creation and deletion. a lot of pain.

     

    it will save a lot of time you can add these functions.

     

    :wub: :wub: :wub: :wub:

  7. I have a tutorial for ML in the V2 training section. Please take a look at the video here:

    https://www.youtube.com/watch?v=AQI8tTT1k3Y

     

    It's also in the EXB V2 Member area. 

     

    Kindest regards

    Dan

    dan, thanks for your reply

    yes,  i have watched the video.

    but there is no function to create ml profile id and delete ml profile id in the plugin and showed in the video too.

     

    i remember that ,in the first video you introduce exbrowser v2 ,  there was function to create ml profile id and delete ml profile id.

     

    and i hope , you can add function to edit the  ml proxy setting field too

  8. Dude,

     

    The only way i got this working was using python.

     

    1.  Download python https://www.python.org/downloads/ and install it to your computer

    2.  Install Python Plugin (ExecutePython.dll) to ubot.

    3. Use the python examples from twilio.

     

    This worked perfect for me and at the same time I can start learning python.

    can u please instruct me how to install python plugin to ubot?

     

    i have been googling for all days, but still can not find the right way.

    thanks

  9. <select class="ui-datepicker-month" data-handler="selectMonth" data-event="change"><option value="0" selected="selected">一月</option><option value="1">二月</option><option value="2">三月</option><option value="3">四月</option><option value="4">五月</option><option value="5">六月</option><option value="6">七月</option><option value="7">八月</option><option value="8">九月</option><option value="9">十月</option><option value="10">十一月</option><option value="11">十二月</option></select>

     

    for choose the change dropdown

    i know i can use   plugin command("ExBrowser.dll", "ExBrowser Change Dropdown", "x://select[@class=\"ui-datepicker-month\"]", "三月")

    and this works.

     

    but how can i change dropdown with value="3"

  10. Made a video for you guys on how to us the Click Coordinates command in ExBrowser, it's much faster that dealing with XPath voodoo that might change tomorrow :-)

     

    The coordinates won't change, here you go:

     

    https://youtu.be/E65u9ojeMmY

    This enables you to code VERY quickly and has reduced the amount of code by 60% in a few of my apps.

     

    Peace,

    Learjet

     

     

    Thanks Learjet for your feedback.

     

    Just a couple of things to keep in mind:

     

    Coordinates can be different if you switch between Firefox, Chrome and PhantomJS. 

    Sometimes they are the same, but sometimes they are not. Just keep that in mind.

     

    Also Screensize can influence it. So if you sell bots, any some of your clients have a notebook with a very small display. You bot might not

    work correctly. 

     

    I use Xpath 97% of the time. As soon as you get used to it, it's very quick to write. 

     

    ExBrowser V1.1.9 also has a new Xpath selector (already in the beta) which allows you to ignore frames and iframes. 

    Which makes the xpath selector within each command work way faster than before. That will be covered in the V1.1.9 documentation.

     

    Regards

    Dan

    the video do not work any more, will you show another link?

    for exbroswer coodinate, the valve of x position and y position is the same as the ones i get from ubot mouse click wizard?

     

    i am using exbroswer plugin  1.3.1.0

    the position i get from ubot mouse click wizard not work for me

  11.  

    EXB Launch Issues

     

    Some people report that they have issues launching chrome and / or firefox.

    It might be that we have some kind of version incompatability between the plugin and latest browser versions.

     

    I will integrate the new selenium and driver updates as soon as I have internet again in my new appartment.

    But that might take up to two weeks.

     

    Here's what you can try.

     

    Downgrade to previous browser versions.

    With downgrade I mean the full release numbers.

    So if you use 56.0.2924 do NOT try other 56.x versions.

    Downgrade to 55.x and test it. And also try one lower as well 54.x

     

    You can get the portable FF and chrome versions here:

     
     
    If someone has that launch issue and is able to solve it with a browser downgrade, please post your working 

    combination here.

     
    Do NOT post if it doesn't work because we already know about the problem and writing it here doesn't provide additional value!
     
    Thanks a lot for your support!
     
    Dan

     

    chrome portable 55 , 54  are not allowed to be install online any more, can you please share a link for full package?

×
×
  • Create New...