In order to avoid problem that I've described in separate question: Unable to run tests against Safari 11 remotely (ssh, CI) I'm trying to do following scenario:
- Run SafariDriver manually using command:
/usr/bin/safaridriver -p 7050
- Run Capybara/RSpec tests which will attach to already running SafariDriver instead of trying to initiate new one on new port.
Is there any way to achieve this using either Capybara or underneath Selenium?
Thanks in advance