You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
machine. For more information about Robot Framework test data syntax in
147
148
general see the <aclass="reference external" href="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html">Robot Framework User Guide</a>.</p>
<p>Before creating your own library which extends the <spanclass="docutils literal">SeleniumLibrary</span>, please consider would
153
+
the extension be also useful also for general usage. If it could be useful also for general
154
+
usage, please create a new issue describing the enhancement request and even better if the
155
+
issue is backed up the a pull request.</p>
156
+
<p>If the enhancement is not generally useful, example solution is domain specific, then the
157
+
SeleniumLibrary offers a public API which can be used to build own libraries. All keyword
158
+
methods are available in the public API. There are also generally useful methods and attributes
159
+
available, which are useful for creating new libraries. Please see <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/EXTENDING_SELENIUMLIBRARY.rst">extending documentation</a>
160
+
for more details about the available methods and for examples how the library can be extended.</p>
0 commit comments