Skip to content

Commit 231de8c

Browse files
Minor
1 parent 1b3e759 commit 231de8c

File tree

2 files changed

+50
-49
lines changed

2 files changed

+50
-49
lines changed

EnhancedSelenese.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ When compared to [ClassicSelenese](ClassicSelenese), automation scripts with SeL
1616
# `$storedVariableName` notation
1717
This syntax enables Selenese commands and structures that evaluate their parameter(s) as Javascript to access stored variables as `$storedVariableName`. It's for
1818

19-
* `getEval` (and its auto-generated variations as per {{navAutoGeneratedSeleneseCommands}}),
20-
* `promise, storePromise`
21-
* `while...endWhile, forIterator...endForIterator, forIterable...endForIterable`
2219
* [Javascript within `<>...<>`](#javascript-within) (and its variations) and
2320
* [SelBlocksGlobal](SelBlocksGlobal) structured commands that evaluate one or both of their parameters as Javascript. The commands and their parameters that support this are
2421
<!-- this lists commands that invoke expandStoredVars|evalWithExpandedStoredVars|cascadeElseIf|isMatchingCatch|handleCommandError|loadVars|dropToLoop -->
25-
* `target` parameter of: `skipNext, gotoIf, if, elseIf, throw, catch, while, for, continue, break, return`
22+
* `target` parameter of:
23+
* `getEval` (and its auto-generated variations as per {{navAutoGeneratedSeleneseCommands}}),
24+
* `promise, storePromise`
25+
* `skipNext, gotoIf, if, elseIf, throw, catch, while, for, continue, break, return`
2626
* `value` parameter of:
27-
* `forEach, loadJsonVars, loadXmlVars`
27+
* `forEach, forIterator, forIterable, loadJsonVars, loadXmlVars`
2828
* `call` - only on right side of function parameter assignments
2929

3030
See also [SelBlocksGlobal](SelBlocksGlobal) > [Accessing stored variables](SelBlocksGlobal#accessing-stored-variables).

ThirdPartyIssues.md

+45-44
Original file line numberDiff line numberDiff line change
@@ -62,50 +62,51 @@ You can turn off any notifications at [Mozilla preferences](https://bugzilla.moz
6262
# Detailed list of issues/pull requests
6363
<!-- Use exact issue names (including typos!), or shorten them with "..." but only at the end. That eases the navigation. Keep them sorted in order of importance. -->
6464

65-
| *Issue* | *Third party* | *Reason* |
66-
| [tree.inputField's type as autocomplete fails](https://bugzilla.mozilla.org/show_bug.cgi?id=1247476) | Mozilla | Usable Clipboard And Indent |
67-
| [Selenium IDE chrome/content/formats/html.js has an incorrect regex](https://github.com/SeleniumHQ/selenium/issues/1636) | Selenium | Reliable testing |
68-
| [Selenium IDE chrome/content/formats/html.js to preserve indented...](https://github.com/SeleniumHQ/selenium/issues/1546) | Selenium | Readable test cases |
69-
| [Enable use with XHTML](https://github.com/pure/pure/pull/20) | PURE | Exporting templatedXML
70-
| [Source code highlighted, but Reference is empty](https://github.com/esdoc/esdoc/issues/222) | ESDoc | Generating developer documentation |
71-
| [Support ECMAScript 6 Template Literals](https://github.com/SeleniumHQ/selenium/issues/1662) | Selenium | Compact tests |
72-
| [Base URL Should Allow Path](https://github.com/SeleniumHQ/selenium/issues/1550) | Selenium | Practical testing and integration |
73-
| [Refactor TestCase.debugContext to have a class on its own](https://github.com/SeleniumHQ/selenium/issues/1537) | Selenium | Stable API of [SelBlocksGlobal](SelBlocksGlobal) |
74-
| [Core extensions are loaded 2x - document this, or prevent it](https://github.com/SeleniumHQ/selenium/issues/1549) | Selenium | Robust core extensions |
75-
| [verify* should show the diff](https://github.com/SeleniumHQ/selenium/issues/1538) | Selenium | Robust tests. <br>See [ExitConfirmationChecker](ExitConfirmationChecker) &gt; [Details](ExitConfirmationChecker#details) |
76-
| [Details of error reporting in user/plugin javascript](https://github.com/SeleniumHQ/selenium/pull/61) | Selenium | Productive development |
77-
| [IDE: alert() fails in a modified test case](https://github.com/SeleniumHQ/selenium/issues/1768) | Selenium | Reliable automation |
78-
| [IDE: a subsequent call to open() fails with multiprocessed Firefox (e10s)](https://github.com/SeleniumHQ/selenium/issues/1769) | Selenium | Major Firefox Compatibility |
79-
| [XPath 2.0](https://bugzilla.mozilla.org/show_bug.cgi?id=396966) | Mozilla | Robust tests.<br>(For now see <a href='https://developer.mozilla.org/en-US/docs/XPath/Functions'>supported functions</a>.) |
80-
| [Support for local .md links. Support for GitHub page-style links...](https://github.com/Thiht/markdown-viewer/pull/39) | Markdown Viewer | Offline access to documentation |
81-
| [Breakpoint triggers on code that doesn't run...](https://bugzilla.mozilla.org/show_bug.cgi?id=1051632) | Mozilla | Productive development |
82-
| [Sidebars (history, bookmarks) should not have maximum width](https://bugzilla.mozilla.org/show_bug.cgi?id=406629) | Mozilla | GUI usability |
83-
| [Allow sidebar to be selected and turned on/off independently](https://bugzilla.mozilla.org/show_bug.cgi?id=962861) | Mozilla | GUI usability |
84-
| [Support for( var value of array ) {...} loop](https://netbeans.org/bugzilla/show_bug.cgi?id=237640) | NetBeans | Cleaner code |
85-
| [ICU-based Intl.DateTimeFormat implementation...](https://bugzilla.mozilla.org/show_bug.cgi?id=852837) | Mozilla | Timestamps across timezones |
86-
| [Add support for IANA time zone names to internationalization API](https://bugzilla.mozilla.org/show_bug.cgi?id=837961) | Mozilla | Timestamps across timezones |
87-
| [Selblocks and SelBlocksGlobal](https://github.com/refactoror/SelBlocks/issues/4) | Selblocks | Joined effort |
88-
| [Report user extension/plugin error stack](https://github.com/SeleniumHQ/selenium/issues/1548) | Selenium | Debugging |
89-
| [safe_alert() fails at UI element startup in Selenium IDE](https://github.com/SeleniumHQ/selenium/issues/1535) | Selenium | Design of UI element locators |
90-
| [UI element test cases should be run even after Selenium IDE startup](https://github.com/SeleniumHQ/selenium/issues/1536) | Selenium | Design of UI element locators |
91-
| [Incorrect Error Reporting for Javascript 1.7 keywords](https://netbeans.org/bugzilla/show_bug.cgi?id=238942) | NetBeans | Simpler & robust code using 'const' keyword |
92-
| [Allow search minidialog and highlighting for multiple tabs/windows...](https://netbeans.org/bugzilla/show_bug.cgi?id=244329) | NetBeans | Code navigation |
93-
| [Code fold at indention level](https://netbeans.org/bugzilla/show_bug.cgi?id=234888) | NetBeans | Code navigation |
94-
| [Highlight NaN, Infinity and undefined](https://netbeans.org/bugzilla/show_bug.cgi?id=238121) | NetBeans | Editing |
95-
| [Show version awaiting review in detail page...](https://bugzilla.mozilla.org/show_bug.cgi?id=627808) | Mozilla | Distributing new versions<br> (Can't be voted on yet) |
96-
| [Optionally wrap long lines in the debugger](https://bugzilla.mozilla.org/show_bug.cgi?id=1108132) | Mozilla | Productive development |
97-
| [Don't collapse empty {}](https://netbeans.org/bugzilla/show_bug.cgi?id=240529) | NetBeans | Code navigation |
98-
| [JavaScript editor uses camelCase navigation even when disabled](https://netbeans.org/bugzilla/show_bug.cgi?id=238691) | NetBeans | Code navigation |
99-
| [&lt;treechildren tooltip="_child"&gt; doesn't work](https://bugzilla.mozilla.org/show_bug.cgi?id=929703) | Mozilla | Robust code |
100-
| [Allow sidebars to be different widths](https://bugzilla.mozilla.org/show_bug.cgi?id=932578) | Mozilla | Flexible testing |
101-
| ["use strict"; violations only logged at LOG level from AddonManager.jsm](https://bugzilla.mozilla.org/show_bug.cgi?id=1096135) | Mozilla | Less distracted development |
102-
| [nsTreeView and TreeView.setCellText() is either badly...](https://bugzilla.mozilla.org/show_bug.cgi?id=891774) | Mozilla | Robust SeLite Settings |
103-
| [Tree documentation: setCellText and redrawing](https://bugzilla.mozilla.org/show_bug.cgi?id=278536) | Mozilla | Robust SeLite Settings |
104-
| [console reports syntax error for valid json fetched via jquery.ajax](https://bugzilla.mozilla.org/show_bug.cgi?id=1031985) | Mozilla | Cleaner log in Browser Console |
105-
| [Support loading BOMless UTF-8 text/plain files from file: URLs](https://bugzilla.mozilla.org/show_bug.cgi?id=1071816) | Mozilla | Cleaner log in Browser Console |
106-
| [Confusing text: Be careful with old versions!...](https://bugzilla.mozilla.org/show_bug.cgi?id=1239898) | Mozilla | Clear download instructions<br> (Can't be voted on yet) |
107-
| [Regex search in any folder tree with an empty file fails](https://netbeans.org/bugzilla/show_bug.cgi?id=257897) | NetBeans | Smooth development |
108-
| [Documentation and handling of Selenium.prototype.getXYZ functions...](https://github.com/SeleniumHQ/selenium/issues/1635) | Selenium | Reliable API |
65+
| *Issue* | *Third party* | *Reason* |
66+
| [tree.inputField's type as autocomplete fails](https://bugzilla.mozilla.org/show_bug.cgi?id=1247476) | Mozilla | Usable Clipboard And Indent |
67+
| [Selenium IDE chrome/content/formats/html.js has an incorrect regex](https://github.com/SeleniumHQ/selenium/issues/1636) | Selenium | Reliable testing |
68+
| [Selenium IDE chrome/content/formats/html.js to preserve indented...](https://github.com/SeleniumHQ/selenium/issues/1546) | Selenium | Readable test cases |
69+
| [Enable use with XHTML](https://github.com/pure/pure/pull/20) | PURE | Exporting templatedXML
70+
| [Source code highlighted, but Reference is empty](https://github.com/esdoc/esdoc/issues/222) | ESDoc | Generating developer documentation |
71+
| [Support ECMAScript 6 Template Literals](https://github.com/SeleniumHQ/selenium/issues/1662) | Selenium | Compact tests |
72+
| [Base URL Should Allow Path](https://github.com/SeleniumHQ/selenium/issues/1550) | Selenium | Practical testing and integration |
73+
| [Refactor TestCase.debugContext to have a class on its own](https://github.com/SeleniumHQ/selenium/issues/1537) | Selenium | Stable API of [SelBlocksGlobal](SelBlocksGlobal) |
74+
| [Core extensions are loaded 2x - document this, or prevent it](https://github.com/SeleniumHQ/selenium/issues/1549) | Selenium | Robust core extensions |
75+
| [verify* should show the diff](https://github.com/SeleniumHQ/selenium/issues/1538) | Selenium | Robust tests. <br>See [ExitConfirmationChecker](ExitConfirmationChecker) &gt; [Details](ExitConfirmationChecker#details) |
76+
| [Details of error reporting in user/plugin javascript](https://github.com/SeleniumHQ/selenium/pull/61) | Selenium | Productive development |
77+
| [IDE: alert() fails in a modified test case](https://github.com/SeleniumHQ/selenium/issues/1768) | Selenium | Reliable automation |
78+
| [IDE: a subsequent call to open() fails with multiprocessed Firefox (e10s)](https://github.com/SeleniumHQ/selenium/issues/1769) | Selenium | Major Firefox Compatibility |
79+
| [XPath 2.0](https://bugzilla.mozilla.org/show_bug.cgi?id=396966) | Mozilla | Robust tests.<br>(For now see <a href='https://developer.mozilla.org/en-US/docs/XPath/Functions'>supported functions</a>.) |
80+
| [Support for local .md links. Support for GitHub page-style links...](https://github.com/Thiht/markdown-viewer/pull/39) | Markdown Viewer | Offline access to documentation |
81+
| [Breakpoint triggers on code that doesn't run...](https://bugzilla.mozilla.org/show_bug.cgi?id=1051632) | Mozilla | Productive development |
82+
| [Sidebars (history, bookmarks) should not have maximum width](https://bugzilla.mozilla.org/show_bug.cgi?id=406629) | Mozilla | GUI usability |
83+
| [Allow sidebar to be selected and turned on/off independently](https://bugzilla.mozilla.org/show_bug.cgi?id=962861) | Mozilla | GUI usability |
84+
| [Support for( var value of array ) {...} loop](https://netbeans.org/bugzilla/show_bug.cgi?id=237640) | NetBeans | Cleaner code |
85+
| [ICU-based Intl.DateTimeFormat implementation...](https://bugzilla.mozilla.org/show_bug.cgi?id=852837) | Mozilla | Timestamps across timezones |
86+
| [Add support for IANA time zone names to internationalization API](https://bugzilla.mozilla.org/show_bug.cgi?id=837961) | Mozilla | Timestamps across timezones |
87+
| [Selblocks and SelBlocksGlobal](https://github.com/refactoror/SelBlocks/issues/4) | Selblocks | Joined effort |
88+
| [Report user extension/plugin error stack](https://github.com/SeleniumHQ/selenium/issues/1548) | Selenium | Debugging |
89+
| [safe_alert() fails at UI element startup in Selenium IDE](https://github.com/SeleniumHQ/selenium/issues/1535) | Selenium | Design of UI element locators |
90+
| [UI element test cases should be run even after Selenium IDE startup](https://github.com/SeleniumHQ/selenium/issues/1536) | Selenium | Design of UI element locators |
91+
| [Incorrect Error Reporting for Javascript 1.7 keywords](https://netbeans.org/bugzilla/show_bug.cgi?id=238942) | NetBeans | Simpler & robust code using 'const' keyword |
92+
| [Allow search minidialog and highlighting for multiple tabs/windows...](https://netbeans.org/bugzilla/show_bug.cgi?id=244329) | NetBeans | Code navigation |
93+
| [Code fold at indention level](https://netbeans.org/bugzilla/show_bug.cgi?id=234888) | NetBeans | Code navigation |
94+
| [Highlight NaN, Infinity and undefined](https://netbeans.org/bugzilla/show_bug.cgi?id=238121) | NetBeans | Editing |
95+
| [Show version awaiting review in detail page...](https://bugzilla.mozilla.org/show_bug.cgi?id=627808) | Mozilla | Distributing new versions<br> (Can't be voted on yet) |
96+
| [Optionally wrap long lines in the debugger](https://bugzilla.mozilla.org/show_bug.cgi?id=1108132) | Mozilla | Productive development |
97+
| [Don't collapse empty {}](https://netbeans.org/bugzilla/show_bug.cgi?id=240529) | NetBeans | Code navigation |
98+
| [JavaScript editor uses camelCase navigation even when disabled](https://netbeans.org/bugzilla/show_bug.cgi?id=238691) | NetBeans | Code navigation |
99+
| [&lt;treechildren tooltip="_child"&gt; doesn't work](https://bugzilla.mozilla.org/show_bug.cgi?id=929703) | Mozilla | Robust code |
100+
| [Allow sidebars to be different widths](https://bugzilla.mozilla.org/show_bug.cgi?id=932578) | Mozilla | Flexible testing |
101+
| [JavaScript Console reports exceptions as warnings when using "use strict"](https://bugzilla.mozilla.org/show_bug.cgi?id=725468) | Mozilla | Robust development |
102+
| ["use strict"; violations only logged at LOG level from AddonManager.jsm](https://bugzilla.mozilla.org/show_bug.cgi?id=1096135) | Mozilla | Robust development |
103+
| [nsTreeView and TreeView.setCellText() is either badly...](https://bugzilla.mozilla.org/show_bug.cgi?id=891774) | Mozilla | Robust SeLite Settings |
104+
| [Tree documentation: setCellText and redrawing](https://bugzilla.mozilla.org/show_bug.cgi?id=278536) | Mozilla | Robust SeLite Settings |
105+
| [console reports syntax error for valid json fetched via jquery.ajax](https://bugzilla.mozilla.org/show_bug.cgi?id=1031985) | Mozilla | Cleaner log in Browser Console |
106+
| [Support loading BOMless UTF-8 text/plain files from file: URLs](https://bugzilla.mozilla.org/show_bug.cgi?id=1071816) | Mozilla | Cleaner log in Browser Console |
107+
| [Confusing text: Be careful with old versions!...](https://bugzilla.mozilla.org/show_bug.cgi?id=1239898) | Mozilla | Clear download instructions<br> (Can't be voted on yet) |
108+
| [Regex search in any folder tree with an empty file fails](https://netbeans.org/bugzilla/show_bug.cgi?id=257897) | NetBeans | Smooth development |
109+
| [Documentation and handling of Selenium.prototype.getXYZ functions...](https://github.com/SeleniumHQ/selenium/issues/1635) | Selenium | Reliable API |
109110
{: .table #issues}
110111

111112
<!--

0 commit comments

Comments
 (0)