Jump to content
UBot Underground

jamesfar

Members
  • Content Count

    527
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jamesfar

  1. @Duane so this new mouse movement thing have to be executed with user logged in?
  2. How to set browser property command ? What is this mean and what should we enter on its value : navigator.appCodeName ? value ? navigator.appName ? value ? navigator.appVersion ? value ? navigator.cookieEnabled ? value ? navigator.language ? value ? navigator.onLine ? value ? navigator.platform ? value ? navigator.product ? value ? navigator.productSub ? value ? navigator.vendorSub ? value ? navigator.vendor ? value ? screen.availTop ? value ? screen.availLeft ? value ? screen.availHeight ? value ? screen.availWidth ? value ? screen.colorDepth ? value ? screen.height ? value ? screen.left
  3. i use WA and Ubot together and for me this is a combo killer.
  4. it is a bug mate ... everyone facing the same issues
  5. Hi TJ how you determine if a proxy is transparent, anonymous or elite?
  6. i got the same problem here ... hope anyone can help
  7. how about list your user agent then random it
  8. please add me : james.farret
  9. how can i delete a category in private bot bank?
  10. But that is not what i meant. I want to know the status of a checkbox. Is it already checked or unchecked. If it is already checked then bot will write its status to OK and if it is unchecked then bot will write its status to FAIL Please help
  11. How to write the node/nodes to check if a checkbox in a website page is already checked or not? Using scrape attribute? Please help
  12. if the script is not used anymore then can we delete it from private bot bank?
  13. Thanks for reply but i got new problem. Here is the situation : 1. I scrape 10 items and add it to a list 2. I run a loop based on list total on step 1 to check if an item on list step 1 contains "what i don't want" then change its value to "what i want" and get out of the loop. Else do nothing 3. I want to check if the value replacement on step 2 is succeed or failed. So I do the same step as step 1 and run loop. If i got "what i want" then set status to succeed else set status to failed. How do i have to write the code? Please help
  14. If i had a loop running 10 times and on the 3rd run i already got what i want then i want to get out of that loop. How do i write the code?
  15. the multi selection above is need to be done in a web page not in an ui area
  16. I have this code : <select name="aaa[]" multiple="multiple" style="height: 250px; width:200px;"> <option value="AP">Asia/Pacific Region</option><option value="EU">Europe</option><option value="AD">Andorra</option><option value="AE">United Arab Emirates</option><option value="AF">Afghanistan</option><option value="AG">Antigua and Barbuda</option><option value="AI">Anguilla</option><option value="AL">Albania</option><option value="AM">Armenia</option><
  17. will it works with ubot regex? it seems like different regex?
  18. what about using label and go to? so if a step failed we can use goto to tell ubot to go to the step that has label on it
×
×
  • Create New...