adops_report_scrapper 0.1.57 → 0.1.58
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5093e5a6ba3f797d4d20e490edccc2d439bcbd7
|
4
|
+
data.tar.gz: abe1203c019c941c28311495b330214851c4002a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 408cd3ec4f25125ed4d348b0273749480388d93c9f3de93a6214c292486cf8ada6a1d1cd9baaf5b0aa92204263a134f97ad623c31f5abdf11c7411e8f87f7b7e
|
7
|
+
data.tar.gz: eba999deb312a6f722507634916c2a2492938f96da60b8c73a0be25f8494e19456281d71e27e8053fc2423a8e1a2de1156d7c8feeed87286feb72215aeea2b5c
|
@@ -9,7 +9,11 @@ class AdopsReportScrapper::AdaptvClient < AdopsReportScrapper::BaseClient
|
|
9
9
|
@client.fill_in 'adaptv_email', :with => @login
|
10
10
|
begin
|
11
11
|
@client.fill_in 'Password', :with => @secret
|
12
|
+
@client.find_all(:button).first.click
|
13
|
+
sleep 10
|
14
|
+
@client.fill_in 'Password', :with => @secret
|
12
15
|
rescue Exception => e
|
16
|
+
puts 'You are selected in the Beta that sucks!!!'
|
13
17
|
@client.find_all(:button).first.click
|
14
18
|
sleep 10
|
15
19
|
@client.fill_in 'Password', :with => @secret
|
@@ -19,6 +23,7 @@ class AdopsReportScrapper::AdaptvClient < AdopsReportScrapper::BaseClient
|
|
19
23
|
end
|
20
24
|
@client.find_all(:button).first.click
|
21
25
|
sleep 10
|
26
|
+
byebug
|
22
27
|
begin
|
23
28
|
@client.find :xpath, '//*[text()="Analytics"]'
|
24
29
|
rescue Exception => e
|