Jump to content
UBot Underground

Delete Text From Form/cell


Recommended Posts

hi, 

need some help here

 

i am trying to make an AOL Email creator

 

my problem:

i type username and if username is not valid i want to delete it and type new one(without navigate to a new page)

navigate("https://i.aol.com/reg/signup","Wait")
wait(5)
type text(<username field>,"Username_Test1","Standard")

so,when's again if "Username_Test1" is not valid delete it and type

type text(<username field>,"Username_Test2","Standard")
Link to post
Share on other sites
navigate("https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&tn=baidu&wd=%22ubot%20studio%22&rsv_pq=884ce3480000344e&rsv_t=0b50uo%2BuDFbacXzWa6iqhQbDjvkGDvxRiAyWozrlrvwplwsejQbDuw6ERYs&rsv_enter=0&rsv_sug3=8&rsv_sug1=1&inputT=6292&rsv_sug4=7564&rsv_sug=1", "Wait")
change attribute(<(tagname="a" AND innertext="UBot Studio 5: Build Web Automation and Marketing Software")>, "target", "")
click(<(tagname="a" AND innertext="UBot Studio 5: Build Web Automation and Marketing Software")>, "Left Click", "No")

I learned this trick about more than one year ago.

  • Like 1
Link to post
Share on other sites
navigate("https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&tn=baidu&wd=%22ubot%20studio%22&rsv_pq=884ce3480000344e&rsv_t=0b50uo%2BuDFbacXzWa6iqhQbDjvkGDvxRiAyWozrlrvwplwsejQbDuw6ERYs&rsv_enter=0&rsv_sug3=8&rsv_sug1=1&inputT=6292&rsv_sug4=7564&rsv_sug=1", "Wait")
change attribute(<(tagname="a" AND innertext="UBot Studio 5: Build Web Automation and Marketing Software")>, "target", "")
click(<(tagname="a" AND innertext="UBot Studio 5: Build Web Automation and Marketing Software")>, "Left Click", "No")

I learned this trick about more than one year ago.

 

Good code ,thanks for your help

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...