Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation since 12/09/22 in all areas

  1. No more getting blocked! That's right! Getting blocked by Websites? No more! We know how frustrating it can be automating an important business process and in the middle of it realizing that you also need to automate the browser for the process and it is getting blocked 😱😱😱 Today we are excited to announce that the Automaxed browser automation plugin can solve that issue for you! Say goodbye to getting blocked!!! 🚀 This plugin upgrade will be released in only a few days from now! Stay tuned!
    4 points
  2. Update: special keys are now implemented in 6.7.21.
    2 points
  3. This isn't an error that we're seeing over here, so we're going to have to guess and check a little. What I'd like you to do is open a command line (type cmd from the start menu) and past the following: Close and reopen UBot Studio and try it again. Let me know if this works, so we can use this for other people who have the same issue.
    2 points
  4. It's a real game changer, promised. Expect the release within 3 days. Cheers!
    2 points
  5. @myubo You could move your code into a loop, then make the loop value to zero. Good luck! loop(0) { wait(5) navigate("https://google.com","Wait") wait(5) }
    2 points
  6. It's wildly impractical and even just nightmarish to attempt to use the "comment" command to temporarily block out a section of code. This is especially true if one is working directly in "Code View" and are reluctant to copy-paste the code you want to avoid running into a comment command from within "Node View" where any/all quotation mark escaping will happen automatically. While neither perfect nor optimal, here's another option that you can deploy directly from within "Code View": define skipcode { navigate("http://content.ubotstudio.com/resources/","Wait") click($element offs
    2 points
  7. Leading the way! Thanks to UBot and thanks to Automaxed Plugins, yey! 🏆🚀 Want to buy my course? Well, there is none. But if you are a paying Automaxed Plugin customer you can receive help from me personally. If we reach 100 paying Automaxed Plugin customers or 50 Plugin bundle customers per year, I am ready to stop competing in public bot projects. Leaving more space for all of you and focusing solely on improving our tools. Results matter and together we can achieve more results. It can be a win-win-win.
    1 point
  8. That should work for you: http://network.ubotstudio.com/forum/index.php?/topic/28820-ubot-stuck-on-starting-help-please/&do=findComment&comment=150910 You can additionally try to run it as administrator. Right-click on the exe, run as administrator. Wait. Your PC may be missing C++ Redistributable packages or Java runtime. Install Visual C++ Redistributable (X86 and X64): https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist Install Java Runtime (Windows Offline and Windows Offline 64-bit): https://www.java.com/download/manual.jsp
    1 point
  9. My new site replaces ubotdocta.com where I shared many tutorials on ubot and python so any tutorials here on the forum witll be located at codedocta.com now. I will update forum links when I post old tutorials that I have already done to https://codedocta.com. Running Python 3 code in ubot with/with out a Ubot plugin: 1. You can not run Python 3 code in ubot's python nodes, not str8 out like that anyways. 2. Ubot uses IronPython which is a windows simple version of Python 2. It's old and outdated and uses Python 2 syntax. So, you can not use Python 3 modules/packages/code.
    1 point
  10. Quick heads up on the UBot Studio hassle! Rolled back Chrome to version 109-0-5414-120. Uninstalled UBot Studio for a bit. Cleaned up "AppData\Roaming" and "AppData\Local\Google\Chrome." Turned off Chrome updates. Restarted, reinstalled UBot Studio, and seems like I'm back in business. Cheers!
    1 point
  11. Glad this didn't turn into a daily soap 😆 Congratulations!!! 🥳🥳🥳 Wishing you much success with it.
    1 point
  12. hmm, strange. may be the specific site i am doing is just shrinking and not zooming out. also when i run this zoom out command then it just shrinks body contents, but not changing value of zoom. you can see while click on 3 dots in top right corner of chrome. anyway i have found a work around, all automated using your plugin and ubot. 1- launching chrome profile 2- once all files generated for that profile then i quit browser 3- update preference file to change zoom levels 4- launch browser again and navigates to specific site. 5- and it works for 50% zoom value now. 6- do
    1 point
  13. I would love to. But I am only a plugin developer. Not part of UBot's internal software team. You may reach out to the UBot Support https://support.ubotstudio.com/
    1 point
  14. "browser keyboard key array" - I am busy right now. You can figure this one out. If you can't figure it, I'll reply next time again with more details.
    1 point
  15. How to store a session: If you want, you can store logged in sessions and load them again. The easiest way is to use the "browser path" command above the "browser connect" command, specifying a profile directory. Profile directory can be any empty folder, it is just important that the folder exists. After you did that and launched the browser, log in to any website and close the browser after that. Now, when you start a new browser session using the path command with the same directory containing this profile, you will already be logged in because the entire session wa
    1 point
  16. Thanks for the tutorial. If you release bion(python plugin), I will be one of the first to buy it. Hope it coming soon.
    1 point
  17. Hello @stever I edited the post. Included an installer for 6.7.23. You can try.
    1 point
  18. @akagami I created 2 small installer tools (for 5.9.55 and 6.7.23), attached here. 1. Run the ubot studio installer 2. Run the file attached here (either 5.9.55 or 6.7.23 - depending on your ubot version) 3. Open UBot Studio Let me know if that works for you. The attached script simply pulls the support files and puts them in place. (you need to be logged in to your forum account to be able to download attachments) install ubot 5.9.55 support files.bat install ubot 6.7.23 support files.bat
    1 point
  19. @maBOT - we will release an upgrade this week, stay tuned. In the meantime you can: Since Chrome 115 the chromedriver release system got changed (very unusual, this happens only once in many years). We are currently upgrading the plugin and will release a newsletter once done. The upgraded version should then work as usual again, adapted to the new release system. In the meantime you can use any version of Chromium you want (download chromium for win 64 stable and chromedriver win 32): https://chromium.cypress.io/win64/ You can use every version you want and ship it toge
    1 point
  20. I have developed an openAI plugin for Ubotstudio. This is beneficial if you do not have the enterprise version, as it provides a similar functionality. By acquiring this plugin at a low cost of only $17 as a one-time payment, you will also receive another excellent plugin for FREE. The bonus plugin, called "dreambooth plugin," allows you to generate unique images using an API key from stablediffusionapi.com, which is another feature included in the enterprise version. These plugins are highly advantageous if you do not already possess the enterprise version. See the tutorial he
    1 point
  21. Hi Seth, Can you please advise me on how to clear cache and delete cookies when using the Installed Chrome Browser? Thank you!
    1 point
  22. I've added some new commands for working with tabs in the next version. The installed chrome browser works differently than the old UBot browser so we had to take a different approaching to managing multiple tabs. In 6.7.22 you'll be able switch tabs, open new tabs, and close tabs.
    1 point
  23. Hi Seth, Thanks that has solved the error. Now works perfectly 😀
    1 point
  24. I spent some time looking into this, and sadly, there's no simple fix for it. In fact, fixing it might take a major overhaul project. I'm going to further evaluate how widespread the issue is, but for the time being, we're gonna have to take the L, and say that the bard website isn't compatible with UBot. However, implementing the API might be pretty straightforward, if there's interest in it.
    1 point
  25. I'll look into this.
    1 point
  26. If I can chime in here, I just want everyone to know what we're working tirelessly on UBot Studio Enterprise. New features are being frequently added as the technology landscape changes and AI becomes more and more important. As with any quickly moving project, bugs spring up, but we've been fixing them as quickly as we're able to, so let us know if anything comes up. We've been really amazed with people's progress using the AI features. People are reporting huge leaps forward in their productivity. ChatGPT is a real game changer. And we're just getting started. So stay tuned. With
    1 point
  27. Just letting you guys know, this is an ongoing experiment for me as well. If given the right context, it can write uScript. But I'm still working on making it consistent, and teaching it the newer commands.
    1 point
  28. can you write code in this specific language? ------------------------------------ As an AI language model, I can certainly help you write code in this web automation language. Let's start by understanding your requirements or the specific task you want to automate. Please provide a description of the task, and I will try to write a script for you. ------------------------------------- i want code in this specific language to go to google.com, fill the search field with the word shaniqua and then click on the "I'm feeling lucky" button. After that buttom is clicked, i want
    1 point
  29. I'm looking forward to it! 👍👍
    1 point
  30. The most advanced browser automation plugin for UBot Studio - How to use Chrome Browser Automation Tutorial (Getting Started) Chrome Browser Automation Tutorial (Element Interaction) Chrome Browser Automation Tutorial (Command Line Switches) Chrome Browser Automation Tutorial (Load Browser Extension) If you purchased a plugin license and have any further questions, you can always reach out to the Automaxed support: https://automaxed.com/support
    1 point
  31. Mimic is MultiLogins personal browser so its not something we will directly support as the plugin is selenium based and primary focus is on browsers that are more widely known for use. Yes it was recently updated and public BEta access is available inside the Dashboard of Exbrowser.net no its been fully updated as well as added in incognition which is a cheaper solution just like multilogin Auto update's to latest webdriver to always support the latest chrome, and firefox
    1 point
  32. It understands it as vb.net code Try and teach it in one chat instance, where it has permanence.
    1 point
  33. The plugin has been updated again to support the latest Chrome version 111.0.5563.65
    1 point
  34. the enterprise edition comes with crypto commands & functions, also Seth said he's planning to implement chatGPT api soon
    1 point
  35. Thanks - jeez, this is so hokey
    1 point
  36. Hi Daemon, I was able to automate Gmail/Youtube login with this plugin, using the plugin cookies function. It's pretty easy and straightforward. As far as I understand, you would normally use the software compiled with the plugin even after your license expired. But if you try to compile a new software, the plugin won't allow you until you renew the license. In simple words, you won't be able to change any single piece of the code in your compiled software as the plugin won't allow you to compile it again. Hopefully I'm right about it.
    1 point
  37. I would recommend switching or declaring the user agent string just before the browser connect command. Thank you. Have a nice weekend as well.
    1 point
  38. Thanks for leaving your feedback! We just updated the plugin recently to support chrome 108 now (latest version) and we will update it quickly in the future as soon new major chrome versions are released. Also we have some more updates to announce soon for a few of our essential Automaxed plugins. If you want to stay updated about recent changes and developments I highly recommend to subscribe here: https://automaxed.com/newsletter Have great day!
    1 point
  39. Version 5.2.7.0 Yes! We just updated the browser automation plugin, fixed the browser path command and added support for chrome version 107.0.5304.88 (latest) by default! Just download the plugin again from here: https://wiki.automaxed.com/browser-automation/getting-started/plugin-installation New Plugin Version is: 5.2.7.0
    1 point
  40. Hello. Today I would like to share a very simple way of adding functionality to UBot Studio with you. There are a lot of great commandline utilities available. And you can use them from within Ubot Studio. You need a FREE plugin to do that: http://www.ubotstudio.com/forum/index.php?/topic/13798-free-plugin-advanced-shell/ This plugin allows you to execute shell commands. So you can run a command and load the results back into ubot. You can also run that shell command completely hidden from the user. Here are a couple of shells commands you could use with Ubot: http://www.sqlite.or
    1 point
  41. For anyone trying to solve a similar problem... HTTP post to a rest API in Ubot Here is how I solved it... Installed https://gitforwindows.org/ Used command line in Ubot with Advanced shell http://ubotdev.com/free-plugin-advanced-shell Did the posts via command line like this... CD C:\Program Files\Git\mingw64\bin\ curl -X POST -H "Content-type: application/json" -H "Authorization: Bearer PASSWORDGOESHERE" --data "{\"email\":\"bart@fullcontact.com\",\"twitter\":\"@bartlorang\",\"fullName\":\"Bart Lorang\"}" https://api.fullcontact.com/v3/person.enrichI hope this saves you some time if
    1 point
  42. navigate("http://www.ubotstudio.com/resources","Wait") alert($comparison($find regular expression($document text,"UBot.*?Stealth"),"!= Does not equal",""))
    1 point
×
×
  • Create New...