Forms & Buttons Text Input Copy python page.fill("#email", "test@example.com") page.keyboard.press("Tab") Mouse Actions Copy python page.get_by_role("button").hover() page.get_by_text("Submit").click(click_count=2) Previous LessonNext Lesson