diff --git a/py/selenium/webdriver/support/select.py b/py/selenium/webdriver/support/select.py index 3c4f947a6d0db..d343834cf7841 100644 --- a/py/selenium/webdriver/support/select.py +++ b/py/selenium/webdriver/support/select.py @@ -19,7 +19,7 @@ from selenium.common.exceptions import NoSuchElementException, UnexpectedTagNameException -class Select: +class Select(object): def __init__(self, webelement): """