ElSnoMan/pyleniumio

firefox_profile is deprecated

ElSnoMan opened this issue · 1 comments

It seems many of the browser have their own way of instantiating and customizing now, so we need to update our webdriver_factory to resolve these. This is the one for Firefox

DeprecationWarning: firefox_profile has been deprecated, please use an Options object
    firefox_profile = FirefoxProfile(firefox_profile)

Resolved