deliter 203 Posted June 16, 2017 Report Share Posted June 16, 2017 Hey Its pretty basic, I designed for my own use, will keep you posted if I add anything else or fix the things that do not work https://1drv.ms/u/s!AgO9AudYbciJheoHbEYsVRJrOkmn0w You will need to download the chromedriver.exe from https://chromedriver.storage.googleapis.com/index.html and store it in C:\Program Files (x86)\UBot Studio 5 plugin command("DeliterCSS.dll", "In New Browser Chrome", "") { plugin command("DeliterCSS.dll", "Navigate Chrome", "http://www.google.com/") plugin command("DeliterCSS.dll", "Chrome Wait For Element", "#lst-ib", 10) plugin command("DeliterCSS.dll", "Type Chrome", "#lst-ib", "Hello From Deliter!") wait(20) } 5 Quote Link to post Share on other sites
luis carlos 94 Posted June 16, 2017 Report Share Posted June 16, 2017 Is this plugin similar to exbrowser? Thanks 1 Quote Link to post Share on other sites
deliter 203 Posted June 16, 2017 Author Report Share Posted June 16, 2017 yeah, though it doesn't have even close to the features that plugin offers, I just needed to use a chrome browser for a project, and made the commands that I would need to accomplish that Run JavascriptType TextSwitch FrameClickWait For ElementI new BrowserNavigate EvalPage Source 1 Quote Link to post Share on other sites
deliter 203 Posted June 16, 2017 Author Report Share Posted June 16, 2017 heres another example plugin command("DeliterCSS.dll", "In New Browser Chrome", "") { plugin command("DeliterCSS.dll", "Navigate Chrome", "http://www.google.com/") plugin command("DeliterCSS.dll", "Chrome Wait For Element", "#lst-ib", 10) plugin command("DeliterCSS.dll", "Type Chrome", "#lst-ib", "ubot studio") plugin command("DeliterCSS.dll", "Click Chrome", "[value=\"Search\"]") plugin command("DeliterCSS.dll", "Chrome Wait For Element", "#foot", 10) alert($plugin function("DeliterCSS.dll", "Deliter CSS Selector", $plugin function("DeliterCSS.dll", "Chrome Page Source"), ".r a", "TextContent")) wait(20) } Quote Link to post Share on other sites
luis carlos 94 Posted June 16, 2017 Report Share Posted June 16, 2017 Awesome work, as always. 1 Quote Link to post Share on other sites
Sawa 1 Posted June 18, 2017 Report Share Posted June 18, 2017 Any chance to add proxy support to your plugin? Quote Link to post Share on other sites
deliter 203 Posted June 19, 2017 Author Report Share Posted June 19, 2017 Sorry Im not looking to make a clone or real alternative to Exbrowser, I probably will not make any more adds to this, I just needed it Quote Link to post Share on other sites
Sawa 1 Posted June 19, 2017 Report Share Posted June 19, 2017 No problem. Thank you anyways 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.