We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567b7c3 commit c5bc69fCopy full SHA for c5bc69f
1 file changed
src/SeleniumLibrary/__init__.py
@@ -403,13 +403,6 @@ def driver(self):
403
raise NoOpenBrowser('No browser is open.')
404
return self._drivers.current
405
406
- @property
407
- def browser(self):
408
- # TODO: Remove after 3.0 RC1 release.
409
- warnings.warn('"SeleniumLibrary.browser" is deprecated, '
410
- 'use "SeleniumLibrary.driver".', DeprecationWarning)
411
- return self.driver
412
-
413
def find_element(self, locator, parent=None):
414
"""Find element matching `locator`.
415
0 commit comments