tryolabs/requestium

DeprecationWarning: use options instead of chrome_options

jschnurr opened this issue · 1 comments

Selenium has deprecated the use of chrome_options in favor of options when creating a WebDriver (see the source code here). This results in the following warnings in Requestium:

/requestium/requestium/requestium.py:194: DeprecationWarning: use options instead of chrome_options
  super(DriverMixin, self).__init__(*args, **kwargs)

Fixed by #44.