Skip to content

Commit 050bb2c

Browse files
How to download
1 parent 7d2ea32 commit 050bb2c

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

Components.md

+15-10
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,28 @@ layout: default
66
* TOC
77
{:toc}
88

9-
# Quick download
10-
<!-- [Install Collection](https://addons.mozilla.org/en-US/firefox/addon/install-collection/) doesn't seem to work in Firefox 46.0.1-->
11-
12-
For the easiest download, get all components of [SeLite collection](https://addons.mozilla.org/en-US/firefox/collections/peter-kehl/selite/?sort=name). However, that can be out of date: it receives latest releases with a delay. If you depend on recent functionality (or if you'd like to run [PackagedScripts](PackagedScripts)), see [Latest releases](#latest-releases) below.
9+
# Dependancies
10+
Install [Selenium IDE](https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/). Unless you're choosing specific components, also get [Favorites (Selenium IDE)](https://addons.mozilla.org/en-US/firefox/addon/favorites-selenium-ide/).
1311

1412
Don't install SeLite together with SelBlocks, Flow Control, GoTo, Sideflow or Implicit Wait. (Those extensions are incompatible with [SelBlocksGlobal](SelBlocksGlobal)).
1513

16-
# By component
17-
Alternatively, if you want only some of SeLite components, install [Selenium IDE](https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/). Choose from [ComponentsDependants](ComponentsDependants).
14+
# Single download
15+
For the easiest download, get an [overall package](https://addons.mozilla.org/en-US/firefox/addon/selite).
1816

19-
Additionally, get [AddOnsThirdParty](AddOnsThirdParty). See [SeleniumIDE](SeleniumIDE) for productivity tips.
17+
If you depend on recent functionality (released within last few days), see [Latest releases](#latest-releases) or [Cutting edge](#cutting-edge).
2018

21-
# Latest releases
22-
Background: All updates of components (add-ons) are screened by Mozilla for security. You can get them at `download` links below. However, updates don't show up on add-ons' _info_ pages (nor at the above collection), until someone from Mozilla reviews them. If you've installed older versions of the components, you will get an automatic update with a delay.
19+
# By component
20+
Alternatively, choose specific SeLite components [below](#details-of-components). For dependancies see [ComponentsDependants](ComponentsDependants). Download chosen components from [SeLite collection](https://addons.mozilla.org/en-US/firefox/collections/peter-kehl/selite/?sort=name).
21+
<!-- [Install Collection](https://addons.mozilla.org/en-US/firefox/addon/install-collection/) doesn't seem to work in Firefox 46.0.1-->
22+
23+
## Latest releases
24+
Background: All updates of components (add-ons) are screened by Mozilla for security. You can get them at `download` links below. However, updates don't show up on Mozilla _info_ pages (nor at the above collection), until someone from Mozilla reviews them. If you've installed older versions of the components, you will get automatic updates with a delay.
2325

2426
To get the latest releases, use the `download` links below for recent releases. **Ignore** the text: 'You should always use the latest version of an add-on.' Do not follow those _'latest version'_ links (which can be out of date).
2527

2628
{::options parse_block_html="true" /}
2729

28-
# Details on components
30+
## Details of components
2931
{% comment %}Keep the following table sorted alphabetically. Using options parse_block_html="true" didn't help, so links are in HTML.{% endcomment %}
3032
<table class="table">
3133
<tbody>
@@ -309,3 +311,6 @@ To get the latest releases, use the `download` links below for recent releases.
309311

310312
# Cutting edge
311313
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.
314+
315+
# Extra
316+
Additionally, get [AddOnsThirdParty](AddOnsThirdParty). See [SeleniumIDE](SeleniumIDE) for productivity tips.

0 commit comments

Comments
 (0)