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 68387ae commit 2cd535fCopy full SHA for 2cd535f
src/SeleniumLibraryExtends/__init__.py
@@ -5,9 +5,13 @@
5
6
from SeleniumLibraryExtends.version import VERSION
7
from SeleniumLibraryExtends.Navigation.navigation import Navigation
8
+from SeleniumLibraryExtends.ElementInteraction.elementInteraction import ElementInteraction
9
+from SeleniumLibraryExtends.FindElements.findElements import FindElements
10
11
class SeleniumLibraryExtends(
- Navigation
12
+ Navigation,
13
+ ElementInteraction,
14
+ FindElements
15
):
16
ROBOT_LIBRARY_SCOPE = 'GLOBAL'
17
ROBOT_LIBRARY_VERSION = VERSION
0 commit comments