hotel_price 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b4e2665fa91d8978891c2405c4fc6c1d7125a7c78a86536b15aec75afd0af76
|
4
|
+
data.tar.gz: f92fb54d39ee36be8b38bdf1004e92a5c5c2021f837ea3a549aad76f354d79f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7352f7ec8c68bb93d3d5b1965024113cc4c280754b5876cf99269a791746359e72ef65de27e178d47612ff28d7974084dca81ac5b05c687c97cfe97e63c183d0
|
7
|
+
data.tar.gz: 972aed1c31307f1cd1facb6e897427fab37516e688fced73a2d51bf18293e36dc374c6b2d2c3660b9cc9f8eba1181f7be7b730eb36362f333da9e363efbb22fc
|
@@ -20,7 +20,7 @@ module HotelPrice::Rakuten
|
|
20
20
|
def get_selenium_driver(mode = 0)
|
21
21
|
if mode == 1
|
22
22
|
firefox_capabilities = Selenium::WebDriver::Remote::Capabilities.firefox
|
23
|
-
Selenium::WebDriver.for(:remote, url: "http://hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
|
23
|
+
Selenium::WebDriver.for(:remote, url: "http://selenium-hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
|
24
24
|
elsif mode == 2
|
25
25
|
Selenium::WebDriver.for :firefox
|
26
26
|
else
|
@@ -82,7 +82,7 @@ module HotelPrice::Rakuten
|
|
82
82
|
def self.get_selenium_driver(mode = 0)
|
83
83
|
if mode == 1
|
84
84
|
firefox_capabilities = Selenium::WebDriver::Remote::Capabilities.firefox
|
85
|
-
Selenium::WebDriver.for(:remote, url: "http://hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
|
85
|
+
Selenium::WebDriver.for(:remote, url: "http://selenium-hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
|
86
86
|
elsif mode == 2
|
87
87
|
Selenium::WebDriver.for :firefox
|
88
88
|
else
|
data/lib/hotel_price/version.rb
CHANGED