stealth_browser_automation 1.1.18 → 1.1.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/browserfactory.rb +13 -13
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dadd86296585c6da7d4c6acc98768d66ccf17aa
|
4
|
+
data.tar.gz: ed02a1bcb579aaf694b3c6708c991265d1278e23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b7e694a8b42e275fe596256dad43c9db9502dc7a8192bd9c41e85cddb70647e5c5eadff4dd4a8a46ee0c0164f49fa3274e843370accd2b53c7517517ec6e419
|
7
|
+
data.tar.gz: 85c49c06a9b4fc9ff4ee8bc10fe6f14dcd72f2d3ad064b28797682163083837291223221538e016cb65822b6f216325382ec02c3b55c6c5330c70f4e664951a9
|
data/lib/browserfactory.rb
CHANGED
@@ -192,81 +192,81 @@ module BlackStack
|
|
192
192
|
|
193
193
|
def back
|
194
194
|
self.notify("back")
|
195
|
-
super
|
196
195
|
BlackStack::BrowserFactory.browser.push_screenshot
|
196
|
+
super
|
197
197
|
end
|
198
198
|
|
199
199
|
def forward
|
200
200
|
self.notify("forward")
|
201
|
-
super
|
202
201
|
BlackStack::BrowserFactory.browser.push_screenshot
|
202
|
+
super
|
203
203
|
end
|
204
204
|
|
205
205
|
def execute_script(script, *args)
|
206
206
|
self.notify("execute_script")
|
207
|
-
super
|
208
207
|
BlackStack::BrowserFactory.browser.push_screenshot
|
208
|
+
super
|
209
209
|
end
|
210
210
|
|
211
211
|
def goto(url)
|
212
212
|
# self.notify("goto")
|
213
|
-
super
|
214
213
|
# BlackStack::BrowserFactory.browser.push_screenshot
|
214
|
+
super
|
215
215
|
end
|
216
216
|
|
217
217
|
def screenshot
|
218
218
|
self.notify("screenshot")
|
219
|
-
super
|
220
219
|
BlackStack::BrowserFactory.browser.push_screenshot
|
220
|
+
super
|
221
221
|
end
|
222
222
|
|
223
223
|
def reset!
|
224
224
|
self.notify("reset!")
|
225
|
-
super
|
226
225
|
BlackStack::BrowserFactory.browser.push_screenshot
|
226
|
+
super
|
227
227
|
end
|
228
228
|
|
229
229
|
def refresh
|
230
230
|
self.notify("refresh")
|
231
|
-
super
|
232
231
|
BlackStack::BrowserFactory.browser.push_screenshot
|
232
|
+
super
|
233
233
|
end
|
234
234
|
|
235
235
|
def inspect
|
236
236
|
self.notify("inspect")
|
237
|
-
super
|
238
237
|
BlackStack::BrowserFactory.browser.push_screenshot
|
238
|
+
super
|
239
239
|
end
|
240
240
|
|
241
241
|
def send_keys(*args)
|
242
242
|
# no se notifica el evento, porque incremente el # de llamadas a la API de 800/hora a 5000/hora, y eso requiere mas infraestructura
|
243
243
|
#self.notify("send_keys")
|
244
|
-
super
|
245
244
|
#BlackStack::BrowserFactory.browser.push_screenshot
|
245
|
+
super
|
246
246
|
end
|
247
247
|
|
248
248
|
def text
|
249
249
|
self.notify("text")
|
250
|
-
super
|
251
250
|
BlackStack::BrowserFactory.browser.push_screenshot
|
251
|
+
super
|
252
252
|
end
|
253
253
|
|
254
254
|
def title
|
255
255
|
self.notify("title")
|
256
|
-
super
|
257
256
|
BlackStack::BrowserFactory.browser.push_screenshot
|
257
|
+
super
|
258
258
|
end
|
259
259
|
|
260
260
|
def url
|
261
261
|
self.notify("url")
|
262
|
-
super
|
263
262
|
BlackStack::BrowserFactory.browser.push_screenshot
|
263
|
+
super
|
264
264
|
end
|
265
265
|
|
266
266
|
def wait(timeout = 5)
|
267
267
|
self.notify("wait")
|
268
|
-
super
|
269
268
|
BlackStack::BrowserFactory.browser.push_screenshot
|
269
|
+
super
|
270
270
|
end
|
271
271
|
end # class PampaBrowser
|
272
272
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stealth_browser_automation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Leandro Daniel Sardi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mini_magick
|