Skip to content

Commit 2cd535f

Browse files
author
Cleverson Sampaio
committed
feat(module): added elementInteraction and findElements module
1 parent 68387ae commit 2cd535f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/SeleniumLibraryExtends/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55

66
from SeleniumLibraryExtends.version import VERSION
77
from SeleniumLibraryExtends.Navigation.navigation import Navigation
8+
from SeleniumLibraryExtends.ElementInteraction.elementInteraction import ElementInteraction
9+
from SeleniumLibraryExtends.FindElements.findElements import FindElements
810

911
class SeleniumLibraryExtends(
10-
Navigation
12+
Navigation,
13+
ElementInteraction,
14+
FindElements
1115
):
1216
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
1317
ROBOT_LIBRARY_VERSION = VERSION

0 commit comments

Comments
 (0)