Skip to content

Commit 2e5c81c

Browse files
Renamed SeleniumIDE to SeleniumIDEtips.
1 parent 351845c commit 2e5c81c

9 files changed

+12
-12
lines changed

AboutDocumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: default
88
# Scope
99
We document only what is not self-explanatory. We describe the mainstream use cases, handled in the most common ways. For more information see [PackagedScripts](PackagedScripts) or the source code. Then you can experiment.
1010

11-
SeLite doesn't cover general functionality of related technologies (see also [ReportingIssues](ReportingIssues) > [Support scope](ReportingIssues#support-scope)). If it elaborates on them, it's only if they are not clear or obvious from their original documentation source, or where SeLite modifies their features. Such notes and some references to third party documentation are at [SeleniumIDE](SeleniumIDE), [DevelopmentTools](DevelopmentTools), [JavascriptEssential](JavascriptEssential), [JavascriptComplex](JavascriptComplex) and [InstallFromSource](InstallFromSource).
11+
SeLite doesn't cover general functionality of related technologies (see also [ReportingIssues](ReportingIssues) > [Support scope](ReportingIssues#support-scope)). If it elaborates on them, it's only if they are not clear or obvious from their original documentation source, or where SeLite modifies their features. Such notes and some references to third party documentation are at [SeleniumIDEtips](SeleniumIDEtips), [DevelopmentTools](DevelopmentTools), [JavascriptEssential](JavascriptEssential), [JavascriptComplex](JavascriptComplex) and [InstallFromSource](InstallFromSource).
1212

1313
Implementation is mostly documented by source comments. Detailed descriptions of Selenese [commands][command] are in reference files. You can find them
1414

Bootstrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you modify any one file that is registered with Bootstrap (while using Seleni
2323

2424
Apply [JavascriptEssential](JavascriptEssential), especially sections [Strict Javascript](JavascriptEssential#strict-javascript) and [Prevent name conflicts](JavascriptEssential#prevent-name-conflicts).
2525

26-
It works only in standalone Selenium IDE, but not in [auxiliary Selenium IDEs inside browser](SeleniumIDE#auxiliary-selenium-ides-inside-browser) (neither in Selenium IDE in browser sidebar).
26+
It works only in standalone Selenium IDE, but not in [auxiliary Selenium IDEs inside browser](SeleniumIDEtips#auxiliary-selenium-ides-inside-browser) (neither in Selenium IDE in browser sidebar).
2727

2828
# Limitations #
2929

Components.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To get the latest releases, use the `download` links below for recent releases.
8383
</td>
8484
</tr>
8585
<tr>
86-
<td> <a href='SeleniumIDE#clipboard-and-indent'>Clipboard And Indent</a> </td>
86+
<td> <a href='SeleniumIDEtips#clipboard-and-indent'>Clipboard And Indent</a> </td>
8787
<td> <a href='https://addons.mozilla.org/en-US/firefox/addon/selite-clipboard-and-indent/'>info</a> </td>
8888
<td> <a href='https://addons.mozilla.org/en-US/firefox/addon/selite-clipboard-and-indent/versions'>download</a> </td>
8989
<td> <ul>
@@ -169,7 +169,7 @@ To get the latest releases, use the `download` links below for recent releases.
169169
</td>
170170
</tr>
171171
<tr>
172-
<td> <a href='SeleniumIDE#hands-on-gui'>Hands-on GUI</a> </td>
172+
<td> <a href='SeleniumIDEtips#hands-on-gui'>Hands-on GUI</a> </td>
173173
<td> <a href='https://addons.mozilla.org/en-US/firefox/addon/selite-hands-on-gui/'>info</a> </td>
174174
<td> <a href='https://addons.mozilla.org/en-US/firefox/addon/selite-hands-on-gui/versions/'>download</a> </td>
175175
<td>
@@ -313,4 +313,4 @@ To get the latest releases, use the `download` links below for recent releases.
313313
If you're eager to use the development versions, apply [InstallFromSource](InstallFromSource). That may be faster than downloading components one by one. Additionally, the source contains [PackagedScripts](PackagedScripts), which serve as active documentation. If you use a [GIT client](http://git-scm.com/downloads), it gives you easy access to future development versions.
314314

315315
# Extra
316-
Additionally, get [AddOnsThirdParty](AddOnsThirdParty). See [SeleniumIDE](SeleniumIDE) for productivity tips.
316+
Additionally, get [AddOnsThirdParty](AddOnsThirdParty). See [SeleniumIDEtips](SeleniumIDEtips) for productivity tips.

Preview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: default
88
# Overview
99
Preview presents custom HTML reports or forms. It allows Selenese scripts to interact with the user. It can collect confirmation, selection or data entry. When the user operates Preview, it can trigger Selenese commands. That subsequent processing executes like classic Selenese run. The user can pause, stop or debug it.
1010

11-
The presentation in HTML or XML is customizable through client-side templates, such as [PURE](https://github.com/pure/pure). Together with [SelBlocksGlobal](SelBlocksGlobal) > [Out-of-flow Selenese callbacks](SelBlocksGlobal#out-of-flow-selenese-callbacks) Preview enables a bidirectional channel between [Selenium IDE](SeleniumIDE) and the presentation window. The report or form can subsequently call custom Selenese functions (i.e. blocks of Selenese commands). That allows user scripts to run interactively.
11+
The presentation in HTML or XML is customizable through client-side templates, such as [PURE](https://github.com/pure/pure). Together with [SelBlocksGlobal](SelBlocksGlobal) > [Out-of-flow Selenese callbacks](SelBlocksGlobal#out-of-flow-selenese-callbacks) Preview enables a bidirectional channel between [Selenium IDE](SeleniumIDEtips) and the presentation window. The report or form can subsequently call custom Selenese functions (i.e. blocks of Selenese commands). That allows user scripts to run interactively.
1212

1313
# Bookmarking and exporting
1414
The content renders in a standard Firefox window. The user can bookmark it, or pass the URL to it. It uses [data: URIs](https://developer.mozilla.org/en-US/docs/Web/HTTP/data_URIs), hence it works without a need to pass any files. (`data:` URI can also contain images, stylesheets and Javascripts). This works for XML, too.
File renamed without changes.

Settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can
7171
* alternatively edit them access via url _about:config_
7272
* have your [Core extension] access the preferences via a Javascript code module (API)
7373

74-
Associated [sets][set] and {{valuesManifest}}s work only in standalone Selenium IDE, but not in [SeleniumIDE](SeleniumIDE) > [auxiliary Selenium IDEs inside browser](SeleniumIDE#auxiliary-selenium-ides-inside-browser) (neither in Selenium IDE in browser sidebar).
74+
Associated [sets][set] and {{valuesManifest}}s work only in standalone Selenium IDE, but not in [SeleniumIDEtips](SeleniumIDEtips) > [auxiliary Selenium IDEs inside browser](SeleniumIDEtips#auxiliary-selenium-ides-inside-browser) (neither in Selenium IDE in browser sidebar).
7575

7676
# Modules and sets #
7777
Modules are schemas/templates of user's configuration(s). They define each field and

TroubleShooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Do the same when you write a report about a potential issue.
2424
Have Firefox and Selenium IDE that are supported by current SeLite. See [Overview](./) > [Compatibility](./#compatibility). Get current versions of all SeLite add-ons - as per [Components(Components) > [Latest releases](Components#latest-releases). (If you only get add-ons that you need, you may not be able to [run packaged scripts](#run-packaged-scripts)). For unreleased functionality use {{navCuttingEdge}}.
2525

2626
# Loading Selenium plugins #
27-
Check whether packaged Selenium extensions start correctly: Open Selenium IDE > menu Options > Options... > Plugins. Verify that each plugin is enabled and with no error message (in red). If there is an error, inspect [Browser Console](#browser-console). (That screen doesn't show error details in [SeleniumIDE](SeleniumIDE) > [auxiliary Selenium IDEs inside browser](SeleniumIDE#auxiliary-selenium-ides-inside-browser).) TODO centralise with DevelopmentTools.
27+
Check whether packaged Selenium extensions start correctly: Open Selenium IDE > menu Options > Options... > Plugins. Verify that each plugin is enabled and with no error message (in red). If there is an error, inspect [Browser Console](#browser-console). (That screen doesn't show error details in [SeleniumIDEtips](SeleniumIDEtips) > [auxiliary Selenium IDEs inside browser](SeleniumIDEtips#auxiliary-selenium-ides-inside-browser).) TODO centralise with DevelopmentTools.
2828

2929
By default, Selenium IDE disables plugins that fail on start, and it keeps them disabled on subsequent restarts of Selenium IDE. That's even if the problems get resolved - Selenium IDE won't load such plugins, until you enable them. So you may want to disable that in the options above. See also [DevelopmentTools](DevelopmentTools) > [Selenium IDE settings](DevelopmentTools#selenium-ide-settings).
3030

_includes/toc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Following turns on/off Bootstrap menu classes. It allows selite.github.io/TableO
2929
{% assign menuCloser= '</span>' %}
3030
{% endif %}
3131
<li {{ topLiClass }}>
32-
{{ menuOpener }} data-group-page-names="./ SeleniumIDE Components Preview">Automate{{ caret }}{{ menuCloser }}
32+
{{ menuOpener }} data-group-page-names="./ SeleniumIDEtips Components Preview">Automate{{ caret }}{{ menuCloser }}
3333
<ul {{ luClass }} role="menu">
3434
<li><a href="./">Overview</a></li>
3535
<li><a href="Components">Components (Install)</a></li>
36-
<li><a href="SeleniumIDE">SeleniumIDE</a></li>
36+
<li><a href="SeleniumIDEtips">SeleniumIDEtips</a></li>
3737
<li><a href="Preview">Preview (Experimental)</a></li>
3838
</ul>
3939
</li>

index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ SeLite enables the following in Selenium IDE
3737
* [AutoCheck](AutoCheck) detects webserver errors/warnings
3838
* [Run All Favorites](https://addons.mozilla.org/en-US/firefox/addon/selite-run-all-favorites/) executes multiple Selenese [suites][suite]
3939
* productive environment
40-
* [Hands-on GUI](SeleniumIDE#hands-on-gui) enhances Selenium IDE visual interface. It enables editing commands in-place (in the list itself). It makes Selenium IDE more intuitive.
40+
* [Hands-on GUI](SeleniumIDEtips#hands-on-gui) enhances Selenium IDE visual interface. It enables editing commands in-place (in the list itself). It makes Selenium IDE more intuitive.
4141
* [Clipboard And Indent](https://addons.mozilla.org/en-US/firefox/addon/selite-clipboard-and-indent/) improves operation of clibpoard. It supports indentation of commands.
4242
* fast development cycle for custom Javascript functionality (via [Bootstrap](Bootstrap))
4343
* robust loading of extensions honouring dependancies (through [ExtensionSequencer](ExtensionSequencer))
4444
* [Preview](Preview) presents custom reports and forms. User can preview and confirm next actions.
45-
* see also [tips on Selenium IDE](SeleniumIDE) productivity.
45+
* see also [tips on Selenium IDE](SeleniumIDEtips) productivity.
4646

4747
## Data separation (in testing)
4848
Some application errors cause incorrect data that doesn't show up on the immediate screens (or not at all during the same session). Such defects present themselves only on subsequent screens or even much later (through their knock-on effect). Having a test DB (in SQLite) isolated from the application's DB facilitates early detection of those bugs.

0 commit comments

Comments
 (0)