puppeteer-ruby 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Puppeteer.html +2 -2
  3. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  4. data/docs/Puppeteer/Browser.html +1 -1
  5. data/docs/Puppeteer/BrowserContext.html +1 -1
  6. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  7. data/docs/Puppeteer/BrowserRunner.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  9. data/docs/Puppeteer/CDPSession.html +1 -1
  10. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  11. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  12. data/docs/Puppeteer/Connection.html +1 -1
  13. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  14. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  15. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +1 -1
  16. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +1 -1
  17. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  18. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  19. data/docs/Puppeteer/DOMWorld.html +75 -1
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DebugPrint.html +1 -1
  22. data/docs/Puppeteer/Device.html +1 -1
  23. data/docs/Puppeteer/Devices.html +1 -1
  24. data/docs/Puppeteer/ElementHandle.html +1 -1
  25. data/docs/Puppeteer/ElementHandle/BoundingBox.html +1 -1
  26. data/docs/Puppeteer/ElementHandle/BoxModel.html +1 -1
  27. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +1 -1
  28. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +1 -1
  29. data/docs/Puppeteer/ElementHandle/Point.html +1 -1
  30. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  31. data/docs/Puppeteer/EmulationManager.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable.html +1 -1
  33. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  37. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  38. data/docs/Puppeteer/FileChooser.html +1 -1
  39. data/docs/Puppeteer/Frame.html +44 -22
  40. data/docs/Puppeteer/FrameManager.html +1 -1
  41. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  42. data/docs/Puppeteer/IfPresent.html +1 -1
  43. data/docs/Puppeteer/JSHandle.html +1 -1
  44. data/docs/Puppeteer/Keyboard.html +1 -1
  45. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  46. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  47. data/docs/Puppeteer/Launcher.html +1 -1
  48. data/docs/Puppeteer/Launcher/Base.html +1 -1
  49. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  50. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  51. data/docs/Puppeteer/Launcher/Chrome.html +36 -31
  52. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  53. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  54. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  58. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  59. data/docs/Puppeteer/Mouse.html +1 -1
  60. data/docs/Puppeteer/Mouse/Button.html +1 -1
  61. data/docs/Puppeteer/NetworkManager.html +1 -1
  62. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  63. data/docs/Puppeteer/Page.html +5 -5
  64. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  65. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  66. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  67. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  68. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  69. data/docs/Puppeteer/RemoteObject.html +1 -1
  70. data/docs/Puppeteer/Target.html +1 -1
  71. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  72. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  73. data/docs/Puppeteer/TimeoutError.html +1 -1
  74. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  75. data/docs/Puppeteer/TouchScreen.html +1 -1
  76. data/docs/Puppeteer/Viewport.html +1 -1
  77. data/docs/Puppeteer/WaitTask.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  79. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  80. data/docs/Puppeteer/WebSocket.html +1 -1
  81. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  82. data/docs/Puppeteer/WebSocket/TransportError.html +1 -1
  83. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  84. data/docs/_index.html +1 -1
  85. data/docs/file.README.html +1 -1
  86. data/docs/index.html +1 -1
  87. data/docs/method_list.html +278 -270
  88. data/docs/top-level-namespace.html +1 -1
  89. data/lib/puppeteer/dom_world.rb +4 -6
  90. data/lib/puppeteer/frame.rb +1 -0
  91. data/lib/puppeteer/launcher/chrome.rb +9 -7
  92. data/lib/puppeteer/page.rb +2 -2
  93. data/lib/puppeteer/version.rb +1 -1
  94. metadata +1 -1
@@ -379,7 +379,7 @@
379
379
  </div>
380
380
 
381
381
  <div id="footer">
382
- Generated on Tue Jun 23 10:25:01 2020 by
382
+ Generated on Wed Jun 24 03:08:01 2020 by
383
383
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
384
384
  0.9.24 (ruby-2.6.3).
385
385
  </div>
@@ -445,7 +445,7 @@
445
445
  </div>
446
446
 
447
447
  <div id="footer">
448
- Generated on Tue Jun 23 10:25:00 2020 by
448
+ Generated on Wed Jun 24 03:08:00 2020 by
449
449
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
450
450
  0.9.24 (ruby-2.6.3).
451
451
  </div>
@@ -958,7 +958,7 @@
958
958
  <li class="public ">
959
959
  <span class="summary_signature">
960
960
 
961
- <a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> &#x21d2; Object </a>
961
+ <a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> &#x21d2; String </a>
962
962
 
963
963
 
964
964
 
@@ -1973,7 +1973,6 @@
1973
1973
  <pre class="lines">
1974
1974
 
1975
1975
 
1976
- 295
1977
1976
  296
1978
1977
  297
1979
1978
  298
@@ -1981,10 +1980,11 @@
1981
1980
  300
1982
1981
  301
1983
1982
  302
1984
- 303</pre>
1983
+ 303
1984
+ 304</pre>
1985
1985
  </td>
1986
1986
  <td>
1987
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 295</span>
1987
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 296</span>
1988
1988
 
1989
1989
  <span class='kw'>def</span> <span class='id identifier rubyid_detach'>detach</span>
1990
1990
  <span class='ivar'>@detached</span> <span class='op'>=</span> <span class='kw'>true</span>
@@ -2392,16 +2392,16 @@
2392
2392
  <pre class="lines">
2393
2393
 
2394
2394
 
2395
- 282
2396
2395
  283
2397
2396
  284
2398
2397
  285
2399
2398
  286
2400
2399
  287
2401
- 288</pre>
2400
+ 288
2401
+ 289</pre>
2402
2402
  </td>
2403
2403
  <td>
2404
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 282</span>
2404
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 283</span>
2405
2405
 
2406
2406
  <span class='kw'>def</span> <span class='id identifier rubyid_handle_lifecycle_event'>handle_lifecycle_event</span><span class='lparen'>(</span><span class='id identifier rubyid_loader_id'>loader_id</span><span class='comma'>,</span> <span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
2407
2407
  <span class='kw'>if</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>init</span><span class='tstring_end'>&#39;</span></span>
@@ -2430,13 +2430,13 @@
2430
2430
  <pre class="lines">
2431
2431
 
2432
2432
 
2433
- 290
2434
2433
  291
2435
2434
  292
2436
- 293</pre>
2435
+ 293
2436
+ 294</pre>
2437
2437
  </td>
2438
2438
  <td>
2439
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 290</span>
2439
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 291</span>
2440
2440
 
2441
2441
  <span class='kw'>def</span> <span class='id identifier rubyid_handle_loading_stopped'>handle_loading_stopped</span>
2442
2442
  <span class='ivar'>@lifecycle_events</span> <span class='op'>&lt;&lt;</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>DOMContentLoaded</span><span class='tstring_end'>&#39;</span></span>
@@ -2592,7 +2592,6 @@
2592
2592
  <pre class="lines">
2593
2593
 
2594
2594
 
2595
- 266
2596
2595
  267
2597
2596
  268
2598
2597
  269
@@ -2601,10 +2600,11 @@
2601
2600
  272
2602
2601
  273
2603
2602
  274
2604
- 275</pre>
2603
+ 275
2604
+ 276</pre>
2605
2605
  </td>
2606
2606
  <td>
2607
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 266</span>
2607
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 267</span>
2608
2608
 
2609
2609
  <span class='kw'>def</span> <span class='id identifier rubyid_navigated'>navigated</span><span class='lparen'>(</span><span class='id identifier rubyid_frame_payload'>frame_payload</span><span class='rparen'>)</span>
2610
2610
  <span class='ivar'>@name</span> <span class='op'>=</span> <span class='id identifier rubyid_frame_payload'>frame_payload</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>name</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span>
@@ -2660,12 +2660,12 @@
2660
2660
  <pre class="lines">
2661
2661
 
2662
2662
 
2663
- 278
2664
2663
  279
2665
- 280</pre>
2664
+ 280
2665
+ 281</pre>
2666
2666
  </td>
2667
2667
  <td>
2668
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 278</span>
2668
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 279</span>
2669
2669
 
2670
2670
  <span class='kw'>def</span> <span class='id identifier rubyid_navigated_within_document'>navigated_within_document</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='rparen'>)</span>
2671
2671
  <span class='ivar'>@url</span> <span class='op'>=</span> <span class='id identifier rubyid_url'>url</span>
@@ -3316,24 +3316,46 @@
3316
3316
  <div class="method_details ">
3317
3317
  <h3 class="signature " id="title-instance_method">
3318
3318
 
3319
- #<strong>title</strong> &#x21d2; <tt>Object</tt>
3319
+ #<strong>title</strong> &#x21d2; <tt>String</tt>
3320
3320
 
3321
3321
 
3322
3322
 
3323
3323
 
3324
3324
 
3325
- </h3><table class="source_code">
3325
+ </h3><div class="docstring">
3326
+ <div class="discussion">
3327
+
3328
+
3329
+ </div>
3330
+ </div>
3331
+ <div class="tags">
3332
+
3333
+ <p class="tag_title">Returns:</p>
3334
+ <ul class="return">
3335
+
3336
+ <li>
3337
+
3338
+
3339
+ <span class='type'>(<tt>String</tt>)</span>
3340
+
3341
+
3342
+
3343
+ </li>
3344
+
3345
+ </ul>
3346
+
3347
+ </div><table class="source_code">
3326
3348
  <tr>
3327
3349
  <td>
3328
3350
  <pre class="lines">
3329
3351
 
3330
3352
 
3331
- 261
3332
3353
  262
3333
- 263</pre>
3354
+ 263
3355
+ 264</pre>
3334
3356
  </td>
3335
3357
  <td>
3336
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 261</span>
3358
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame.rb', line 262</span>
3337
3359
 
3338
3360
  <span class='kw'>def</span> <span class='id identifier rubyid_title'>title</span>
3339
3361
  <span class='ivar'>@secondary_world</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span>
@@ -3803,7 +3825,7 @@
3803
3825
  </div>
3804
3826
 
3805
3827
  <div id="footer">
3806
- Generated on Tue Jun 23 10:24:59 2020 by
3828
+ Generated on Wed Jun 24 03:07:59 2020 by
3807
3829
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3808
3830
  0.9.24 (ruby-2.6.3).
3809
3831
  </div>
@@ -2400,7 +2400,7 @@
2400
2400
  </div>
2401
2401
 
2402
2402
  <div id="footer">
2403
- Generated on Tue Jun 23 10:25:00 2020 by
2403
+ Generated on Wed Jun 24 03:08:01 2020 by
2404
2404
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2405
2405
  0.9.24 (ruby-2.6.3).
2406
2406
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:25:00 2020 by
117
+ Generated on Wed Jun 24 03:08:01 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Tue Jun 23 10:24:58 2020 by
215
+ Generated on Wed Jun 24 03:07:58 2020 by
216
216
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217
217
  0.9.24 (ruby-2.6.3).
218
218
  </div>
@@ -1342,7 +1342,7 @@
1342
1342
  </div>
1343
1343
 
1344
1344
  <div id="footer">
1345
- Generated on Tue Jun 23 10:24:59 2020 by
1345
+ Generated on Wed Jun 24 03:08:00 2020 by
1346
1346
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1347
1347
  0.9.24 (ruby-2.6.3).
1348
1348
  </div>
@@ -1547,7 +1547,7 @@
1547
1547
  </div>
1548
1548
 
1549
1549
  <div id="footer">
1550
- Generated on Tue Jun 23 10:24:59 2020 by
1550
+ Generated on Wed Jun 24 03:08:00 2020 by
1551
1551
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1552
1552
  0.9.24 (ruby-2.6.3).
1553
1553
  </div>
@@ -821,7 +821,7 @@
821
821
  </div>
822
822
 
823
823
  <div id="footer">
824
- Generated on Tue Jun 23 10:25:01 2020 by
824
+ Generated on Wed Jun 24 03:08:02 2020 by
825
825
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
826
826
  0.9.24 (ruby-2.6.3).
827
827
  </div>
@@ -593,7 +593,7 @@
593
593
  </div>
594
594
 
595
595
  <div id="footer">
596
- Generated on Tue Jun 23 10:25:01 2020 by
596
+ Generated on Wed Jun 24 03:08:02 2020 by
597
597
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
598
598
  0.9.24 (ruby-2.6.3).
599
599
  </div>
@@ -227,7 +227,7 @@ timeout = 30000
227
227
  </div>
228
228
 
229
229
  <div id="footer">
230
- Generated on Tue Jun 23 10:24:58 2020 by
230
+ Generated on Wed Jun 24 03:07:58 2020 by
231
231
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
232
  0.9.24 (ruby-2.6.3).
233
233
  </div>
@@ -375,7 +375,7 @@
375
375
  </div>
376
376
 
377
377
  <div id="footer">
378
- Generated on Tue Jun 23 10:25:00 2020 by
378
+ Generated on Wed Jun 24 03:08:01 2020 by
379
379
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380
380
  0.9.24 (ruby-2.6.3).
381
381
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:25:00 2020 by
117
+ Generated on Wed Jun 24 03:08:01 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -431,7 +431,7 @@
431
431
  </div>
432
432
 
433
433
  <div id="footer">
434
- Generated on Tue Jun 23 10:25:01 2020 by
434
+ Generated on Wed Jun 24 03:08:02 2020 by
435
435
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
436
436
  0.9.24 (ruby-2.6.3).
437
437
  </div>
@@ -129,7 +129,7 @@
129
129
  <li class="public ">
130
130
  <span class="summary_signature">
131
131
 
132
- <a href="#connect-instance_method" title="#connect (instance method)">#<strong>connect</strong>(options = {}) &#x21d2; !Promise&lt;!Browser&gt; </a>
132
+ <a href="#connect-instance_method" title="#connect (instance method)">#<strong>connect</strong>(options = {}) &#x21d2; Puppeteer::Browser </a>
133
133
 
134
134
 
135
135
 
@@ -151,7 +151,7 @@
151
151
  <li class="public ">
152
152
  <span class="summary_signature">
153
153
 
154
- <a href="#default_args-instance_method" title="#default_args (instance method)">#<strong>default_args</strong>(options = nil) &#x21d2; Object </a>
154
+ <a href="#default_args-instance_method" title="#default_args (instance method)">#<strong>default_args</strong>(options = nil) &#x21d2; DefaultArgs </a>
155
155
 
156
156
 
157
157
 
@@ -243,7 +243,7 @@
243
243
  <div class="method_details first">
244
244
  <h3 class="signature first" id="connect-instance_method">
245
245
 
246
- #<strong>connect</strong>(options = {}) &#x21d2; <tt>!Promise&lt;!<span class='object_link'><a href="../Browser.html" title="Puppeteer::Browser (class)">Browser</a></span>&gt;</tt>
246
+ #<strong>connect</strong>(options = {}) &#x21d2; <tt><span class='object_link'><a href="../Browser.html" title="Puppeteer::Browser (class)">Puppeteer::Browser</a></span></tt>
247
247
 
248
248
 
249
249
 
@@ -256,31 +256,14 @@
256
256
  </div>
257
257
  </div>
258
258
  <div class="tags">
259
- <p class="tag_title">Parameters:</p>
260
- <ul class="param">
261
-
262
- <li>
263
-
264
- <span class='name'>options</span>
265
-
266
-
267
- <span class='type'>(<tt>!(<span class='object_link'><a href="../Launcher.html" title="Puppeteer::Launcher (module)">Launcher</a></span>.<span class='object_link'><a href="BrowserOptions.html" title="Puppeteer::Launcher::BrowserOptions (class)">BrowserOptions</a></span> & {browserWSEndpoint?: string, browserURL?: string, transport?: !<span class='object_link'><a href="../../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span>.ConnectionTransport})</tt>)</span>
268
-
269
-
270
- <em class="default">(defaults to: <tt>{}</tt>)</em>
271
-
272
-
273
- </li>
274
259
 
275
- </ul>
276
-
277
260
  <p class="tag_title">Returns:</p>
278
261
  <ul class="return">
279
262
 
280
263
  <li>
281
264
 
282
265
 
283
- <span class='type'>(<tt>!Promise&lt;!<span class='object_link'><a href="../Browser.html" title="Puppeteer::Browser (class)">Browser</a></span>&gt;</tt>)</span>
266
+ <span class='type'>(<tt><span class='object_link'><a href="../Browser.html" title="Puppeteer::Browser (class)">Puppeteer::Browser</a></span></tt>)</span>
284
267
 
285
268
 
286
269
 
@@ -364,28 +347,50 @@
364
347
  <div class="method_details ">
365
348
  <h3 class="signature " id="default_args-instance_method">
366
349
 
367
- #<strong>default_args</strong>(options = nil) &#x21d2; <tt>Object</tt>
350
+ #<strong>default_args</strong>(options = nil) &#x21d2; <tt><span class='object_link'><a href="Chrome/DefaultArgs.html" title="Puppeteer::Launcher::Chrome::DefaultArgs (class)">DefaultArgs</a></span></tt>
368
351
 
369
352
 
370
353
 
371
354
 
372
355
 
373
- </h3><table class="source_code">
356
+ </h3><div class="docstring">
357
+ <div class="discussion">
358
+
359
+
360
+ </div>
361
+ </div>
362
+ <div class="tags">
363
+
364
+ <p class="tag_title">Returns:</p>
365
+ <ul class="return">
366
+
367
+ <li>
368
+
369
+
370
+ <span class='type'>(<tt><span class='object_link'><a href="Chrome/DefaultArgs.html" title="Puppeteer::Launcher::Chrome::DefaultArgs (class)">DefaultArgs</a></span></tt>)</span>
371
+
372
+
373
+
374
+ </li>
375
+
376
+ </ul>
377
+
378
+ </div><table class="source_code">
374
379
  <tr>
375
380
  <td>
376
381
  <pre class="lines">
377
382
 
378
383
 
379
- 142
380
384
  143
381
385
  144
382
386
  145
383
387
  146
384
388
  147
385
- 148</pre>
389
+ 148
390
+ 149</pre>
386
391
  </td>
387
392
  <td>
388
- <pre class="code"><span class="info file"># File 'lib/puppeteer/launcher/chrome.rb', line 142</span>
393
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/launcher/chrome.rb', line 143</span>
389
394
 
390
395
  <span class='kw'>def</span> <span class='id identifier rubyid_default_args'>default_args</span><span class='lparen'>(</span><span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
391
396
  <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
@@ -436,12 +441,12 @@
436
441
  <pre class="lines">
437
442
 
438
443
 
439
- 203
440
- 204
441
- 205</pre>
444
+ 205
445
+ 206
446
+ 207</pre>
442
447
  </td>
443
448
  <td>
444
- <pre class="code"><span class="info file"># File 'lib/puppeteer/launcher/chrome.rb', line 203</span>
449
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/launcher/chrome.rb', line 205</span>
445
450
 
446
451
  <span class='kw'>def</span> <span class='id identifier rubyid_executable_path'>executable_path</span>
447
452
  <span class='id identifier rubyid_resolve_executable_path'>resolve_executable_path</span>
@@ -659,7 +664,7 @@
659
664
  </div>
660
665
 
661
666
  <div id="footer">
662
- Generated on Tue Jun 23 10:25:00 2020 by
667
+ Generated on Wed Jun 24 03:08:01 2020 by
663
668
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
669
  0.9.24 (ruby-2.6.3).
665
670
  </div>
@@ -372,7 +372,7 @@
372
372
  </div>
373
373
 
374
374
  <div id="footer">
375
- Generated on Tue Jun 23 10:25:00 2020 by
375
+ Generated on Wed Jun 24 03:08:01 2020 by
376
376
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
377
377
  0.9.24 (ruby-2.6.3).
378
378
  </div>
@@ -521,7 +521,7 @@
521
521
  </div>
522
522
 
523
523
  <div id="footer">
524
- Generated on Tue Jun 23 10:25:01 2020 by
524
+ Generated on Wed Jun 24 03:08:02 2020 by
525
525
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
526
526
  0.9.24 (ruby-2.6.3).
527
527
  </div>