Jump to content
UBot Underground

How to search a field?


Recommended Posts

Hi folks,

 

as i m new to the ubot development so need bit help from you guys!.. What i want to do is , search the whole page for specific fields n if found then puts certian text for example.

search(username)or(Ulogin) etc

if found

type abce45

else

.......

 

thanks in advance..

Link to post
Share on other sites

if you searching if text is visible on page

 

use

 

if($search page "text to look for")

than do something

else nothing

 

 

If your wanting to see if a input area exists

 

use

 

if($exists "input name or id")

than do somethings

else nothing

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...