Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
HEAD
/
.
/
common
/
src
/
web
/
single_text_input.html
blob: 8c29fb15699ff9970937aed3d5abe36082bccabe [
file
] [
log
] [
blame
]
<html>
<head>
<title>
BasicKeyboardInterfaceTest
</title>
</head>
<body>
<form
action
=
"#"
>
<input
type
=
"text"
id
=
"textInput"
autofocus
/>
</form>
</body>
</html>