| TestBasic | ||
| open | chrome://selenium-ide/content/tests/functional/startRecording.html | |
| open | chrome://selenium-ide/content/tests/functional/aut/search.html | |
| clickAndWait | //img[contains(@src,'chrome://selenium-ide/content/selenium-core/selenium-logo.png')] | |
| pause | 500 | |
| clickAndWait | //img[@alt='Selenium logo'] | |
| clickAndWait | //img[@title='Selenium logo (title)'] | |
| clickAndWait | link=link with onclick attribute | |
| click | tab1 | |
| click | tab2 | |
| type | q | hello |
| type | comment | hello next line another line |
| select | num | label=20 |
| clickAndWait | search | |
| open | chrome://selenium-ide/content/tests/functional/verifyCommands.html#TestBasic.html | |
| waitForText | result | regexp:.+ |
| assertText | result | Success |