Jump to content
UBot Underground

[Sell] Exbrowser Now On Sale


Recommended Posts

  • Replies 2k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

EXB Update V1.3.1.2   Updated Chromedriver to support newer Chrome Versions   Fixes a bug which caused ExecuteScript to fail when Object.prototype is modified. Fixes a bug that interferes with handlin

Would it be mean to ask people if they want to pay more, in case they ask for a discount?    People are probably not doing that in their local supermarket. But online, this is a very common behavior

No guys... You know I'm here for you since many years.  First of all I have to appologize for all the back and forth communication. I try to sort all of this out. My misstake was to announce stuff and

Posted Images

Exbrowser type text sometimes tends to choose the keyword suggestion while typing in the search box nd this happens more or so with single word keywords.

For example here i am choosing the keyword "money", however the search suggestion shows up as moneycontrol and ex browser is choosing the same as it is typing the keyword "money" as u can see in the image. How to solve this?

post-16700-0-96278600-1521017709_thumb.png

Link to post
Share on other sites

Exbrowser type text sometimes tends to choose the keyword suggestion while typing in the search box nd this happens more or so with single word keywords.

For example here i am choosing the keyword "money", however the search suggestion shows up as moneycontrol and ex browser is choosing the same as it is typing the keyword "money" as u can see in the image. How to solve this?

 

Type money. Then send delete key?

Copy paste?

Click the keyword when it appears?

 

Just some ideas.

 

Cheers

Dan

Link to post
Share on other sites

Has anyone notice that exbrowser type text2 is no longer working?

 

I even reverted my code to a time long ago where i know it works but no anymore.

 

All it does it clear the text but doesn't type my value into it. Did chrome do an update or did I miss something?

 

Hien

Link to post
Share on other sites

you know what come to think of it, i had a field that works but no longer works, i think i need to double check the expath, because i remember  typetext 2 worked to login.. 

Link to post
Share on other sites

ok i just tested the simple login and type text2 indeed doesn't work anymore can anyone verify this?

 

firefox works but chrome doesn't

Edited by hienquoc
Link to post
Share on other sites

I am very interested in buying exbrowser plugin, but wanted to be sure it can do the clicking picture before buy.

Here is sample of what i need.

If exbrowser can do it i will buy imediately.

 

xt0iq5E.png

 

Regards

Link to post
Share on other sites

no, it can not

I am very interested in buying exbrowser plugin, but wanted to be sure it can do the clicking picture before buy.

Here is sample of what i need.

If exbrowser can do it i will buy imediately.

 

xt0iq5E.png

 

Regards


use portable  chrome

 

Is there a way to use the old supported Chrome version, How do we back date chrome? 

  • Like 1
Link to post
Share on other sites

hi

How do I wait for an element to completely load? We can wait for it to appear but I want to wait for it to completely load or I end up scraping partial information. I want it to be fast so I can't just put an extremely large wait time and the wait times vary from backtest to backtest depending on the settings. 

 

see video below

https://www.dropbox.com/s/ydbco48962uek93/How%20to%20Wait%20for%20Element%20to%20Complete%20Load%20and%20Not%20just%20Appear.mp4?dl=0

Link to post
Share on other sites

Upcoming Changes:

 

 

Some of you asked what's going on. And yes, I'm still here and working on stuff.
So far the Plugin is working great and it was not necessary to update a lot.
But I'm currently working on some new changes updates.

 

Just a heads up what's coming next:

 

*Reverting the Support File Changes. I will now take care of that completely. For Ubot and compiled bots! Found a smarter way of doing this!

* Engine Updates (Support for latest Chrome / FF)
* WEBRTC Fix / Update for Chrome

 

 

Couple of things that need to be removed:

 

Support for PhantomJS. This is no longer developed. And Selenium will stop support for it soon. Chrome Headless is a much better alternative though. 

And I'm not sure if anyone really used PhantomJS at all. Way easier to code for chrome. 

 

Firefox Plugin Support. Because of Selenium it's not possible to load most plugins automatically. You can still support it, but you have to do it manually via a custom profile!

That also means that proxy authentication (required a plugin), disable images and WEBRTC prevent can't be automated anymore. I'm still working on this, so maybe there will be a solution.

But so far the only way is via a custom profile. I'll probably release the new update without this, and then work on this (if possible) for the next version.

 

 

If there is other stuff you would like to see, please contact me. 

 

Cheers

Dan

  • Like 3
Link to post
Share on other sites

Hi,

 

Can any current experienced Exbrowser user tell me the Pros vs Cons of using Exbrowser for your bots?

 

Thanks!

 

Thinking about whether I should add it to my bot mix or not...

Link to post
Share on other sites

Hi,

 

Can any current experienced Exbrowser user tell me the Pros vs Cons of using Exbrowser for your bots?

 

Thanks!

 

Thinking about whether I should add it to my bot mix or not...

 

Well that's pretty simple.Can you automate the site with the build in browser? Is it stable and reliable?

If yes, you don't need it. If no, take a look. 

 

It will not make your coding any faster or easier! It's just about websites blocking the internal browser. Or not working correctly.

Using a real browser like Chrome is more stable and less suspicious to many websites.

 

Hope that helps.

 

Cheers

Dan

  • Like 1
Link to post
Share on other sites

Just to contribute to a post I made earlier about detecting when a element has completely loaded. 

 

So I thought about it and finally came up with an idea. 

 

I made 2 scrapes for the element. If the element is still loading it would have different sizes at different times. so the loop wile compares the 2 sizes until they are equal in size, which means the element has finished loading. 

This is assumming the size didn't growth didn't make a pause, but still better than putting a fixed wait time for me. but usually the problem is that the first scrape happens too fast and didn't wait for it to completely load then the second scrape or series of scrapes will get the rest of it. 

Edited by hienquoc
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...