firefox_profile is deprecated
ElSnoMan opened this issue · 1 comments
ElSnoMan commented
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)
ElSnoMan commented
Resolved