Explorar o código

bundle add selenium-webdriver

鄭中嘉 %!s(int64=4) %!d(string=hai) anos
pai
achega
5c501d4e84
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  1. 2 0
      Gemfile
  2. 6 0
      Gemfile.lock

+ 2 - 0
Gemfile

@@ -11,3 +11,5 @@ gem "rspec", "~> 3.9"
 gem "faraday", "~> 1.0"
 
 gem "json", "~> 2.3"
+
+gem "selenium-webdriver", "~> 3.142"

+ 6 - 0
Gemfile.lock

@@ -1,6 +1,7 @@
 GEM
   remote: https://rubygems.org/
   specs:
+    childprocess (3.0.0)
     diff-lcs (1.3)
     faraday (1.0.0)
       multipart-post (>= 1.2, < 3)
@@ -19,6 +20,10 @@ GEM
       diff-lcs (>= 1.2.0, < 2.0)
       rspec-support (~> 3.9.0)
     rspec-support (3.9.2)
+    rubyzip (2.2.0)
+    selenium-webdriver (3.142.7)
+      childprocess (>= 0.5, < 4.0)
+      rubyzip (>= 1.2.2)
 
 PLATFORMS
   ruby
@@ -27,6 +32,7 @@ DEPENDENCIES
   faraday (~> 1.0)
   json (~> 2.3)
   rspec (~> 3.9)
+  selenium-webdriver (~> 3.142)
 
 BUNDLED WITH
    2.1.4