Jump to content
UBot Underground

motho

Members
  • Content Count

    8
  • Joined

  • Last visited

Community Reputation

0 Neutral

About motho

  • Rank
    Newbie

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    unsure
  • License
    Standard Edition

Recent Profile Visitors

1432 profile views
  1. Hi Folks Is it possible in ubot to scrape image properties? I need to get Height and Width of approx 7000 images and then filter them down to anything less than 500 x 500 pixels In firebug or chrome I can easily see the image size but I can't seem to get the uBot browser to find the image properties. An example image here http://www.selby.com.au/media/catalog/product/u/h/uhf088.jpg
  2. works great, in fact just using change attribute and using my QTY variable makes it right, don't need the $nothing Thanks!
  3. Hi folks I have a web form i need to complete to place orders. i need to: 1. Click a checkbox 2. Put a qty in a text box. Problem is after clicking the checkbox the text box defaults to one, and when I use the Type text Command it is turning 20 into 121 is there a command to clear a field before typing into it?
  4. Folks I have 5.0.6 on Windows 7 and am trying to download and save a file, really struggling to get it to work. (this is my first attempt, being a newb:) So I go right to basics with the following to save a very simple piece of text set(#sku, "test", "Global") save to file("C:\\test.txt", #sku) Nothing happens when run, no file etc, tried a few different locations with no joy. Am I fundamentally doing something wrong here or is this version very buggy. I can't seem to find links to older versions to try
  5. thanks guys! got it working, the following code, on 2 lines works type text(<id="search">, "{#sku} ", "Standard") type text(<id="search">, #sku {ENTER}, "Standard") gives error message saying there is a problem with the code
  6. Hi again I have a search box that i want ubot to fill in, to use it you need to click in the box, enter search such as 126000 then hit "enter" on the keyboard, there is no "search" or "go" button on the page for ubot to click. The code I am trying includes a windows command, as I couldn't see a browser command to hit enter is : click(<id="search">, "Left Click", "No") type text(<id="search">, #sku, "Standard") plugin command("WindowsCommands.dll", "keyboard event", "Enter", "Key Press")
  7. Thanks, your a life saver! One follow up question, why doesn't the scrape table bring in both columns?
  8. Hi Folks Totally new hear, just found Ubot Studio yesterday and purchased it almost immediately. The marketing was heavily aimed at people with zero experience in programming and that is absolutely me. i've spent a lot of time watching videos and reading the wiki's etc but I'm stumped with something that is probably dead simple. I'm trying to scrape some data out of a table on a web page. <div class="widget_w"> <div class="widget_content" id="content_widget_2" style="height: 195px; "> <table class="stats" style="height: 185px;"> <tbody> <tr class="odd">
×
×
  • Create New...