From 902152184e11e493c2f38a9340d543dcd67d4402 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sun, 11 Feb 2018 23:42:17 +0200 Subject: [PATCH] Regenerated project docs --- docs/index.html | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0a4a6e26b..3ce15ec89 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,9 +19,10 @@

SeleniumLibrary

  • Installation

  • Browser drivers

  • Usage

  • -
  • Support

  • -
  • Versions

  • -
  • History

  • +
  • Extending SeleniumLibrary

  • +
  • Support

  • +
  • Versions

  • +
  • History

  • @@ -146,8 +147,20 @@

    Usage

    machine. For more information about Robot Framework test data syntax in general see the Robot Framework User Guide.

    +
    +

    Extending SeleniumLibrary

    +

    Before creating your own library which extends the SeleniumLibrary, please consider would +the extension be also useful also for general usage. If it could be useful also for general +usage, please create a new issue describing the enhancement request and even better if the +issue is backed up the a pull request.

    +

    If the enhancement is not generally useful, example solution is domain specific, then the +SeleniumLibrary offers a public API which can be used to build own libraries. All keyword +methods are available in the public API. There are also generally useful methods and attributes +available, which are useful for creating new libraries. Please see extending documentation +for more details about the available methods and for examples how the library can be extended.

    +
    -

    Support

    +

    Support

    If the provided documentation is not enough, there are various support forums available:

    -

    Versions

    +

    Versions

    SeleniumLibrary has over the years lived under SeleniumLibrary and Selenium2Library names and different library versions have supported different Selenium and Python versions. This is summarized in the table @@ -205,7 +218,7 @@

    Versions

    -

    History

    +

    History

    SeleniumLibrary originally used the Selenium Remote Controller (RC) API. When Selenium 2 was introduced with the new but backwards incompatible WebDriver API, SeleniumLibrary kept using Selenium RC and separate