Jump to content
UBot Underground

[SOLVED] hit the [del] or [backspace] keys


Recommended Posts

hi,

 

i have a text box that can't be cleared via change attribute...

 

is it possible to hit the [del] or [backspace] keys somehow so i can get rid of what's in the text box before i use type text?

 

thanks!

Link to post
Share on other sites

Have you tried send keys

 

navigate("http://www.bing.com/", "Wait")

change attribute(<name="q">, "value", "Text to delete")

wait(2)

type text(<name="q">, "\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}\{BS\}", "Standard")

 

 

 

Or maybe type text {DELETE}

Link to post
Share on other sites

{BACKSPACE}

{BS}

{BKSP}

{BREAK}

{CAPSLOCK}

{DELETE}

{DEL}

{DOWN}

{END}

{ENTER}

{ESC}

{HELP}

{HOME}

{INSERT}

{INS}

{LEFT}

{NUMLOCK}

{PGDN}

{PGUP}

{PRTSC}

{RIGHT}

{SCROLLLOCK}

{TAB}

{UP}

{F1}

{F2}

{F3}

{F4}

{F5}

{F6}

{F7}

{F8}

{F9}

{F10}

{F11}

{F12}

{F13}

{F14}

{F15}

{F16}

{SHIFT}

{CONTROL}

{CTRL}

{ALT}

  • Like 1
Link to post
Share on other sites

thanks :)

 

{BACKSPACE}

{BS}

{BKSP}

{BREAK}

{CAPSLOCK}

{DELETE}

{DEL}

{DOWN}

{END}

{ENTER}

{ESC}

{HELP}

{HOME}

{INSERT}

{INS}

{LEFT}

{NUMLOCK}

{PGDN}

{PGUP}

{PRTSC}

{RIGHT}

{SCROLLLOCK}

{TAB}

{UP}

{F1}

{F2}

{F3}

{F4}

{F5}

{F6}

{F7}

{F8}

{F9}

{F10}

{F11}

{F12}

{F13}

{F14}

{F15}

{F16}

{SHIFT}

{CONTROL}

{CTRL}

{ALT}

Link to post
Share on other sites
is there a place where it lists all the sendkeys that can be used with ubot 4.0?

didnt know about the {BS}

 

JonnB had a very useful/full list which he was good enough to post up, if I remember right that was for ubot 3.5

Link to post
Share on other sites

{BACKSPACE}

{BS}

{BKSP}

{BREAK}

{CAPSLOCK}

{DELETE}

{DEL}

{DOWN}

{END}

{ENTER}

{ESC}

{HELP}

{HOME}

{INSERT}

{INS}

{LEFT}

{NUMLOCK}

{PGDN}

{PGUP}

{PRTSC}

{RIGHT}

{SCROLLLOCK}

{TAB}

{UP}

{F1}

{F2}

{F3}

{F4}

{F5}

{F6}

{F7}

{F8}

{F9}

{F10}

{F11}

{F12}

{F13}

{F14}

{F15}

{F16}

{SHIFT}

{CONTROL}

{CTRL}

{ALT}

 

thanks! working well!

Link to post
Share on other sites

Thanks for the list - very handy.

So if we want to select everything in a box, could I type text: {CTRL}{A}{DEL}

 

That would solve the OP problem :)

Link to post
Share on other sites

ah... the old three finger salute... http://ubotstudio.com/forum/public/style_emoticons/default/laugh.gif

Link to post
Share on other sites
  • 5 weeks later...

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