Jump to content
UBot Underground

stanf

Fellow UBotter
  • Content Count

    571
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by stanf

  1. Using the UBot browser, select the button You want value = submit
  2. the reason i asked. the button is pretty straight foward
  3. the only button i see is the download button. is there one that i am missing?
  4. without knowing the page you are working on. my first move would be change the don't delete command in your add list to list to delete. just to make sure you aren't duplicating things
  5. is one drive the only way to get this?
  6. Different plugins for different jobs. I personaly own just about all of them. My suggestion is to get a copy of UBot launcher. It makes keeping the system lean and tight
  7. What I like to do is attempt to isolate the block of code that the data resides in, and scrape that block of code in to s list and then work on each individual block. This helps avoiding a case where what you are scraping may have a flaw I.e. Everyone has an address except one. If you just scrape name to one list and address to another list and one doesn't have an address your scrape will be flawed. ---- I used to dig in and attempt to do it by Regex witch is a major pain, but since Dan put out his xpath plugin for UBot browser the job has become a lot easier----- Just my thoughts
  8. got a question insomnia. I still had the problem, so i started ubot with "ubot launcher" and shut down 5 or 6 plugins that i new i would not need, and can compile now with no problem. with four gigs ram, could it be that 68 plugins installed at one shot is just too many?
  9. HELP every now and then i get the "requested entity to large" error when trying to compile something, That normally means uninstalling everything and reinstalling every thing., the problem is i think i have every plugin know to ubot ( better to have a tool you don't need at the moment than to moment when you don't have the tool you need). my problem is installing everything one at a time is a hassle. how do the pros do it?
  10. select compile under developer options look at additional options
  11. let go seth, i only get so many weekend hours to work!!!! time is money
  12. here you go you are going to need the large data plugin ( i think its free) @ pash thanks for the regex p.s thanx for the update to advanced video yestrday the answer.ubot
  13. quick question are you useing the large data plugin when creating your table?
  14. no dan the problem was a i made a large table 1000 rows by 40 c0llums but only ended up with only 600 rows of data. i wanted to save a csv file with only 600 rows. i removed all empty rows but i had to use create table from text/return large table csv(large table name,starting row =0, last table row = (total table rows)
  15. never mind. its been a while since i ran uboy ran ubot table from csv (return large table csv) and that did except a variable. ////////////////////////////////////////////////////////// i got a large table question. I understand when making large tables on the fly you need to make them large to handle an unknown amount of data. when your done, run the remove empty large table rows to clean up the large table. now i need to feed the non empty rows back into a ubot table. how do you get the number of the last row? the return large data table wont read a variable.
  16. its not the name attribute that you want. each spot has a attribute called tabindex navigate("mail.com","Wait") wait for element($element offset(<login link>,3),"","Appear") click(<id="login-button">,"Left Click","No") wait for element(<class="welcome-box">,"","Appear") click(<innertext="Sign up ">,"Left Click","No") wait for element(<tabindex=1>,"","Appear") type text(<tabindex=1>,"first name","Standard")
  17. any one play with bluestacks?
  18. thanx sunny it was right there in front of me i just had to make one change though, the last two clicks are 1.mouse down 2. mouse up
  19. that wont work, when this is run in another window the mouse wont line up properly
  20. I'm having trouble changing the gender and birthday drop downs. I've used change attribute ( change drop down doesn't work), id = "the id shown" and role = option and innertext = wildcard. it changes the drop down but when i click submit it fails , it comes back "these can not be left blank "
  21. hi all, i'm reworking a gmail bot and i am having an issue with the pages alert text (ie: you cant leave this blank.....that user name allready exist). because the elemtns are always constant , just not always displayed, when i do an if exelement exist it allways does. any ideas?
  22. hello, and welcome to the group. if you can afford the buy in, get it. don't worry about the need for a tutor, between youtube and just posting a question or two in the forum you will get your feet wet pretty quick. good luck and welcome
×
×
  • Create New...