Jump to content
UBot Underground

Fill in a search box that has no "go" button?


Recommended Posts

Hi again

 

I have a search box that i want ubot to fill in, to use it you need to click in the box, enter search such as 126000 then hit "enter" on the keyboard, there is no "search" or "go" button on the page for ubot to click.

 

The code I am trying includes a windows command, as I couldn't see a browser command to hit enter is :

 

click(<id="search">"Left Click""No")
type text(<id="search">#sku"Standard")
plugin command("WindowsCommands.dll""keyboard event""Enter""Key Press")

 

 

Link to post
Share on other sites

thanks guys! got it working, the following code, on 2 lines works

 

type text(<id="search">, "{#sku}
"
, "Standard")

 

 

type text(<id="search">#sku {ENTER}"Standard") gives error message saying there is a problem with the code

 

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