| Revision 146,
902 bytes
checked in by jon, 4 years ago
(diff) |
|
Adding branch for ims integration
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <meta content="text/html; charset=ISO-8859-1" |
|---|
| 5 | http-equiv="content-type"> |
|---|
| 6 | <title>Test Click</title> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | <table cellpadding="1" cellspacing="1" border="1"> |
|---|
| 10 | <tbody> |
|---|
| 11 | <tr> |
|---|
| 12 | <td rowspan="1" colspan="3">Test Click<br> |
|---|
| 13 | </td> |
|---|
| 14 | </tr> |
|---|
| 15 | <tr> |
|---|
| 16 | <td>store</td> |
|---|
| 17 | <td>base_url</td> |
|---|
| 18 | <td>'http://yourserverhere:port/baseurl'</td> |
|---|
| 19 | </tr> |
|---|
| 20 | <tr> |
|---|
| 21 | <td>store</td> |
|---|
| 22 | <td>courses_url</td> |
|---|
| 23 | <td>'${base_url}/Courses'</td> |
|---|
| 24 | </tr> |
|---|
| 25 | <tr> |
|---|
| 26 | <td>clickAndWait</td> |
|---|
| 27 | <td>//a[contains(@href, 'content_status_history')]</td> |
|---|
| 28 | <td> </td> |
|---|
| 29 | </tr> |
|---|
| 30 | <tr> |
|---|
| 31 | <td>click</td> |
|---|
| 32 | <td>//input[@value='submit']</td> |
|---|
| 33 | <td> </td> |
|---|
| 34 | </tr> |
|---|
| 35 | <tr> |
|---|
| 36 | <td>clickAndWait</td> |
|---|
| 37 | <td>//input[@value='Save']</td> |
|---|
| 38 | <td> </td> |
|---|
| 39 | </tr> |
|---|
| 40 | </tbody> |
|---|
| 41 | </table> |
|---|
| 42 | </body> |
|---|
| 43 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.