superbot-teleport 0.3.8 → 0.3.9

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: d5ab5478bed53d9f5442e8b2d8a5c2c04b460437ca2e8bd03955303928c04aba
4
- data.tar.gz: 8304a691454bd0df209ef88b64159261b0beea8844dc817d230b1798f24462fa
3
+ metadata.gz: 411be37e929bdd5d490c427c3ea69fb76adacefe448f7ae8f52c7a1280db3bb2
4
+ data.tar.gz: 2b9d18bac7ac74fbf7eff27f7c0923c9f40460319d5bdc222d1340f3e4b23d19
5
5
  SHA512:
6
- metadata.gz: c801e641d194a556822f4e0536b9caa2c74abd2493ae33af8861a260739af083a480845965690f32b4e49477c3d8f90e391c73732e45ff61f65fa2f4c585f3b5
7
- data.tar.gz: 0b444aceb3fd60961f411c6342d1d11c2fcd58d7753aff10b3540a6c831baf55191b989655f4f51f852c0beca2665e32f2551e72ef62f9f5ac962c8cb18cd52e
6
+ metadata.gz: 780b641130d50467de9b88c59335504aa67b279f92216b5bf53d9a5821fd0602c6e1c534ff7cb57e0d54f55384c406534081985562951938a6b2cd405d6ef48b
7
+ data.tar.gz: 7efbb7250d523507bf13d9c2569c7b75ae92d84d25bc8ab4e190021240a7c7d58a9dc7a4b4450350e55bd00d7576df2cc21f88cff9f21b3922b2b0e55f2a6562
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- superbot-teleport (0.3.8)
4
+ superbot-teleport (0.3.9)
5
5
  excon
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module Superbot
2
2
  module Teleport
3
- VERSION = "0.3.8"
3
+ VERSION = "0.3.9"
4
4
  end
5
5
  end
@@ -62,7 +62,7 @@ module Superbot
62
62
  parsed_body['organization_name'] = settings.teleport_options[:organization]
63
63
 
64
64
  if settings.teleport_options.slice(:region, :tag).compact.any?
65
- parsed_body['desiredCapabilities'] ||= { 'browserName' => 'chrome' }
65
+ parsed_body['desiredCapabilities'] ||= { 'browserName' => 'chrome', 'pageLoadStrategy' => 'eager' }
66
66
  parsed_body['desiredCapabilities']['superOptions'] ||= {}
67
67
  parsed_body['desiredCapabilities']['superOptions']['region'] ||= settings.teleport_options[:region]
68
68
  parsed_body['desiredCapabilities']['superOptions']['tag'] ||= settings.teleport_options[:tag]
@@ -130,6 +130,7 @@ module Superbot
130
130
  organization_name: sinatra.teleport_options[:organization],
131
131
  desiredCapabilities: {
132
132
  browserName: 'chrome',
133
+ pageLoadStrategy: 'eager',
133
134
  superOptions: {
134
135
  tag: sinatra.teleport_options[:tag],
135
136
  region: sinatra.teleport_options[:region],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: superbot-teleport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Superbot HQ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-27 00:00:00.000000000 Z
11
+ date: 2019-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon