Class: FastlaneCore::DeveloperCenter
- Inherits:
-
Object
- Object
- FastlaneCore::DeveloperCenter
- Defined in:
- lib/xcode/install.rb
Instance Method Summary collapse
Instance Method Details
#cookies ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/xcode/install.rb', line 10 def = "" page.driver..each do |key, | << "#{.name}=#{.value};" end end |
#download_seedlist ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/xcode/install.rb', line 20 def download_seedlist # categories: Applications%2CDeveloper%20Tools%2CiOS%2COS%20X%2COS%20X%20Server%2CSafari JSON.parse(page.evaluate_script("$.ajax({data: { start: \"0\", limit: \"1000\", " + "sort: \"dateModified\", dir: \"DESC\", searchTextField: \"\", " + "searchCategories: \"\", search: \"false\" } , type: 'POST', " + "url: '/downloads/seedlist.action', async: false})")['responseText']) end |