Jump to content
UBot Underground

[Sell] Exbrowser Now On Sale


Recommended Posts

It is ok

Solving what I was looking for:

plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Set Browser Language", "en"))

Edited by web4you.pro
Link to post
Share on other sites
  • 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

Today  ExBrowser Save Screenshot is not working:

plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.ubotstudio.com")
plugin command("ExBrowser.dll", "ExBrowser Save Screenshot", "c:\\screen.jpg")

 

I got a generric error occurred in GDI+

 

Check it please!

Edited by web4you.pro
Link to post
Share on other sites

Today  ExBrowser Save Screenshot is not working:

plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")

plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.ubotstudio.com")

plugin command("ExBrowser.dll", "ExBrowser Save Screenshot", "c:\\screen.jpg")

 

I got a generric error occurred in GDI+

 

Check it please!

I used it this morning, with phantomJS, and it was working good. Try with C: not c: ...

Link to post
Share on other sites

Today  ExBrowser Save Screenshot is not working:

plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")

plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.ubotstudio.com")

plugin command("ExBrowser.dll", "ExBrowser Save Screenshot", "c:\\screen.jpg")

 

I got a generric error occurred in GDI+

 

Check it please!

 

Cleanup Command is missing to initialize everything. If you close and open multiple browsers the plugin will get confused if you don't have cleanup at the beginning.

All covered in the tutorials:

https://botfactory.helpdocs.com

 

Everyone should watch ALL the videos. Do yourself the favor and watch all of them. I know it takes some time. But you will learn everything you need!

 

Dan

Link to post
Share on other sites

But Yesturday it was working  correct, but now doesn't work

 

plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.ubotstudio.com")
plugin command("ExBrowser.dll", "ExBrowser Save Screenshot", "C:\\screen.jpg")

 

Not working

Link to post
Share on other sites

Ok.

FIXED

 

I can't save it direct for C:\

 If i Change path it is ok

 

Important is that is right now :-)

plugin command("ExBrowser.dll", "ExBrowser CleanUp")
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.ubotstudio.com")
plugin command("ExBrowser.dll", "ExBrowser Save Screenshot", "{$special folder("My Documents")}\\screen.jpg")

Edited by web4you.pro
Link to post
Share on other sites

Ok.

FIXED

 

I can't save it direct for C:\

 If i Change path it is ok

 

Important is that is right now :-)

plugin command("ExBrowser.dll", "ExBrowser CleanUp")

plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")

plugin command("ExBrowser.dll", "ExBrowser Navigate", "http://www.ubotstudio.com")

plugin command("ExBrowser.dll", "ExBrowser Save Screenshot", "{$special folder("My Documents")}\\screen.jpg")

 

If you run Ubot Studio or your compiled bot with a user account that has no write access to that drive, yeah.. that will not work :-)

 

Dan

Link to post
Share on other sites

Is it possible to multithread on different tabs on one browser instead of opening new browser per thread?

 

No. One browser is one application and runs it it's own thread(s). Ubot threads can control multiple browser instances. But they all run in their own processes / threads within your operating system.

They are not running within the bot or ubot studio.

 

Dan

Link to post
Share on other sites

Im not sure what i did wrong but cookies seems to work for me on google.

 

So i saved the cookies first after the bot login then run this commands

loop(1) {
    plugin command("ExBrowser.dll", "ExBrowser Load Cookies", "{$special folder("Application")}\\cookies.dat")
    plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
    plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.google.com/business/")
}

But it looks like it didnt load the cookies correctly.

I tried to put the load cokkies after the browser launcher but didnt work also.

Tried to save the cookies as .txt file but didnt work as well.

 

Please advise. Thanks

Link to post
Share on other sites

Im not sure what i did wrong but cookies seems to work for me on google.

 

So i saved the cookies first after the bot login then run this commands

loop(1) {
    plugin command("ExBrowser.dll", "ExBrowser Load Cookies", "{$special folder("Application")}\\cookies.dat")
    plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", "")
    plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.google.com/business/")
}

But it looks like it didnt load the cookies correctly.

I tried to put the load cokkies after the browser launcher but didnt work also.

Tried to save the cookies as .txt file but didnt work as well.

 

Please advise. Thanks

 

You have to navigate to the site first. Then load the cookies and then refresh the site or navigate again.

 

Please also take a look at:

https://botfactory.helpdocs.com/exbrowser-plugin/loading-saving-cookies-doesnt-work

 

PS: For support please use  support(ad)bot-factory.com  Thank you.

 

Dan

Link to post
Share on other sites

You have to navigate to the site first. Then load the cookies and then refresh the site or navigate again.

 

Please also take a look at:

https://botfactory.helpdocs.com/exbrowser-plugin/loading-saving-cookies-doesnt-work

 

PS: For support please use  support(ad)bot-factory.com  Thank you.

 

Dan

 

Already did that.. It worked on facebook but not sure why it doesnt work on google..

Link to post
Share on other sites

Already did that.. It worked on facebook but not sure why it doesnt work on google..

 

Ok, depends on what the site is doing. Some sites prevent loading and injecting cookies. 

Please read the support article I wrote about that. That explains it.

 

Kindest regards

Dan

Link to post
Share on other sites

I'm open for realistic feature requests for the next version. Still a couple of weeks away probably. 
But if there is something you're missing, send me a support ticket.

 

But please..if it's already possible with 3 commands, I will not develop a new command just to save two lines of code :-)

 

Dan

Link to post
Share on other sites

Suggestion:

Show/Hide exbrowsers command. Right now we can only do that when launching the browser (or am I wrong?)

Also, if possible arrange/stack exbrowsers. Useful when multithreading and want to check all the browser process.

Link to post
Share on other sites

Command Clarification.

"ExBrowser Confirm Dialog"

 

This command is for a very specific Usecase. It will ONLY close Alert Popups.

Not regular popups or other windows.

So what is an alert popup.

Here's an example:

http://www.w3schools.com/jsref/met_win_alert.asp

 

 

If the popup is created differently, this command will do absolutely nothing.

 

For regular popup windows you have to take a look at:

"ExBrowser Switch to Window"

 

 

Cheers

Dan
 

Link to post
Share on other sites

External browser I have buy, I want to know what's the matter with him at the same time operating multiple web  pages.

 

Hello.

 

I'm not sure if I understand the question correctly. If you want to run multiple browser instances, you have to use multithreading.

One Browser per Thread only. 

 

Of course you can use multiple tabs and windows, if that's what you want to do?

 

Kindest regards

Dan

Link to post
Share on other sites

I'm finalizing the next Version of ExBrowser.


 


So if there's anything you want to get into the plugin:


http://www.tricider.com/brainstorming/35TMq1XN3MF


 


So far we have:


 

General Changes:

Selenium Driver Update to 2.53

Moved some Experimental Commands and Functions into the correct Production Folders.

 

New Commands & Functions

Type Text 2 Command (With Delay and Clear Element Option in one Command)

Copy To Clipboard (Can Send Text to the Clipboard)

ExBrowser Overwrite Element with Clipboard  (Overwrites an Element with the Content from the Clipboard)

 

Fixes and Optimizations:

ExBrowser Download File (Now works without a browser instanced launched). If a browser is launched, it will take over the cookies and UserAgent automatically.

Load HTML Page (Now works without a browser instanced launched). If a browser is launched, it will take over the cookies automatically. And it will use the UserAgent from the browser, if no User Agent is specified.

Fixed Click Element Command (To support Modal Popup Windows. They will no longer close automatically.)

Hide Browser Commands Optimization. Will work better with multithreading now (if used correctly!)

 

Working on:

Wiki / Documentation

 

 


 


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