Method: Selenium::WebDriver::SeleniumManager.bin_path
- Defined in:
- lib/selenium/webdriver/common/selenium_manager.rb
.bin_path ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
33 34 35 |
# File 'lib/selenium/webdriver/common/selenium_manager.rb', line 33 def bin_path @bin_path ||= '../../../../../bin' end |