1

I'm using pytest framework and selenium to test my code.

Firefox.__init__(self, executable_path=geckodriver_path, firefox_profile=self.profile, service_log_path=common_strings.geckodriver_log_path)

I find only solutions on how to make Selenium open developer edition instead of the normal edition but in my case, I want the opposite. For some reason, Selenium opens the developer edition and I actually need the normal edition to test my code.

Any suggestions or thoughts why it happens?

Yoav Keren
  • 99
  • 10
  • Where did you find _to make Selenium open developer edition instead of the normal edition_? – undetected Selenium Mar 07 '19 at 10:33
  • @DebanjanB https://stackoverflow.com/questions/54754686/how-to-open-firefox-developer-edition-through-selenium – Yoav Keren Mar 07 '19 at 11:07
  • When I manually change the key "PathToExe" in the registry of Mozilla to the path of the normal edition of FF, Selenium opens the normal edition as expected. of course, this solution is very dirty and I've tried it just to test my code. I don't understand what makes Selenium open the FF Developer Edition. any idea? I also tried to remove the developer edition but in this case, it doesn't help and I'm thrown out of the test. – Yoav Keren Mar 07 '19 at 12:54

0 Answers0