Jump to content
UBot Underground

ibotubot

Fellow UBotter
  • Content Count

    88
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ibotubot

  1. I saved it now and as long as I did not go back to code view it seems to have finally stuck.
  2. I am trying to just dynamically populate the id/class to scrape based on the variable input - It looks correct in Node view, but when I run it does not worl - I switch to code view and have to always fix it, but then when I immediately run from there it does work. Any ideas? Thanks!
  3. Anybody? Alternatively I guess we just make one bot with all defined in it and then always import that as needed (or break it into categories)
  4. Not seeing this either. I am trying to add a new command to the bot bank but no way to actually save it
  5. Reason I am asking is that I want to do a few simple Google API connects, simple because not much is posted and the JSON object that is returned will either be converted directly or just stored. As I have not hear back from aymen for an email I sent regarding the http plugin I might check out exbrowser just for that reason for now. By the way tried to PM you my question yesterday, but your inbos here was full so I posted here.
  6. Thanks Dan. If I wanted to do a basic HTTP Post which returns a json object would that be something I could also do with exbrowser? Thx
  7. Hi Dan, I tried joining the FB Group, but cannot see the http plugin tutorial videos. Could you share a link for that? Thanks !
  8. Reading here about SSL issues with certain sites, but there supposedly is a fix. Can anybody confirm if they can use this to access Google APIs(does not really matter which service at this point) without any issues? Thanks
  9. Thanks for the reply, might just get it and try rather than researching if I can do what I want. Basically looking to connect to various APIs so was leaning towards the http plugin but exbrowser looks pretty good.
  10. Duh... Thanks man ! I am still debugging it to see it run through a whole process, but need it to just skip and continue its task for now as I can check and modify later.
  11. Hi all, I looked but could not find any new info on this. Basically I want to ignore errors so ubot just continues to the next page instead of stopping the bot with an error message, Thanks!
  12. Any sales planned in the near future? Still working trough your videos to see if I can accomplish everything as needed
  13. You should share the plugin here. I'd be interested in a few test credits to try out your plugin. Do you also do the image captchas?
  14. Thanks , for some reason just saw this now. I tried it with jquery before, totally missed on the internal functionality.The site I am working with has it set up differently, but I am just experimenting with simply replacing the destination with "" seeing if it still counts the click on it.
  15. Hi guys, I need to click a link and normally in Chrome it just opens a new tab, but in Ubot its the same tab. While I can go back with JS this is not really ideal (proxies and all). I there a way to click a link and have it open in a new tab? Tried with jquery but could not make it work. I know I can scrape the URL and open in new browser, but I need the click to happen so that solution does not work here. Thanks
  16. Hi, Can I use it to launch win app and then click some stuff, wait for it to do its job, go back to ubot run through a loop , then go back to win app etc..? THx
  17. Still getting this error now for some reason. The scraping worked earlier and now it just produces this error
  18. Ok just needed that input. Solved Given the regex all I needed to do is loop through by list total (my ids), then just add each id to the variable with "|" and thats all : Thanks !
  19. Thanks Nick, will give it a try later. Did not think of using regex properly, so thanks for the reminder here.
  20. Hi all, Question , I am trying to click a button using offsets. So lets say there is a delete button and they are all 100% the same so I am using element offset. - I have scraped how many buttons are on the page - I have a list of ids that are not allowed to match the offset -->Example --> Let's say there are 20 buttons (this always varies) --> My List with ID contains 0,5,8,12,18 (this also varies so a hardcoded else if will be getting quite long) How do I click on all DELETE buttons except (0,5,8,12,18) ? I know I could do as many else if as i have IDs in my list , but tha
  21. Is this still working for those 20x grids where you need to keep clicking until all are gone? I cannot figure out how to prevent them from showing so would at least like a solid solution to solve them
  22. When I try to compile now it returns a 404 error, remote server not found ....
  23. Hi all, Basically, I want to take a screenshot of the full browser so that I can see what is at the bottom of the page without scrolling. Right now it takes the image based on where on the page I am located at, but I need to always get the image of the full page. I did not see a real solution posted so was hoping someone here had any idea. Thanks,
×
×
  • Create New...