Skip to content

Commit 621dd8b

Browse files
author
Cleverson Sampaio
committed
feat(module): adding navigation module in module loading
1 parent 6bf7405 commit 621dd8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/SeleniumLibraryExtends/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
# Copyright (c) 2022 Cléverson Sampaio <cleverson@sampaio.dev.br>
55

66
from SeleniumLibraryExtends.version import VERSION
7+
from SeleniumLibraryExtends.Navigation.navigation import Navigation
78

8-
class SeleniumLibraryExtends():
9+
class SeleniumLibraryExtends(
10+
Navigation
11+
):
912
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
1013
ROBOT_LIBRARY_VERSION = VERSION
1114

0 commit comments

Comments
 (0)