puppeteer-ruby 0.0.9 → 0.0.10

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 (101) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Puppeteer.html +3 -3
  3. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  4. data/docs/Puppeteer/Browser.html +2 -2
  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 +1 -1
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +1 -1
  22. data/docs/Puppeteer/DebugPrint.html +1 -1
  23. data/docs/Puppeteer/Device.html +1 -1
  24. data/docs/Puppeteer/Devices.html +1 -1
  25. data/docs/Puppeteer/ElementHandle.html +525 -207
  26. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +5 -5
  27. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +5 -5
  28. data/docs/Puppeteer/ElementHandle/Point.html +40 -29
  29. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  30. data/docs/Puppeteer/EmulationManager.html +1 -1
  31. data/docs/Puppeteer/EventCallbackable.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  33. data/docs/Puppeteer/ExecutionContext.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  37. data/docs/Puppeteer/FileChooser.html +1 -1
  38. data/docs/Puppeteer/Frame.html +1 -1
  39. data/docs/Puppeteer/FrameManager.html +1 -1
  40. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  41. data/docs/Puppeteer/IfPresent.html +1 -1
  42. data/docs/Puppeteer/JSHandle.html +1 -1
  43. data/docs/Puppeteer/Keyboard.html +1 -1
  44. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  45. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  46. data/docs/Puppeteer/Launcher.html +1 -1
  47. data/docs/Puppeteer/Launcher/Base.html +1 -1
  48. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  49. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  50. data/docs/Puppeteer/Launcher/Chrome.html +1 -1
  51. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  52. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  53. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  54. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  58. data/docs/Puppeteer/Mouse.html +1 -1
  59. data/docs/Puppeteer/Mouse/Button.html +1 -1
  60. data/docs/Puppeteer/NetworkManager.html +1 -1
  61. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  62. data/docs/Puppeteer/Page.html +2 -2
  63. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  64. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  65. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  66. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  67. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  68. data/docs/Puppeteer/RemoteObject.html +110 -39
  69. data/docs/Puppeteer/Target.html +138 -116
  70. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  71. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  72. data/docs/Puppeteer/TimeoutError.html +2 -2
  73. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  74. data/docs/Puppeteer/TouchScreen.html +1 -1
  75. data/docs/Puppeteer/Viewport.html +81 -1
  76. data/docs/Puppeteer/WaitTask.html +1 -1
  77. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  79. data/docs/Puppeteer/WebSocket.html +26 -26
  80. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  81. data/docs/Puppeteer/WebSocketTransport.html +2 -2
  82. data/docs/_index.html +26 -12
  83. data/docs/class_list.html +1 -1
  84. data/docs/file.README.html +1 -1
  85. data/docs/index.html +1 -1
  86. data/docs/method_list.html +675 -571
  87. data/docs/top-level-namespace.html +1 -1
  88. data/lib/puppeteer/browser.rb +1 -1
  89. data/lib/puppeteer/element_handle.rb +66 -108
  90. data/lib/puppeteer/element_handle/bounding_box.rb +12 -0
  91. data/lib/puppeteer/element_handle/box_model.rb +19 -0
  92. data/lib/puppeteer/element_handle/point.rb +26 -0
  93. data/lib/puppeteer/errors.rb +1 -3
  94. data/lib/puppeteer/page.rb +1 -1
  95. data/lib/puppeteer/remote_object.rb +9 -0
  96. data/lib/puppeteer/target.rb +9 -12
  97. data/lib/puppeteer/version.rb +1 -1
  98. data/lib/puppeteer/viewport.rb +18 -0
  99. data/lib/puppeteer/web_socket.rb +3 -1
  100. data/lib/puppeteer/web_socket_transport.rb +1 -1
  101. metadata +5 -2
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 9 00:13:39 2020 by
117
+ Generated on Fri Jun 12 12:38:33 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>
@@ -719,7 +719,7 @@
719
719
  </div>
720
720
 
721
721
  <div id="footer">
722
- Generated on Tue Jun 9 00:13:39 2020 by
722
+ Generated on Fri Jun 12 12:38:33 2020 by
723
723
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
724
724
  0.9.24 (ruby-2.6.3).
725
725
  </div>
@@ -104,7 +104,7 @@
104
104
  <h2>Overview</h2><div class="docstring">
105
105
  <div class="discussion">
106
106
 
107
- <p>ref: <a href="https://github.com/puppeteer/puppeteer/blob/master/lib/Errors.js">github.com/puppeteer/puppeteer/blob/master/lib/Errors.js</a></p>
107
+ <p>ref: <a href="https://github.com/puppeteer/puppeteer/blob/master/src/Errors.ts">github.com/puppeteer/puppeteer/blob/master/src/Errors.ts</a></p>
108
108
 
109
109
 
110
110
  </div>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Tue Jun 9 00:13:39 2020 by
128
+ Generated on Fri Jun 12 12:38:33 2020 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.9.24 (ruby-2.6.3).
131
131
  </div>
@@ -486,7 +486,7 @@
486
486
  </div>
487
487
 
488
488
  <div id="footer">
489
- Generated on Tue Jun 9 00:13:41 2020 by
489
+ Generated on Fri Jun 12 12:38:35 2020 by
490
490
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
491
491
  0.9.24 (ruby-2.6.3).
492
492
  </div>
@@ -454,7 +454,7 @@
454
454
  </div>
455
455
 
456
456
  <div id="footer">
457
- Generated on Tue Jun 9 00:13:40 2020 by
457
+ Generated on Fri Jun 12 12:38:34 2020 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
459
  0.9.24 (ruby-2.6.3).
460
460
  </div>
@@ -271,6 +271,28 @@
271
271
 
272
272
 
273
273
 
274
+ <span class="summary_desc"><div class='inline'></div></span>
275
+
276
+ </li>
277
+
278
+
279
+ <li class="public ">
280
+ <span class="summary_signature">
281
+
282
+ <a href="#merge-instance_method" title="#merge (instance method)">#<strong>merge</strong>(width: nil, height: nil, device_scale_factor: nil, is_mobile: nil, has_touch: nil, is_landscape: nil) &#x21d2; Object </a>
283
+
284
+
285
+
286
+ </span>
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
274
296
  <span class="summary_desc"><div class='inline'></div></span>
275
297
 
276
298
  </li>
@@ -688,6 +710,64 @@
688
710
  </td>
689
711
  </tr>
690
712
  </table>
713
+ </div>
714
+
715
+ <div class="method_details ">
716
+ <h3 class="signature " id="merge-instance_method">
717
+
718
+ #<strong>merge</strong>(width: nil, height: nil, device_scale_factor: nil, is_mobile: nil, has_touch: nil, is_landscape: nil) &#x21d2; <tt>Object</tt>
719
+
720
+
721
+
722
+
723
+
724
+ </h3><table class="source_code">
725
+ <tr>
726
+ <td>
727
+ <pre class="lines">
728
+
729
+
730
+ 37
731
+ 38
732
+ 39
733
+ 40
734
+ 41
735
+ 42
736
+ 43
737
+ 44
738
+ 45
739
+ 46
740
+ 47
741
+ 48
742
+ 49
743
+ 50
744
+ 51
745
+ 52
746
+ 53</pre>
747
+ </td>
748
+ <td>
749
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/viewport.rb', line 37</span>
750
+
751
+ <span class='kw'>def</span> <span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span>
752
+ <span class='label'>width:</span> <span class='kw'>nil</span><span class='comma'>,</span>
753
+ <span class='label'>height:</span> <span class='kw'>nil</span><span class='comma'>,</span>
754
+ <span class='label'>device_scale_factor:</span> <span class='kw'>nil</span><span class='comma'>,</span>
755
+ <span class='label'>is_mobile:</span> <span class='kw'>nil</span><span class='comma'>,</span>
756
+ <span class='label'>has_touch:</span> <span class='kw'>nil</span><span class='comma'>,</span>
757
+ <span class='label'>is_landscape:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
758
+
759
+ <span class='const'><span class='object_link'><a href="../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="Puppeteer::Viewport (class)">Viewport</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">new</a></span></span><span class='lparen'>(</span>
760
+ <span class='label'>width:</span> <span class='id identifier rubyid_width'>width</span> <span class='op'>||</span> <span class='ivar'>@width</span><span class='comma'>,</span>
761
+ <span class='label'>height:</span> <span class='id identifier rubyid_height'>height</span> <span class='op'>||</span> <span class='ivar'>@height</span><span class='comma'>,</span>
762
+ <span class='label'>device_scale_factor:</span> <span class='id identifier rubyid_device_scale_factor'>device_scale_factor</span> <span class='op'>||</span> <span class='ivar'>@device_scale_factor</span><span class='comma'>,</span>
763
+ <span class='label'>is_mobile:</span> <span class='id identifier rubyid_is_mobile'>is_mobile</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>?</span> <span class='ivar'>@is_mobile</span> <span class='op'>:</span> <span class='id identifier rubyid_is_mobile'>is_mobile</span><span class='comma'>,</span>
764
+ <span class='label'>has_touch:</span> <span class='id identifier rubyid_has_touch'>has_touch</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>?</span> <span class='ivar'>@has_touch</span> <span class='op'>:</span> <span class='id identifier rubyid_has_touch'>has_touch</span><span class='comma'>,</span>
765
+ <span class='label'>is_landscape:</span> <span class='id identifier rubyid_is_landscape'>is_landscape</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>?</span> <span class='ivar'>@is_landscape</span> <span class='op'>:</span> <span class='id identifier rubyid_is_landscape'>is_landscape</span><span class='comma'>,</span>
766
+ <span class='rparen'>)</span>
767
+ <span class='kw'>end</span></pre>
768
+ </td>
769
+ </tr>
770
+ </table>
691
771
  </div>
692
772
 
693
773
  <div class="method_details ">
@@ -747,7 +827,7 @@
747
827
  </div>
748
828
 
749
829
  <div id="footer">
750
- Generated on Tue Jun 9 00:13:40 2020 by
830
+ Generated on Fri Jun 12 12:38:34 2020 by
751
831
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
752
832
  0.9.24 (ruby-2.6.3).
753
833
  </div>
@@ -627,7 +627,7 @@
627
627
  </div>
628
628
 
629
629
  <div id="footer">
630
- Generated on Tue Jun 9 00:13:40 2020 by
630
+ Generated on Fri Jun 12 12:38:34 2020 by
631
631
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
632
632
  0.9.24 (ruby-2.6.3).
633
633
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 9 00:13:40 2020 by
117
+ Generated on Fri Jun 12 12:38:34 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>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Tue Jun 9 00:13:40 2020 by
199
+ Generated on Fri Jun 12 12:38:34 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -116,7 +116,7 @@
116
116
 
117
117
 
118
118
 
119
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span>
119
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span>, <span class='object_link'><a href="WebSocket/TransportError.html" title="Puppeteer::WebSocket::TransportError (class)">TransportError</a></span>
120
120
 
121
121
 
122
122
  </p>
@@ -415,14 +415,14 @@
415
415
  <pre class="lines">
416
416
 
417
417
 
418
- 76
419
- 77
420
418
  78
421
419
  79
422
- 80</pre>
420
+ 80
421
+ 81
422
+ 82</pre>
423
423
  </td>
424
424
  <td>
425
- <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 76</span>
425
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 78</span>
426
426
 
427
427
  <span class='kw'>def</span> <span class='id identifier rubyid_close'>close</span><span class='lparen'>(</span><span class='label'>code:</span> <span class='int'>1000</span><span class='comma'>,</span> <span class='label'>reason:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
428
428
  <span class='kw'>return</span> <span class='kw'>if</span> <span class='ivar'>@ready_state</span> <span class='op'>&gt;=</span> <span class='const'><span class='object_link'><a href="#STATE_CLOSING-constant" title="Puppeteer::WebSocket::STATE_CLOSING (constant)">STATE_CLOSING</a></span></span>
@@ -473,12 +473,12 @@
473
473
  <pre class="lines">
474
474
 
475
475
 
476
- 87
477
- 88
478
- 89</pre>
476
+ 89
477
+ 90
478
+ 91</pre>
479
479
  </td>
480
480
  <td>
481
- <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 87</span>
481
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 89</span>
482
482
 
483
483
  <span class='kw'>def</span> <span class='id identifier rubyid_on_close'>on_close</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
484
484
  <span class='ivar'>@on_close</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -527,12 +527,12 @@
527
527
  <pre class="lines">
528
528
 
529
529
 
530
- 92
531
- 93
532
- 94</pre>
530
+ 94
531
+ 95
532
+ 96</pre>
533
533
  </td>
534
534
  <td>
535
- <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 92</span>
535
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 94</span>
536
536
 
537
537
  <span class='kw'>def</span> <span class='id identifier rubyid_on_error'>on_error</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
538
538
  <span class='ivar'>@on_error</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -557,12 +557,12 @@
557
557
  <pre class="lines">
558
558
 
559
559
 
560
- 96
561
- 97
562
- 98</pre>
560
+ 98
561
+ 99
562
+ 100</pre>
563
563
  </td>
564
564
  <td>
565
- <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 96</span>
565
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 98</span>
566
566
 
567
567
  <span class='kw'>def</span> <span class='id identifier rubyid_on_message'>on_message</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
568
568
  <span class='ivar'>@on_message</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -587,12 +587,12 @@
587
587
  <pre class="lines">
588
588
 
589
589
 
590
- 82
591
- 83
592
- 84</pre>
590
+ 84
591
+ 85
592
+ 86</pre>
593
593
  </td>
594
594
  <td>
595
- <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 82</span>
595
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 84</span>
596
596
 
597
597
  <span class='kw'>def</span> <span class='id identifier rubyid_on_open'>on_open</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
598
598
  <span class='ivar'>@on_open</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -641,13 +641,13 @@
641
641
  <pre class="lines">
642
642
 
643
643
 
644
- 71
645
- 72
646
644
  73
647
- 74</pre>
645
+ 74
646
+ 75
647
+ 76</pre>
648
648
  </td>
649
649
  <td>
650
- <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 71</span>
650
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/web_socket.rb', line 73</span>
651
651
 
652
652
  <span class='kw'>def</span> <span class='id identifier rubyid_send_text'>send_text</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='rparen'>)</span>
653
653
  <span class='kw'>return</span> <span class='kw'>if</span> <span class='ivar'>@ready_state</span> <span class='op'>&gt;=</span> <span class='const'><span class='object_link'><a href="#STATE_CLOSING-constant" title="Puppeteer::WebSocket::STATE_CLOSING (constant)">STATE_CLOSING</a></span></span>
@@ -663,7 +663,7 @@
663
663
  </div>
664
664
 
665
665
  <div id="footer">
666
- Generated on Tue Jun 9 00:13:40 2020 by
666
+ Generated on Fri Jun 12 12:38:34 2020 by
667
667
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
668
668
  0.9.24 (ruby-2.6.3).
669
669
  </div>
@@ -402,7 +402,7 @@
402
402
  </div>
403
403
 
404
404
  <div id="footer">
405
- Generated on Tue Jun 9 00:13:40 2020 by
405
+ Generated on Fri Jun 12 12:38:34 2020 by
406
406
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
407
407
  0.9.24 (ruby-2.6.3).
408
408
  </div>
@@ -426,7 +426,7 @@
426
426
  <span class='id identifier rubyid_promise'>promise</span><span class='period'>.</span><span class='id identifier rubyid_fulfill'>fulfill</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="Puppeteer::WebSocketTransport (class)">WebSocketTransport</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_ws'>ws</span><span class='rparen'>)</span><span class='rparen'>)</span>
427
427
  <span class='kw'>end</span>
428
428
  <span class='id identifier rubyid_ws'>ws</span><span class='period'>.</span><span class='id identifier rubyid_on_error'>on_error</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_error_message'>error_message</span><span class='op'>|</span>
429
- <span class='id identifier rubyid_promise'>promise</span><span class='period'>.</span><span class='id identifier rubyid_reject'>reject</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="WebSocktTransportError.html" title="Puppeteer::WebSocktTransportError (class)">WebSocktTransportError</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_error_message'>error_message</span><span class='rparen'>)</span><span class='rparen'>)</span>
429
+ <span class='id identifier rubyid_promise'>promise</span><span class='period'>.</span><span class='id identifier rubyid_reject'>reject</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="WebSocket.html" title="Puppeteer::WebSocket (class)">WebSocket</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="WebSocket/TransportError.html" title="Puppeteer::WebSocket::TransportError (class)">TransportError</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_error_message'>error_message</span><span class='rparen'>)</span><span class='rparen'>)</span>
430
430
  <span class='kw'>end</span>
431
431
  <span class='id identifier rubyid_promise'>promise</span><span class='period'>.</span><span class='id identifier rubyid_value!'>value!</span>
432
432
  <span class='kw'>end</span></pre>
@@ -590,7 +590,7 @@
590
590
  </div>
591
591
 
592
592
  <div id="footer">
593
- Generated on Tue Jun 9 00:13:41 2020 by
593
+ Generated on Fri Jun 12 12:38:35 2020 by
594
594
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
595
595
  0.9.24 (ruby-2.6.3).
596
596
  </div>
@@ -102,6 +102,20 @@
102
102
 
103
103
  </li>
104
104
 
105
+ <li>
106
+ <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html" title="Puppeteer::ElementHandle::BoundingBox (class)">BoundingBox</a></span>
107
+
108
+ <small>(Puppeteer::ElementHandle)</small>
109
+
110
+ </li>
111
+
112
+ <li>
113
+ <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html" title="Puppeteer::ElementHandle::BoxModel (class)">BoxModel</a></span>
114
+
115
+ <small>(Puppeteer::ElementHandle)</small>
116
+
117
+ </li>
118
+
105
119
  <li>
106
120
  <span class='object_link'><a href="Puppeteer/Browser.html" title="Puppeteer::Browser (class)">Browser</a></span>
107
121
 
@@ -695,16 +709,16 @@
695
709
  </li>
696
710
 
697
711
  <li>
698
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span>
712
+ <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
699
713
 
700
- <small>(Puppeteer::LifecycleWatcher)</small>
714
+ <small>(Puppeteer::WaitTask)</small>
701
715
 
702
716
  </li>
703
717
 
704
718
  <li>
705
- <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
719
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span>
706
720
 
707
- <small>(Puppeteer::WaitTask)</small>
721
+ <small>(Puppeteer::LifecycleWatcher)</small>
708
722
 
709
723
  </li>
710
724
 
@@ -736,6 +750,13 @@
736
750
 
737
751
  </li>
738
752
 
753
+ <li>
754
+ <span class='object_link'><a href="Puppeteer/WebSocket/TransportError.html" title="Puppeteer::WebSocket::TransportError (class)">TransportError</a></span>
755
+
756
+ <small>(Puppeteer::WebSocket)</small>
757
+
758
+ </li>
759
+
739
760
  </ul>
740
761
  </ul>
741
762
 
@@ -780,13 +801,6 @@
780
801
 
781
802
  </li>
782
803
 
783
- <li>
784
- <span class='object_link'><a href="Puppeteer/WebSocktTransportError.html" title="Puppeteer::WebSocktTransportError (class)">WebSocktTransportError</a></span>
785
-
786
- <small>(Puppeteer)</small>
787
-
788
- </li>
789
-
790
804
  </ul>
791
805
  </ul>
792
806
 
@@ -799,7 +813,7 @@
799
813
  </div>
800
814
 
801
815
  <div id="footer">
802
- Generated on Tue Jun 9 00:13:38 2020 by
816
+ Generated on Fri Jun 12 12:38:32 2020 by
803
817
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
804
818
  0.9.24 (ruby-2.6.3).
805
819
  </div>
@@ -43,7 +43,7 @@
43
43
 
44
44
  <ul id="full_list" class="class">
45
45
  <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
-
  • Puppeteer < ObjectTop Level Namespace
  • 46
    +
  • Puppeteer < ObjectTop Level Namespace
  • 47
    47
     
    48
    48
      </ul>
    49
    49
      </div>
    @@ -113,7 +113,7 @@
    113
    113
      </div></div>
    114
    114
     
    115
    115
      <div id="footer">
    116
    - Generated on Tue Jun 9 00:13:39 2020 by
    116
    + Generated on Fri Jun 12 12:38:32 2020 by
    117
    117
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    118
    118
      0.9.24 (ruby-2.6.3).
    119
    119
      </div>
    @@ -113,7 +113,7 @@
    113
    113
      </div></div>
    114
    114
     
    115
    115
      <div id="footer">
    116
    - Generated on Tue Jun 9 00:13:39 2020 by
    116
    + Generated on Fri Jun 12 12:38:32 2020 by
    117
    117
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    118
    118
      0.9.24 (ruby-2.6.3).
    119
    119
      </div>
    @@ -70,72 +70,72 @@
    70
    70
     
    71
    71
      <li class="even ">
    72
    72
      <div class="item">
    73
    - <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    74
    - <small>Puppeteer::Frame</small>
    73
    + <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
    74
    + <small>Puppeteer::Page</small>
    75
    75
      </div>
    76
    76
      </li>
    77
    77
     
    78
    78
     
    79
    79
      <li class="odd ">
    80
    80
      <div class="item">
    81
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#S-instance_method" title="Puppeteer::ElementHandle#S (method)">#S</a></span>
    82
    - <small>Puppeteer::ElementHandle</small>
    81
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#S-instance_method" title="Puppeteer::DOMWorld#S (method)">#S</a></span>
    82
    + <small>Puppeteer::DOMWorld</small>
    83
    83
      </div>
    84
    84
      </li>
    85
    85
     
    86
    86
     
    87
    87
      <li class="even ">
    88
    88
      <div class="item">
    89
    - <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
    90
    - <small>Puppeteer::Page</small>
    89
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#S-instance_method" title="Puppeteer::ElementHandle#S (method)">#S</a></span>
    90
    + <small>Puppeteer::ElementHandle</small>
    91
    91
      </div>
    92
    92
      </li>
    93
    93
     
    94
    94
     
    95
    95
      <li class="odd ">
    96
    96
      <div class="item">
    97
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#S-instance_method" title="Puppeteer::DOMWorld#S (method)">#S</a></span>
    98
    - <small>Puppeteer::DOMWorld</small>
    97
    + <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    98
    + <small>Puppeteer::Frame</small>
    99
    99
      </div>
    100
    100
      </li>
    101
    101
     
    102
    102
     
    103
    103
      <li class="even ">
    104
    104
      <div class="item">
    105
    - <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
    106
    - <small>Puppeteer::Frame</small>
    105
    + <span class='object_link'><a href="Puppeteer/Page.html#SS-instance_method" title="Puppeteer::Page#SS (method)">#SS</a></span>
    106
    + <small>Puppeteer::Page</small>
    107
    107
      </div>
    108
    108
      </li>
    109
    109
     
    110
    110
     
    111
    111
      <li class="odd ">
    112
    112
      <div class="item">
    113
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    114
    - <small>Puppeteer::DOMWorld</small>
    113
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    114
    + <small>Puppeteer::ElementHandle</small>
    115
    115
      </div>
    116
    116
      </li>
    117
    117
     
    118
    118
     
    119
    119
      <li class="even ">
    120
    120
      <div class="item">
    121
    - <span class='object_link'><a href="Puppeteer/Page.html#SS-instance_method" title="Puppeteer::Page#SS (method)">#SS</a></span>
    122
    - <small>Puppeteer::Page</small>
    121
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    122
    + <small>Puppeteer::DOMWorld</small>
    123
    123
      </div>
    124
    124
      </li>
    125
    125
     
    126
    126
     
    127
    127
      <li class="odd ">
    128
    128
      <div class="item">
    129
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    130
    - <small>Puppeteer::ElementHandle</small>
    129
    + <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
    130
    + <small>Puppeteer::Frame</small>
    131
    131
      </div>
    132
    132
      </li>
    133
    133
     
    134
    134
     
    135
    135
      <li class="even ">
    136
    136
      <div class="item">
    137
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    138
    - <small>Puppeteer::ElementHandle</small>
    137
    + <span class='object_link'><a href="Puppeteer/Frame.html#SSeval-instance_method" title="Puppeteer::Frame#SSeval (method)">#SSeval</a></span>
    138
    + <small>Puppeteer::Frame</small>
    139
    139
      </div>
    140
    140
      </li>
    141
    141
     
    @@ -150,8 +150,8 @@
    150
    150
     
    151
    151
      <li class="even ">
    152
    152
      <div class="item">
    153
    - <span class='object_link'><a href="Puppeteer/Frame.html#SSeval-instance_method" title="Puppeteer::Frame#SSeval (method)">#SSeval</a></span>
    154
    - <small>Puppeteer::Frame</small>
    153
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    154
    + <small>Puppeteer::ElementHandle</small>
    155
    155
      </div>
    156
    156
      </li>
    157
    157
     
    @@ -166,16 +166,16 @@
    166
    166
     
    167
    167
      <li class="even ">
    168
    168
      <div class="item">
    169
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    170
    - <small>Puppeteer::ElementHandle</small>
    169
    + <span class='object_link'><a href="Puppeteer/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    170
    + <small>Puppeteer::Frame</small>
    171
    171
      </div>
    172
    172
      </li>
    173
    173
     
    174
    174
     
    175
    175
      <li class="odd ">
    176
    176
      <div class="item">
    177
    - <span class='object_link'><a href="Puppeteer/Page.html#Seval-instance_method" title="Puppeteer::Page#Seval (method)">#Seval</a></span>
    178
    - <small>Puppeteer::Page</small>
    177
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    178
    + <small>Puppeteer::ElementHandle</small>
    179
    179
      </div>
    180
    180
      </li>
    181
    181
     
    @@ -190,40 +190,40 @@
    190
    190
     
    191
    191
      <li class="odd ">
    192
    192
      <div class="item">
    193
    - <span class='object_link'><a href="Puppeteer/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    194
    - <small>Puppeteer::Frame</small>
    193
    + <span class='object_link'><a href="Puppeteer/Page.html#Seval-instance_method" title="Puppeteer::Page#Seval (method)">#Seval</a></span>
    194
    + <small>Puppeteer::Page</small>
    195
    195
      </div>
    196
    196
      </li>
    197
    197
     
    198
    198
     
    199
    199
      <li class="even ">
    200
    200
      <div class="item">
    201
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    202
    - <small>Puppeteer::ElementHandle</small>
    201
    + <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
    202
    + <small>Puppeteer::Page</small>
    203
    203
      </div>
    204
    204
      </li>
    205
    205
     
    206
    206
     
    207
    207
      <li class="odd ">
    208
    208
      <div class="item">
    209
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
    210
    - <small>Puppeteer::DOMWorld</small>
    209
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    210
    + <small>Puppeteer::ElementHandle</small>
    211
    211
      </div>
    212
    212
      </li>
    213
    213
     
    214
    214
     
    215
    215
      <li class="even ">
    216
    216
      <div class="item">
    217
    - <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
    218
    - <small>Puppeteer::Page</small>
    217
    + <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
    218
    + <small>Puppeteer::Frame</small>
    219
    219
      </div>
    220
    220
      </li>
    221
    221
     
    222
    222
     
    223
    223
      <li class="odd ">
    224
    224
      <div class="item">
    225
    - <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
    226
    - <small>Puppeteer::Frame</small>
    225
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
    226
    + <small>Puppeteer::DOMWorld</small>
    227
    227
      </div>
    228
    228
      </li>
    229
    229
     
    @@ -342,16 +342,16 @@
    342
    342
     
    343
    343
      <li class="even ">
    344
    344
      <div class="item">
    345
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    346
    - <small>Puppeteer::ElementHandle</small>
    345
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    346
    + <small>Puppeteer::JSHandle</small>
    347
    347
      </div>
    348
    348
      </li>
    349
    349
     
    350
    350
     
    351
    351
      <li class="odd ">
    352
    352
      <div class="item">
    353
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    354
    - <small>Puppeteer::JSHandle</small>
    353
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    354
    + <small>Puppeteer::ElementHandle</small>
    355
    355
      </div>
    356
    356
      </li>
    357
    357
     
    @@ -374,48 +374,48 @@
    374
    374
     
    375
    375
      <li class="even ">
    376
    376
      <div class="item">
    377
    - <span class='object_link'><a href="Puppeteer/Page.html#async_Seval-instance_method" title="Puppeteer::Page#async_Seval (method)">#async_Seval</a></span>
    378
    - <small>Puppeteer::Page</small>
    377
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_Seval-instance_method" title="Puppeteer::ElementHandle#async_Seval (method)">#async_Seval</a></span>
    378
    + <small>Puppeteer::ElementHandle</small>
    379
    379
      </div>
    380
    380
      </li>
    381
    381
     
    382
    382
     
    383
    383
      <li class="odd ">
    384
    384
      <div class="item">
    385
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_Seval-instance_method" title="Puppeteer::ElementHandle#async_Seval (method)">#async_Seval</a></span>
    386
    - <small>Puppeteer::ElementHandle</small>
    385
    + <span class='object_link'><a href="Puppeteer/Page.html#async_Seval-instance_method" title="Puppeteer::Page#async_Seval (method)">#async_Seval</a></span>
    386
    + <small>Puppeteer::Page</small>
    387
    387
      </div>
    388
    388
      </li>
    389
    389
     
    390
    390
     
    391
    391
      <li class="even ">
    392
    392
      <div class="item">
    393
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_click-instance_method" title="Puppeteer::Mouse#async_click (method)">#async_click</a></span>
    394
    - <small>Puppeteer::Mouse</small>
    393
    + <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    394
    + <small>Puppeteer::Page</small>
    395
    395
      </div>
    396
    396
      </li>
    397
    397
     
    398
    398
     
    399
    399
      <li class="odd ">
    400
    400
      <div class="item">
    401
    - <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    402
    - <small>Puppeteer::Page</small>
    401
    + <span class='object_link'><a href="Puppeteer/Mouse.html#async_click-instance_method" title="Puppeteer::Mouse#async_click (method)">#async_click</a></span>
    402
    + <small>Puppeteer::Mouse</small>
    403
    403
      </div>
    404
    404
      </li>
    405
    405
     
    406
    406
     
    407
    407
      <li class="even ">
    408
    408
      <div class="item">
    409
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_down-instance_method" title="Puppeteer::Mouse#async_down (method)">#async_down</a></span>
    410
    - <small>Puppeteer::Mouse</small>
    409
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_down-instance_method" title="Puppeteer::Keyboard#async_down (method)">#async_down</a></span>
    410
    + <small>Puppeteer::Keyboard</small>
    411
    411
      </div>
    412
    412
      </li>
    413
    413
     
    414
    414
     
    415
    415
      <li class="odd ">
    416
    416
      <div class="item">
    417
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_down-instance_method" title="Puppeteer::Keyboard#async_down (method)">#async_down</a></span>
    418
    - <small>Puppeteer::Keyboard</small>
    417
    + <span class='object_link'><a href="Puppeteer/Mouse.html#async_down-instance_method" title="Puppeteer::Mouse#async_down (method)">#async_down</a></span>
    418
    + <small>Puppeteer::Mouse</small>
    419
    419
      </div>
    420
    420
      </li>
    421
    421
     
    @@ -454,16 +454,16 @@
    454
    454
     
    455
    455
      <li class="even ">
    456
    456
      <div class="item">
    457
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    458
    - <small>Puppeteer::ElementHandle</small>
    457
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_press-instance_method" title="Puppeteer::Keyboard#async_press (method)">#async_press</a></span>
    458
    + <small>Puppeteer::Keyboard</small>
    459
    459
      </div>
    460
    460
      </li>
    461
    461
     
    462
    462
     
    463
    463
      <li class="odd ">
    464
    464
      <div class="item">
    465
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_press-instance_method" title="Puppeteer::Keyboard#async_press (method)">#async_press</a></span>
    466
    - <small>Puppeteer::Keyboard</small>
    465
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    466
    + <small>Puppeteer::ElementHandle</small>
    467
    467
      </div>
    468
    468
      </li>
    469
    469
     
    @@ -502,32 +502,32 @@
    502
    502
     
    503
    503
      <li class="even ">
    504
    504
      <div class="item">
    505
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_type_text-instance_method" title="Puppeteer::Keyboard#async_type_text (method)">#async_type_text</a></span>
    506
    - <small>Puppeteer::Keyboard</small>
    505
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
    506
    + <small>Puppeteer::ElementHandle</small>
    507
    507
      </div>
    508
    508
      </li>
    509
    509
     
    510
    510
     
    511
    511
      <li class="odd ">
    512
    512
      <div class="item">
    513
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
    514
    - <small>Puppeteer::ElementHandle</small>
    513
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_type_text-instance_method" title="Puppeteer::Keyboard#async_type_text (method)">#async_type_text</a></span>
    514
    + <small>Puppeteer::Keyboard</small>
    515
    515
      </div>
    516
    516
      </li>
    517
    517
     
    518
    518
     
    519
    519
      <li class="even ">
    520
    520
      <div class="item">
    521
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_up-instance_method" title="Puppeteer::Mouse#async_up (method)">#async_up</a></span>
    522
    - <small>Puppeteer::Mouse</small>
    521
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    522
    + <small>Puppeteer::Keyboard</small>
    523
    523
      </div>
    524
    524
      </li>
    525
    525
     
    526
    526
     
    527
    527
      <li class="odd ">
    528
    528
      <div class="item">
    529
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    530
    - <small>Puppeteer::Keyboard</small>
    529
    + <span class='object_link'><a href="Puppeteer/Mouse.html#async_up-instance_method" title="Puppeteer::Mouse#async_up (method)">#async_up</a></span>
    530
    + <small>Puppeteer::Mouse</small>
    531
    531
      </div>
    532
    532
      </li>
    533
    533
     
    @@ -606,21 +606,29 @@
    606
    606
     
    607
    607
      <li class="odd ">
    608
    608
      <div class="item">
    609
    - <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    610
    - <small>Puppeteer::Target</small>
    609
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#bounding_box-instance_method" title="Puppeteer::ElementHandle#bounding_box (method)">#bounding_box</a></span>
    610
    + <small>Puppeteer::ElementHandle</small>
    611
    611
      </div>
    612
    612
      </li>
    613
    613
     
    614
    614
     
    615
    615
      <li class="even ">
    616
    616
      <div class="item">
    617
    - <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    618
    - <small>Puppeteer::Page</small>
    617
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#box_model-instance_method" title="Puppeteer::RemoteObject#box_model (method)">#box_model</a></span>
    618
    + <small>Puppeteer::RemoteObject</small>
    619
    619
      </div>
    620
    620
      </li>
    621
    621
     
    622
    622
     
    623
    623
      <li class="odd ">
    624
    + <div class="item">
    625
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#box_model-instance_method" title="Puppeteer::ElementHandle#box_model (method)">#box_model</a></span>
    626
    + <small>Puppeteer::ElementHandle</small>
    627
    + </div>
    628
    + </li>
    629
    +
    630
    +
    631
    + <li class="even ">
    624
    632
      <div class="item">
    625
    633
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
    626
    634
      <small>Puppeteer::BrowserContext</small>
    @@ -628,9 +636,17 @@
    628
    636
      </li>
    629
    637
     
    630
    638
     
    639
    + <li class="odd ">
    640
    + <div class="item">
    641
    + <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    642
    + <small>Puppeteer::Target</small>
    643
    + </div>
    644
    + </li>
    645
    +
    646
    +
    631
    647
      <li class="even ">
    632
    648
      <div class="item">
    633
    - <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    649
    + <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    634
    650
      <small>Puppeteer::Page</small>
    635
    651
      </div>
    636
    652
      </li>
    @@ -646,24 +662,24 @@
    646
    662
     
    647
    663
      <li class="even ">
    648
    664
      <div class="item">
    649
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#browser_context_id-instance_method" title="Puppeteer::Target::TargetInfo#browser_context_id (method)">#browser_context_id</a></span>
    650
    - <small>Puppeteer::Target::TargetInfo</small>
    665
    + <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    666
    + <small>Puppeteer::Page</small>
    651
    667
      </div>
    652
    668
      </li>
    653
    669
     
    654
    670
     
    655
    671
      <li class="odd ">
    656
    672
      <div class="item">
    657
    - <span class='object_link'><a href="Puppeteer/Browser.html#browser_contexts-instance_method" title="Puppeteer::Browser#browser_contexts (method)">#browser_contexts</a></span>
    658
    - <small>Puppeteer::Browser</small>
    673
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#browser_context_id-instance_method" title="Puppeteer::Target::TargetInfo#browser_context_id (method)">#browser_context_id</a></span>
    674
    + <small>Puppeteer::Target::TargetInfo</small>
    659
    675
      </div>
    660
    676
      </li>
    661
    677
     
    662
    678
     
    663
    679
      <li class="even ">
    664
    680
      <div class="item">
    665
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    666
    - <small>Puppeteer::NetworkManager</small>
    681
    + <span class='object_link'><a href="Puppeteer/Browser.html#browser_contexts-instance_method" title="Puppeteer::Browser#browser_contexts (method)">#browser_contexts</a></span>
    682
    + <small>Puppeteer::Browser</small>
    667
    683
      </div>
    668
    684
      </li>
    669
    685
     
    @@ -678,23 +694,23 @@
    678
    694
     
    679
    695
      <li class="even ">
    680
    696
      <div class="item">
    681
    - <span class='object_link'><a href="Puppeteer/FileChooser.html#cancel-instance_method" title="Puppeteer::FileChooser#cancel (method)">#cancel</a></span>
    682
    - <small>Puppeteer::FileChooser</small>
    697
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    698
    + <small>Puppeteer::NetworkManager</small>
    683
    699
      </div>
    684
    700
      </li>
    685
    701
     
    686
    702
     
    687
    703
      <li class="odd ">
    688
    704
      <div class="item">
    689
    - <span class='object_link'><a href="Puppeteer/Frame.html#child_frames-instance_method" title="Puppeteer::Frame#child_frames (method)">#child_frames</a></span>
    690
    - <small>Puppeteer::Frame</small>
    705
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#cancel-instance_method" title="Puppeteer::FileChooser#cancel (method)">#cancel</a></span>
    706
    + <small>Puppeteer::FileChooser</small>
    691
    707
      </div>
    692
    708
      </li>
    693
    709
     
    694
    710
     
    695
    711
      <li class="even ">
    696
    712
      <div class="item">
    697
    - <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    713
    + <span class='object_link'><a href="Puppeteer/Frame.html#child_frames-instance_method" title="Puppeteer::Frame#child_frames (method)">#child_frames</a></span>
    698
    714
      <small>Puppeteer::Frame</small>
    699
    715
      </div>
    700
    716
      </li>
    @@ -702,39 +718,39 @@
    702
    718
     
    703
    719
      <li class="odd ">
    704
    720
      <div class="item">
    705
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    706
    - <small>Puppeteer::ElementHandle</small>
    721
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    722
    + <small>Puppeteer::DOMWorld</small>
    707
    723
      </div>
    708
    724
      </li>
    709
    725
     
    710
    726
     
    711
    727
      <li class="even ">
    712
    728
      <div class="item">
    713
    - <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    714
    - <small>Puppeteer::Page</small>
    729
    + <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    730
    + <small>Puppeteer::Mouse</small>
    715
    731
      </div>
    716
    732
      </li>
    717
    733
     
    718
    734
     
    719
    735
      <li class="odd ">
    720
    736
      <div class="item">
    721
    - <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    722
    - <small>Puppeteer::Mouse</small>
    737
    + <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    738
    + <small>Puppeteer::Page</small>
    723
    739
      </div>
    724
    740
      </li>
    725
    741
     
    726
    742
     
    727
    743
      <li class="even ">
    728
    744
      <div class="item">
    729
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    730
    - <small>Puppeteer::DOMWorld</small>
    745
    + <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    746
    + <small>Puppeteer::Frame</small>
    731
    747
      </div>
    732
    748
      </li>
    733
    749
     
    734
    750
     
    735
    751
      <li class="odd ">
    736
    752
      <div class="item">
    737
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#clickable_point-instance_method" title="Puppeteer::ElementHandle#clickable_point (method)">#clickable_point</a></span>
    753
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    738
    754
      <small>Puppeteer::ElementHandle</small>
    739
    755
      </div>
    740
    756
      </li>
    @@ -742,8 +758,8 @@
    742
    758
     
    743
    759
      <li class="even ">
    744
    760
      <div class="item">
    745
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    746
    - <small>Puppeteer::FrameManager</small>
    761
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#clickable_point-instance_method" title="Puppeteer::ElementHandle#clickable_point (method)">#clickable_point</a></span>
    762
    + <small>Puppeteer::ElementHandle</small>
    747
    763
      </div>
    748
    764
      </li>
    749
    765
     
    @@ -758,21 +774,29 @@
    758
    774
     
    759
    775
      <li class="even ">
    760
    776
      <div class="item">
    761
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#clip-instance_method" title="Puppeteer::Page::ScreenshotOptions#clip (method)">#clip</a></span>
    762
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    777
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    778
    + <small>Puppeteer::FrameManager</small>
    763
    779
      </div>
    764
    780
      </li>
    765
    781
     
    766
    782
     
    767
    783
      <li class="odd ">
    768
    784
      <div class="item">
    769
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    770
    - <small>Puppeteer::BrowserContext</small>
    785
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#clip-instance_method" title="Puppeteer::Page::ScreenshotOptions#clip (method)">#clip</a></span>
    786
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    771
    787
      </div>
    772
    788
      </li>
    773
    789
     
    774
    790
     
    775
    791
      <li class="even ">
    792
    + <div class="item">
    793
    + <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    794
    + <small>Puppeteer::Browser</small>
    795
    + </div>
    796
    + </li>
    797
    +
    798
    +
    799
    + <li class="odd ">
    776
    800
      <div class="item">
    777
    801
      <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    778
    802
      <small>Puppeteer::Page</small>
    @@ -780,7 +804,7 @@
    780
    804
      </li>
    781
    805
     
    782
    806
     
    783
    - <li class="odd ">
    807
    + <li class="even ">
    784
    808
      <div class="item">
    785
    809
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    786
    810
      <small>Puppeteer::BrowserRunner</small>
    @@ -788,7 +812,7 @@
    788
    812
      </li>
    789
    813
     
    790
    814
     
    791
    - <li class="even ">
    815
    + <li class="odd ">
    792
    816
      <div class="item">
    793
    817
      <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    794
    818
      <small>Puppeteer::WebSocket</small>
    @@ -796,6 +820,14 @@
    796
    820
      </li>
    797
    821
     
    798
    822
     
    823
    + <li class="even ">
    824
    + <div class="item">
    825
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    826
    + <small>Puppeteer::BrowserContext</small>
    827
    + </div>
    828
    + </li>
    829
    +
    830
    +
    799
    831
      <li class="odd ">
    800
    832
      <div class="item">
    801
    833
      <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    @@ -806,32 +838,32 @@
    806
    838
     
    807
    839
      <li class="even ">
    808
    840
      <div class="item">
    809
    - <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    810
    - <small>Puppeteer::Browser</small>
    841
    + <span class='object_link'><a href="Puppeteer/Page.html#closed%3F-instance_method" title="Puppeteer::Page#closed? (method)">#closed?</a></span>
    842
    + <small>Puppeteer::Page</small>
    811
    843
      </div>
    812
    844
      </li>
    813
    845
     
    814
    846
     
    815
    847
      <li class="odd ">
    816
    848
      <div class="item">
    817
    - <span class='object_link'><a href="Puppeteer/Page.html#closed%3F-instance_method" title="Puppeteer::Page#closed? (method)">#closed?</a></span>
    818
    - <small>Puppeteer::Page</small>
    849
    + <span class='object_link'><a href="Puppeteer/Target.html#closed_callback-instance_method" title="Puppeteer::Target#closed_callback (method)">#closed_callback</a></span>
    850
    + <small>Puppeteer::Target</small>
    819
    851
      </div>
    820
    852
      </li>
    821
    853
     
    822
    854
     
    823
    855
      <li class="even ">
    824
    856
      <div class="item">
    825
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#code (method)">#code</a></span>
    826
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    857
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#code-instance_method" title="Puppeteer::Keyboard::KeyDescription#code (method)">#code</a></span>
    858
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    827
    859
      </div>
    828
    860
      </li>
    829
    861
     
    830
    862
     
    831
    863
      <li class="odd ">
    832
    864
      <div class="item">
    833
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#code-instance_method" title="Puppeteer::Keyboard::KeyDescription#code (method)">#code</a></span>
    834
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    865
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#code (method)">#code</a></span>
    866
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    835
    867
      </div>
    836
    868
      </li>
    837
    869
     
    @@ -854,16 +886,16 @@
    854
    886
     
    855
    887
      <li class="even ">
    856
    888
      <div class="item">
    857
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    858
    - <small>Puppeteer::Launcher::Chrome</small>
    889
    + <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    890
    + <small>Puppeteer</small>
    859
    891
      </div>
    860
    892
      </li>
    861
    893
     
    862
    894
     
    863
    895
      <li class="odd ">
    864
    896
      <div class="item">
    865
    - <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    866
    - <small>Puppeteer</small>
    897
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    898
    + <small>Puppeteer::Launcher::Chrome</small>
    867
    899
      </div>
    868
    900
      </li>
    869
    901
     
    @@ -878,48 +910,48 @@
    878
    910
     
    879
    911
      <li class="odd ">
    880
    912
      <div class="item">
    881
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#connection-instance_method" title="Puppeteer::CDPSession#connection (method)">#connection</a></span>
    882
    - <small>Puppeteer::CDPSession</small>
    913
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#connection-instance_method" title="Puppeteer::BrowserRunner#connection (method)">#connection</a></span>
    914
    + <small>Puppeteer::BrowserRunner</small>
    883
    915
      </div>
    884
    916
      </li>
    885
    917
     
    886
    918
     
    887
    919
      <li class="even ">
    888
    920
      <div class="item">
    889
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#connection-instance_method" title="Puppeteer::BrowserRunner#connection (method)">#connection</a></span>
    890
    - <small>Puppeteer::BrowserRunner</small>
    921
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#connection-instance_method" title="Puppeteer::CDPSession#connection (method)">#connection</a></span>
    922
    + <small>Puppeteer::CDPSession</small>
    891
    923
      </div>
    892
    924
      </li>
    893
    925
     
    894
    926
     
    895
    927
      <li class="odd ">
    896
    928
      <div class="item">
    897
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    898
    - <small>Puppeteer::Page::ScriptTag</small>
    929
    + <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
    930
    + <small>Puppeteer::Page</small>
    899
    931
      </div>
    900
    932
      </li>
    901
    933
     
    902
    934
     
    903
    935
      <li class="even ">
    904
    936
      <div class="item">
    905
    - <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
    906
    - <small>Puppeteer::Page</small>
    937
    + <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    938
    + <small>Puppeteer::Frame</small>
    907
    939
      </div>
    908
    940
      </li>
    909
    941
     
    910
    942
     
    911
    943
      <li class="odd ">
    912
    944
      <div class="item">
    913
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    914
    - <small>Puppeteer::Page::StyleTag</small>
    945
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    946
    + <small>Puppeteer::Page::ScriptTag</small>
    915
    947
      </div>
    916
    948
      </li>
    917
    949
     
    918
    950
     
    919
    951
      <li class="even ">
    920
    952
      <div class="item">
    921
    - <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    922
    - <small>Puppeteer::Frame</small>
    953
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    954
    + <small>Puppeteer::Page::StyleTag</small>
    923
    955
      </div>
    924
    956
      </li>
    925
    957
     
    @@ -982,32 +1014,32 @@
    982
    1014
     
    983
    1015
      <li class="even ">
    984
    1016
      <div class="item">
    985
    - <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    986
    - <small>Puppeteer::Browser</small>
    1017
    + <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    1018
    + <small>Puppeteer::Page</small>
    987
    1019
      </div>
    988
    1020
      </li>
    989
    1021
     
    990
    1022
     
    991
    1023
      <li class="odd ">
    992
    1024
      <div class="item">
    993
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    994
    - <small>Puppeteer::WebSocketTransport</small>
    1025
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#create-class_method" title="Puppeteer::JSHandle.create (method)">create</a></span>
    1026
    + <small>Puppeteer::JSHandle</small>
    995
    1027
      </div>
    996
    1028
      </li>
    997
    1029
     
    998
    1030
     
    999
    1031
      <li class="even ">
    1000
    1032
      <div class="item">
    1001
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#create-class_method" title="Puppeteer::JSHandle.create (method)">create</a></span>
    1002
    - <small>Puppeteer::JSHandle</small>
    1033
    + <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    1034
    + <small>Puppeteer::Browser</small>
    1003
    1035
      </div>
    1004
    1036
      </li>
    1005
    1037
     
    1006
    1038
     
    1007
    1039
      <li class="odd ">
    1008
    1040
      <div class="item">
    1009
    - <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    1010
    - <small>Puppeteer::Page</small>
    1041
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    1042
    + <small>Puppeteer::WebSocketTransport</small>
    1011
    1043
      </div>
    1012
    1044
      </li>
    1013
    1045
     
    @@ -1134,24 +1166,24 @@
    1134
    1166
     
    1135
    1167
      <li class="odd ">
    1136
    1168
      <div class="item">
    1137
    - <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1138
    - <small>Puppeteer::Frame</small>
    1169
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1170
    + <small>Puppeteer::CDPSession</small>
    1139
    1171
      </div>
    1140
    1172
      </li>
    1141
    1173
     
    1142
    1174
     
    1143
    1175
      <li class="even ">
    1144
    1176
      <div class="item">
    1145
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#detach-instance_method" title="Puppeteer::DOMWorld#detach (method)">#detach</a></span>
    1146
    - <small>Puppeteer::DOMWorld</small>
    1177
    + <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1178
    + <small>Puppeteer::Frame</small>
    1147
    1179
      </div>
    1148
    1180
      </li>
    1149
    1181
     
    1150
    1182
     
    1151
    1183
      <li class="odd ">
    1152
    1184
      <div class="item">
    1153
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1154
    - <small>Puppeteer::CDPSession</small>
    1185
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#detach-instance_method" title="Puppeteer::DOMWorld#detach (method)">#detach</a></span>
    1186
    + <small>Puppeteer::DOMWorld</small>
    1155
    1187
      </div>
    1156
    1188
      </li>
    1157
    1189
     
    @@ -1198,32 +1230,32 @@
    1198
    1230
     
    1199
    1231
      <li class="odd ">
    1200
    1232
      <div class="item">
    1201
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1202
    - <small>Puppeteer::JSHandle</small>
    1233
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1234
    + <small>Puppeteer::LifecycleWatcher</small>
    1203
    1235
      </div>
    1204
    1236
      </li>
    1205
    1237
     
    1206
    1238
     
    1207
    1239
      <li class="even ">
    1208
    1240
      <div class="item">
    1209
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1210
    - <small>Puppeteer::LifecycleWatcher</small>
    1241
    + <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1242
    + <small>Puppeteer::Connection</small>
    1211
    1243
      </div>
    1212
    1244
      </li>
    1213
    1245
     
    1214
    1246
     
    1215
    1247
      <li class="odd ">
    1216
    1248
      <div class="item">
    1217
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1218
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    1249
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1250
    + <small>Puppeteer::JSHandle</small>
    1219
    1251
      </div>
    1220
    1252
      </li>
    1221
    1253
     
    1222
    1254
     
    1223
    1255
      <li class="even ">
    1224
    1256
      <div class="item">
    1225
    - <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1226
    - <small>Puppeteer::Connection</small>
    1257
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1258
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    1227
    1259
      </div>
    1228
    1260
      </li>
    1229
    1261
     
    @@ -1342,8 +1374,8 @@
    1342
    1374
     
    1343
    1375
      <li class="odd ">
    1344
    1376
      <div class="item">
    1345
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1346
    - <small>Puppeteer::DOMWorld</small>
    1377
    + <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
    1378
    + <small>Puppeteer::Page</small>
    1347
    1379
      </div>
    1348
    1380
      </li>
    1349
    1381
     
    @@ -1358,40 +1390,40 @@
    1358
    1390
     
    1359
    1391
      <li class="odd ">
    1360
    1392
      <div class="item">
    1361
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
    1362
    - <small>Puppeteer::Frame</small>
    1393
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
    1394
    + <small>Puppeteer::ExecutionContext</small>
    1363
    1395
      </div>
    1364
    1396
      </li>
    1365
    1397
     
    1366
    1398
     
    1367
    1399
      <li class="even ">
    1368
    1400
      <div class="item">
    1369
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
    1370
    - <small>Puppeteer::Page</small>
    1401
    + <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
    1402
    + <small>Puppeteer::Frame</small>
    1371
    1403
      </div>
    1372
    1404
      </li>
    1373
    1405
     
    1374
    1406
     
    1375
    1407
      <li class="odd ">
    1376
    1408
      <div class="item">
    1377
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
    1378
    - <small>Puppeteer::ExecutionContext</small>
    1409
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1410
    + <small>Puppeteer::DOMWorld</small>
    1379
    1411
      </div>
    1380
    1412
      </li>
    1381
    1413
     
    1382
    1414
     
    1383
    1415
      <li class="even ">
    1384
    1416
      <div class="item">
    1385
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1386
    - <small>Puppeteer::JSHandle</small>
    1417
    + <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1418
    + <small>Puppeteer::Frame</small>
    1387
    1419
      </div>
    1388
    1420
      </li>
    1389
    1421
     
    1390
    1422
     
    1391
    1423
      <li class="odd ">
    1392
    1424
      <div class="item">
    1393
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1394
    - <small>Puppeteer::ExecutionContext</small>
    1425
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1426
    + <small>Puppeteer::JSHandle</small>
    1395
    1427
      </div>
    1396
    1428
      </li>
    1397
    1429
     
    @@ -1406,16 +1438,16 @@
    1406
    1438
     
    1407
    1439
      <li class="odd ">
    1408
    1440
      <div class="item">
    1409
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
    1410
    - <small>Puppeteer::DOMWorld</small>
    1441
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1442
    + <small>Puppeteer::ExecutionContext</small>
    1411
    1443
      </div>
    1412
    1444
      </li>
    1413
    1445
     
    1414
    1446
     
    1415
    1447
      <li class="even ">
    1416
    1448
      <div class="item">
    1417
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1418
    - <small>Puppeteer::Frame</small>
    1449
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
    1450
    + <small>Puppeteer::DOMWorld</small>
    1419
    1451
      </div>
    1420
    1452
      </li>
    1421
    1453
     
    @@ -1446,40 +1478,40 @@
    1446
    1478
     
    1447
    1479
      <li class="even ">
    1448
    1480
      <div class="item">
    1449
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#executable_path-instance_method" title="Puppeteer::Launcher::Chrome#executable_path (method)">#executable_path</a></span>
    1450
    - <small>Puppeteer::Launcher::Chrome</small>
    1481
    + <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
    1482
    + <small>Puppeteer</small>
    1451
    1483
      </div>
    1452
    1484
      </li>
    1453
    1485
     
    1454
    1486
     
    1455
    1487
      <li class="odd ">
    1456
    1488
      <div class="item">
    1457
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
    1458
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    1489
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#executable_path-instance_method" title="Puppeteer::Launcher::Chrome#executable_path (method)">#executable_path</a></span>
    1490
    + <small>Puppeteer::Launcher::Chrome</small>
    1459
    1491
      </div>
    1460
    1492
      </li>
    1461
    1493
     
    1462
    1494
     
    1463
    1495
      <li class="even ">
    1464
    1496
      <div class="item">
    1465
    - <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
    1466
    - <small>Puppeteer</small>
    1497
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
    1498
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    1467
    1499
      </div>
    1468
    1500
      </li>
    1469
    1501
     
    1470
    1502
     
    1471
    1503
      <li class="odd ">
    1472
    1504
      <div class="item">
    1473
    - <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1474
    - <small>Puppeteer::Frame</small>
    1505
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1506
    + <small>Puppeteer::DOMWorld</small>
    1475
    1507
      </div>
    1476
    1508
      </li>
    1477
    1509
     
    1478
    1510
     
    1479
    1511
      <li class="even ">
    1480
    1512
      <div class="item">
    1481
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1482
    - <small>Puppeteer::DOMWorld</small>
    1513
    + <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1514
    + <small>Puppeteer::Frame</small>
    1483
    1515
      </div>
    1484
    1516
      </li>
    1485
    1517
     
    @@ -1534,16 +1566,16 @@
    1534
    1566
     
    1535
    1567
      <li class="odd ">
    1536
    1568
      <div class="item">
    1537
    - <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1538
    - <small>Puppeteer::Page</small>
    1569
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#focus-instance_method" title="Puppeteer::ElementHandle#focus (method)">#focus</a></span>
    1570
    + <small>Puppeteer::ElementHandle</small>
    1539
    1571
      </div>
    1540
    1572
      </li>
    1541
    1573
     
    1542
    1574
     
    1543
    1575
      <li class="even ">
    1544
    1576
      <div class="item">
    1545
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#focus-instance_method" title="Puppeteer::ElementHandle#focus (method)">#focus</a></span>
    1546
    - <small>Puppeteer::ElementHandle</small>
    1577
    + <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1578
    + <small>Puppeteer::Page</small>
    1547
    1579
      </div>
    1548
    1580
      </li>
    1549
    1581
     
    @@ -1558,24 +1590,24 @@
    1558
    1590
     
    1559
    1591
      <li class="even ">
    1560
    1592
      <div class="item">
    1561
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
    1562
    - <small>Puppeteer::ExecutionContext</small>
    1593
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1594
    + <small>Puppeteer::FrameManager</small>
    1563
    1595
      </div>
    1564
    1596
      </li>
    1565
    1597
     
    1566
    1598
     
    1567
    1599
      <li class="odd ">
    1568
    1600
      <div class="item">
    1569
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
    1570
    - <small>Puppeteer::DOMWorld</small>
    1601
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
    1602
    + <small>Puppeteer::ExecutionContext</small>
    1571
    1603
      </div>
    1572
    1604
      </li>
    1573
    1605
     
    1574
    1606
     
    1575
    1607
      <li class="even ">
    1576
    1608
      <div class="item">
    1577
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1578
    - <small>Puppeteer::FrameManager</small>
    1609
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
    1610
    + <small>Puppeteer::DOMWorld</small>
    1579
    1611
      </div>
    1580
    1612
      </li>
    1581
    1613
     
    @@ -1646,16 +1678,16 @@
    1646
    1678
     
    1647
    1679
      <li class="odd ">
    1648
    1680
      <div class="item">
    1649
    - <span class='object_link'><a href="Puppeteer/Page.html#goto-instance_method" title="Puppeteer::Page#goto (method)">#goto</a></span>
    1650
    - <small>Puppeteer::Page</small>
    1681
    + <span class='object_link'><a href="Puppeteer/Frame.html#goto-instance_method" title="Puppeteer::Frame#goto (method)">#goto</a></span>
    1682
    + <small>Puppeteer::Frame</small>
    1651
    1683
      </div>
    1652
    1684
      </li>
    1653
    1685
     
    1654
    1686
     
    1655
    1687
      <li class="even ">
    1656
    1688
      <div class="item">
    1657
    - <span class='object_link'><a href="Puppeteer/Frame.html#goto-instance_method" title="Puppeteer::Frame#goto (method)">#goto</a></span>
    1658
    - <small>Puppeteer::Frame</small>
    1689
    + <span class='object_link'><a href="Puppeteer/Page.html#goto-instance_method" title="Puppeteer::Page#goto (method)">#goto</a></span>
    1690
    + <small>Puppeteer::Page</small>
    1659
    1691
      </div>
    1660
    1692
      </li>
    1661
    1693
     
    @@ -1693,14 +1725,6 @@
    1693
    1725
     
    1694
    1726
     
    1695
    1727
      <li class="odd ">
    1696
    - <div class="item">
    1697
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
    1698
    - <small>Puppeteer::Target</small>
    1699
    - </div>
    1700
    - </li>
    1701
    -
    1702
    -
    1703
    - <li class="even ">
    1704
    1728
      <div class="item">
    1705
    1729
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_execution_context_created-instance_method" title="Puppeteer::FrameManager#handle_execution_context_created (method)">#handle_execution_context_created</a></span>
    1706
    1730
      <small>Puppeteer::FrameManager</small>
    @@ -1708,7 +1732,7 @@
    1708
    1732
      </li>
    1709
    1733
     
    1710
    1734
     
    1711
    - <li class="odd ">
    1735
    + <li class="even ">
    1712
    1736
      <div class="item">
    1713
    1737
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_execution_context_destroyed-instance_method" title="Puppeteer::FrameManager#handle_execution_context_destroyed (method)">#handle_execution_context_destroyed</a></span>
    1714
    1738
      <small>Puppeteer::FrameManager</small>
    @@ -1716,7 +1740,7 @@
    1716
    1740
      </li>
    1717
    1741
     
    1718
    1742
     
    1719
    - <li class="even ">
    1743
    + <li class="odd ">
    1720
    1744
      <div class="item">
    1721
    1745
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_execution_contexts_cleared-instance_method" title="Puppeteer::FrameManager#handle_execution_contexts_cleared (method)">#handle_execution_contexts_cleared</a></span>
    1722
    1746
      <small>Puppeteer::FrameManager</small>
    @@ -1724,7 +1748,7 @@
    1724
    1748
      </li>
    1725
    1749
     
    1726
    1750
     
    1727
    - <li class="odd ">
    1751
    + <li class="even ">
    1728
    1752
      <div class="item">
    1729
    1753
      <span class='object_link'><a href="Puppeteer/Page.html#handle_file_chooser-instance_method" title="Puppeteer::Page#handle_file_chooser (method)">#handle_file_chooser</a></span>
    1730
    1754
      <small>Puppeteer::Page</small>
    @@ -1732,7 +1756,7 @@
    1732
    1756
      </li>
    1733
    1757
     
    1734
    1758
     
    1735
    - <li class="even ">
    1759
    + <li class="odd ">
    1736
    1760
      <div class="item">
    1737
    1761
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_attached-instance_method" title="Puppeteer::FrameManager#handle_frame_attached (method)">#handle_frame_attached</a></span>
    1738
    1762
      <small>Puppeteer::FrameManager</small>
    @@ -1740,7 +1764,7 @@
    1740
    1764
      </li>
    1741
    1765
     
    1742
    1766
     
    1743
    - <li class="odd ">
    1767
    + <li class="even ">
    1744
    1768
      <div class="item">
    1745
    1769
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_detached-instance_method" title="Puppeteer::FrameManager#handle_frame_detached (method)">#handle_frame_detached</a></span>
    1746
    1770
      <small>Puppeteer::FrameManager</small>
    @@ -1748,7 +1772,7 @@
    1748
    1772
      </li>
    1749
    1773
     
    1750
    1774
     
    1751
    - <li class="even ">
    1775
    + <li class="odd ">
    1752
    1776
      <div class="item">
    1753
    1777
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_frame_detached-instance_method" title="Puppeteer::LifecycleWatcher#handle_frame_detached (method)">#handle_frame_detached</a></span>
    1754
    1778
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -1756,7 +1780,7 @@
    1756
    1780
      </li>
    1757
    1781
     
    1758
    1782
     
    1759
    - <li class="odd ">
    1783
    + <li class="even ">
    1760
    1784
      <div class="item">
    1761
    1785
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated (method)">#handle_frame_navigated</a></span>
    1762
    1786
      <small>Puppeteer::FrameManager</small>
    @@ -1764,7 +1788,7 @@
    1764
    1788
      </li>
    1765
    1789
     
    1766
    1790
     
    1767
    - <li class="even ">
    1791
    + <li class="odd ">
    1768
    1792
      <div class="item">
    1769
    1793
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated_within_document-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated_within_document (method)">#handle_frame_navigated_within_document</a></span>
    1770
    1794
      <small>Puppeteer::FrameManager</small>
    @@ -1772,7 +1796,7 @@
    1772
    1796
      </li>
    1773
    1797
     
    1774
    1798
     
    1775
    - <li class="odd ">
    1799
    + <li class="even ">
    1776
    1800
      <div class="item">
    1777
    1801
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_stopped_loading-instance_method" title="Puppeteer::FrameManager#handle_frame_stopped_loading (method)">#handle_frame_stopped_loading</a></span>
    1778
    1802
      <small>Puppeteer::FrameManager</small>
    @@ -1780,7 +1804,7 @@
    1780
    1804
      </li>
    1781
    1805
     
    1782
    1806
     
    1783
    - <li class="even ">
    1807
    + <li class="odd ">
    1784
    1808
      <div class="item">
    1785
    1809
      <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_tree-instance_method" title="Puppeteer::FrameManager#handle_frame_tree (method)">#handle_frame_tree</a></span>
    1786
    1810
      <small>Puppeteer::FrameManager</small>
    @@ -1788,23 +1812,23 @@
    1788
    1812
      </li>
    1789
    1813
     
    1790
    1814
     
    1791
    - <li class="odd ">
    1815
    + <li class="even ">
    1792
    1816
      <div class="item">
    1793
    - <span class='object_link'><a href="Puppeteer/Frame.html#handle_lifecycle_event-instance_method" title="Puppeteer::Frame#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1794
    - <small>Puppeteer::Frame</small>
    1817
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1818
    + <small>Puppeteer::FrameManager</small>
    1795
    1819
      </div>
    1796
    1820
      </li>
    1797
    1821
     
    1798
    1822
     
    1799
    - <li class="even ">
    1823
    + <li class="odd ">
    1800
    1824
      <div class="item">
    1801
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1802
    - <small>Puppeteer::FrameManager</small>
    1825
    + <span class='object_link'><a href="Puppeteer/Frame.html#handle_lifecycle_event-instance_method" title="Puppeteer::Frame#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1826
    + <small>Puppeteer::Frame</small>
    1803
    1827
      </div>
    1804
    1828
      </li>
    1805
    1829
     
    1806
    1830
     
    1807
    - <li class="odd ">
    1831
    + <li class="even ">
    1808
    1832
      <div class="item">
    1809
    1833
      <span class='object_link'><a href="Puppeteer/Frame.html#handle_loading_stopped-instance_method" title="Puppeteer::Frame#handle_loading_stopped (method)">#handle_loading_stopped</a></span>
    1810
    1834
      <small>Puppeteer::Frame</small>
    @@ -1812,7 +1836,7 @@
    1812
    1836
      </li>
    1813
    1837
     
    1814
    1838
     
    1815
    - <li class="even ">
    1839
    + <li class="odd ">
    1816
    1840
      <div class="item">
    1817
    1841
      <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1818
    1842
      <small>Puppeteer::CDPSession</small>
    @@ -1820,7 +1844,7 @@
    1820
    1844
      </li>
    1821
    1845
     
    1822
    1846
     
    1823
    - <li class="odd ">
    1847
    + <li class="even ">
    1824
    1848
      <div class="item">
    1825
    1849
      <span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html#handle_message-instance_method" title="Puppeteer::Connection::ResponseDebugPrinter#handle_message (method)">#handle_message</a></span>
    1826
    1850
      <small>Puppeteer::Connection::ResponseDebugPrinter</small>
    @@ -1828,7 +1852,7 @@
    1828
    1852
      </li>
    1829
    1853
     
    1830
    1854
     
    1831
    - <li class="even ">
    1855
    + <li class="odd ">
    1832
    1856
      <div class="item">
    1833
    1857
      <span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html#handle_payload-instance_method" title="Puppeteer::Connection::RequestDebugPrinter#handle_payload (method)">#handle_payload</a></span>
    1834
    1858
      <small>Puppeteer::Connection::RequestDebugPrinter</small>
    @@ -1836,7 +1860,7 @@
    1836
    1860
      </li>
    1837
    1861
     
    1838
    1862
     
    1839
    - <li class="odd ">
    1863
    + <li class="even ">
    1840
    1864
      <div class="item">
    1841
    1865
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_request-instance_method" title="Puppeteer::LifecycleWatcher#handle_request (method)">#handle_request</a></span>
    1842
    1866
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -1844,7 +1868,7 @@
    1844
    1868
      </li>
    1845
    1869
     
    1846
    1870
     
    1847
    - <li class="even ">
    1871
    + <li class="odd ">
    1848
    1872
      <div class="item">
    1849
    1873
      <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_created-instance_method" title="Puppeteer::Browser#handle_target_created (method)">#handle_target_created</a></span>
    1850
    1874
      <small>Puppeteer::Browser</small>
    @@ -1852,7 +1876,7 @@
    1852
    1876
      </li>
    1853
    1877
     
    1854
    1878
     
    1855
    - <li class="odd ">
    1879
    + <li class="even ">
    1856
    1880
      <div class="item">
    1857
    1881
      <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_destroyed-instance_method" title="Puppeteer::Browser#handle_target_destroyed (method)">#handle_target_destroyed</a></span>
    1858
    1882
      <small>Puppeteer::Browser</small>
    @@ -1860,6 +1884,14 @@
    1860
    1884
      </li>
    1861
    1885
     
    1862
    1886
     
    1887
    + <li class="odd ">
    1888
    + <div class="item">
    1889
    + <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_info_changed-instance_method" title="Puppeteer::Browser#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
    1890
    + <small>Puppeteer::Browser</small>
    1891
    + </div>
    1892
    + </li>
    1893
    +
    1894
    +
    1863
    1895
      <li class="even ">
    1864
    1896
      <div class="item">
    1865
    1897
      <span class='object_link'><a href="Puppeteer/Target.html#handle_target_info_changed-instance_method" title="Puppeteer::Target#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
    @@ -1870,37 +1902,45 @@
    1870
    1902
     
    1871
    1903
      <li class="odd ">
    1872
    1904
      <div class="item">
    1873
    - <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_info_changed-instance_method" title="Puppeteer::Browser#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
    1874
    - <small>Puppeteer::Browser</small>
    1905
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#has_context%3F-instance_method" title="Puppeteer::DOMWorld#has_context? (method)">#has_context?</a></span>
    1906
    + <small>Puppeteer::DOMWorld</small>
    1875
    1907
      </div>
    1876
    1908
      </li>
    1877
    1909
     
    1878
    1910
     
    1879
    1911
      <li class="even ">
    1880
    1912
      <div class="item">
    1881
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#has_context%3F-instance_method" title="Puppeteer::DOMWorld#has_context? (method)">#has_context?</a></span>
    1882
    - <small>Puppeteer::DOMWorld</small>
    1913
    + <span class='object_link'><a href="Puppeteer/Viewport.html#has_touch%3F-instance_method" title="Puppeteer::Viewport#has_touch? (method)">#has_touch?</a></span>
    1914
    + <small>Puppeteer::Viewport</small>
    1883
    1915
      </div>
    1884
    1916
      </li>
    1885
    1917
     
    1886
    1918
     
    1887
    1919
      <li class="odd ">
    1888
    1920
      <div class="item">
    1889
    - <span class='object_link'><a href="Puppeteer/Viewport.html#has_touch%3F-instance_method" title="Puppeteer::Viewport#has_touch? (method)">#has_touch?</a></span>
    1890
    - <small>Puppeteer::Viewport</small>
    1921
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
    1922
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    1891
    1923
      </div>
    1892
    1924
      </li>
    1893
    1925
     
    1894
    1926
     
    1895
    1927
      <li class="even ">
    1896
    1928
      <div class="item">
    1897
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
    1898
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    1929
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#height-instance_method" title="Puppeteer::ElementHandle::BoundingBox#height (method)">#height</a></span>
    1930
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    1899
    1931
      </div>
    1900
    1932
      </li>
    1901
    1933
     
    1902
    1934
     
    1903
    1935
      <li class="odd ">
    1936
    + <div class="item">
    1937
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#height-instance_method" title="Puppeteer::ElementHandle::BoxModel#height (method)">#height</a></span>
    1938
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    1939
    + </div>
    1940
    + </li>
    1941
    +
    1942
    +
    1943
    + <li class="even ">
    1904
    1944
      <div class="item">
    1905
    1945
      <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
    1906
    1946
      <small>Puppeteer::Viewport</small>
    @@ -1908,7 +1948,7 @@
    1908
    1948
      </li>
    1909
    1949
     
    1910
    1950
     
    1911
    - <li class="even ">
    1951
    + <li class="odd ">
    1912
    1952
      <div class="item">
    1913
    1953
      <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
    1914
    1954
      <small>Puppeteer::Frame</small>
    @@ -1916,7 +1956,7 @@
    1916
    1956
      </li>
    1917
    1957
     
    1918
    1958
     
    1919
    - <li class="odd ">
    1959
    + <li class="even ">
    1920
    1960
      <div class="item">
    1921
    1961
      <span class='object_link'><a href="Puppeteer/Page.html#hover-instance_method" title="Puppeteer::Page#hover (method)">#hover</a></span>
    1922
    1962
      <small>Puppeteer::Page</small>
    @@ -1924,7 +1964,7 @@
    1924
    1964
      </li>
    1925
    1965
     
    1926
    1966
     
    1927
    - <li class="even ">
    1967
    + <li class="odd ">
    1928
    1968
      <div class="item">
    1929
    1969
      <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
    1930
    1970
      <small>Puppeteer::Frame</small>
    @@ -1932,7 +1972,7 @@
    1932
    1972
      </li>
    1933
    1973
     
    1934
    1974
     
    1935
    - <li class="odd ">
    1975
    + <li class="even ">
    1936
    1976
      <div class="item">
    1937
    1977
      <span class='object_link'><a href="Puppeteer/IfPresent.html#if_present-instance_method" title="Puppeteer::IfPresent#if_present (method)">#if_present</a></span>
    1938
    1978
      <small>Puppeteer::IfPresent</small>
    @@ -1940,7 +1980,7 @@
    1940
    1980
      </li>
    1941
    1981
     
    1942
    1982
     
    1943
    - <li class="even ">
    1983
    + <li class="odd ">
    1944
    1984
      <div class="item">
    1945
    1985
      <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#ignore_default_args-instance_method" title="Puppeteer::Launcher::LaunchOptions#ignore_default_args (method)">#ignore_default_args</a></span>
    1946
    1986
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -1948,7 +1988,7 @@
    1948
    1988
      </li>
    1949
    1989
     
    1950
    1990
     
    1951
    - <li class="odd ">
    1991
    + <li class="even ">
    1952
    1992
      <div class="item">
    1953
    1993
      <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#ignore_https_errors%3F-instance_method" title="Puppeteer::Launcher::BrowserOptions#ignore_https_errors? (method)">#ignore_https_errors?</a></span>
    1954
    1994
      <small>Puppeteer::Launcher::BrowserOptions</small>
    @@ -1956,7 +1996,7 @@
    1956
    1996
      </li>
    1957
    1997
     
    1958
    1998
     
    1959
    - <li class="even ">
    1999
    + <li class="odd ">
    1960
    2000
      <div class="item">
    1961
    2001
      <span class='object_link'><a href="Puppeteer/Target.html#ignore_initialize_callback_promise-instance_method" title="Puppeteer::Target#ignore_initialize_callback_promise (method)">#ignore_initialize_callback_promise</a></span>
    1962
    2002
      <small>Puppeteer::Target</small>
    @@ -1964,7 +2004,7 @@
    1964
    2004
      </li>
    1965
    2005
     
    1966
    2006
     
    1967
    - <li class="odd ">
    2007
    + <li class="even ">
    1968
    2008
      <div class="item">
    1969
    2009
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#incognito%3F-instance_method" title="Puppeteer::BrowserContext#incognito? (method)">#incognito?</a></span>
    1970
    2010
      <small>Puppeteer::BrowserContext</small>
    @@ -1972,7 +2012,7 @@
    1972
    2012
      </li>
    1973
    2013
     
    1974
    2014
     
    1975
    - <li class="even ">
    2015
    + <li class="odd ">
    1976
    2016
      <div class="item">
    1977
    2017
      <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
    1978
    2018
      <small>Puppeteer::Page</small>
    @@ -1980,7 +2020,7 @@
    1980
    2020
      </li>
    1981
    2021
     
    1982
    2022
     
    1983
    - <li class="odd ">
    2023
    + <li class="even ">
    1984
    2024
      <div class="item">
    1985
    2025
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#init-instance_method" title="Puppeteer::NetworkManager#init (method)">#init</a></span>
    1986
    2026
      <small>Puppeteer::NetworkManager</small>
    @@ -1988,15 +2028,15 @@
    1988
    2028
      </li>
    1989
    2029
     
    1990
    2030
     
    1991
    - <li class="even ">
    2031
    + <li class="odd ">
    1992
    2032
      <div class="item">
    1993
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    1994
    - <small>Puppeteer::ElementHandle</small>
    2033
    + <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2034
    + <small>Puppeteer::Launcher::Base</small>
    1995
    2035
      </div>
    1996
    2036
      </li>
    1997
    2037
     
    1998
    2038
     
    1999
    - <li class="odd ">
    2039
    + <li class="even ">
    2000
    2040
      <div class="item">
    2001
    2041
      <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    2002
    2042
      <small>Puppeteer</small>
    @@ -2004,439 +2044,455 @@
    2004
    2044
      </li>
    2005
    2045
     
    2006
    2046
     
    2007
    - <li class="even ">
    2047
    + <li class="odd ">
    2008
    2048
      <div class="item">
    2009
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2010
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2049
    + <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2050
    + <small>Puppeteer::Page</small>
    2011
    2051
      </div>
    2012
    2052
      </li>
    2013
    2053
     
    2014
    2054
     
    2015
    - <li class="odd ">
    2055
    + <li class="even ">
    2016
    2056
      <div class="item">
    2017
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2018
    - <small>Puppeteer::DOMWorld</small>
    2057
    + <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
    2058
    + <small>Puppeteer::Page::FileChooserTimeoutError</small>
    2019
    2059
      </div>
    2020
    2060
      </li>
    2021
    2061
     
    2022
    2062
     
    2023
    - <li class="even ">
    2063
    + <li class="odd ">
    2024
    2064
      <div class="item">
    2025
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
    2026
    - <small>Puppeteer::JSHandle</small>
    2065
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2066
    + <small>Puppeteer::Page::ScriptTag</small>
    2067
    + </div>
    2068
    + </li>
    2069
    +
    2070
    +
    2071
    + <li class="even ">
    2072
    + <div class="item">
    2073
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2074
    + <small>Puppeteer::Page::StyleTag</small>
    2027
    2075
      </div>
    2028
    2076
      </li>
    2029
    2077
     
    2030
    2078
     
    2031
    2079
      <li class="odd ">
    2032
    2080
      <div class="item">
    2033
    - <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2034
    - <small>Puppeteer::Viewport</small>
    2081
    + <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2082
    + <small>Puppeteer::Frame</small>
    2035
    2083
      </div>
    2036
    2084
      </li>
    2037
    2085
     
    2038
    2086
     
    2039
    2087
      <li class="even ">
    2040
    2088
      <div class="item">
    2041
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2042
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2089
    + <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    2090
    + <small>Puppeteer::Mouse</small>
    2043
    2091
      </div>
    2044
    2092
      </li>
    2045
    2093
     
    2046
    2094
     
    2047
    2095
      <li class="odd ">
    2048
    2096
      <div class="item">
    2049
    - <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
    2050
    - <small>Puppeteer::WaitTask::TimeoutError</small>
    2097
    + <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2098
    + <small>Puppeteer::Device</small>
    2051
    2099
      </div>
    2052
    2100
      </li>
    2053
    2101
     
    2054
    2102
     
    2055
    2103
      <li class="even ">
    2056
    2104
      <div class="item">
    2057
    - <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
    2058
    - <small>Puppeteer::WaitTask</small>
    2105
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    2106
    + <small>Puppeteer::Target::TargetInfo</small>
    2059
    2107
      </div>
    2060
    2108
      </li>
    2061
    2109
     
    2062
    2110
     
    2063
    2111
      <li class="odd ">
    2064
    2112
      <div class="item">
    2065
    - <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2066
    - <small>Puppeteer::Launcher::BrowserOptions</small>
    2113
    + <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2114
    + <small>Puppeteer::Target</small>
    2067
    2115
      </div>
    2068
    2116
      </li>
    2069
    2117
     
    2070
    2118
     
    2071
    2119
      <li class="even ">
    2072
    2120
      <div class="item">
    2073
    - <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2074
    - <small>Puppeteer::Page</small>
    2121
    + <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2122
    + <small>Puppeteer::Browser</small>
    2075
    2123
      </div>
    2076
    2124
      </li>
    2077
    2125
     
    2078
    2126
     
    2079
    2127
      <li class="odd ">
    2080
    2128
      <div class="item">
    2081
    - <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2082
    - <small>Puppeteer::Connection::ProtocolError</small>
    2129
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2130
    + <small>Puppeteer::Keyboard</small>
    2083
    2131
      </div>
    2084
    2132
      </li>
    2085
    2133
     
    2086
    2134
     
    2087
    2135
      <li class="even ">
    2088
    2136
      <div class="item">
    2089
    - <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2090
    - <small>Puppeteer::Connection::MessageCallback</small>
    2137
    + <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2138
    + <small>Puppeteer::Viewport</small>
    2091
    2139
      </div>
    2092
    2140
      </li>
    2093
    2141
     
    2094
    2142
     
    2095
    2143
      <li class="odd ">
    2096
    2144
      <div class="item">
    2097
    - <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    2098
    - <small>Puppeteer::Connection</small>
    2145
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2146
    + <small>Puppeteer::DOMWorld</small>
    2099
    2147
      </div>
    2100
    2148
      </li>
    2101
    2149
     
    2102
    2150
     
    2103
    2151
      <li class="even ">
    2104
    2152
      <div class="item">
    2105
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2106
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2153
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
    2154
    + <small>Puppeteer::JSHandle</small>
    2107
    2155
      </div>
    2108
    2156
      </li>
    2109
    2157
     
    2110
    2158
     
    2111
    2159
      <li class="odd ">
    2112
    2160
      <div class="item">
    2113
    - <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
    2114
    - <small>Puppeteer::Page::FileChooserTimeoutError</small>
    2161
    + <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
    2162
    + <small>Puppeteer::WaitTask::TimeoutError</small>
    2115
    2163
      </div>
    2116
    2164
      </li>
    2117
    2165
     
    2118
    2166
     
    2119
    2167
      <li class="even ">
    2120
    2168
      <div class="item">
    2121
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2122
    - <small>Puppeteer::Keyboard</small>
    2169
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
    2170
    + <small>Puppeteer::WaitTask</small>
    2123
    2171
      </div>
    2124
    2172
      </li>
    2125
    2173
     
    2126
    2174
     
    2127
    2175
      <li class="odd ">
    2128
    2176
      <div class="item">
    2129
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2130
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    2177
    + <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2178
    + <small>Puppeteer::Connection::ProtocolError</small>
    2131
    2179
      </div>
    2132
    2180
      </li>
    2133
    2181
     
    2134
    2182
     
    2135
    2183
      <li class="even ">
    2136
    2184
      <div class="item">
    2137
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2138
    - <small>Puppeteer::WebSocketTransport</small>
    2185
    + <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2186
    + <small>Puppeteer::Connection::MessageCallback</small>
    2139
    2187
      </div>
    2140
    2188
      </li>
    2141
    2189
     
    2142
    2190
     
    2143
    2191
      <li class="odd ">
    2144
    2192
      <div class="item">
    2145
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    2146
    - <small>Puppeteer::WebSocket</small>
    2193
    + <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    2194
    + <small>Puppeteer::Connection</small>
    2147
    2195
      </div>
    2148
    2196
      </li>
    2149
    2197
     
    2150
    2198
     
    2151
    2199
      <li class="even ">
    2152
    2200
      <div class="item">
    2153
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2154
    - <small>Puppeteer::Page::StyleTag</small>
    2201
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2202
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    2155
    2203
      </div>
    2156
    2204
      </li>
    2157
    2205
     
    2158
    2206
     
    2159
    2207
      <li class="odd ">
    2160
    2208
      <div class="item">
    2161
    - <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    2162
    - <small>Puppeteer::EventCallbackable::EventListeners</small>
    2209
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    2210
    + <small>Puppeteer::WebSocket</small>
    2163
    2211
      </div>
    2164
    2212
      </li>
    2165
    2213
     
    2166
    2214
     
    2167
    2215
      <li class="even ">
    2168
    2216
      <div class="item">
    2169
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2170
    - <small>Puppeteer::LifecycleWatcher</small>
    2217
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2218
    + <small>Puppeteer::CDPSession</small>
    2171
    2219
      </div>
    2172
    2220
      </li>
    2173
    2221
     
    2174
    2222
     
    2175
    2223
      <li class="odd ">
    2176
    2224
      <div class="item">
    2177
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    2178
    - <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    2225
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
    2226
    + <small>Puppeteer::FileChooser</small>
    2179
    2227
      </div>
    2180
    2228
      </li>
    2181
    2229
     
    2182
    2230
     
    2183
    2231
      <li class="even ">
    2184
    2232
      <div class="item">
    2185
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2186
    - <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2233
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2234
    + <small>Puppeteer::TouchScreen</small>
    2187
    2235
      </div>
    2188
    2236
      </li>
    2189
    2237
     
    2190
    2238
     
    2191
    2239
      <li class="odd ">
    2192
    2240
      <div class="item">
    2193
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2194
    - <small>Puppeteer::CDPSession</small>
    2241
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2242
    + <small>Puppeteer::FrameManager</small>
    2195
    2243
      </div>
    2196
    2244
      </li>
    2197
    2245
     
    2198
    2246
     
    2199
    2247
      <li class="even ">
    2200
    2248
      <div class="item">
    2201
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2202
    - <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2249
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2250
    + <small>Puppeteer::RemoteObject</small>
    2203
    2251
      </div>
    2204
    2252
      </li>
    2205
    2253
     
    2206
    2254
     
    2207
    2255
      <li class="odd ">
    2208
    2256
      <div class="item">
    2209
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2210
    - <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2257
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2258
    + <small>Puppeteer::BrowserRunner</small>
    2211
    2259
      </div>
    2212
    2260
      </li>
    2213
    2261
     
    2214
    2262
     
    2215
    2263
      <li class="even ">
    2216
    2264
      <div class="item">
    2217
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    2218
    - <small>Puppeteer::ExecutionContext</small>
    2265
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2266
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2219
    2267
      </div>
    2220
    2268
      </li>
    2221
    2269
     
    2222
    2270
     
    2223
    2271
      <li class="odd ">
    2224
    2272
      <div class="item">
    2225
    - <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2226
    - <small>Puppeteer::EmulationManager</small>
    2273
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    2274
    + <small>Puppeteer::ElementHandle</small>
    2227
    2275
      </div>
    2228
    2276
      </li>
    2229
    2277
     
    2230
    2278
     
    2231
    2279
      <li class="even ">
    2232
    2280
      <div class="item">
    2233
    - <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
    2234
    - <small>Puppeteer::FileChooser</small>
    2281
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2282
    + <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2235
    2283
      </div>
    2236
    2284
      </li>
    2237
    2285
     
    2238
    2286
     
    2239
    2287
      <li class="odd ">
    2240
    2288
      <div class="item">
    2241
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2242
    - <small>Puppeteer::TouchScreen</small>
    2289
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2290
    + <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2243
    2291
      </div>
    2244
    2292
      </li>
    2245
    2293
     
    2246
    2294
     
    2247
    2295
      <li class="even ">
    2248
    2296
      <div class="item">
    2249
    - <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2250
    - <small>Puppeteer::Frame</small>
    2297
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2298
    + <small>Puppeteer::BrowserContext</small>
    2251
    2299
      </div>
    2252
    2300
      </li>
    2253
    2301
     
    2254
    2302
     
    2255
    2303
      <li class="odd ">
    2256
    2304
      <div class="item">
    2257
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2258
    - <small>Puppeteer::FrameManager</small>
    2305
    + <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2306
    + <small>Puppeteer::BrowserFetcher</small>
    2259
    2307
      </div>
    2260
    2308
      </li>
    2261
    2309
     
    2262
    2310
     
    2263
    2311
      <li class="even ">
    2264
    2312
      <div class="item">
    2265
    - <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2266
    - <small>Puppeteer::Browser</small>
    2313
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2314
    + <small>Puppeteer::ConsoleMessage::Location</small>
    2267
    2315
      </div>
    2268
    2316
      </li>
    2269
    2317
     
    2270
    2318
     
    2271
    2319
      <li class="odd ">
    2272
    2320
      <div class="item">
    2273
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2274
    - <small>Puppeteer::NetworkManager</small>
    2321
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2322
    + <small>Puppeteer::ConsoleMessage</small>
    2275
    2323
      </div>
    2276
    2324
      </li>
    2277
    2325
     
    2278
    2326
     
    2279
    2327
      <li class="even ">
    2280
    2328
      <div class="item">
    2281
    - <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
    2282
    - <small>Puppeteer::NetworkManager::Credentials</small>
    2329
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2330
    + <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2283
    2331
      </div>
    2284
    2332
      </li>
    2285
    2333
     
    2286
    2334
     
    2287
    2335
      <li class="odd ">
    2288
    2336
      <div class="item">
    2289
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2290
    - <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2337
    + <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
    2338
    + <small>Puppeteer::NetworkManager::Credentials</small>
    2291
    2339
      </div>
    2292
    2340
      </li>
    2293
    2341
     
    2294
    2342
     
    2295
    2343
      <li class="even ">
    2296
    2344
      <div class="item">
    2297
    - <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2298
    - <small>Puppeteer::Target</small>
    2345
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2346
    + <small>Puppeteer::NetworkManager</small>
    2299
    2347
      </div>
    2300
    2348
      </li>
    2301
    2349
     
    2302
    2350
     
    2303
    2351
      <li class="odd ">
    2304
    2352
      <div class="item">
    2305
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2306
    - <small>Puppeteer::ConsoleMessage</small>
    2353
    + <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2354
    + <small>Puppeteer::EmulationManager</small>
    2307
    2355
      </div>
    2308
    2356
      </li>
    2309
    2357
     
    2310
    2358
     
    2311
    2359
      <li class="even ">
    2312
    2360
      <div class="item">
    2313
    - <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2314
    - <small>Puppeteer::Launcher::Base</small>
    2361
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    2362
    + <small>Puppeteer::ExecutionContext</small>
    2315
    2363
      </div>
    2316
    2364
      </li>
    2317
    2365
     
    2318
    2366
     
    2319
    2367
      <li class="odd ">
    2320
    2368
      <div class="item">
    2321
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2322
    - <small>Puppeteer::RemoteObject</small>
    2369
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2370
    + <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2323
    2371
      </div>
    2324
    2372
      </li>
    2325
    2373
     
    2326
    2374
     
    2327
    2375
      <li class="even ">
    2328
    2376
      <div class="item">
    2329
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2330
    - <small>Puppeteer::ConsoleMessage::Location</small>
    2377
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2378
    + <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2331
    2379
      </div>
    2332
    2380
      </li>
    2333
    2381
     
    2334
    2382
     
    2335
    2383
      <li class="odd ">
    2336
    2384
      <div class="item">
    2337
    - <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2338
    - <small>Puppeteer::BrowserFetcher</small>
    2385
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2386
    + <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2339
    2387
      </div>
    2340
    2388
      </li>
    2341
    2389
     
    2342
    2390
     
    2343
    2391
      <li class="even ">
    2344
    2392
      <div class="item">
    2345
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2346
    - <small>Puppeteer::BrowserContext</small>
    2393
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    2394
    + <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    2347
    2395
      </div>
    2348
    2396
      </li>
    2349
    2397
     
    2350
    2398
     
    2351
    2399
      <li class="odd ">
    2352
    2400
      <div class="item">
    2353
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2354
    - <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2401
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2402
    + <small>Puppeteer::LifecycleWatcher</small>
    2355
    2403
      </div>
    2356
    2404
      </li>
    2357
    2405
     
    2358
    2406
     
    2359
    2407
      <li class="even ">
    2360
    2408
      <div class="item">
    2361
    - <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    2362
    - <small>Puppeteer::Mouse</small>
    2409
    + <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    2410
    + <small>Puppeteer::EventCallbackable::EventListeners</small>
    2363
    2411
      </div>
    2364
    2412
      </li>
    2365
    2413
     
    2366
    2414
     
    2367
    2415
      <li class="odd ">
    2368
    2416
      <div class="item">
    2369
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2370
    - <small>Puppeteer::BrowserRunner</small>
    2417
    + <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2418
    + <small>Puppeteer::ElementHandle::Point</small>
    2371
    2419
      </div>
    2372
    2420
      </li>
    2373
    2421
     
    2374
    2422
     
    2375
    2423
      <li class="even ">
    2376
    2424
      <div class="item">
    2377
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2378
    - <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2425
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2426
    + <small>Puppeteer::WebSocketTransport</small>
    2379
    2427
      </div>
    2380
    2428
      </li>
    2381
    2429
     
    2382
    2430
     
    2383
    2431
      <li class="odd ">
    2384
    2432
      <div class="item">
    2385
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    2386
    - <small>Puppeteer::Target::TargetInfo</small>
    2433
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2434
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    2387
    2435
      </div>
    2388
    2436
      </li>
    2389
    2437
     
    2390
    2438
     
    2391
    2439
      <li class="even ">
    2392
    2440
      <div class="item">
    2393
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2394
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2441
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2442
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    2395
    2443
      </div>
    2396
    2444
      </li>
    2397
    2445
     
    2398
    2446
     
    2399
    2447
      <li class="odd ">
    2400
    2448
      <div class="item">
    2401
    - <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2402
    - <small>Puppeteer::ElementHandle::Point</small>
    2449
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoxModel#initialize (method)">#initialize</a></span>
    2450
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    2403
    2451
      </div>
    2404
    2452
      </li>
    2405
    2453
     
    2406
    2454
     
    2407
    2455
      <li class="even ">
    2408
    2456
      <div class="item">
    2409
    - <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2410
    - <small>Puppeteer::Device</small>
    2457
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2458
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2411
    2459
      </div>
    2412
    2460
      </li>
    2413
    2461
     
    2414
    2462
     
    2415
    2463
      <li class="odd ">
    2416
    2464
      <div class="item">
    2417
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2418
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    2465
    + <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2466
    + <small>Puppeteer::Launcher::BrowserOptions</small>
    2419
    2467
      </div>
    2420
    2468
      </li>
    2421
    2469
     
    2422
    2470
     
    2423
    2471
      <li class="even ">
    2424
    2472
      <div class="item">
    2425
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2426
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    2473
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoundingBox#initialize (method)">#initialize</a></span>
    2474
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    2427
    2475
      </div>
    2428
    2476
      </li>
    2429
    2477
     
    2430
    2478
     
    2431
    2479
      <li class="odd ">
    2432
    2480
      <div class="item">
    2433
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2434
    - <small>Puppeteer::Page::ScriptTag</small>
    2481
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2482
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2435
    2483
      </div>
    2436
    2484
      </li>
    2437
    2485
     
    2438
    2486
     
    2439
    2487
      <li class="even ">
    2488
    + <div class="item">
    2489
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2490
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2491
    + </div>
    2492
    + </li>
    2493
    +
    2494
    +
    2495
    + <li class="odd ">
    2440
    2496
      <div class="item">
    2441
    2497
      <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
    2442
    2498
      <small>Puppeteer::Target</small>
    @@ -2444,7 +2500,7 @@
    2444
    2500
      </li>
    2445
    2501
     
    2446
    2502
     
    2447
    - <li class="odd ">
    2503
    + <li class="even ">
    2448
    2504
      <div class="item">
    2449
    2505
      <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
    2450
    2506
      <small>Puppeteer::Target</small>
    @@ -2452,7 +2508,7 @@
    2452
    2508
      </li>
    2453
    2509
     
    2454
    2510
     
    2455
    - <li class="even ">
    2511
    + <li class="odd ">
    2456
    2512
      <div class="item">
    2457
    2513
      <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
    2458
    2514
      <small>Puppeteer</small>
    @@ -2460,6 +2516,14 @@
    2460
    2516
      </li>
    2461
    2517
     
    2462
    2518
     
    2519
    + <li class="even ">
    2520
    + <div class="item">
    2521
    + <span class='object_link'><a href="Puppeteer/Target.html#is_closed_promise-instance_method" title="Puppeteer::Target#is_closed_promise (method)">#is_closed_promise</a></span>
    2522
    + <small>Puppeteer::Target</small>
    2523
    + </div>
    2524
    + </li>
    2525
    +
    2526
    +
    2463
    2527
      <li class="odd ">
    2464
    2528
      <div class="item">
    2465
    2529
      <span class='object_link'><a href="Puppeteer/Page.html#javascript_enabled-instance_method" title="Puppeteer::Page#javascript_enabled (method)">#javascript_enabled</a></span>
    @@ -2478,16 +2542,16 @@
    2478
    2542
     
    2479
    2543
      <li class="odd ">
    2480
    2544
      <div class="item">
    2481
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
    2482
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2545
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2546
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2483
    2547
      </div>
    2484
    2548
      </li>
    2485
    2549
     
    2486
    2550
     
    2487
    2551
      <li class="even ">
    2488
    2552
      <div class="item">
    2489
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2490
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2553
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
    2554
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2491
    2555
      </div>
    2492
    2556
      </li>
    2493
    2557
     
    @@ -2518,16 +2582,16 @@
    2518
    2582
     
    2519
    2583
      <li class="even ">
    2520
    2584
      <div class="item">
    2521
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2522
    - <small>Puppeteer::BrowserRunner</small>
    2585
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
    2586
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2523
    2587
      </div>
    2524
    2588
      </li>
    2525
    2589
     
    2526
    2590
     
    2527
    2591
      <li class="odd ">
    2528
    2592
      <div class="item">
    2529
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
    2530
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2593
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2594
    + <small>Puppeteer::BrowserRunner</small>
    2531
    2595
      </div>
    2532
    2596
      </li>
    2533
    2597
     
    @@ -2590,16 +2654,16 @@
    2590
    2654
     
    2591
    2655
      <li class="odd ">
    2592
    2656
      <div class="item">
    2593
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2594
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2657
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2658
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2595
    2659
      </div>
    2596
    2660
      </li>
    2597
    2661
     
    2598
    2662
     
    2599
    2663
      <li class="even ">
    2600
    2664
      <div class="item">
    2601
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2602
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2665
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2666
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2603
    2667
      </div>
    2604
    2668
      </li>
    2605
    2669
     
    @@ -2614,16 +2678,16 @@
    2614
    2678
     
    2615
    2679
      <li class="even ">
    2616
    2680
      <div class="item">
    2617
    - <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2618
    - <small>Puppeteer::Page</small>
    2681
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2682
    + <small>Puppeteer::FrameManager</small>
    2619
    2683
      </div>
    2620
    2684
      </li>
    2621
    2685
     
    2622
    2686
     
    2623
    2687
      <li class="odd ">
    2624
    2688
      <div class="item">
    2625
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2626
    - <small>Puppeteer::FrameManager</small>
    2689
    + <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2690
    + <small>Puppeteer::Page</small>
    2627
    2691
      </div>
    2628
    2692
      </li>
    2629
    2693
     
    @@ -2637,6 +2701,14 @@
    2637
    2701
     
    2638
    2702
     
    2639
    2703
      <li class="odd ">
    2704
    + <div class="item">
    2705
    + <span class='object_link'><a href="Puppeteer/Viewport.html#merge-instance_method" title="Puppeteer::Viewport#merge (method)">#merge</a></span>
    2706
    + <small>Puppeteer::Viewport</small>
    2707
    + </div>
    2708
    + </li>
    2709
    +
    2710
    +
    2711
    + <li class="even ">
    2640
    2712
      <div class="item">
    2641
    2713
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#method-instance_method" title="Puppeteer::Connection::MessageCallback#method (method)">#method</a></span>
    2642
    2714
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -2644,7 +2716,7 @@
    2644
    2716
      </li>
    2645
    2717
     
    2646
    2718
     
    2647
    - <li class="even ">
    2719
    + <li class="odd ">
    2648
    2720
      <div class="item">
    2649
    2721
      <span class='object_link'><a href="Puppeteer.html#method_missing-class_method" title="Puppeteer.method_missing (method)">method_missing</a></span>
    2650
    2722
      <small>Puppeteer</small>
    @@ -2652,7 +2724,7 @@
    2652
    2724
      </li>
    2653
    2725
     
    2654
    2726
     
    2655
    - <li class="odd ">
    2727
    + <li class="even ">
    2656
    2728
      <div class="item">
    2657
    2729
      <span class='object_link'><a href="Puppeteer/Viewport.html#mobile%3F-instance_method" title="Puppeteer::Viewport#mobile? (method)">#mobile?</a></span>
    2658
    2730
      <small>Puppeteer::Viewport</small>
    @@ -2660,7 +2732,7 @@
    2660
    2732
      </li>
    2661
    2733
     
    2662
    2734
     
    2663
    - <li class="even ">
    2735
    + <li class="odd ">
    2664
    2736
      <div class="item">
    2665
    2737
      <span class='object_link'><a href="Puppeteer/Keyboard.html#modifiers-instance_method" title="Puppeteer::Keyboard#modifiers (method)">#modifiers</a></span>
    2666
    2738
      <small>Puppeteer::Keyboard</small>
    @@ -2668,7 +2740,7 @@
    2668
    2740
      </li>
    2669
    2741
     
    2670
    2742
     
    2671
    - <li class="odd ">
    2743
    + <li class="even ">
    2672
    2744
      <div class="item">
    2673
    2745
      <span class='object_link'><a href="Puppeteer/Page.html#mouse-instance_method" title="Puppeteer::Page#mouse (method)">#mouse</a></span>
    2674
    2746
      <small>Puppeteer::Page</small>
    @@ -2676,7 +2748,7 @@
    2676
    2748
      </li>
    2677
    2749
     
    2678
    2750
     
    2679
    - <li class="even ">
    2751
    + <li class="odd ">
    2680
    2752
      <div class="item">
    2681
    2753
      <span class='object_link'><a href="Puppeteer/Mouse.html#move-instance_method" title="Puppeteer::Mouse#move (method)">#move</a></span>
    2682
    2754
      <small>Puppeteer::Mouse</small>
    @@ -2684,7 +2756,7 @@
    2684
    2756
      </li>
    2685
    2757
     
    2686
    2758
     
    2687
    - <li class="odd ">
    2759
    + <li class="even ">
    2688
    2760
      <div class="item">
    2689
    2761
      <span class='object_link'><a href="Puppeteer/FileChooser.html#multiple%3F-instance_method" title="Puppeteer::FileChooser#multiple? (method)">#multiple?</a></span>
    2690
    2762
      <small>Puppeteer::FileChooser</small>
    @@ -2692,23 +2764,23 @@
    2692
    2764
      </li>
    2693
    2765
     
    2694
    2766
     
    2695
    - <li class="even ">
    2767
    + <li class="odd ">
    2696
    2768
      <div class="item">
    2697
    - <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2698
    - <small>Puppeteer::Device</small>
    2769
    + <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2770
    + <small>Puppeteer::Frame</small>
    2699
    2771
      </div>
    2700
    2772
      </li>
    2701
    2773
     
    2702
    2774
     
    2703
    - <li class="odd ">
    2775
    + <li class="even ">
    2704
    2776
      <div class="item">
    2705
    - <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2706
    - <small>Puppeteer::Frame</small>
    2777
    + <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2778
    + <small>Puppeteer::Device</small>
    2707
    2779
      </div>
    2708
    2780
      </li>
    2709
    2781
     
    2710
    2782
     
    2711
    - <li class="even ">
    2783
    + <li class="odd ">
    2712
    2784
      <div class="item">
    2713
    2785
      <span class='object_link'><a href="Puppeteer/FrameManager.html#navigate_frame-instance_method" title="Puppeteer::FrameManager#navigate_frame (method)">#navigate_frame</a></span>
    2714
    2786
      <small>Puppeteer::FrameManager</small>
    @@ -2716,7 +2788,7 @@
    2716
    2788
      </li>
    2717
    2789
     
    2718
    2790
     
    2719
    - <li class="odd ">
    2791
    + <li class="even ">
    2720
    2792
      <div class="item">
    2721
    2793
      <span class='object_link'><a href="Puppeteer/Frame.html#navigated-instance_method" title="Puppeteer::Frame#navigated (method)">#navigated</a></span>
    2722
    2794
      <small>Puppeteer::Frame</small>
    @@ -2724,7 +2796,7 @@
    2724
    2796
      </li>
    2725
    2797
     
    2726
    2798
     
    2727
    - <li class="even ">
    2799
    + <li class="odd ">
    2728
    2800
      <div class="item">
    2729
    2801
      <span class='object_link'><a href="Puppeteer/Frame.html#navigated_within_document-instance_method" title="Puppeteer::Frame#navigated_within_document (method)">#navigated_within_document</a></span>
    2730
    2802
      <small>Puppeteer::Frame</small>
    @@ -2732,7 +2804,7 @@
    2732
    2804
      </li>
    2733
    2805
     
    2734
    2806
     
    2735
    - <li class="odd ">
    2807
    + <li class="even ">
    2736
    2808
      <div class="item">
    2737
    2809
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#navigation_response-instance_method" title="Puppeteer::LifecycleWatcher#navigation_response (method)">#navigation_response</a></span>
    2738
    2810
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2740,7 +2812,7 @@
    2740
    2812
      </li>
    2741
    2813
     
    2742
    2814
     
    2743
    - <li class="even ">
    2815
    + <li class="odd ">
    2744
    2816
      <div class="item">
    2745
    2817
      <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#navigation_timeout-instance_method" title="Puppeteer::TimeoutSettings#navigation_timeout (method)">#navigation_timeout</a></span>
    2746
    2818
      <small>Puppeteer::TimeoutSettings</small>
    @@ -2748,7 +2820,7 @@
    2748
    2820
      </li>
    2749
    2821
     
    2750
    2822
     
    2751
    - <li class="odd ">
    2823
    + <li class="even ">
    2752
    2824
      <div class="item">
    2753
    2825
      <span class='object_link'><a href="Puppeteer/FrameManager.html#network_manager-instance_method" title="Puppeteer::FrameManager#network_manager (method)">#network_manager</a></span>
    2754
    2826
      <small>Puppeteer::FrameManager</small>
    @@ -2756,7 +2828,7 @@
    2756
    2828
      </li>
    2757
    2829
     
    2758
    2830
     
    2759
    - <li class="even ">
    2831
    + <li class="odd ">
    2760
    2832
      <div class="item">
    2761
    2833
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#new_document_navigation_promise-instance_method" title="Puppeteer::LifecycleWatcher#new_document_navigation_promise (method)">#new_document_navigation_promise</a></span>
    2762
    2834
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2764,7 +2836,7 @@
    2764
    2836
      </li>
    2765
    2837
     
    2766
    2838
     
    2767
    - <li class="odd ">
    2839
    + <li class="even ">
    2768
    2840
      <div class="item">
    2769
    2841
      <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
    2770
    2842
      <small>Puppeteer::Browser</small>
    @@ -2772,7 +2844,7 @@
    2772
    2844
      </li>
    2773
    2845
     
    2774
    2846
     
    2775
    - <li class="even ">
    2847
    + <li class="odd ">
    2776
    2848
      <div class="item">
    2777
    2849
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
    2778
    2850
      <small>Puppeteer::BrowserContext</small>
    @@ -2780,7 +2852,7 @@
    2780
    2852
      </li>
    2781
    2853
     
    2782
    2854
     
    2783
    - <li class="odd ">
    2855
    + <li class="even ">
    2784
    2856
      <div class="item">
    2785
    2857
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#node_info-instance_method" title="Puppeteer::RemoteObject#node_info (method)">#node_info</a></span>
    2786
    2858
      <small>Puppeteer::RemoteObject</small>
    @@ -2788,14 +2860,6 @@
    2788
    2860
      </li>
    2789
    2861
     
    2790
    2862
     
    2791
    - <li class="even ">
    2792
    - <div class="item">
    2793
    - <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
    2794
    - <small>Puppeteer::Page</small>
    2795
    - </div>
    2796
    - </li>
    2797
    -
    2798
    -
    2799
    2863
      <li class="odd ">
    2800
    2864
      <div class="item">
    2801
    2865
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
    @@ -2806,40 +2870,40 @@
    2806
    2870
     
    2807
    2871
      <li class="even ">
    2808
    2872
      <div class="item">
    2809
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#omit_background%3F-instance_method" title="Puppeteer::Page::ScreenshotOptions#omit_background? (method)">#omit_background?</a></span>
    2810
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    2873
    + <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
    2874
    + <small>Puppeteer::Page</small>
    2811
    2875
      </div>
    2812
    2876
      </li>
    2813
    2877
     
    2814
    2878
     
    2815
    2879
      <li class="odd ">
    2816
    2880
      <div class="item">
    2817
    - <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
    2818
    - <small>Puppeteer::Target</small>
    2881
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#omit_background%3F-instance_method" title="Puppeteer::Page::ScreenshotOptions#omit_background? (method)">#omit_background?</a></span>
    2882
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    2819
    2883
      </div>
    2820
    2884
      </li>
    2821
    2885
     
    2822
    2886
     
    2823
    2887
      <li class="even ">
    2824
    2888
      <div class="item">
    2825
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2826
    - <small>Puppeteer::WebSocketTransport</small>
    2889
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2890
    + <small>Puppeteer::WebSocket</small>
    2827
    2891
      </div>
    2828
    2892
      </li>
    2829
    2893
     
    2830
    2894
     
    2831
    2895
      <li class="odd ">
    2832
    2896
      <div class="item">
    2833
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2834
    - <small>Puppeteer::Connection</small>
    2897
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2898
    + <small>Puppeteer::WebSocketTransport</small>
    2835
    2899
      </div>
    2836
    2900
      </li>
    2837
    2901
     
    2838
    2902
     
    2839
    2903
      <li class="even ">
    2840
    2904
      <div class="item">
    2841
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2842
    - <small>Puppeteer::WebSocket</small>
    2905
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2906
    + <small>Puppeteer::Connection</small>
    2843
    2907
      </div>
    2844
    2908
      </li>
    2845
    2909
     
    @@ -2862,24 +2926,24 @@
    2862
    2926
     
    2863
    2927
      <li class="odd ">
    2864
    2928
      <div class="item">
    2865
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2866
    - <small>Puppeteer::Connection</small>
    2929
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2930
    + <small>Puppeteer::WebSocket</small>
    2867
    2931
      </div>
    2868
    2932
      </li>
    2869
    2933
     
    2870
    2934
     
    2871
    2935
      <li class="even ">
    2872
    2936
      <div class="item">
    2873
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2874
    - <small>Puppeteer::WebSocket</small>
    2937
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    2938
    + <small>Puppeteer::WebSocketTransport</small>
    2875
    2939
      </div>
    2876
    2940
      </li>
    2877
    2941
     
    2878
    2942
     
    2879
    2943
      <li class="odd ">
    2880
    2944
      <div class="item">
    2881
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    2882
    - <small>Puppeteer::WebSocketTransport</small>
    2945
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2946
    + <small>Puppeteer::Connection</small>
    2883
    2947
      </div>
    2884
    2948
      </li>
    2885
    2949
     
    @@ -2926,16 +2990,16 @@
    2926
    2990
     
    2927
    2991
      <li class="odd ">
    2928
    2992
      <div class="item">
    2929
    - <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
    2930
    - <small>Puppeteer::Browser</small>
    2993
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    2994
    + <small>Puppeteer::BrowserContext</small>
    2931
    2995
      </div>
    2932
    2996
      </li>
    2933
    2997
     
    2934
    2998
     
    2935
    2999
      <li class="even ">
    2936
    3000
      <div class="item">
    2937
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    2938
    - <small>Puppeteer::BrowserContext</small>
    3001
    + <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
    3002
    + <small>Puppeteer::Browser</small>
    2939
    3003
      </div>
    2940
    3004
      </li>
    2941
    3005
     
    @@ -2958,8 +3022,8 @@
    2958
    3022
     
    2959
    3023
      <li class="odd ">
    2960
    3024
      <div class="item">
    2961
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
    2962
    - <small>Puppeteer::Page::StyleTag</small>
    3025
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    3026
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    2963
    3027
      </div>
    2964
    3028
      </li>
    2965
    3029
     
    @@ -2974,8 +3038,8 @@
    2974
    3038
     
    2975
    3039
      <li class="odd ">
    2976
    3040
      <div class="item">
    2977
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    2978
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3041
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
    3042
    + <small>Puppeteer::Page::StyleTag</small>
    2979
    3043
      </div>
    2980
    3044
      </li>
    2981
    3045
     
    @@ -3030,16 +3094,16 @@
    3030
    3094
     
    3031
    3095
      <li class="even ">
    3032
    3096
      <div class="item">
    3033
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    3034
    - <small>Puppeteer::JSHandle</small>
    3097
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
    3098
    + <small>Puppeteer::RemoteObject</small>
    3035
    3099
      </div>
    3036
    3100
      </li>
    3037
    3101
     
    3038
    3102
     
    3039
    3103
      <li class="odd ">
    3040
    3104
      <div class="item">
    3041
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
    3042
    - <small>Puppeteer::RemoteObject</small>
    3105
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    3106
    + <small>Puppeteer::JSHandle</small>
    3043
    3107
      </div>
    3044
    3108
      </li>
    3045
    3109
     
    @@ -3118,16 +3182,16 @@
    3118
    3182
     
    3119
    3183
      <li class="odd ">
    3120
    3184
      <div class="item">
    3121
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3122
    - <small>Puppeteer::NetworkManager</small>
    3185
    + <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    3186
    + <small>Puppeteer::Page</small>
    3123
    3187
      </div>
    3124
    3188
      </li>
    3125
    3189
     
    3126
    3190
     
    3127
    3191
      <li class="even ">
    3128
    3192
      <div class="item">
    3129
    - <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    3130
    - <small>Puppeteer::Page</small>
    3193
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3194
    + <small>Puppeteer::NetworkManager</small>
    3131
    3195
      </div>
    3132
    3196
      </li>
    3133
    3197
     
    @@ -3174,31 +3238,31 @@
    3174
    3238
     
    3175
    3239
      <li class="even ">
    3176
    3240
      <div class="item">
    3177
    - <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
    3178
    - <small>Puppeteer::Page</small>
    3241
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
    3242
    + <small>Puppeteer::ElementHandle</small>
    3179
    3243
      </div>
    3180
    3244
      </li>
    3181
    3245
     
    3182
    3246
     
    3183
    3247
      <li class="odd ">
    3184
    3248
      <div class="item">
    3185
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#scroll_into_view_if_needed-instance_method" title="Puppeteer::ElementHandle#scroll_into_view_if_needed (method)">#scroll_into_view_if_needed</a></span>
    3186
    - <small>Puppeteer::ElementHandle</small>
    3249
    + <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
    3250
    + <small>Puppeteer::Page</small>
    3187
    3251
      </div>
    3188
    3252
      </li>
    3189
    3253
     
    3190
    3254
     
    3191
    3255
      <li class="even ">
    3192
    3256
      <div class="item">
    3193
    - <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
    3194
    - <small>Puppeteer::Frame</small>
    3257
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#scroll_into_view_if_needed-instance_method" title="Puppeteer::ElementHandle#scroll_into_view_if_needed (method)">#scroll_into_view_if_needed</a></span>
    3258
    + <small>Puppeteer::ElementHandle</small>
    3195
    3259
      </div>
    3196
    3260
      </li>
    3197
    3261
     
    3198
    3262
     
    3199
    3263
      <li class="odd ">
    3200
    3264
      <div class="item">
    3201
    - <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
    3265
    + <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
    3202
    3266
      <small>Puppeteer::Frame</small>
    3203
    3267
      </div>
    3204
    3268
      </li>
    @@ -3206,40 +3270,40 @@
    3206
    3270
     
    3207
    3271
      <li class="even ">
    3208
    3272
      <div class="item">
    3209
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3210
    - <small>Puppeteer::ElementHandle</small>
    3273
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
    3274
    + <small>Puppeteer::DOMWorld</small>
    3211
    3275
      </div>
    3212
    3276
      </li>
    3213
    3277
     
    3214
    3278
     
    3215
    3279
      <li class="odd ">
    3216
    3280
      <div class="item">
    3217
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
    3218
    - <small>Puppeteer::DOMWorld</small>
    3281
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3282
    + <small>Puppeteer::ElementHandle</small>
    3219
    3283
      </div>
    3220
    3284
      </li>
    3221
    3285
     
    3222
    3286
     
    3223
    3287
      <li class="even ">
    3224
    3288
      <div class="item">
    3225
    - <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3226
    - <small>Puppeteer::Page</small>
    3289
    + <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
    3290
    + <small>Puppeteer::Frame</small>
    3227
    3291
      </div>
    3228
    3292
      </li>
    3229
    3293
     
    3230
    3294
     
    3231
    3295
      <li class="odd ">
    3232
    3296
      <div class="item">
    3233
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#send_character-instance_method" title="Puppeteer::Keyboard#send_character (method)">#send_character</a></span>
    3234
    - <small>Puppeteer::Keyboard</small>
    3297
    + <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3298
    + <small>Puppeteer::Page</small>
    3235
    3299
      </div>
    3236
    3300
      </li>
    3237
    3301
     
    3238
    3302
     
    3239
    3303
      <li class="even ">
    3240
    3304
      <div class="item">
    3241
    - <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3242
    - <small>Puppeteer::Connection</small>
    3305
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#send_character-instance_method" title="Puppeteer::Keyboard#send_character (method)">#send_character</a></span>
    3306
    + <small>Puppeteer::Keyboard</small>
    3243
    3307
      </div>
    3244
    3308
      </li>
    3245
    3309
     
    @@ -3254,32 +3318,32 @@
    3254
    3318
     
    3255
    3319
      <li class="even ">
    3256
    3320
      <div class="item">
    3257
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
    3258
    - <small>Puppeteer::WebSocketTransport</small>
    3321
    + <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3322
    + <small>Puppeteer::Connection</small>
    3259
    3323
      </div>
    3260
    3324
      </li>
    3261
    3325
     
    3262
    3326
     
    3263
    3327
      <li class="odd ">
    3264
    3328
      <div class="item">
    3265
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
    3266
    - <small>Puppeteer::WebSocket</small>
    3329
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
    3330
    + <small>Puppeteer::WebSocketTransport</small>
    3267
    3331
      </div>
    3268
    3332
      </li>
    3269
    3333
     
    3270
    3334
     
    3271
    3335
      <li class="even ">
    3272
    3336
      <div class="item">
    3273
    - <span class='object_link'><a href="Puppeteer/Connection.html#session-instance_method" title="Puppeteer::Connection#session (method)">#session</a></span>
    3274
    - <small>Puppeteer::Connection</small>
    3337
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
    3338
    + <small>Puppeteer::WebSocket</small>
    3275
    3339
      </div>
    3276
    3340
      </li>
    3277
    3341
     
    3278
    3342
     
    3279
    3343
      <li class="odd ">
    3280
    3344
      <div class="item">
    3281
    - <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3282
    - <small>Puppeteer::Frame</small>
    3345
    + <span class='object_link'><a href="Puppeteer/Connection.html#session-instance_method" title="Puppeteer::Connection#session (method)">#session</a></span>
    3346
    + <small>Puppeteer::Connection</small>
    3283
    3347
      </div>
    3284
    3348
      </li>
    3285
    3349
     
    @@ -3293,6 +3357,14 @@
    3293
    3357
     
    3294
    3358
     
    3295
    3359
      <li class="odd ">
    3360
    + <div class="item">
    3361
    + <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3362
    + <small>Puppeteer::Frame</small>
    3363
    + </div>
    3364
    + </li>
    3365
    +
    3366
    +
    3367
    + <li class="even ">
    3296
    3368
      <div class="item">
    3297
    3369
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#set_file_input_files-instance_method" title="Puppeteer::RemoteObject#set_file_input_files (method)">#set_file_input_files</a></span>
    3298
    3370
      <small>Puppeteer::RemoteObject</small>
    @@ -3300,7 +3372,7 @@
    3300
    3372
      </li>
    3301
    3373
     
    3302
    3374
     
    3303
    - <li class="even ">
    3375
    + <li class="odd ">
    3304
    3376
      <div class="item">
    3305
    3377
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#setup_connection-instance_method" title="Puppeteer::BrowserRunner#setup_connection (method)">#setup_connection</a></span>
    3306
    3378
      <small>Puppeteer::BrowserRunner</small>
    @@ -3308,7 +3380,7 @@
    3308
    3380
      </li>
    3309
    3381
     
    3310
    3382
     
    3311
    - <li class="odd ">
    3383
    + <li class="even ">
    3312
    3384
      <div class="item">
    3313
    3385
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_key (method)">#shift_key</a></span>
    3314
    3386
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3316,7 +3388,7 @@
    3316
    3388
      </li>
    3317
    3389
     
    3318
    3390
     
    3319
    - <li class="even ">
    3391
    + <li class="odd ">
    3320
    3392
      <div class="item">
    3321
    3393
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_key_code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_key_code (method)">#shift_key_code</a></span>
    3322
    3394
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3324,7 +3396,7 @@
    3324
    3396
      </li>
    3325
    3397
     
    3326
    3398
     
    3327
    - <li class="odd ">
    3399
    + <li class="even ">
    3328
    3400
      <div class="item">
    3329
    3401
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_text (method)">#shift_text</a></span>
    3330
    3402
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3332,7 +3404,7 @@
    3332
    3404
      </li>
    3333
    3405
     
    3334
    3406
     
    3335
    - <li class="even ">
    3407
    + <li class="odd ">
    3336
    3408
      <div class="item">
    3337
    3409
      <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#slow_mo-instance_method" title="Puppeteer::Launcher::BrowserOptions#slow_mo (method)">#slow_mo</a></span>
    3338
    3410
      <small>Puppeteer::Launcher::BrowserOptions</small>
    @@ -3340,7 +3412,7 @@
    3340
    3412
      </li>
    3341
    3413
     
    3342
    3414
     
    3343
    - <li class="odd ">
    3415
    + <li class="even ">
    3344
    3416
      <div class="item">
    3345
    3417
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#start-instance_method" title="Puppeteer::BrowserRunner#start (method)">#start</a></span>
    3346
    3418
      <small>Puppeteer::BrowserRunner</small>
    @@ -3348,7 +3420,7 @@
    3348
    3420
      </li>
    3349
    3421
     
    3350
    3422
     
    3351
    - <li class="even ">
    3423
    + <li class="odd ">
    3352
    3424
      <div class="item">
    3353
    3425
      <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stderr-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stderr (method)">#stderr</a></span>
    3354
    3426
      <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    @@ -3356,7 +3428,7 @@
    3356
    3428
      </li>
    3357
    3429
     
    3358
    3430
     
    3359
    - <li class="odd ">
    3431
    + <li class="even ">
    3360
    3432
      <div class="item">
    3361
    3433
      <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stdout-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stdout (method)">#stdout</a></span>
    3362
    3434
      <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    @@ -3364,7 +3436,7 @@
    3364
    3436
      </li>
    3365
    3437
     
    3366
    3438
     
    3367
    - <li class="even ">
    3439
    + <li class="odd ">
    3368
    3440
      <div class="item">
    3369
    3441
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#sub_type-instance_method" title="Puppeteer::RemoteObject#sub_type (method)">#sub_type</a></span>
    3370
    3442
      <small>Puppeteer::RemoteObject</small>
    @@ -3372,14 +3444,6 @@
    3372
    3444
      </li>
    3373
    3445
     
    3374
    3446
     
    3375
    - <li class="odd ">
    3376
    - <div class="item">
    3377
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
    3378
    - <small>Puppeteer::DOMWorld</small>
    3379
    - </div>
    3380
    - </li>
    3381
    -
    3382
    -
    3383
    3447
      <li class="even ">
    3384
    3448
      <div class="item">
    3385
    3449
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    @@ -3390,16 +3454,16 @@
    3390
    3454
     
    3391
    3455
      <li class="odd ">
    3392
    3456
      <div class="item">
    3393
    - <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3394
    - <small>Puppeteer::Frame</small>
    3457
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3458
    + <small>Puppeteer::TouchScreen</small>
    3395
    3459
      </div>
    3396
    3460
      </li>
    3397
    3461
     
    3398
    3462
     
    3399
    3463
      <li class="even ">
    3400
    3464
      <div class="item">
    3401
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3402
    - <small>Puppeteer::TouchScreen</small>
    3465
    + <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3466
    + <small>Puppeteer::Frame</small>
    3403
    3467
      </div>
    3404
    3468
      </li>
    3405
    3469
     
    @@ -3414,8 +3478,8 @@
    3414
    3478
     
    3415
    3479
      <li class="even ">
    3416
    3480
      <div class="item">
    3417
    - <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3418
    - <small>Puppeteer::Browser</small>
    3481
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
    3482
    + <small>Puppeteer::DOMWorld</small>
    3419
    3483
      </div>
    3420
    3484
      </li>
    3421
    3485
     
    @@ -3430,8 +3494,8 @@
    3430
    3494
     
    3431
    3495
      <li class="even ">
    3432
    3496
      <div class="item">
    3433
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#target_id-instance_method" title="Puppeteer::Target::TargetInfo#target_id (method)">#target_id</a></span>
    3434
    - <small>Puppeteer::Target::TargetInfo</small>
    3497
    + <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3498
    + <small>Puppeteer::Browser</small>
    3435
    3499
      </div>
    3436
    3500
      </li>
    3437
    3501
     
    @@ -3446,8 +3510,8 @@
    3446
    3510
     
    3447
    3511
      <li class="even ">
    3448
    3512
      <div class="item">
    3449
    - <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
    3450
    - <small>Puppeteer::Browser</small>
    3513
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#target_id-instance_method" title="Puppeteer::Target::TargetInfo#target_id (method)">#target_id</a></span>
    3514
    + <small>Puppeteer::Target::TargetInfo</small>
    3451
    3515
      </div>
    3452
    3516
      </li>
    3453
    3517
     
    @@ -3462,95 +3526,95 @@
    3462
    3526
     
    3463
    3527
      <li class="even ">
    3464
    3528
      <div class="item">
    3465
    - <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3466
    - <small>Puppeteer::WaitTask</small>
    3529
    + <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
    3530
    + <small>Puppeteer::Browser</small>
    3467
    3531
      </div>
    3468
    3532
      </li>
    3469
    3533
     
    3470
    3534
     
    3471
    3535
      <li class="odd ">
    3472
    3536
      <div class="item">
    3473
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
    3474
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    3537
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3538
    + <small>Puppeteer::WaitTask</small>
    3475
    3539
      </div>
    3476
    3540
      </li>
    3477
    3541
     
    3478
    3542
     
    3479
    3543
      <li class="even ">
    3480
    3544
      <div class="item">
    3481
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#text (method)">#text</a></span>
    3482
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    3545
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3546
    + <small>Puppeteer::ConsoleMessage</small>
    3483
    3547
      </div>
    3484
    3548
      </li>
    3485
    3549
     
    3486
    3550
     
    3487
    3551
      <li class="odd ">
    3488
    3552
      <div class="item">
    3489
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3490
    - <small>Puppeteer::ConsoleMessage</small>
    3553
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#text (method)">#text</a></span>
    3554
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    3491
    3555
      </div>
    3492
    3556
      </li>
    3493
    3557
     
    3494
    3558
     
    3495
    3559
      <li class="even ">
    3496
    3560
      <div class="item">
    3497
    - <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3498
    - <small>Puppeteer::TimeoutSettings</small>
    3561
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
    3562
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    3499
    3563
      </div>
    3500
    3564
      </li>
    3501
    3565
     
    3502
    3566
     
    3503
    3567
      <li class="odd ">
    3504
    3568
      <div class="item">
    3505
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3506
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    3569
    + <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3570
    + <small>Puppeteer::TimeoutSettings</small>
    3507
    3571
      </div>
    3508
    3572
      </li>
    3509
    3573
     
    3510
    3574
     
    3511
    3575
      <li class="even ">
    3512
    3576
      <div class="item">
    3513
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#timeout_or_termination_promise-instance_method" title="Puppeteer::LifecycleWatcher#timeout_or_termination_promise (method)">#timeout_or_termination_promise</a></span>
    3514
    - <small>Puppeteer::LifecycleWatcher</small>
    3577
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3578
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    3515
    3579
      </div>
    3516
    3580
      </li>
    3517
    3581
     
    3518
    3582
     
    3519
    3583
      <li class="odd ">
    3520
    3584
      <div class="item">
    3521
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3522
    - <small>Puppeteer::FrameManager</small>
    3585
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#timeout_or_termination_promise-instance_method" title="Puppeteer::LifecycleWatcher#timeout_or_termination_promise (method)">#timeout_or_termination_promise</a></span>
    3586
    + <small>Puppeteer::LifecycleWatcher</small>
    3523
    3587
      </div>
    3524
    3588
      </li>
    3525
    3589
     
    3526
    3590
     
    3527
    3591
      <li class="even ">
    3528
    3592
      <div class="item">
    3529
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3530
    - <small>Puppeteer::Target::TargetInfo</small>
    3593
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3594
    + <small>Puppeteer::FrameManager</small>
    3531
    3595
      </div>
    3532
    3596
      </li>
    3533
    3597
     
    3534
    3598
     
    3535
    3599
      <li class="odd ">
    3536
    3600
      <div class="item">
    3537
    - <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
    3538
    - <small>Puppeteer::Page</small>
    3601
    + <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3602
    + <small>Puppeteer::Frame</small>
    3539
    3603
      </div>
    3540
    3604
      </li>
    3541
    3605
     
    3542
    3606
     
    3543
    3607
      <li class="even ">
    3544
    3608
      <div class="item">
    3545
    - <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3546
    - <small>Puppeteer::Frame</small>
    3609
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3610
    + <small>Puppeteer::Target::TargetInfo</small>
    3547
    3611
      </div>
    3548
    3612
      </li>
    3549
    3613
     
    3550
    3614
     
    3551
    3615
      <li class="odd ">
    3552
    3616
      <div class="item">
    3553
    - <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3617
    + <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
    3554
    3618
      <small>Puppeteer::Page</small>
    3555
    3619
      </div>
    3556
    3620
      </li>
    @@ -3558,8 +3622,8 @@
    3558
    3622
     
    3559
    3623
      <li class="even ">
    3560
    3624
      <div class="item">
    3561
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3562
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3625
    + <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3626
    + <small>Puppeteer::Page</small>
    3563
    3627
      </div>
    3564
    3628
      </li>
    3565
    3629
     
    @@ -3590,144 +3654,144 @@
    3590
    3654
     
    3591
    3655
      <li class="even ">
    3592
    3656
      <div class="item">
    3593
    - <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
    3594
    - <small>Puppeteer::Page</small>
    3657
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3658
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3595
    3659
      </div>
    3596
    3660
      </li>
    3597
    3661
     
    3598
    3662
     
    3599
    3663
      <li class="odd ">
    3600
    3664
      <div class="item">
    3601
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3602
    - <small>Puppeteer::DOMWorld</small>
    3665
    + <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3666
    + <small>Puppeteer::Frame</small>
    3603
    3667
      </div>
    3604
    3668
      </li>
    3605
    3669
     
    3606
    3670
     
    3607
    3671
      <li class="even ">
    3608
    3672
      <div class="item">
    3609
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3610
    - <small>Puppeteer::Keyboard</small>
    3673
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3674
    + <small>Puppeteer::ElementHandle</small>
    3611
    3675
      </div>
    3612
    3676
      </li>
    3613
    3677
     
    3614
    3678
     
    3615
    3679
      <li class="odd ">
    3616
    3680
      <div class="item">
    3617
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3618
    - <small>Puppeteer::ElementHandle</small>
    3681
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3682
    + <small>Puppeteer::DOMWorld</small>
    3619
    3683
      </div>
    3620
    3684
      </li>
    3621
    3685
     
    3622
    3686
     
    3623
    3687
      <li class="even ">
    3624
    3688
      <div class="item">
    3625
    - <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3626
    - <small>Puppeteer::Frame</small>
    3689
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3690
    + <small>Puppeteer::Keyboard</small>
    3627
    3691
      </div>
    3628
    3692
      </li>
    3629
    3693
     
    3630
    3694
     
    3631
    3695
      <li class="odd ">
    3632
    3696
      <div class="item">
    3633
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3634
    - <small>Puppeteer::Keyboard</small>
    3697
    + <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
    3698
    + <small>Puppeteer::Page</small>
    3635
    3699
      </div>
    3636
    3700
      </li>
    3637
    3701
     
    3638
    3702
     
    3639
    3703
      <li class="even ">
    3640
    3704
      <div class="item">
    3641
    - <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3642
    - <small>Puppeteer::Mouse</small>
    3705
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3706
    + <small>Puppeteer::Keyboard</small>
    3643
    3707
      </div>
    3644
    3708
      </li>
    3645
    3709
     
    3646
    3710
     
    3647
    3711
      <li class="odd ">
    3648
    3712
      <div class="item">
    3649
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3650
    - <small>Puppeteer::ElementHandle</small>
    3713
    + <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3714
    + <small>Puppeteer::Mouse</small>
    3651
    3715
      </div>
    3652
    3716
      </li>
    3653
    3717
     
    3654
    3718
     
    3655
    3719
      <li class="even ">
    3656
    3720
      <div class="item">
    3657
    - <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3658
    - <small>Puppeteer::Target</small>
    3721
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3722
    + <small>Puppeteer::ElementHandle</small>
    3659
    3723
      </div>
    3660
    3724
      </li>
    3661
    3725
     
    3662
    3726
     
    3663
    3727
      <li class="odd ">
    3664
    3728
      <div class="item">
    3665
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3666
    - <small>Puppeteer::Page::ScriptTag</small>
    3729
    + <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
    3730
    + <small>Puppeteer::Connection</small>
    3667
    3731
      </div>
    3668
    3732
      </li>
    3669
    3733
     
    3670
    3734
     
    3671
    3735
      <li class="even ">
    3672
    3736
      <div class="item">
    3673
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3674
    - <small>Puppeteer::Target::TargetInfo</small>
    3737
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3738
    + <small>Puppeteer::Page::ScriptTag</small>
    3675
    3739
      </div>
    3676
    3740
      </li>
    3677
    3741
     
    3678
    3742
     
    3679
    3743
      <li class="odd ">
    3680
    3744
      <div class="item">
    3681
    - <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3682
    - <small>Puppeteer::Frame</small>
    3745
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3746
    + <small>Puppeteer::ConsoleMessage::Location</small>
    3683
    3747
      </div>
    3684
    3748
      </li>
    3685
    3749
     
    3686
    3750
     
    3687
    3751
      <li class="even ">
    3688
    3752
      <div class="item">
    3689
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3690
    - <small>Puppeteer::ConsoleMessage::Location</small>
    3753
    + <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3754
    + <small>Puppeteer::Frame</small>
    3691
    3755
      </div>
    3692
    3756
      </li>
    3693
    3757
     
    3694
    3758
     
    3695
    3759
      <li class="odd ">
    3696
    3760
      <div class="item">
    3697
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3698
    - <small>Puppeteer::Page::StyleTag</small>
    3761
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3762
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    3699
    3763
      </div>
    3700
    3764
      </li>
    3701
    3765
     
    3702
    3766
     
    3703
    3767
      <li class="even ">
    3704
    3768
      <div class="item">
    3705
    - <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3706
    - <small>Puppeteer::Page</small>
    3769
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3770
    + <small>Puppeteer::Page::StyleTag</small>
    3707
    3771
      </div>
    3708
    3772
      </li>
    3709
    3773
     
    3710
    3774
     
    3711
    3775
      <li class="odd ">
    3712
    3776
      <div class="item">
    3713
    - <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
    3714
    - <small>Puppeteer::Connection</small>
    3777
    + <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3778
    + <small>Puppeteer::Page</small>
    3715
    3779
      </div>
    3716
    3780
      </li>
    3717
    3781
     
    3718
    3782
     
    3719
    3783
      <li class="even ">
    3720
    3784
      <div class="item">
    3721
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3722
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    3785
    + <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3786
    + <small>Puppeteer::Target</small>
    3723
    3787
      </div>
    3724
    3788
      </li>
    3725
    3789
     
    3726
    3790
     
    3727
    3791
      <li class="odd ">
    3728
    3792
      <div class="item">
    3729
    - <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3730
    - <small>Puppeteer::Browser</small>
    3793
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3794
    + <small>Puppeteer::Target::TargetInfo</small>
    3731
    3795
      </div>
    3732
    3796
      </li>
    3733
    3797
     
    @@ -3741,6 +3805,14 @@
    3741
    3805
     
    3742
    3806
     
    3743
    3807
      <li class="odd ">
    3808
    + <div class="item">
    3809
    + <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3810
    + <small>Puppeteer::Browser</small>
    3811
    + </div>
    3812
    + </li>
    3813
    +
    3814
    +
    3815
    + <li class="even ">
    3744
    3816
      <div class="item">
    3745
    3817
      <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
    3746
    3818
      <small>Puppeteer::Page</small>
    @@ -3748,7 +3820,7 @@
    3748
    3820
      </li>
    3749
    3821
     
    3750
    3822
     
    3751
    - <li class="even ">
    3823
    + <li class="odd ">
    3752
    3824
      <div class="item">
    3753
    3825
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3754
    3826
      <small>Puppeteer::NetworkManager</small>
    @@ -3756,7 +3828,7 @@
    3756
    3828
      </li>
    3757
    3829
     
    3758
    3830
     
    3759
    - <li class="odd ">
    3831
    + <li class="even ">
    3760
    3832
      <div class="item">
    3761
    3833
      <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#user_data_dir-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#user_data_dir (method)">#user_data_dir</a></span>
    3762
    3834
      <small>Puppeteer::Launcher::ChromeArgOptions</small>
    @@ -3764,7 +3836,7 @@
    3764
    3836
      </li>
    3765
    3837
     
    3766
    3838
     
    3767
    - <li class="even ">
    3839
    + <li class="odd ">
    3768
    3840
      <div class="item">
    3769
    3841
      <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#username-instance_method" title="Puppeteer::NetworkManager::Credentials#username (method)">#username</a></span>
    3770
    3842
      <small>Puppeteer::NetworkManager::Credentials</small>
    @@ -3772,7 +3844,7 @@
    3772
    3844
      </li>
    3773
    3845
     
    3774
    3846
     
    3775
    - <li class="odd ">
    3847
    + <li class="even ">
    3776
    3848
      <div class="item">
    3777
    3849
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#value-instance_method" title="Puppeteer::RemoteObject#value (method)">#value</a></span>
    3778
    3850
      <small>Puppeteer::RemoteObject</small>
    @@ -3780,7 +3852,7 @@
    3780
    3852
      </li>
    3781
    3853
     
    3782
    3854
     
    3783
    - <li class="even ">
    3855
    + <li class="odd ">
    3784
    3856
      <div class="item">
    3785
    3857
      <span class='object_link'><a href="Puppeteer/Browser.html#version-instance_method" title="Puppeteer::Browser#version (method)">#version</a></span>
    3786
    3858
      <small>Puppeteer::Browser</small>
    @@ -3788,14 +3860,6 @@
    3788
    3860
      </li>
    3789
    3861
     
    3790
    3862
     
    3791
    - <li class="odd ">
    3792
    - <div class="item">
    3793
    - <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    3794
    - <small>Puppeteer::Page</small>
    3795
    - </div>
    3796
    - </li>
    3797
    -
    3798
    -
    3799
    3863
      <li class="even ">
    3800
    3864
      <div class="item">
    3801
    3865
      <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    @@ -3806,7 +3870,7 @@
    3806
    3870
     
    3807
    3871
      <li class="odd ">
    3808
    3872
      <div class="item">
    3809
    - <span class='object_link'><a href="Puppeteer/Page.html#wait_for_file_chooser-instance_method" title="Puppeteer::Page#wait_for_file_chooser (method)">#wait_for_file_chooser</a></span>
    3873
    + <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    3810
    3874
      <small>Puppeteer::Page</small>
    3811
    3875
      </div>
    3812
    3876
      </li>
    @@ -3814,16 +3878,16 @@
    3814
    3878
     
    3815
    3879
      <li class="even ">
    3816
    3880
      <div class="item">
    3817
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#wait_for_frame_navigation-instance_method" title="Puppeteer::FrameManager#wait_for_frame_navigation (method)">#wait_for_frame_navigation</a></span>
    3818
    - <small>Puppeteer::FrameManager</small>
    3881
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_file_chooser-instance_method" title="Puppeteer::Page#wait_for_file_chooser (method)">#wait_for_file_chooser</a></span>
    3882
    + <small>Puppeteer::Page</small>
    3819
    3883
      </div>
    3820
    3884
      </li>
    3821
    3885
     
    3822
    3886
     
    3823
    3887
      <li class="odd ">
    3824
    3888
      <div class="item">
    3825
    - <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
    3826
    - <small>Puppeteer::Page</small>
    3889
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#wait_for_frame_navigation-instance_method" title="Puppeteer::FrameManager#wait_for_frame_navigation (method)">#wait_for_frame_navigation</a></span>
    3890
    + <small>Puppeteer::FrameManager</small>
    3827
    3891
      </div>
    3828
    3892
      </li>
    3829
    3893
     
    @@ -3838,15 +3902,15 @@
    3838
    3902
     
    3839
    3903
      <li class="odd ">
    3840
    3904
      <div class="item">
    3841
    - <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_navigation-instance_method" title="Puppeteer::Frame#wait_for_navigation (method)">#wait_for_navigation</a></span>
    3842
    - <small>Puppeteer::Frame</small>
    3905
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
    3906
    + <small>Puppeteer::Page</small>
    3843
    3907
      </div>
    3844
    3908
      </li>
    3845
    3909
     
    3846
    3910
     
    3847
    3911
      <li class="even ">
    3848
    3912
      <div class="item">
    3849
    - <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_selector-instance_method" title="Puppeteer::Frame#wait_for_selector (method)">#wait_for_selector</a></span>
    3913
    + <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_navigation-instance_method" title="Puppeteer::Frame#wait_for_navigation (method)">#wait_for_navigation</a></span>
    3850
    3914
      <small>Puppeteer::Frame</small>
    3851
    3915
      </div>
    3852
    3916
      </li>
    @@ -3854,40 +3918,40 @@
    3854
    3918
     
    3855
    3919
      <li class="odd ">
    3856
    3920
      <div class="item">
    3857
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_selector-instance_method" title="Puppeteer::DOMWorld#wait_for_selector (method)">#wait_for_selector</a></span>
    3858
    - <small>Puppeteer::DOMWorld</small>
    3921
    + <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_selector-instance_method" title="Puppeteer::Frame#wait_for_selector (method)">#wait_for_selector</a></span>
    3922
    + <small>Puppeteer::Frame</small>
    3859
    3923
      </div>
    3860
    3924
      </li>
    3861
    3925
     
    3862
    3926
     
    3863
    3927
      <li class="even ">
    3864
    3928
      <div class="item">
    3865
    - <span class='object_link'><a href="Puppeteer/Page.html#wait_for_selector-instance_method" title="Puppeteer::Page#wait_for_selector (method)">#wait_for_selector</a></span>
    3866
    - <small>Puppeteer::Page</small>
    3929
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_selector-instance_method" title="Puppeteer::DOMWorld#wait_for_selector (method)">#wait_for_selector</a></span>
    3930
    + <small>Puppeteer::DOMWorld</small>
    3867
    3931
      </div>
    3868
    3932
      </li>
    3869
    3933
     
    3870
    3934
     
    3871
    3935
      <li class="odd ">
    3872
    3936
      <div class="item">
    3873
    - <span class='object_link'><a href="Puppeteer/Browser.html#wait_for_target-instance_method" title="Puppeteer::Browser#wait_for_target (method)">#wait_for_target</a></span>
    3874
    - <small>Puppeteer::Browser</small>
    3937
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_selector-instance_method" title="Puppeteer::Page#wait_for_selector (method)">#wait_for_selector</a></span>
    3938
    + <small>Puppeteer::Page</small>
    3875
    3939
      </div>
    3876
    3940
      </li>
    3877
    3941
     
    3878
    3942
     
    3879
    3943
      <li class="even ">
    3880
    3944
      <div class="item">
    3881
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#wait_for_target-instance_method" title="Puppeteer::BrowserContext#wait_for_target (method)">#wait_for_target</a></span>
    3882
    - <small>Puppeteer::BrowserContext</small>
    3945
    + <span class='object_link'><a href="Puppeteer/Browser.html#wait_for_target-instance_method" title="Puppeteer::Browser#wait_for_target (method)">#wait_for_target</a></span>
    3946
    + <small>Puppeteer::Browser</small>
    3883
    3947
      </div>
    3884
    3948
      </li>
    3885
    3949
     
    3886
    3950
     
    3887
    3951
      <li class="odd ">
    3888
    3952
      <div class="item">
    3889
    - <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
    3890
    - <small>Puppeteer::Frame</small>
    3953
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#wait_for_target-instance_method" title="Puppeteer::BrowserContext#wait_for_target (method)">#wait_for_target</a></span>
    3954
    + <small>Puppeteer::BrowserContext</small>
    3891
    3955
      </div>
    3892
    3956
      </li>
    3893
    3957
     
    @@ -3909,6 +3973,14 @@
    3909
    3973
     
    3910
    3974
     
    3911
    3975
      <li class="even ">
    3976
    + <div class="item">
    3977
    + <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
    3978
    + <small>Puppeteer::Frame</small>
    3979
    + </div>
    3980
    + </li>
    3981
    +
    3982
    +
    3983
    + <li class="odd ">
    3912
    3984
      <div class="item">
    3913
    3985
      <span class='object_link'><a href="Puppeteer/Browser.html#websocket_endpoint-instance_method" title="Puppeteer::Browser#websocket_endpoint (method)">#websocket_endpoint</a></span>
    3914
    3986
      <small>Puppeteer::Browser</small>
    @@ -3916,6 +3988,14 @@
    3916
    3988
      </li>
    3917
    3989
     
    3918
    3990
     
    3991
    + <li class="even ">
    3992
    + <div class="item">
    3993
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#width-instance_method" title="Puppeteer::ElementHandle::BoundingBox#width (method)">#width</a></span>
    3994
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    3995
    + </div>
    3996
    + </li>
    3997
    +
    3998
    +
    3919
    3999
      <li class="odd ">
    3920
    4000
      <div class="item">
    3921
    4001
      <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
    @@ -3925,6 +4005,14 @@
    3925
    4005
     
    3926
    4006
     
    3927
    4007
      <li class="even ">
    4008
    + <div class="item">
    4009
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#width-instance_method" title="Puppeteer::ElementHandle::BoxModel#width (method)">#width</a></span>
    4010
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    4011
    + </div>
    4012
    + </li>
    4013
    +
    4014
    +
    4015
    + <li class="odd ">
    3928
    4016
      <div class="item">
    3929
    4017
      <span class='object_link'><a href="Puppeteer/Page.html#workers-instance_method" title="Puppeteer::Page#workers (method)">#workers</a></span>
    3930
    4018
      <small>Puppeteer::Page</small>
    @@ -3932,7 +4020,7 @@
    3932
    4020
      </li>
    3933
    4021
     
    3934
    4022
     
    3935
    - <li class="odd ">
    4023
    + <li class="even ">
    3936
    4024
      <div class="item">
    3937
    4025
      <span class='object_link'><a href="Puppeteer/ExecutionContext.html#world-instance_method" title="Puppeteer::ExecutionContext#world (method)">#world</a></span>
    3938
    4026
      <small>Puppeteer::ExecutionContext</small>
    @@ -3940,7 +4028,7 @@
    3940
    4028
      </li>
    3941
    4029
     
    3942
    4030
     
    3943
    - <li class="even ">
    4031
    + <li class="odd ">
    3944
    4032
      <div class="item">
    3945
    4033
      <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#write-instance_method" title="Puppeteer::WebSocket::DriverImpl#write (method)">#write</a></span>
    3946
    4034
      <small>Puppeteer::WebSocket::DriverImpl</small>
    @@ -3948,6 +4036,14 @@
    3948
    4036
      </li>
    3949
    4037
     
    3950
    4038
     
    4039
    + <li class="even ">
    4040
    + <div class="item">
    4041
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#x-instance_method" title="Puppeteer::ElementHandle::BoundingBox#x (method)">#x</a></span>
    4042
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4043
    + </div>
    4044
    + </li>
    4045
    +
    4046
    +
    3951
    4047
      <li class="odd ">
    3952
    4048
      <div class="item">
    3953
    4049
      <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#x-instance_method" title="Puppeteer::ElementHandle::Point#x (method)">#x</a></span>
    @@ -3964,6 +4060,14 @@
    3964
    4060
      </li>
    3965
    4061
     
    3966
    4062
     
    4063
    + <li class="odd ">
    4064
    + <div class="item">
    4065
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#y-instance_method" title="Puppeteer::ElementHandle::BoundingBox#y (method)">#y</a></span>
    4066
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4067
    + </div>
    4068
    + </li>
    4069
    +
    4070
    +
    3967
    4071
     
    3968
    4072
      </ul>
    3969
    4073
      </div>