Module: SeleniumHelper
- Included in:
- SeleniumDSL::Capybara::DSL, SeleniumDSL::SeleniumClient::DSL, SeleniumDSL::SeleniumWebdriver::DSL
- Defined in:
- lib/selenium_dsl/selenium_helper.rb
Instance Method Summary collapse
Instance Method Details
#construct_selenium_url(host, port) ⇒ Object
2 3 4 |
# File 'lib/selenium_dsl/selenium_helper.rb', line 2 def construct_selenium_url host, port "http://#{host}:#{port}/wd/hub/" end |