selenium / capybara - Firefox profile cannot be loaded
问题 When I run tests using selenium the browsers repeatedly pops up stating that the firefox profile cannot be found. I have a prepared a Firefox profile for use with selenium I'm just not sure how to tell selenium where that profile located. How do I tell Selenium which firefox profile to use? 回答1: I was getting this same error. For me it turned out that it was calls to save_and_open_page within my test that were causing the problem. I removed those and the Firefox profile errors stopped. I