tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (1373B)


      1 ===========
      2 geckodriver
      3 ===========
      4 
      5 Proxy for using W3C WebDriver-compatible clients to interact with
      6 Gecko-based browsers.
      7 
      8 This program provides the HTTP API described by the `WebDriver protocol`_.
      9 to communicate with Gecko browsers, such as Firefox.  It translates calls
     10 into the :ref:`Firefox remote protocol <Protocol>` by acting as a proxy between the local-
     11 and remote ends.
     12 
     13 You can consult the `change log`_ for a record of all notable changes
     14 to the program.  Releases_ are made available on GitHub.
     15 
     16 .. _WebDriver protocol: https://w3c.github.io/webdriver/#protocol
     17 .. _change log: https://github.com/mozilla/geckodriver/releases
     18 .. _Releases: https://github.com/mozilla/geckodriver/releases
     19 
     20 
     21 .. toctree::
     22   :maxdepth: 1
     23 
     24   Support.md
     25   WebDriver capabilities <https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities>
     26   Capabilities.md
     27   Usage.md
     28   Flags.md
     29   Profiles.md
     30   Bugs.md
     31   TraceLogs.md
     32   CrashReports.md
     33   Notarization.md
     34 
     35 
     36 For developers
     37 ==============
     38 .. toctree::
     39   :maxdepth: 1
     40 
     41   Building.md
     42   Testing.md
     43   Patches.md
     44   Releasing.md
     45   ARM.md
     46 
     47 
     48 Communication
     49 =============
     50 
     51 The mailing list for geckodriver discussion is
     52 https://groups.google.com/a/mozilla.org/g/dev-webdriver.
     53 
     54 If you prefer real-time chat, ask your questions
     55 on `#webdriver:mozilla.org <https://chat.mozilla.org/#/room/#webdriver:mozilla.org>`__.