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 73c296f commit 1206fadCopy full SHA for 1206fad
test/resources/testlibs/CustomSeleniumKeywords.py
@@ -6,8 +6,8 @@ class CustomSeleniumKeywords(Selenium2Library):
6
7
def __init__(self, *args, **kwargs):
8
"""Share `Selenium2Library`'s cache of browsers, so that
9
- we don't have to open a separate browser instance for the `Run On Failure Keyword Only Called Once`
10
- test."""
+ we don't have to open a separate browser instance for the
+ `Run On Failure Keyword Only Called Once` test."""
11
ret = super(CustomSeleniumKeywords, self).__init__(*args, **kwargs)
12
self._cache = BuiltIn().get_library_instance("Selenium2Library")._cache
13
0 commit comments