Revision: 53a8ffe8492c
Author: Pekka Klärck
Date: Tue May 8 02:30:50 2012
Log: very minor doc enhancements
http://code.google.com/p/robotframework-seleniumlibrary/source/detail?r=53a8ffe8492c
Modified:
/src/SeleniumLibrary/javascript.py
=======================================
--- /src/SeleniumLibrary/javascript.py Fri Apr 29 02:35:50 2011
+++ /src/SeleniumLibrary/javascript.py Tue May 8 02:30:50 2012
@@ -38,7 +38,7 @@
Use `window` to refer to the window of your application, e.g.
`window.document.getElementById('foo')`.
- Example:
+ Examples:
| Execute JavaScript | window.my_js_function('arg1', 'arg2') |
| Execute JavaScript | ${CURDIR}/js_to_execute.js |
"""
@@ -98,7 +98,6 @@
confirmation dialog to be shown.
Examples:
-
| Click Button | Send | # Shows a confirmation dialog |
| ${message}= | Confirm Action | # Chooses Ok |
| Should Be Equal | ${message} | Are your sure? |