Jump to content
UBot Underground

select all on a dropdown box?


Recommended Posts

tried searching for this but no luck... or my eyes are too tired to see :(

 

if i have a dropdown box... how do i select all the options?

 

manually, we can achieve this by:

- click an element on the dropdown

- type CTRL A

 

or

- click an element on the dropdown

- hold SHIFT

- click the last element on the dropdown

 

 

i tried this in ubot:

		    click(<name="aprogid[]">, "Left Click", "No")
		    plugin command("WindowsCommands.dll", "keyboard event", "Control", "Key Press")
		    type text(<name="aprogid[]">, "\{CTRL\}\{A\}", "Standard")

 

saw this as well but don't know how to use it:

http://www.ubotstudio.com/forum/index.php?/topic/8149-how-to-hit-enter-not-new-line-with-javascript/#entry41715

 

 

Thanks for the 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...