doc/README_md.html in bauxite-0.6.16 vs doc/README_md.html in bauxite-0.6.17
- old
+ new
@@ -61,10 +61,11 @@
<li><a href="#label-bauxite">bauxite</a>
<li><a href="#label-Installation">Installation</a>
<li><a href="#label-Hello+World">Hello World</a>
<li><a href="#label-Command-line+Interface">Command-line Interface</a>
<li><a href="#label-The+Bauxite+Language">The Bauxite Language</a>
+ <li><a href="#label-Firefox+add-on">Firefox add-on</a>
<li><a href="#label-Installing+Ruby">Installing Ruby</a>
<li><a href="#label-Implementation">Implementation</a>
<li><a href="#label-Extending+Bauxite">Extending Bauxite</a>
<li><a href="#label-Functional+extensions">Functional extensions</a>
<li><a href="#label-Coded+plugins">Coded plugins</a>
@@ -138,10 +139,16 @@
<p>Remember you should probably install <a
href="http://www.mozilla.org">Firefox</a> (unless you want to use other
browsers or Selenium server by specifying the <code>-p</code> switch to the
<code>bauxite</code> executable).</p>
+<p>You might also like to try the <a
+href="https://github.com/pzavolinsky/bauxite-capture">bauxite-capture</a>
+Firefox add-on to record <a href="Bauxite.html">Bauxite</a> tests directly
+from the browser (please note that this extension is still <em>very</em>
+experimental so its not yet hosted in the Mozilla add-ons page).</p>
+
<h2 id="label-Hello+World">Hello World<span><a href="#label-Hello+World">¶</a> <a href="#documentation">↑</a></span></h2>
<p>Paste the following text into <code>hello.bxt</code>:</p>
<pre>open "http://www.gnu.org/fun/jokes/helloworld.html"</pre>
@@ -244,9 +251,18 @@
</li><li>
<p><a
href="http://pzavolinsky.github.io/bauxite/Bauxite/Selector.html">Creating
new Selectors</a></p>
</li></ul>
+
+<h2 id="label-Firefox+add-on">Firefox add-on<span><a href="#label-Firefox+add-on">¶</a> <a href="#documentation">↑</a></span></h2>
+
+<p>As an alternative method of writing <a href="Bauxite.html">Bauxite</a>
+tests, you might try the <a
+href="https://github.com/pzavolinsky/bauxite-capture">bauxite-capture</a>
+Firefox add-on to record <a href="Bauxite.html">Bauxite</a> tests directly
+from the browser (please note that this extension is still <em>very</em>
+experimental so its not yet hosted in the Mozilla add-ons page).</p>
<h2 id="label-Installing+Ruby">Installing Ruby<span><a href="#label-Installing+Ruby">¶</a> <a href="#documentation">↑</a></span></h2>
<p>I won't cover all the details of installing Ruby on your system (Google
knows best), but the following should probably work.</p>