We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf7405 commit 621dd8bCopy full SHA for 621dd8b
src/SeleniumLibraryExtends/__init__.py
@@ -4,8 +4,11 @@
4
# Copyright (c) 2022 Cléverson Sampaio <cleverson@sampaio.dev.br>
5
6
from SeleniumLibraryExtends.version import VERSION
7
+from SeleniumLibraryExtends.Navigation.navigation import Navigation
8
-class SeleniumLibraryExtends():
9
+class SeleniumLibraryExtends(
10
+ Navigation
11
+):
12
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
13
ROBOT_LIBRARY_VERSION = VERSION
14
0 commit comments