Bug 1407990 - Remove link to using Marionette with WebDriver. r?maja_zf draft
authorAndreas Tolfsen <ato@sny.no>
Fri, 13 Oct 2017 16:50:53 +0100
changeset 680137 39fea2a6142ff7d2f053fcd54e45950985df367d
parent 680136 1b35d28c7ebc0fae83a640cdec75dfc5eb33a361
child 680138 d55bc73686059c5ad3dfb6221b746e41dc7f8f51
child 680141 fae401421148a7ef1401dd1fa95ba8e5fe729b83
push id84409
push userbmo:ato@sny.no
push dateFri, 13 Oct 2017 16:10:45 +0000
reviewersmaja_zf
bugs1407990
milestone58.0a1
Bug 1407990 - Remove link to using Marionette with WebDriver. r?maja_zf This page is now covered by geckodriver documentation and most Selenium clients have built-in support for geckodriver. DONTBUILD MozReview-Commit-ID: BrqqU8trbRU
testing/marionette/doc/Intro.md
--- a/testing/marionette/doc/Intro.md
+++ b/testing/marionette/doc/Intro.md
@@ -46,17 +46,16 @@ the action was performed correctly.
 Using Marionette
 ================
 
 Marionette combines a gecko component (the Marionette server) with an
 outside component (the Marionette client), which drives the tests.
 The Marionette server ships with Firefox, and to use it you will
 need to download a Marionette client or use the in-tree client.
 
-  * [Using Marionette via WebDriver][1]
   * [Download and setup the Python client for Marionette][2]
   * [Run Tests with Python][3] – How to run tests using the
     Python client
   * You might want to experiment with [using Marionette interactively
     at a Python command prompt][3]
   * Start [writing and running][4] tests with supported test frameworks!
   * Tips on [debugging][5] Marionette code
   * [Get a Build][6] – Instructions on how to get a Marionette-enabled