mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 08:40:32 -06:00
Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Zach Bloomquist <github@chary.us>
5 lines
72 B
HTML
5 lines
72 B
HTML
<input />
|
|
<script>
|
|
document.querySelector('input').focus();
|
|
</script>
|