Jump to content
UBot Underground

sifuhall

Fellow UBotter
  • Content Count

    68
  • Joined

  • Last visited

Everything posted by sifuhall

  1. Yes, that is correct. In the video above, when the Facebook window resizes itself I can no longer type, click, or interact with the window.
  2. My browser changes to a size I can't use. Take a look here: https://www.loom.com/share/423d8ac1aab74ff69f5f19e6c377d6f0
  3. Updating .NET to 4.8.03752 fixed this issue for me.
  4. Here is a little more info on this. I compiled a bot using ubotstudio version 6.11 and launched it on a Windows 10 machine (amazon workspace) and the GUI did not come up. I compiled the same bot using ubotstudio version 5.9.44 and launched it on the same Windows 10 machine and the GUI came up just fine.
  5. Maybe you need a different version of the Microsoft C++ files? What version of UbotStudio are you using?
  6. Is there are quick way to count the number of times a particular element appears on a page? For example count how many times a textarea with a placeholder that matches the wildcard expression "* please reply here"?
  7. I've never needed to use the scroll wheel in ubot studio before but now I have a few pages that are so large it would be helpful. Is it something wrong with my setup that makes the scroll wheel on my mouse not work inside my bots from ubotstudio?
  8. That explains it. To return the correct URL it must be in the same scope. Thank you.
  9. I'm opening a new browser window with the in new browser command and I would like to return the URL. However the $URL function returns the url of the main browser. How can I get the url of the other browser?
  10. using ubot v4 is there any way to control the location of ubot compiled bot when it launches? I would like it to start in the center of the screen but it seems to be to far to the right so the first thing I do is drag it to the center
  11. Thanks for all the help. I've uninstalled and reinstalled with no luck but I will continue to troubleshoot.
  12. It works from my browsers (FF, Chrome, IE) but from inside Ubot Studio (ver 4) it doesn't work for me. I did a desktop recording in hopes that would help. http://youtu.be/k7RyfRvXreM
  13. Another clue maybe? If I go to: http://www.jwplayer.com/ inside Ubotstudio and manually click the play button it still tries to download the file with the Save As dialog?
  14. Thanks for the reply. I must still be doing something wrong because I still get a "Save As" popup. Here is a screenshot of the button I'm trying to click. And here is my code: And if I view the code it is: click(<image="___IMAGE___0___IMAGE___">, "Left Click", "No")
  15. I haven't had a reason to script a bot that uses flash until now and I'm having a bit of difficulty. I'm trying to click the start button to play a video and the player is JWPlayer (flash, I believe). What's happening is my bot tries to download the video instead of playing it. Have any of the bot super developers here encountered this? Any suggestions for how to start a video in JWPlayer?
  16. Well that's one on me! Turns out Dropbox does have revisions and I was able to get my code back! Thank you for posting this!
  17. I just lost a large portion of a bot I have been working on for about week. :-( Thanks for the info about Google Drive. I have been using Dropbox but didn't pay extra for the file revision. I'll create a new folder to save my bots on with Google Drive
  18. 502 Bad Gateway error? I'm getting the same.
  19. Thanks for sharing that! In my case I loaded the vars into a list and passed the index as the variable
  20. I'm inserting a record into a database. The record has 2 date fields and they get inserted correctly, however I get this error message after the insert. Any ideas?
  21. Thanks. I had to get a bit creative but that works!
  22. Trying to pass parameters in the UI HTML. Works great without parameters. For example, this works: <input type=\"button\" value=\"button\" onclick=\"ubot.runScript('loadMain()')\"> But this does not <input type=\"button\" value=\"button\" onclick=\"ubot.runScript('loadMain(\"http://www.google.com\")')\">
×
×
  • Create New...