How to add firefox_profile into the behave.webdriver framework
dhan123456 opened this issue · 2 comments
dhan123456 commented
I want to set the preferences for the firefox_profile in wedriver.Firefox(firefox_profile=).
Where and how do i incorporate it into the framework ?
spyoungtech commented
Hi @dhan123456 this would work the same was as with the normal Firefox driver!
The firefox driver in this library is a subclass of the selenium firefox driver, so it's fully compatible with anything you can do with selenium.
spyoungtech commented
Going to close for now. Let me know if you have any further questions with this!