spyoungtech / behave-webdriver

Selenium webdriver step library for use with the behave BDD testing framework
MIT License
62 stars 21 forks source link

How to add firefox_profile into the behave.webdriver framework #81

Closed dhan123456 closed 4 years ago

dhan123456 commented 4 years ago

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 4 years ago

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 4 years ago

Going to close for now. Let me know if you have any further questions with this!