Changeset 4710 for waeup/branches/ulif-layout/src
- Timestamp:
- 7 Jan 2010, 22:43:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/browser.txt
r4681 r4710 113 113 >>> print browser.contents 114 114 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 115 ...Name of Faculty... 116 ...TestFac... 117 ... 118 115 ...<h2>Faculty of TestFac (TF)</h2>... 116 ... 119 117 120 118 Modifying faculties … … 126 124 127 125 We can change the settings for a faculty by clicking on the 128 provided ' settings' link:129 130 >>> browser.getLink(' Settings').click()126 provided 'Edit settings' button: 127 128 >>> browser.getLink('Edit settings').click() 131 129 132 130 Let's set a new title and save the form: … … 146 144 changed: 147 145 148 >>> browser.getLink(' Settings').click()146 >>> browser.getLink('Edit settings').click() 149 147 >>> browser.getControl(name='form.title').value = "Blah" 150 148 >>> browser.getControl('Cancel').click()
Note: See TracChangeset for help on using the changeset viewer.