8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
GO https://company.com/contact
|
|
WAIT `form#contact` 10
|
|
TYPE "John Smith"
|
|
PRESS Tab
|
|
TYPE "john@email.com"
|
|
PRESS Tab
|
|
TYPE "Need help with my order"
|
|
CLICK `button[type="submit"]` |