File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
common/src/web/locators_tests Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ < html >
2
+ < body >
3
+ < style >
4
+ .information {
5
+ background-color : white;
6
+ color : black;
7
+ padding : 10px ;
8
+ }
9
+ </ style >
10
+ < h2 > Contact Selenium</ h2 >
11
+
12
+ < form >
13
+ < input type ="radio " name ="gender " value ="m " /> Male
14
+ < input type ="radio " name ="gender " value ="f " /> Female < br >
15
+ < br >
16
+ < label for ="fname "> First name:</ label > < br >
17
+ < input class ="information " type ="text " id ="fname " name ="fname " value ="Jane "> < br > < br >
18
+ < label for ="lname "> Last name:</ label > < br >
19
+ < input class ="information " type ="text " id ="lname " name ="lname " value ="Doe "> < br > < br >
20
+ < label for ="newsletter "> Newsletter:</ label >
21
+ < input type ="checkbox " name ="newsletter " value ="1 " /> < br > < br >
22
+ < input type ="submit " value ="Submit ">
23
+ </ form >
24
+
25
+ < p > To know more about Selenium, visit the official page
26
+ < a href ="https://www.selenium.dev/ "> Selenium Official Page</ a >
27
+ </ p >
28
+
29
+ </ body >
30
+ </ html >
You can’t perform that action at this time.
0 commit comments