Class: Crashlytics::Crawler

Inherits:
Struct
  • Object
show all
Defined in:
lib/crashlytics/crawler.rb

Constant Summary collapse

LOGIN_URL =
"https://www.crashlytics.com/login"

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



8
9
10
# File 'lib/crashlytics/crawler.rb', line 8

def email
  @email
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



8
9
10
# File 'lib/crashlytics/crawler.rb', line 8

def password
  @password
end

Instance Method Details

#statistics_pageObject



12
13
14
15
16
# File 'lib/crashlytics/crawler.rb', line 12

def statistics_page
  
  browser.goto 'https://www.crashlytics.com/seeking-alpha/ios/apps/com.seekingalpha.ipadportfolio/issues?build=all&status=open&event_type=all&time=last-twenty-four-hours'
  browser.html
end