Jump to content
UBot Underground

uRobot

Fellow UBotter
  • Content Count

    34
  • Joined

  • Last visited

Everything posted by uRobot

  1. I am trying to scrape from a website... here is my code: save to file("C:\\Desktop\\testing.txt",$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "x://div[@class=\"whatever"]")) this code works fine... but it only writes one line or only save "whatever" into one line... and whenever whatever2 appears it "OVERWRITES" the whatever1 I have this whole thing on a loop... and the "whatever" changes everytime... so I wanted to have whatever1 whatever2 whatever3 whatever4 whatever5 on my testing.txt but right now... my code works like this: first loop: my testin
  2. thanks TJ, I was actually trying to increment that x:(//label[contains(text(),"Not applicable")])[1] For those guys who might need it: here's what I got from Dan: plugin command("ExBrowser.dll", "ExBrowser Click", "x:(//a)[{#counter}]") just set the variable and there it goes... Thanks Dan and Tj
  3. @op where you able to do it? I do not mean to jack your thread... but... Dan, Can you please elaborate a little bit more about your tip? i tried it and it only clicks the corresponding number... I also have it on a loop... but then again... the button that keeps getting clicked is the number inside [number_here] I also do not think it is possible to put the [number_here] into a variable and increment it... on each loop... please help... i am running out of hair... been pulling them all day long...
  4. hello, is there a specific reason... why my ExBrowser Launcher sometimes does not open a browser? actually I would say most of the time... ******************************* nevermind... i had to add cleanup and it fixes everything...
  5. I just purchased this plugin... I sent an email to support just a couple hours ago... do you guys have a private forum where consumers directly communicate with staff and not a public one like this?
  6. Deliter, the don't delete works perfectly.... it can now scrape all the totalElements... Do you have any idea on my second issue? it jumps from button 1 to 3... here is a short video clip of it... http://sendvid.com/kym3vggp it clicks on the first button... but jumps on the 3rd one... the rest are all good though... it just skips the 2nd button..
  7. Hello, Is it possible in ubot to temporarily "NOT" execute a part of a script? for example, I do not want to execute CLEAR COOKIES when I am running the test script...
  8. Hi Deliter, Thank you so much for a very fast response. I do have your sets of plugin, but I do not know how to use it. (LOL). I have it on tools>plugins> your plugins CHECKED. Anyway, I have tried your code above and it seems to be working but with a couple of hiccups. 1st, the total elements scraped is only 1 item... I have tried to select the element again and it can really just scrape 1 item for %totalElements so when I tried to play (step) the program... it continues to loop... even though there are only 30 butttons. 2nd, for some weird reason it skips the second button. t
  9. Hello, I am trying to put an offset number into a variable and loop it.... (sorry i may not being clear but here's what I wanted to do): here is a screenshot of a blogger dashboard... http://image.prntscr.com/image/ee6653607e384af3a59b162ca3c2a739.png I basically wanted to create a bot to click on those "MORE OPTIONS" that is being pointed on the screenshot... I wanted the bot to click on the first one... and the second one and so on... so... as long as the button exists... I want the bot to loop as long as the button exists... here is the button element: <button class="blogg
×
×
  • Create New...