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

Hi folks, I am trying to figure out why links not showing in exbrowser scrape list elements attributes. They show in xpathpro and in normal ubot scrape attribute but not in exbrowser. Its a well known attribute but its not showing in my List:

add list to list(%urls,$plugin function("ExBrowser.dll", "$ExBrowser Scrape List Elements Attribute", "x://a[@class=\"a-link-normal s-access-detail-page  a-text-normal\"]", "href"),"Delete","Global")

The link is:

https://www.amazon.com/s/ref=nb_sb_noss/166-9412939-1632845?url=search-alias%3Daps&field-keywords=tiger+books

Your assitance greatly appreciated.

 

Thanks

Link to post
Share on other sites

You have 2 spaces between s-access-detail-page and a-text-normal.

Remove one of the spaces.

x://a[@class="a-link-normal s-access-detail-page a-text-normal"]
Edited by Marani
Link to post
Share on other sites

 

You have 2 spaces between s-access-detail-page and a-text-normal.

Remove one of the spaces.

x://a[@class="a-link-normal s-access-detail-page a-text-normal"]

As per FF Inspect Element and xpathpro this is correct - 2 spaces a page and 1 after normal. Any more pointers please?

Link to post
Share on other sites

Hi folks, I am trying to figure out why links not showing in exbrowser scrape list elements attributes. They show in xpathpro and in normal ubot scrape attribute but not in exbrowser. Its a well known attribute but its not showing in my List:

add list to list(%urls,$plugin function("ExBrowser.dll", "$ExBrowser Scrape List Elements Attribute", "x://a[@class=\"a-link-normal s-access-detail-page  a-text-normal\"]", "href"),"Delete","Global")

The link is:

https://www.amazon.com/s/ref=nb_sb_noss/166-9412939-1632845?url=search-alias%3Daps&field-keywords=tiger+books

Your assitance greatly appreciated.

 

Thanks

 

What exactly is not working for you here?

 

I get the following results:

https://www.screencast.com/t/RpGiggyMZXsq

 

Maybe open a ticket and send me some more details please:

support.bot-factory.com

 

Dan

Link to post
Share on other sites

What exactly is not working for you here?

 

I get the following results:

https://www.screencast.com/t/RpGiggyMZXsq

 

Maybe open a ticket and send me some more details please:

support.bot-factory.com

 

Dan

Hello sir,

 

I notice you using Chrome. Are you able to get the same attribute to work in Firefox ?

 

Since that is my original issue - not working in Firefox. Let me know how you get on please.

 

Thanks

Link to post
Share on other sites

Hello sir,

 

I notice you using Chrome. Are you able to get the same attribute to work in Firefox ?

 

Since that is my original issue - not working in Firefox. Let me know how you get on please.

 

Thanks

 

Are you getting an error message popup?

If yes, you should have opened a ticket with a screenshot  :P

 

PS: That error is fixed in next version for FF though..

 

Dan

Link to post
Share on other sites

Are you getting an error message popup?

If yes, you should have opened a ticket with a screenshot  :P

 

PS: That error is fixed in next version for FF though..

 

Dan

Yes indeed. Error message with FF and Disk error with Chrome even after reboot and browser updates. FF refuses to scrape the data in the List.  'System.Collections.Generic.List' error message.

 

Thanks

Link to post
Share on other sites

Yes indeed. Error message with FF and Disk error with Chrome even after reboot and browser updates. FF refuses to scrape the data in the List.  'System.Collections.Generic.List' error message.

 

Thanks

 

Let's use the support system to discuss this further. 

 

please always open a ticket for stuff like this:

https://support.bot-factory.com

 

Way better than discussing this in the forum.

 

PS: I have a test version for you with the new updates.

 

Thank you

Dan

Link to post
Share on other sites

How to scrape URL without parameter?

 

What i did like this

add list to list(%urlfans,$plugin function("ExBrowser.dll", "$ExBrowser Scrape List Elements Attribute", "//div[@id=\'BrowseResultsContainer\']/div/div/div/div/div/a", "href"),"Delete","Global")

and result is :

https://m.facebook.com/siswandono?__xt__=12.%7B%22click_type%22%3A%22result%22%2C%22module_id%22%3A0%2C%22result_id%22%3A1376056854%2C%22sid%22%3A%221676976799%22%2C%22browse_result_type%22%3A%22browse_type_user%22%2C%22module_role%22%3A%22NONE%22%2C%22module_result_position%22%3A0%7D
https://m.facebook.com/dianitarahmawati2?__xt__=12.%7B%22click_type%22%3A%22result%22%2C%22module_id%22%3A0%2C%22result_id%22%3A744447224%2C%22sid%22%3A%221676976799%22%2C%22browse_result_type%22%3A%22browse_type_user%22%2C%22module_role%22%3A%22NONE%22%2C%22module_result_position%22%3A1%7D
etc

Result that I need is :

https://m.facebook.com/siswandono
https://m.facebook.com/dianitarahmawati2
etc..

How to do it? Scraping list of URL without any parameter

 

 

Note : I have done replace regex after scraping, but it not a solution due to interfere with next process.

 

 

Thanks

Link to post
Share on other sites

Important Information please read!

 

Bot-Factory.com will close doors in 72 hours.
 

That means:
You can NOT buy any products, plugins or software from me anymore.

That does NOT mean:

ExBrowser or any other product is dead.
It is still supported and still updated.

Plugin will still continue to work

 

The reason is a bit complicated and I don't want to share it publicly.

But I need to close my local business entity in Germany.

I just can't sell anything at the moment for legal reasons.
This might change again in the future. But 6-12 months at least.

Thanks a lot for your understanding and support.

For questions please open a ticket at:

https://support.bot-factory.com

 


PS: This is not a marketing trick to make you purchase now!

Link to post
Share on other sites

Hi, 

 

I am having an issue with a very simple script

alert($plugin function("ExBrowser.dll", "$ExBrowser Check Browser Installed", "Chrome"))
plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")

When I run, the first command returns true. The last command, does not launch the browser. Instead I get the attached error. I am scratching my head right now. This used to work. Am I making some stupid mistake?

 

Capture.PNG

Link to post
Share on other sites

Hi, 

 

I am having an issue with a very simple script

alert($plugin function("ExBrowser.dll", "$ExBrowser Check Browser Installed", "Chrome"))
plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")

When I run, the first command returns true. The last command, does not launch the browser. Instead I get the attached error. I am scratching my head right now. This used to work. Am I making some stupid mistake?

 

Capture.PNG

 

Make sure you install the latest version of exbrowser plugin.

Link to post
Share on other sites

For support please use:

https://support.bot-factory.com

 

My replies can be a bit slow at the moment because I'm moving to a new appartment.

But I work on everything as fast as I can. You're covered.

 

PS: This evening I will remove the purchase buttons from the site.

 

Dan

Link to post
Share on other sites

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
Link to post
Share on other sites

To fix this issue you need to delete exb folder from appdata and run ubot again to download files.

 

Hmm that would be a bit weird if that would fix the launch issue. Because the files in there are controlled by the plugin. 

And it has version control and md5 checksums as well. So if a file is missing or not correct it will be replaced.

 

But I will double check if something is messed up in that code. Thanks for the info Heopas.

 

Dan

Link to post
Share on other sites

To fix this issue you need to delete exb folder from appdata and run ubot again to download files.

 

This worked for me.

 

Edit: Although I get an "Access is denied" error when I call CleanUp

 

Edit 2: Restarted Ubot and that error is now gone.

  • Like 1
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...