Skip to content

Commit ea8da5e

Browse files
Minor
1 parent 88b422b commit ea8da5e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ComponentsDependants.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ layout: default
44
---
55
{% include links %}
66

7-
Following shows direct dependencies between Firefox [Components](Components) that form SeLite.
7+
Following shows direct dependencies between Firefox [Components](Components) that form SeLite. You don't need to read this if you use all SeLite components.
8+
9+
If you disable some components, do it at {{chromeUrl}} _about:addons_. Don't disable them in Selenium menu Options > Options... > Plugins.<!-- because that doesn't disable chrome overloads/overlays -->
810

911
<!-- Keep the following table sorted alphabetically.-->
1012
<table class="table"><thead>

index.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77
# Hands-on browser automation
88

99
## SeLite makes Selenium better
10-
SeLite is for automated browser navigation and testing. It extends Selenium. It
10+
SeLite is for automated browser navigation and testing. It extends [Selenium](http://docs.seleniumhq.org/projects/ide/). It
1111

1212
* improves Selenium (API, syntax and visual interface)
1313
* enables reuse
@@ -83,7 +83,9 @@ When customising or creating frameworks or components for Selenium IDE, followin
8383
## Compatibility
8484
SeLite is compatible with Firefox 45 and Selenium IDE 2.9.1. It's platform-independent. It doesn't support Flash/Silverlight/ActiveX. Its part [SelBlocksGlobal](SelBlocksGlobal) is mostly forward compatible with SelBlocks 2.0.1.<!-- Comment: Regarding Adobe Flash: I have't tried https://addons.mozilla.org/en-us/firefox/addon/flex-pilot-x (https://github.com/admc/flex-pilot-x - both last updated in May 2011!), neither https://code.google.com/p/sfapi/. They inject .swf, or they need to be compiled with the Flash application, respectively.-->
8585

86-
It doesn't operate with browsers other than Firefox, neither with Selenium WebDriver (nor with Selenium RC). Effectiveness and convenience of Selenium IDE together with SeLite can, however, outweigh WebDriver. For detailed comparison see [WhySeleniumIDE](WhySeleniumIDE).
86+
Currently it doesn't operate with browsers other than Firefox. That will change. In 2017 Firefox extensions will use the same API as Opera and Chrome.
87+
88+
SeLite is not for Selenium WebDriver. Effectiveness and convenience of Selenium IDE together with SeLite can, however, outweigh WebDriver. For detailed comparison see [WhySeleniumIDE](WhySeleniumIDE).
8789

8890
Subscribe to [XML RSS feed](http://www.feed43.com/selite-compatibility.xml) on compatibility.<!-- Don't include that in the header of this page. It's the landing page, hence we want its RSS to reflect changes anywhere in the documentation. -->
8991

0 commit comments

Comments
 (0)