open |
jquery/example_4_display_type_alert_one.html |
|
click |
css=input[type="submit"] |
|
verifyAlert |
Please enter your favourite Russian author. |
|
select |
name=russian_authors |
label=Gorky |
click |
css=input[type="submit"] |
|
verifyAlert |
Please select your favourite Japanese authors |
|
addSelection |
name=japanese_authors |
label=Yukio Mishima |
addSelection |
name=japanese_authors |
label=Haruki Murakami |
click |
css=input[type="submit"] |
|
verifyAlert |
How many books do you read a year? |
|
click |
//input[@name='num_books_per_year' and @value=0] |
|
click |
css=input[type="submit"] |
|
verifyAlert |
How come you don't read any books? |
|
type |
name=no_reading_reason |
I am a lazy boy |
click |
css=input[type="submit"] |
|
verifyAlert |
The form validates! (normally, it would submit the form here). |
|
click |
//input[@name='num_books_per_year' and @value=2] |
|
click |
css=input[type="submit"] |
|
verifyAlert |
The form validates! (normally, it would submit the form here). |
|