Jump to content
UBot Underground

InfernusDoleo

Fellow UBotter
  • Content Count

    14
  • Joined

  • Last visited

Community Reputation

0 Neutral

About InfernusDoleo

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Even worse, is often when I use ctrl-space to edit a node, it glitches and does not work correctly. Example - here is a node, unedited: Here is a node if I right click and edit it: And heres what happens sometimes when I select the node, and hit ctrl-space to edit it: Yep - its in "edit" mode as seen by Ok and Cancel - but I can't exactly EDIT it if the box does not expand. I hope to one day soon get back to fluency and just coding in the code window, but for now I need to use the nodes to refresh myself, and having to grab the mouse to right click when I need to make a ch
  2. Scratch that - I dont appear to have any open. But - its telling me I do. Is there a way to fix that? If I save it and re-open it will I lose changes?
  3. Often when editing, I'll edit a few nodes to see their exact contents, but forget to close them. Then, I try to run my script and it won't - nodes are still being edited. But I've no idea where without expanding the node window and scrolling through the whole thing. Is there a way to finish editing/close all open nodes at once?
  4. Awesome, thank you. Edit: Nevermind, ctrl-space is worthless. See my post below.
  5. Yeah I guess I'll have to go that route. It does appear that wait for element is waiting for the entire page to load before checking. Making my own check loop will avoid that. Thanks.
  6. I cannot find this anywhere - is there a hotkey to edit a node? I often need to make changes, yet, I have to right click the node, then hit Edit - major hassle for someone who's faster with a keyboard than he is switching back and forth to a mouse. I bought Ubot studio years ago when 4.2.something was the current release, and just yesterday re-subscribed and upgraded. Not having used it for years I'm totally rusty on the command syntax, so I'm using the nodes for now. The right click to edit is killing me. Any solutions?
  7. Quick question regarding wait for element. I'm doing some scripting on a webpage which, after the page loads, some javascript fires off that loads some additional information. Basically - the page loads, then after the page (and the elements I need are available) is loaded, some ajax calls are made that, using your IP address, loads some extra data to the page. I do not need to wait for all the extra ajax calls to run for me to act on the page, yet, even though I am using 'wait for element' to wait for the page to load the button I need, the script is not continuing until all of the extra ja
  8. Nevermind. Found it. Scrape the URLs. Man, its been a while.
  9. I'd like to write a script that will go to ebay, run a search, and then click on (and pull info from) each item that shows on the search page. I havent used ubot in about 2 years (bought it back then, just upgraded it today) so I'm getting back into the swing of things. I had some compliacted scripts for user account generation, however, I've never had to take a "random" list of URLs on a page and manipulate them. Anyone know of a starting point, or a command to use to get a list of the links? Or a way to accurately step through them? Once the link is clicked, I can manage the rest - tha
  10. Unless I'm misunderstanding you - yes. Here's what I'm doing... I have a script that fires off and pulls up a webpage, and it navigates to the account sign up page. It then opens a subwindow to MY page that provides the account info (I dont use the internal account info as I need a REAL shipping address - I have a script that scrapes those from real estate websites). It scrapes the data, and pastes it into the account page and submits it. All works fine. When I press play to run the script again, the sub window opens with the same data in it, like it was showing the cached version, and n
  11. I'm loading a sub window to pull data from my own web site (it pulls data from a database then puts it in a form so I can scrape the data). However, every time I run the script, the sub window doesnt refresh, it just shows what it loaded the first time. When I try to javascript a location.reload() it's refreshing the MAIN window, not the sub window. How can I force that sub window to reload every time it's called?
  12. Riiiight... I know choose by. Got that. I said I cannot find SCRAPE CHOSEN ATTRIBUTE anywhere in the Set paramaters... And as for the PHP scripts, I already said in the OP that I've already DONE that. I was wondering if there was a way uBot interfaced directly with MySQL.
  13. Where do I find scrape chosen? I dont see that anywhere in the set Paramaters... As for #3 I've absolutely no idea what you're talking about.
  14. So, first, my apologies for posting something I SHOULD be able to find elsewhere. But 20 minutes of google and forum searching has come up with nothing, so here it is... First: How do I take text from a text field form, and copy it to a variable? I've looked and looked, and I cant find anything to do it... Second: I've used iMmacros before, and you can open multiple tabs (not for bots, but browser windows) and switch between. I have NOT searched on how to do this yet, figured I'd ask as long as I'm posting. Third: Maybe there's a better solution, so here's what I'm doing and maybe I can
×
×
  • Create New...