-
Content Count
87 -
Joined
-
Last visited
-
Days Won
2
dmbfan last won the day on June 11
dmbfan had the most liked content!
Community Reputation
10 GoodAbout dmbfan
-
Rank
Advanced Member
Profile Information
-
Gender
Male
-
Location
Phoenix AZ
System Specs
-
OS
Windows 10
-
Total Memory
8Gb
-
Framework
unsure
-
License
Developer Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
dmbfan started following Finish Editing All Nodes At Once?, Ubot Is Dead so what are the best alternatives?, Is Ubot Dead? Unable to connect to license server and 6 others
-
Ubot Is Dead so what are the best alternatives?
dmbfan replied to JackCrow's topic in General Discussion
A lot of bugs.. 5.9 is the only thing I can use that is halfway stable -
Is Ubot Dead? Unable to connect to license server
dmbfan replied to JackCrow's topic in General Discussion
How were you able to access the system, I am still receiving the 502 Gateway error and am wondering if there is something I need to do or clear to get in. -
Is Ubot Dead? Unable to connect to license server
dmbfan replied to JackCrow's topic in General Discussion
If development and support is indeed over, I wish they could just remove the license server check so that those who have used it for years can continue to use it. But I doubt that will ever happen -
Is Ubot Dead? Unable to connect to license server
dmbfan replied to JackCrow's topic in General Discussion
I do as well, and made some great tools with it. I am looking into Browser Automation Studio right now and trying to figure it out. It isn't as intuitive as uBot was, but seems like I might be able to do what I want with it once I learn the ins and outs. There is a free version to try it out. -
Is Ubot Dead? Unable to connect to license server
dmbfan replied to JackCrow's topic in General Discussion
I've been using it for 15 years and I think it is officially met it's demise. I put in two tickets yesterday and didn't receive a confirmation of either, let alone a response. Now my email isn't recognized by the support portal, so there is effectively no support and no way to contact them aside from this that i can see. Sucks because I just got dinged for the annual support payment 2 weeks ago. I certainly wouldn't be looking to shell out any money for the enterprise version at this point - seems there is no one working there anymore. -
Need Creative Solution To Obscure Data As Soon As A Page Loads.
dmbfan replied to dmbfan's topic in General Discussion
Thank you! Changing the visibility does the trick! I had no idea that command even existed! -
I am working on a project where a webpage loads that contains the name and other protected information of medical patients. I am trying to obscure some of the personal information so that it is not visible to the end user. What I have tried so far is adding a "wait for browser event" and selected "DOM Ready" then I use the change attribute command to change the innertext of all the sensitive elements to the word "Obscured" The process works, however there is a brief period of time where the page loads and the patient name is still visible before the attribute is changed. I have also tri
-
Ubot Studio X — You'll Have Triple The Browser Firepower.
dmbfan replied to Brutal's topic in General Discussion
Has anyone had any success getting 6.0 to run on an AWS EC2 connection? I was able to update UBot on the server, the program starts and I see the new logo screen, but UBot doesn't actually open to the point where I can edit/open bots. Just seems to hang I'll put in a ticket as well, but wanted to see if anyone has been successful with this and I am missing a step. -
Hi, I see the same thing when I try to pull it down. I have been playing with the video commands for a couple weeks now and have found that there are some uBot just can't grab at all for some reason. I have also seen situations where it will grab the video but not the sound. I put a ticket in on the issue but the result of the ticket was that it was working on their side. I just had to go out and grab another program to pull the video down from youtube. Wish I had a better answer
-
Downloaded Youtube Videos Do Not Include Sound
dmbfan replied to dmbfan's topic in General Discussion
I'll put it in. the more I played with it, there were cases where it wouldn't grab the video either. Not a huge deal, I just used a different application to pull down the ones I wanted. Thanks for the reply -
I started playing with the video features in the Bot bank this week. Specifically the Download youtube video command. I have been successful in downloading every video I have tried with the command, the issue is that some seem to include sound and video and others just video. This is a link to one that just pulls the video and not the sound: youtube.com/watch?v=D4deW5Okmr4 For the output file path, I am simply saving it to my desktop with an .mp4 file extension. I have tried a few other file extensions without success. Has anyone else experienced this and if so, were you able to ge
-
This worked for me: clear cookies set user agent("iPhone") navigate("https://www.reddit.com/login","Wait") wait for element(<username field>,"","Appear") type text(<username field>,$list item(%LoginNames,#LoopCounter),"Standard") wait for element(<password field>,"","Appear") type text(<password field>,$list item(%LoginPW,#LoopCounter),"Standard") wait for element(<class="SquareButton__content">,"","Appear") click(<class="SquareButton__content">,"Left Click","No")
-
What Bots Have You Made To Help Your Productivity?
dmbfan replied to d_Random's topic in General Discussion
Created a bot that pulls stories off our JIRA software development boards and creates planning poker games for them in a matter of seconds. Manually, it took forever! -
I have run into this scenario in the past, I've found that If I navigate to another script tab (or add a script tab and then navigate to it) and then return to the original script tab, it allows me to run the bot. Typically when I get this warning there is a command open somewhere that needs to be closed and I assume there is the possibility of losing that piece that you were working on if it isn't closed. I only use the above for those rare occasions where, for whatever reason, uBot seems to think I have a command open for editing somewhere.
-
I typically just do this: set(#Random username,$account data("Username"),"Global") I don't know if they ever repeat or the frequency at which they might.