Jump to content
UBot Underground

How Do You Deal With Sending Forms Without Submit Buttons


Recommended Posts

You can send an enter key in type text using {ENTER} just add it to another type text like so:
 

navigate("https://www.google.com/","Wait")
type text(<name="q">,"example","Standard")
wait(0.1)
type text(<name="q">,"\{ENTER\}","Standard")
  • Like 1
Link to post
Share on other sites

That's great! Thank you!

 

Unfortunately, the type text command does not work with the particular text field and I actually input the text with the change variable command.

 

If you can post the site maybe somebody would be able to figure it out for you.

  • Like 1
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...