lib/selenium/webdriver/iphone/bridge.rb in selenium-webdriver-0.1.2 vs lib/selenium/webdriver/iphone/bridge.rb in selenium-webdriver-0.1.3.dev

- old
+ new

@@ -1,10 +1,10 @@ module Selenium module WebDriver module IPhone class Bridge < Remote::Bridge - DEFAULT_URL = "http://localhost:3001/hub/" + DEFAULT_URL = "http://#{Platform.localhost}:3001/hub/" def initialize(opts = nil) if opts super else \ No newline at end of file