Jump to content
UBot Underground

Problem With Exbrowser On Firefox Updated


Recommended Posts

Guys, 

 

I have problem on Ubot when use the firefox on version updated. On my script I need "open new browser" and "open new browser tab", but this function don't work more.

 

Anyone can help me?

 

Simple test



section("test") {
plugin command("SocketCommands.dll", "socket container") {
plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "")
plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.google.com.br")
plugin command("ExBrowser.dll", "ExBrowser Open New Browser Tab")
plugin command("ExBrowser.dll", "ExBrowser Focus new Window or Tab")
alert("Close new browser tab")
plugin command("ExBrowser.dll", "ExBrowser Close visible Browser Tab")
alert("Close de browser")
plugin command("ExBrowser.dll", "ExBrowser Close")
}
}

Edited by rairojr
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...