CodeSolved

A comprehensive source of programming questions and exercises

Automatic Submission of Sign Up Form

Practice Easy 1817/ Download 54 Views New

Write a program that automatically fill and send the form below with random information

Help: You can use selenium


<! HTML DOCTYPE>
<html lang = "FA">
<Head>
<meta charst = "UTF-8">
<title> Registration Form </ taitle>
</hread>
<body>
<h2> Registration form </h2>
<Form id = "Signup-Form" action = "submit.html" method = "post">
<label for = "name"> Name: </Label>
<input type = "Text" id = "name" name = "name" Required> <br> <br>

<label for = "Email"> Email: </Label>
<input type = "email" id = "email" name = "Email" Required> <br> <br>

<label for = "password"> Password: </Label>
<input type = "password" id = "password" name = "password" Required> <br> <br>

<label for = "confirm-password"> Repeat Password: </Label>
<input type = "password" id = "confirm-password" name = "confirm-password" Required> <br> <br>

<Button Type = "Submit"> Registration </ Button>
</rem>
</body>
</tml>

0 Answers

Submit answer

Submitting answers is currently unavailable.

×
×
Close