Jump to content
UBot Underground

Synozeer

Fellow UBotter
  • Content Count

    15
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Synozeer

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

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

  1. Thanks, this is similar to something I was planning on making, although here's what I was looking to do. Basically, you would give UBot a "root" keyword, like "download", and then it would start with download and cycle through the alphabet and capture all the results: download a download b download c etc Once I got that working, I would add another level to it, so it would cycle like this: download aa download ab download ac etc Obviously adding 2 spaces to the end of each word in this kind of loop wouldn't work, but adding a wait time of 1 second would also do the job. With a UBot lik
  2. Thanks! That's exactly what I needed.
  3. Can anyone give me an example of this? What I'm doing is scraping related searches from Google, but because of the way I'm doing this (grabbing it from the URL), all the spaces are plusses. I want to go through my list and replace any instance of "+" to a space. I'm not sure how to implement the $replace command as I haven't found any good examples of it. Should I be replacing the "+" while scraping/adding to list, or after the complete list is created?
  4. Thanks for the confirmation crazyfix. Just posted it in the bugs section.
  5. Same here, bought UBot 2 days ago and would like to get switched to UBot Customer status.
  6. I've done some more testing and I think it might be a bug. "Send Keys Chosen" does the same thing on Yahoo - prints 3 characters for each one. Just want to confirm that I'm not the only one experiencing this.
  7. Thanks, I could have sworn I tried that, but that's what I was looking for. However, I'm getting some strange behavior. All I'm using is: (first I go to www.google.com, then) ----- Choose by Attribute name q exact match Send Keys Chosen a ----- But it's sending 3 a's. I've tried other letters and words, but it's doing each letter 3 times. "dog" comes out as "dddoooggg", "a" is "aaa" and "da" is "dddaaa". The code is simple enough, so I can't see what could be causing this. Does this happen with your script too?
  8. I'm trying to write a bot that uses the results of Google autocomplete (go to www.google.com, start typing something in the search box, and results begin to pop up). My first obstacle to this is to get UBot to actually get results to pop up. When I type in something in the Google search box by myself, I get results to pop up, but I haven't been able to get UBot to do the same. It just types letters in the box and no autocomplete results are generated. Send Keys Field Chosen says that it keeps focus on the element, but even using that resulted in the same problem. Does anyone have an idea h
×
×
  • Create New...