page_fill
Fill a specific input field on the current browser tab using a CSS selector, set its value with text (React-inclusive change event), and optionally submit with Enter.
Instructions
입력칸에 글을 넣는다. React 같은 곳에서도 먹도록 값 변경을 알린다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nth | No | 여럿일 때 몇 번째인지 (1부터) | |
| page | No | 어느 탭인지 — 주소나 제목의 일부 (탭이 둘 이상일 때만 필요) | |
| text | Yes | ||
| submit | No | 넣고 Enter 까지 (기본 false) | |
| selector | Yes |