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 5f6cd31 commit 053e4b9Copy full SHA for 053e4b9
src/SeleniumLibrary/keywords/webdrivertools/webdrivertools.py
@@ -337,9 +337,6 @@ def close(self):
337
if self.current:
338
driver = self.current
339
error = self._quit(driver, None)
340
- for alias in self._aliases:
341
- if self._aliases[alias] == self.current_index:
342
- del self._aliases[alias]
343
self.current = self._no_current
344
self._closed.add(driver)
345
if error:
0 commit comments