Jump to content
UBot Underground

uRobot

Fellow UBotter
  • Content Count

    34
  • Joined

  • Last visited

Community Reputation

1 Neutral

About uRobot

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

1927 profile views
  1. Sorry, I have not used urobot for around 5months now... I am just going back because my old .exe bot is no longer working due to this exbrowser problem.. I just opened my ubot again after 5months... can you help me how do I make it run the portable chrome? I have the portable chrome on a windows server 2012 r2... and my ubot is installed in a windows 10... (no portable chrome)
  2. hello, how do you guys use the portable chrome? I have a compiled bot that is in .exe already... does it mean I have to re-compile my .ubot and make it run a portable chrome?
  3. Hi pash, sorry but I cannot post my full code. but I can emphasize it a little bit more. I have created a small script that will type (exbrowser) into a website... from a UI from file... (example: code.txt) and like I said... everything is okay until... ubot does not read this: <a href='/{$account data("Username")}.html'> basically this is supposed to be: www.mydomain.com/username.html that is generated via UBOT... but instead it parses as www.mydomain.com/{$account data("Username")}.html and this: <a href='/{$account data("Username")}.html'> is in my c
  4. I am trying to load a code from code.txt and everything works... except this part: <a href='/{$account data("Username")}.html'> basically this is supposed to be: www.mydomain.com/username.html that is generated via UBOT... but instead it parses as www.mydomain.com/{$account data("Username")}.html How do I fix this please??
  5. I am trying to load a code from code.txt and everything works... except this part: <a href='/{$account data("Username")}.html'> basically this is supposed to be: www.mydomain.com/username.html that is generated via UBOT... but instead it parses as www.mydomain.com/{$account data("Username")}.html How do I fix this please??
  6. Hi deliter, I am not scraping... i am trying to put html code from notepad into a website...
  7. Hello, I am trying to paste an html code into a text area... (around 2000+ lines)... at first I tried copy to clipboard and send special keys (CTRL+V) using exbrowser... and it work just fine... (FOR SINGLE THREAD)... but I started having problem with MULTI-THREAD... (is it possible to do local on copy to clipboard????) the problem is... that each thread is supposed to have a UNIQUE HTML CODE... but since copy to clipboard is pretty much pressing CTRL+C to copy... and CTRL+V to paste... one or two threads gets a SIMILAR HTML CODE from time to time... especially if I increase the th
  8. Hello, I am using exbrowser + xpath builder pro... and I can't seem to get the right expression to cleartextbox. so I am wondering if the textbox area is on an iframe (went to check the source code) and it seems like it is on an iframe. I saw that exbrowser have a command switch to frame/iframe, but I could not find a video or documentation on how to use it. I had some help from TJ, to find all iframes of the page so I found 6 iframes... and i tried all of them: x:(//iframe)[1] x:(//iframe)[2] and etc... let's just say i switched to the correct iframe.. how do I grab/create the
  9. Hey Nick, I am not copy/pasting just yet... I am not able to create a correct xpath of a text box area that I wanted to clear... (been trying for a couple of hours now)... it just won't clear the box... so I am trying a different approach. clicking on the box and selecting all (ctrl+a) and {DEL} to completely clear the box and clicking on the box again and start typing from a variable.
  10. it means webot... plural of you..
  11. hello guys.. i am using exbrowser and launching chrome... how do I close this leave this site dialog? http://image.prntscr.com/image/44a43f9e0b3445a7abc69c4bbba5c627.png i have this and it does not seem to work? if($plugin function("ExBrowser.dll", "$ExBrowser Element Exist", "x://a[contains(text(), \\\'leave this site\\\')]")) { then { plugin command("ExBrowser.dll", "ExBrowser Confirm Dialog") } else { } i am also using this but the popups still appears plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin fu
  12. I got this: if($comparison($plugin function("ExBrowser.dll", "$ExBrowser Element Exist", "x://div[contains(text(),\"successfully\")]"),"!= Does not equal",$true)) { then { } else { } } wait($rand(1,3)) Is there a command/function to jump into a certain node? if the text "successfully" does not come up?
  13. @op where you able to find a solution? @alcr what do you mean by preferences? @all I am well aware this is a 6year old thread... and I am having the same problem... that is why I search via google and via ubotstudio to solve my own problem... this thread is all i found... can you guys suggest how to deal with this? I am thinking of - if element does not appear jump/go to a certain node... but I have no idea how to do this...
×
×
  • Create New...