puppeteer-ruby 0.0.5 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/docs/Puppeteer.html +53 -43
  4. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  5. data/docs/Puppeteer/Browser.html +255 -147
  6. data/docs/Puppeteer/BrowserContext.html +1 -1
  7. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner.html +1 -1
  9. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  10. data/docs/Puppeteer/CDPSession.html +86 -57
  11. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  12. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  13. data/docs/Puppeteer/Connection.html +65 -61
  14. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  15. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  16. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +5 -5
  17. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +12 -12
  18. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  19. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  20. data/docs/Puppeteer/DOMWorld.html +708 -69
  21. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  22. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +1 -1
  23. data/docs/Puppeteer/DebugPrint.html +2 -2
  24. data/docs/Puppeteer/Device.html +1 -1
  25. data/docs/Puppeteer/Devices.html +1 -1
  26. data/docs/Puppeteer/ElementHandle.html +1120 -181
  27. data/docs/Puppeteer/ElementHandle/BoundingBox.html +507 -0
  28. data/docs/Puppeteer/ElementHandle/BoxModel.html +404 -0
  29. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +5 -5
  30. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +5 -5
  31. data/docs/Puppeteer/ElementHandle/Point.html +40 -29
  32. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  33. data/docs/Puppeteer/EmulationManager.html +1 -1
  34. data/docs/Puppeteer/EventCallbackable.html +1 -1
  35. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext.html +227 -1
  37. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  38. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  39. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +2 -2
  40. data/docs/Puppeteer/FileChooser.html +455 -0
  41. data/docs/Puppeteer/Frame.html +492 -304
  42. data/docs/Puppeteer/FrameManager.html +22 -26
  43. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  44. data/docs/Puppeteer/IfPresent.html +1 -1
  45. data/docs/Puppeteer/JSHandle.html +1 -1
  46. data/docs/Puppeteer/Keyboard.html +1 -1
  47. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  48. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  49. data/docs/Puppeteer/Launcher.html +1 -1
  50. data/docs/Puppeteer/Launcher/Base.html +1 -1
  51. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  52. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  53. data/docs/Puppeteer/Launcher/Chrome.html +64 -23
  54. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  55. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  56. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  58. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  59. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  60. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  61. data/docs/Puppeteer/Mouse.html +31 -41
  62. data/docs/Puppeteer/Mouse/Button.html +1 -1
  63. data/docs/Puppeteer/NetworkManager.html +1 -1
  64. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  65. data/docs/Puppeteer/Page.html +980 -436
  66. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +206 -0
  67. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  68. data/docs/Puppeteer/Page/ScriptTag.html +24 -24
  69. data/docs/Puppeteer/Page/StyleTag.html +19 -19
  70. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  71. data/docs/Puppeteer/RemoteObject.html +173 -37
  72. data/docs/Puppeteer/Target.html +149 -197
  73. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  74. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  75. data/docs/Puppeteer/TimeoutError.html +2 -2
  76. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  77. data/docs/Puppeteer/TouchScreen.html +1 -1
  78. data/docs/Puppeteer/Viewport.html +81 -1
  79. data/docs/Puppeteer/WaitTask.html +434 -8
  80. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  81. data/docs/Puppeteer/WaitTask/TimeoutError.html +206 -0
  82. data/docs/Puppeteer/WebSocket.html +26 -26
  83. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  84. data/docs/Puppeteer/WebSocket/TransportError.html +124 -0
  85. data/docs/Puppeteer/WebSocketTransport.html +2 -2
  86. data/docs/Puppeteer/WebSocktTransportError.html +1 -1
  87. data/docs/_index.html +47 -19
  88. data/docs/class_list.html +1 -1
  89. data/docs/file.README.html +5 -3
  90. data/docs/index.html +5 -3
  91. data/docs/method_list.html +788 -444
  92. data/docs/top-level-namespace.html +1 -1
  93. data/lib/puppeteer.rb +7 -1
  94. data/lib/puppeteer/browser.rb +21 -6
  95. data/lib/puppeteer/browser_runner.rb +1 -1
  96. data/lib/puppeteer/cdp_session.rb +33 -11
  97. data/lib/puppeteer/connection.rb +13 -1
  98. data/lib/puppeteer/dom_world.rb +113 -108
  99. data/lib/puppeteer/element_handle.rb +183 -222
  100. data/lib/puppeteer/element_handle/bounding_box.rb +12 -0
  101. data/lib/puppeteer/element_handle/box_model.rb +19 -0
  102. data/lib/puppeteer/element_handle/point.rb +26 -0
  103. data/lib/puppeteer/errors.rb +1 -3
  104. data/lib/puppeteer/execution_context.rb +36 -17
  105. data/lib/puppeteer/file_chooser.rb +29 -0
  106. data/lib/puppeteer/frame.rb +32 -12
  107. data/lib/puppeteer/frame_manager.rb +0 -2
  108. data/lib/puppeteer/launcher/chrome.rb +48 -2
  109. data/lib/puppeteer/mouse.rb +3 -8
  110. data/lib/puppeteer/page.rb +116 -65
  111. data/lib/puppeteer/remote_object.rb +15 -1
  112. data/lib/puppeteer/target.rb +24 -24
  113. data/lib/puppeteer/version.rb +1 -1
  114. data/lib/puppeteer/viewport.rb +18 -0
  115. data/lib/puppeteer/wait_task.rb +183 -1
  116. data/lib/puppeteer/web_socket.rb +3 -1
  117. data/lib/puppeteer/web_socket_transport.rb +1 -1
  118. metadata +12 -2
@@ -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 Sun Apr 26 15:52:58 2020 by
593
+ Generated on Sat Jun 20 17:15:08 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>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Sun Apr 26 15:52:56 2020 by
117
+ Generated on Tue Jun 9 00:13:39 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>
@@ -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
 
@@ -258,13 +272,6 @@
258
272
 
259
273
  </li>
260
274
 
261
- <li>
262
- <span class='object_link'><a href="Puppeteer/DOMWorld/DocumentEvaluationError.html" title="Puppeteer::DOMWorld::DocumentEvaluationError (class)">DocumentEvaluationError</a></span>
263
-
264
- <small>(Puppeteer::DOMWorld)</small>
265
-
266
- </li>
267
-
268
275
  <li>
269
276
  <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span>
270
277
 
@@ -365,6 +372,20 @@
365
372
  <li class="letter">F</li>
366
373
  <ul>
367
374
 
375
+ <li>
376
+ <span class='object_link'><a href="Puppeteer/FileChooser.html" title="Puppeteer::FileChooser (class)">FileChooser</a></span>
377
+
378
+ <small>(Puppeteer)</small>
379
+
380
+ </li>
381
+
382
+ <li>
383
+ <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html" title="Puppeteer::Page::FileChooserTimeoutError (class)">FileChooserTimeoutError</a></span>
384
+
385
+ <small>(Puppeteer::Page)</small>
386
+
387
+ </li>
388
+
368
389
  <li>
369
390
  <span class='object_link'><a href="Puppeteer/Frame.html" title="Puppeteer::Frame (class)">Frame</a></span>
370
391
 
@@ -681,16 +702,16 @@
681
702
  </li>
682
703
 
683
704
  <li>
684
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span>
705
+ <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
685
706
 
686
- <small>(Puppeteer::LifecycleWatcher)</small>
707
+ <small>(Puppeteer::WaitTask)</small>
687
708
 
688
709
  </li>
689
710
 
690
711
  <li>
691
- <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
712
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span>
692
713
 
693
- <small>(Puppeteer::WaitTask)</small>
714
+ <small>(Puppeteer::LifecycleWatcher)</small>
694
715
 
695
716
  </li>
696
717
 
@@ -701,6 +722,13 @@
701
722
 
702
723
  </li>
703
724
 
725
+ <li>
726
+ <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span>
727
+
728
+ <small>(Puppeteer::WaitTask)</small>
729
+
730
+ </li>
731
+
704
732
  <li>
705
733
  <span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span>
706
734
 
@@ -715,6 +743,13 @@
715
743
 
716
744
  </li>
717
745
 
746
+ <li>
747
+ <span class='object_link'><a href="Puppeteer/WebSocket/TransportError.html" title="Puppeteer::WebSocket::TransportError (class)">TransportError</a></span>
748
+
749
+ <small>(Puppeteer::WebSocket)</small>
750
+
751
+ </li>
752
+
718
753
  </ul>
719
754
  </ul>
720
755
 
@@ -759,13 +794,6 @@
759
794
 
760
795
  </li>
761
796
 
762
- <li>
763
- <span class='object_link'><a href="Puppeteer/WebSocktTransportError.html" title="Puppeteer::WebSocktTransportError (class)">WebSocktTransportError</a></span>
764
-
765
- <small>(Puppeteer)</small>
766
-
767
- </li>
768
-
769
797
  </ul>
770
798
  </ul>
771
799
 
@@ -778,7 +806,7 @@
778
806
  </div>
779
807
 
780
808
  <div id="footer">
781
- Generated on Sun Apr 26 15:52:55 2020 by
809
+ Generated on Sat Jun 20 17:15:05 2020 by
782
810
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
783
811
  0.9.24 (ruby-2.6.3).
784
812
  </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>
    @@ -101,17 +101,19 @@
    101
    101
      <span class='kw'>end</span>
    102
    102
      </code></pre>
    103
    103
     
    104
    - <p><img src="https://user-images.githubusercontent.com/11763113/78505735-6e7f3000-77b0-11ea-9c82-9016828dd2a9.gif"></p>
    105
    -
    106
    104
      <p>More usage examples can be found <a href="https://github.com/YusukeIwaki/puppeteer-ruby-example">here</a></p>
    107
    105
     
    106
    + <h2 id="label-API">API</h2>
    107
    +
    108
    + <p><a href="https://yusukeiwaki.github.io/puppeteer-ruby">yusukeiwaki.github.io/puppeteer-ruby</a>/</p>
    109
    +
    108
    110
      <h2 id="label-Contributing">Contributing</h2>
    109
    111
     
    110
    112
      <p>Bug reports and pull requests are welcome on GitHub at <a href="https://github.com/YusukeIwaki/puppeteer-ruby">github.com/YusukeIwaki/puppeteer-ruby</a>.</p>
    111
    113
      </div></div>
    112
    114
     
    113
    115
      <div id="footer">
    114
    - Generated on Sun Apr 26 15:52:55 2020 by
    116
    + Generated on Sat Jun 20 17:15:05 2020 by
    115
    117
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    116
    118
      0.9.24 (ruby-2.6.3).
    117
    119
      </div>
    @@ -101,17 +101,19 @@
    101
    101
      <span class='kw'>end</span>
    102
    102
      </code></pre>
    103
    103
     
    104
    - <p><img src="https://user-images.githubusercontent.com/11763113/78505735-6e7f3000-77b0-11ea-9c82-9016828dd2a9.gif"></p>
    105
    -
    106
    104
      <p>More usage examples can be found <a href="https://github.com/YusukeIwaki/puppeteer-ruby-example">here</a></p>
    107
    105
     
    106
    + <h2 id="label-API">API</h2>
    107
    +
    108
    + <p><a href="https://yusukeiwaki.github.io/puppeteer-ruby">yusukeiwaki.github.io/puppeteer-ruby</a>/</p>
    109
    +
    108
    110
      <h2 id="label-Contributing">Contributing</h2>
    109
    111
     
    110
    112
      <p>Bug reports and pull requests are welcome on GitHub at <a href="https://github.com/YusukeIwaki/puppeteer-ruby">github.com/YusukeIwaki/puppeteer-ruby</a>.</p>
    111
    113
      </div></div>
    112
    114
     
    113
    115
      <div id="footer">
    114
    - Generated on Sun Apr 26 15:52:55 2020 by
    116
    + Generated on Sat Jun 20 17:15:05 2020 by
    115
    117
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    116
    118
      0.9.24 (ruby-2.6.3).
    117
    119
      </div>
    @@ -70,64 +70,64 @@
    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/DOMWorld.html#S-instance_method" title="Puppeteer::DOMWorld#S (method)">#S</a></span>
    82
    - <small>Puppeteer::DOMWorld</small>
    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>
    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/ElementHandle.html#S-instance_method" title="Puppeteer::ElementHandle#S (method)">#S</a></span>
    90
    - <small>Puppeteer::ElementHandle</small>
    89
    + <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    90
    + <small>Puppeteer::Frame</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/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
    98
    - <small>Puppeteer::Page</small>
    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>
    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/Page.html#SS-instance_method" title="Puppeteer::Page#SS (method)">#SS</a></span>
    114
    - <small>Puppeteer::Page</small>
    113
    + <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
    114
    + <small>Puppeteer::Frame</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/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    122
    - <small>Puppeteer::DOMWorld</small>
    121
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    122
    + <small>Puppeteer::ElementHandle</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/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    130
    + <small>Puppeteer::DOMWorld</small>
    131
    131
      </div>
    132
    132
      </li>
    133
    133
     
    @@ -142,32 +142,32 @@
    142
    142
     
    143
    143
      <li class="odd ">
    144
    144
      <div class="item">
    145
    - <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
    146
    - <small>Puppeteer::Page</small>
    145
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    146
    + <small>Puppeteer::ElementHandle</small>
    147
    147
      </div>
    148
    148
      </li>
    149
    149
     
    150
    150
     
    151
    151
      <li class="even ">
    152
    152
      <div class="item">
    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>
    153
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#SSeval-instance_method" title="Puppeteer::DOMWorld#SSeval (method)">#SSeval</a></span>
    154
    + <small>Puppeteer::DOMWorld</small>
    155
    155
      </div>
    156
    156
      </li>
    157
    157
     
    158
    158
     
    159
    159
      <li class="odd ">
    160
    160
      <div class="item">
    161
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#SSeval-instance_method" title="Puppeteer::DOMWorld#SSeval (method)">#SSeval</a></span>
    162
    - <small>Puppeteer::DOMWorld</small>
    161
    + <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
    162
    + <small>Puppeteer::Page</small>
    163
    163
      </div>
    164
    164
      </li>
    165
    165
     
    166
    166
     
    167
    167
      <li class="even ">
    168
    168
      <div class="item">
    169
    - <span class='object_link'><a href="Puppeteer/Page.html#Seval-instance_method" title="Puppeteer::Page#Seval (method)">#Seval</a></span>
    170
    - <small>Puppeteer::Page</small>
    169
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
    170
    + <small>Puppeteer::DOMWorld</small>
    171
    171
      </div>
    172
    172
      </li>
    173
    173
     
    @@ -182,21 +182,29 @@
    182
    182
     
    183
    183
      <li class="even ">
    184
    184
      <div class="item">
    185
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
    186
    - <small>Puppeteer::DOMWorld</small>
    185
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    186
    + <small>Puppeteer::ElementHandle</small>
    187
    187
      </div>
    188
    188
      </li>
    189
    189
     
    190
    190
     
    191
    191
      <li class="odd ">
    192
    192
      <div class="item">
    193
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    194
    - <small>Puppeteer::ElementHandle</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
    + <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>
    203
    + </div>
    204
    + </li>
    205
    +
    206
    +
    207
    + <li class="odd ">
    200
    208
      <div class="item">
    201
    209
      <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
    202
    210
      <small>Puppeteer::Page</small>
    @@ -204,7 +212,7 @@
    204
    212
      </li>
    205
    213
     
    206
    214
     
    207
    - <li class="odd ">
    215
    + <li class="even ">
    208
    216
      <div class="item">
    209
    217
      <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
    210
    218
      <small>Puppeteer::Frame</small>
    @@ -212,7 +220,7 @@
    212
    220
      </li>
    213
    221
     
    214
    222
     
    215
    - <li class="even ">
    223
    + <li class="odd ">
    216
    224
      <div class="item">
    217
    225
      <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
    218
    226
      <small>Puppeteer::DOMWorld</small>
    @@ -220,7 +228,7 @@
    220
    228
      </li>
    221
    229
     
    222
    230
     
    223
    - <li class="odd ">
    231
    + <li class="even ">
    224
    232
      <div class="item">
    225
    233
      <span class='object_link'><a href="Puppeteer/ExecutionContext.html#_context_id-instance_method" title="Puppeteer::ExecutionContext#_context_id (method)">#_context_id</a></span>
    226
    234
      <small>Puppeteer::ExecutionContext</small>
    @@ -228,7 +236,23 @@
    228
    236
      </li>
    229
    237
     
    230
    238
     
    239
    + <li class="odd ">
    240
    + <div class="item">
    241
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#_wait_tasks-instance_method" title="Puppeteer::DOMWorld#_wait_tasks (method)">#_wait_tasks</a></span>
    242
    + <small>Puppeteer::DOMWorld</small>
    243
    + </div>
    244
    + </li>
    245
    +
    246
    +
    231
    247
      <li class="even ">
    248
    + <div class="item">
    249
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#accept-instance_method" title="Puppeteer::FileChooser#accept (method)">#accept</a></span>
    250
    + <small>Puppeteer::FileChooser</small>
    251
    + </div>
    252
    + </li>
    253
    +
    254
    +
    255
    + <li class="odd ">
    232
    256
      <div class="item">
    233
    257
      <span class='object_link'><a href="Puppeteer/Page.html#accessibility-instance_method" title="Puppeteer::Page#accessibility (method)">#accessibility</a></span>
    234
    258
      <small>Puppeteer::Page</small>
    @@ -236,7 +260,7 @@
    236
    260
      </li>
    237
    261
     
    238
    262
     
    239
    - <li class="odd ">
    263
    + <li class="even ">
    240
    264
      <div class="item">
    241
    265
      <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#add-instance_method" title="Puppeteer::EventCallbackable::EventListeners#add (method)">#add</a></span>
    242
    266
      <small>Puppeteer::EventCallbackable::EventListeners</small>
    @@ -244,7 +268,7 @@
    244
    268
      </li>
    245
    269
     
    246
    270
     
    247
    - <li class="even ">
    271
    + <li class="odd ">
    248
    272
      <div class="item">
    249
    273
      <span class='object_link'><a href="Puppeteer/EventCallbackable.html#add_event_listener-instance_method" title="Puppeteer::EventCallbackable#add_event_listener (method)">#add_event_listener</a></span>
    250
    274
      <small>Puppeteer::EventCallbackable</small>
    @@ -252,7 +276,7 @@
    252
    276
      </li>
    253
    277
     
    254
    278
     
    255
    - <li class="odd ">
    279
    + <li class="even ">
    256
    280
      <div class="item">
    257
    281
      <span class='object_link'><a href="Puppeteer/Page.html#add_script_tag-instance_method" title="Puppeteer::Page#add_script_tag (method)">#add_script_tag</a></span>
    258
    282
      <small>Puppeteer::Page</small>
    @@ -260,7 +284,7 @@
    260
    284
      </li>
    261
    285
     
    262
    286
     
    263
    - <li class="even ">
    287
    + <li class="odd ">
    264
    288
      <div class="item">
    265
    289
      <span class='object_link'><a href="Puppeteer/Frame.html#add_script_tag-instance_method" title="Puppeteer::Frame#add_script_tag (method)">#add_script_tag</a></span>
    266
    290
      <small>Puppeteer::Frame</small>
    @@ -268,7 +292,7 @@
    268
    292
      </li>
    269
    293
     
    270
    294
     
    271
    - <li class="odd ">
    295
    + <li class="even ">
    272
    296
      <div class="item">
    273
    297
      <span class='object_link'><a href="Puppeteer/Frame.html#add_style_tag-instance_method" title="Puppeteer::Frame#add_style_tag (method)">#add_style_tag</a></span>
    274
    298
      <small>Puppeteer::Frame</small>
    @@ -276,7 +300,7 @@
    276
    300
      </li>
    277
    301
     
    278
    302
     
    279
    - <li class="even ">
    303
    + <li class="odd ">
    280
    304
      <div class="item">
    281
    305
      <span class='object_link'><a href="Puppeteer/Page.html#add_style_tag-instance_method" title="Puppeteer::Page#add_style_tag (method)">#add_style_tag</a></span>
    282
    306
      <small>Puppeteer::Page</small>
    @@ -284,10 +308,18 @@
    284
    308
      </li>
    285
    309
     
    286
    310
     
    311
    + <li class="even ">
    312
    + <div class="item">
    313
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#adopt_backend_node_id-instance_method" title="Puppeteer::ExecutionContext#adopt_backend_node_id (method)">#adopt_backend_node_id</a></span>
    314
    + <small>Puppeteer::ExecutionContext</small>
    315
    + </div>
    316
    + </li>
    317
    +
    318
    +
    287
    319
      <li class="odd ">
    288
    320
      <div class="item">
    289
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#args-instance_method" title="Puppeteer::ConsoleMessage#args (method)">#args</a></span>
    290
    - <small>Puppeteer::ConsoleMessage</small>
    321
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#adopt_element_handle-instance_method" title="Puppeteer::ExecutionContext#adopt_element_handle (method)">#adopt_element_handle</a></span>
    322
    + <small>Puppeteer::ExecutionContext</small>
    291
    323
      </div>
    292
    324
      </li>
    293
    325
     
    @@ -300,6 +332,22 @@
    300
    332
      </li>
    301
    333
     
    302
    334
     
    335
    + <li class="odd ">
    336
    + <div class="item">
    337
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#args-instance_method" title="Puppeteer::ConsoleMessage#args (method)">#args</a></span>
    338
    + <small>Puppeteer::ConsoleMessage</small>
    339
    + </div>
    340
    + </li>
    341
    +
    342
    +
    343
    + <li class="even ">
    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>
    347
    + </div>
    348
    + </li>
    349
    +
    350
    +
    303
    351
      <li class="odd ">
    304
    352
      <div class="item">
    305
    353
      <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    @@ -310,12 +358,44 @@
    310
    358
     
    311
    359
      <li class="even ">
    312
    360
      <div class="item">
    313
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    361
    + <span class='object_link'><a href="Puppeteer/Page.html#async_SSeval-instance_method" title="Puppeteer::Page#async_SSeval (method)">#async_SSeval</a></span>
    362
    + <small>Puppeteer::Page</small>
    363
    + </div>
    364
    + </li>
    365
    +
    366
    +
    367
    + <li class="odd ">
    368
    + <div class="item">
    369
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_SSeval-instance_method" title="Puppeteer::ElementHandle#async_SSeval (method)">#async_SSeval</a></span>
    370
    + <small>Puppeteer::ElementHandle</small>
    371
    + </div>
    372
    + </li>
    373
    +
    374
    +
    375
    + <li class="even ">
    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>
    379
    + </div>
    380
    + </li>
    381
    +
    382
    +
    383
    + <li class="odd ">
    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>
    314
    386
      <small>Puppeteer::ElementHandle</small>
    315
    387
      </div>
    316
    388
      </li>
    317
    389
     
    318
    390
     
    391
    + <li class="even ">
    392
    + <div class="item">
    393
    + <span class='object_link'><a href="Puppeteer/Frame.html#async_click-instance_method" title="Puppeteer::Frame#async_click (method)">#async_click</a></span>
    394
    + <small>Puppeteer::Frame</small>
    395
    + </div>
    396
    + </li>
    397
    +
    398
    +
    319
    399
      <li class="odd ">
    320
    400
      <div class="item">
    321
    401
      <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    @@ -406,16 +486,16 @@
    406
    486
     
    407
    487
      <li class="even ">
    408
    488
      <div class="item">
    409
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#async_send_message-instance_method" title="Puppeteer::CDPSession#async_send_message (method)">#async_send_message</a></span>
    410
    - <small>Puppeteer::CDPSession</small>
    489
    + <span class='object_link'><a href="Puppeteer/Connection.html#async_send_message-instance_method" title="Puppeteer::Connection#async_send_message (method)">#async_send_message</a></span>
    490
    + <small>Puppeteer::Connection</small>
    411
    491
      </div>
    412
    492
      </li>
    413
    493
     
    414
    494
     
    415
    495
      <li class="odd ">
    416
    496
      <div class="item">
    417
    - <span class='object_link'><a href="Puppeteer/Connection.html#async_send_message-instance_method" title="Puppeteer::Connection#async_send_message (method)">#async_send_message</a></span>
    418
    - <small>Puppeteer::Connection</small>
    497
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#async_send_message-instance_method" title="Puppeteer::CDPSession#async_send_message (method)">#async_send_message</a></span>
    498
    + <small>Puppeteer::CDPSession</small>
    419
    499
      </div>
    420
    500
      </li>
    421
    501
     
    @@ -430,16 +510,16 @@
    430
    510
     
    431
    511
      <li class="odd ">
    432
    512
      <div class="item">
    433
    - <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>
    434
    - <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>
    435
    515
      </div>
    436
    516
      </li>
    437
    517
     
    438
    518
     
    439
    519
      <li class="even ">
    440
    520
      <div class="item">
    441
    - <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>
    442
    - <small>Puppeteer::Keyboard</small>
    521
    + <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>
    522
    + <small>Puppeteer::ElementHandle</small>
    443
    523
      </div>
    444
    524
      </li>
    445
    525
     
    @@ -462,7 +542,7 @@
    462
    542
     
    463
    543
      <li class="odd ">
    464
    544
      <div class="item">
    465
    - <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_navigation-instance_method" title="Puppeteer::Page#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
    545
    + <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_file_chooser-instance_method" title="Puppeteer::Page#async_wait_for_file_chooser (method)">#async_wait_for_file_chooser</a></span>
    466
    546
      <small>Puppeteer::Page</small>
    467
    547
      </div>
    468
    548
      </li>
    @@ -470,21 +550,29 @@
    470
    550
     
    471
    551
      <li class="even ">
    472
    552
      <div class="item">
    473
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#attached-instance_method" title="Puppeteer::Target::TargetInfo#attached (method)">#attached</a></span>
    474
    - <small>Puppeteer::Target::TargetInfo</small>
    553
    + <span class='object_link'><a href="Puppeteer/Frame.html#async_wait_for_navigation-instance_method" title="Puppeteer::Frame#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
    554
    + <small>Puppeteer::Frame</small>
    475
    555
      </div>
    476
    556
      </li>
    477
    557
     
    478
    558
     
    479
    559
      <li class="odd ">
    480
    560
      <div class="item">
    481
    - <span class='object_link'><a href="Puppeteer/Page.html#authenticate-instance_method" title="Puppeteer::Page#authenticate (method)">#authenticate</a></span>
    561
    + <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_navigation-instance_method" title="Puppeteer::Page#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
    482
    562
      <small>Puppeteer::Page</small>
    483
    563
      </div>
    484
    564
      </li>
    485
    565
     
    486
    566
     
    487
    567
      <li class="even ">
    568
    + <div class="item">
    569
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#attached-instance_method" title="Puppeteer::Target::TargetInfo#attached (method)">#attached</a></span>
    570
    + <small>Puppeteer::Target::TargetInfo</small>
    571
    + </div>
    572
    + </li>
    573
    +
    574
    +
    575
    + <li class="odd ">
    488
    576
      <div class="item">
    489
    577
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#authenticate-instance_method" title="Puppeteer::NetworkManager#authenticate (method)">#authenticate</a></span>
    490
    578
      <small>Puppeteer::NetworkManager</small>
    @@ -492,6 +580,14 @@
    492
    580
      </li>
    493
    581
     
    494
    582
     
    583
    + <li class="even ">
    584
    + <div class="item">
    585
    + <span class='object_link'><a href="Puppeteer/Page.html#authenticate-instance_method" title="Puppeteer::Page#authenticate (method)">#authenticate</a></span>
    586
    + <small>Puppeteer::Page</small>
    587
    + </div>
    588
    + </li>
    589
    +
    590
    +
    495
    591
      <li class="odd ">
    496
    592
      <div class="item">
    497
    593
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await-instance_method" title="Puppeteer::ConcurrentRubyUtils#await (method)">#await</a></span>
    @@ -518,37 +614,61 @@
    518
    614
     
    519
    615
      <li class="even ">
    520
    616
      <div class="item">
    521
    - <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    522
    - <small>Puppeteer::Target</small>
    617
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#await_promise-instance_method" title="Puppeteer::WaitTask#await_promise (method)">#await_promise</a></span>
    618
    + <small>Puppeteer::WaitTask</small>
    523
    619
      </div>
    524
    620
      </li>
    525
    621
     
    526
    622
     
    527
    623
      <li class="odd ">
    528
    624
      <div class="item">
    529
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
    530
    - <small>Puppeteer::BrowserContext</small>
    625
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#bounding_box-instance_method" title="Puppeteer::ElementHandle#bounding_box (method)">#bounding_box</a></span>
    626
    + <small>Puppeteer::ElementHandle</small>
    531
    627
      </div>
    532
    628
      </li>
    533
    629
     
    534
    630
     
    535
    631
      <li class="even ">
    536
    632
      <div class="item">
    537
    - <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    538
    - <small>Puppeteer::Page</small>
    633
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#box_model-instance_method" title="Puppeteer::ElementHandle#box_model (method)">#box_model</a></span>
    634
    + <small>Puppeteer::ElementHandle</small>
    539
    635
      </div>
    540
    636
      </li>
    541
    637
     
    542
    638
     
    543
    639
      <li class="odd ">
    544
    640
      <div class="item">
    545
    - <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    641
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#box_model-instance_method" title="Puppeteer::RemoteObject#box_model (method)">#box_model</a></span>
    642
    + <small>Puppeteer::RemoteObject</small>
    643
    + </div>
    644
    + </li>
    645
    +
    646
    +
    647
    + <li class="even ">
    648
    + <div class="item">
    649
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
    650
    + <small>Puppeteer::BrowserContext</small>
    651
    + </div>
    652
    + </li>
    653
    +
    654
    +
    655
    + <li class="odd ">
    656
    + <div class="item">
    657
    + <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    546
    658
      <small>Puppeteer::Page</small>
    547
    659
      </div>
    548
    660
      </li>
    549
    661
     
    550
    662
     
    551
    663
      <li class="even ">
    664
    + <div class="item">
    665
    + <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    666
    + <small>Puppeteer::Target</small>
    667
    + </div>
    668
    + </li>
    669
    +
    670
    +
    671
    + <li class="odd ">
    552
    672
      <div class="item">
    553
    673
      <span class='object_link'><a href="Puppeteer/Target.html#browser_context-instance_method" title="Puppeteer::Target#browser_context (method)">#browser_context</a></span>
    554
    674
      <small>Puppeteer::Target</small>
    @@ -556,6 +676,14 @@
    556
    676
      </li>
    557
    677
     
    558
    678
     
    679
    + <li class="even ">
    680
    + <div class="item">
    681
    + <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    682
    + <small>Puppeteer::Page</small>
    683
    + </div>
    684
    + </li>
    685
    +
    686
    +
    559
    687
      <li class="odd ">
    560
    688
      <div class="item">
    561
    689
      <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>
    @@ -574,21 +702,29 @@
    574
    702
     
    575
    703
      <li class="odd ">
    576
    704
      <div class="item">
    577
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    578
    - <small>Puppeteer::NetworkManager</small>
    705
    + <span class='object_link'><a href="Puppeteer/Page.html#cache_enabled=-instance_method" title="Puppeteer::Page#cache_enabled= (method)">#cache_enabled=</a></span>
    706
    + <small>Puppeteer::Page</small>
    579
    707
      </div>
    580
    708
      </li>
    581
    709
     
    582
    710
     
    583
    711
      <li class="even ">
    584
    712
      <div class="item">
    585
    - <span class='object_link'><a href="Puppeteer/Page.html#cache_enabled=-instance_method" title="Puppeteer::Page#cache_enabled= (method)">#cache_enabled=</a></span>
    586
    - <small>Puppeteer::Page</small>
    713
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    714
    + <small>Puppeteer::NetworkManager</small>
    587
    715
      </div>
    588
    716
      </li>
    589
    717
     
    590
    718
     
    591
    719
      <li class="odd ">
    720
    + <div class="item">
    721
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#cancel-instance_method" title="Puppeteer::FileChooser#cancel (method)">#cancel</a></span>
    722
    + <small>Puppeteer::FileChooser</small>
    723
    + </div>
    724
    + </li>
    725
    +
    726
    +
    727
    + <li class="even ">
    592
    728
      <div class="item">
    593
    729
      <span class='object_link'><a href="Puppeteer/Frame.html#child_frames-instance_method" title="Puppeteer::Frame#child_frames (method)">#child_frames</a></span>
    594
    730
      <small>Puppeteer::Frame</small>
    @@ -596,10 +732,18 @@
    596
    732
      </li>
    597
    733
     
    598
    734
     
    735
    + <li class="odd ">
    736
    + <div class="item">
    737
    + <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    738
    + <small>Puppeteer::Mouse</small>
    739
    + </div>
    740
    + </li>
    741
    +
    742
    +
    599
    743
      <li class="even ">
    600
    744
      <div class="item">
    601
    - <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    602
    - <small>Puppeteer::Page</small>
    745
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    746
    + <small>Puppeteer::DOMWorld</small>
    603
    747
      </div>
    604
    748
      </li>
    605
    749
     
    @@ -622,24 +766,24 @@
    622
    766
     
    623
    767
      <li class="odd ">
    624
    768
      <div class="item">
    625
    - <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    626
    - <small>Puppeteer::Mouse</small>
    769
    + <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    770
    + <small>Puppeteer::Page</small>
    627
    771
      </div>
    628
    772
      </li>
    629
    773
     
    630
    774
     
    631
    775
      <li class="even ">
    632
    776
      <div class="item">
    633
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    634
    - <small>Puppeteer::DOMWorld</small>
    777
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#clickable_point-instance_method" title="Puppeteer::ElementHandle#clickable_point (method)">#clickable_point</a></span>
    778
    + <small>Puppeteer::ElementHandle</small>
    635
    779
      </div>
    636
    780
      </li>
    637
    781
     
    638
    782
     
    639
    783
      <li class="odd ">
    640
    784
      <div class="item">
    641
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#clickable_point-instance_method" title="Puppeteer::ElementHandle#clickable_point (method)">#clickable_point</a></span>
    642
    - <small>Puppeteer::ElementHandle</small>
    785
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    786
    + <small>Puppeteer::FrameManager</small>
    643
    787
      </div>
    644
    788
      </li>
    645
    789
     
    @@ -654,72 +798,72 @@
    654
    798
     
    655
    799
      <li class="odd ">
    656
    800
      <div class="item">
    657
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    658
    - <small>Puppeteer::FrameManager</small>
    801
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#clip-instance_method" title="Puppeteer::Page::ScreenshotOptions#clip (method)">#clip</a></span>
    802
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    659
    803
      </div>
    660
    804
      </li>
    661
    805
     
    662
    806
     
    663
    807
      <li class="even ">
    664
    808
      <div class="item">
    665
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#clip-instance_method" title="Puppeteer::Page::ScreenshotOptions#clip (method)">#clip</a></span>
    666
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    809
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    810
    + <small>Puppeteer::BrowserContext</small>
    667
    811
      </div>
    668
    812
      </li>
    669
    813
     
    670
    814
     
    671
    815
      <li class="odd ">
    672
    816
      <div class="item">
    673
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    674
    - <small>Puppeteer::WebSocket</small>
    817
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    818
    + <small>Puppeteer::BrowserRunner</small>
    675
    819
      </div>
    676
    820
      </li>
    677
    821
     
    678
    822
     
    679
    823
      <li class="even ">
    680
    824
      <div class="item">
    681
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    682
    - <small>Puppeteer::BrowserRunner</small>
    825
    + <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    826
    + <small>Puppeteer::Page</small>
    683
    827
      </div>
    684
    828
      </li>
    685
    829
     
    686
    830
     
    687
    831
      <li class="odd ">
    688
    832
      <div class="item">
    689
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    690
    - <small>Puppeteer::BrowserContext</small>
    833
    + <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    834
    + <small>Puppeteer::Browser</small>
    691
    835
      </div>
    692
    836
      </li>
    693
    837
     
    694
    838
     
    695
    839
      <li class="even ">
    696
    840
      <div class="item">
    697
    - <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    698
    - <small>Puppeteer::Browser</small>
    841
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    842
    + <small>Puppeteer::WebSocketTransport</small>
    699
    843
      </div>
    700
    844
      </li>
    701
    845
     
    702
    846
     
    703
    847
      <li class="odd ">
    704
    848
      <div class="item">
    705
    - <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    706
    - <small>Puppeteer::Page</small>
    849
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    850
    + <small>Puppeteer::WebSocket</small>
    707
    851
      </div>
    708
    852
      </li>
    709
    853
     
    710
    854
     
    711
    855
      <li class="even ">
    712
    856
      <div class="item">
    713
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    714
    - <small>Puppeteer::WebSocketTransport</small>
    857
    + <span class='object_link'><a href="Puppeteer/Page.html#closed%3F-instance_method" title="Puppeteer::Page#closed? (method)">#closed?</a></span>
    858
    + <small>Puppeteer::Page</small>
    715
    859
      </div>
    716
    860
      </li>
    717
    861
     
    718
    862
     
    719
    863
      <li class="odd ">
    720
    864
      <div class="item">
    721
    - <span class='object_link'><a href="Puppeteer/Page.html#closed%3F-instance_method" title="Puppeteer::Page#closed? (method)">#closed?</a></span>
    722
    - <small>Puppeteer::Page</small>
    865
    + <span class='object_link'><a href="Puppeteer/Target.html#closed_callback-instance_method" title="Puppeteer::Target#closed_callback (method)">#closed_callback</a></span>
    866
    + <small>Puppeteer::Target</small>
    723
    867
      </div>
    724
    868
      </li>
    725
    869
     
    @@ -886,16 +1030,16 @@
    886
    1030
     
    887
    1031
      <li class="even ">
    888
    1032
      <div class="item">
    889
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    890
    - <small>Puppeteer::WebSocketTransport</small>
    1033
    + <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    1034
    + <small>Puppeteer::Page</small>
    891
    1035
      </div>
    892
    1036
      </li>
    893
    1037
     
    894
    1038
     
    895
    1039
      <li class="odd ">
    896
    1040
      <div class="item">
    897
    - <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    898
    - <small>Puppeteer::Browser</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>
    899
    1043
      </div>
    900
    1044
      </li>
    901
    1045
     
    @@ -910,8 +1054,8 @@
    910
    1054
     
    911
    1055
      <li class="odd ">
    912
    1056
      <div class="item">
    913
    - <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    914
    - <small>Puppeteer::Page</small>
    1057
    + <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    1058
    + <small>Puppeteer::Browser</small>
    915
    1059
      </div>
    916
    1060
      </li>
    917
    1061
     
    @@ -1038,24 +1182,24 @@
    1038
    1182
     
    1039
    1183
      <li class="odd ">
    1040
    1184
      <div class="item">
    1041
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#detach-instance_method" title="Puppeteer::DOMWorld#detach (method)">#detach</a></span>
    1042
    - <small>Puppeteer::DOMWorld</small>
    1185
    + <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1186
    + <small>Puppeteer::Frame</small>
    1043
    1187
      </div>
    1044
    1188
      </li>
    1045
    1189
     
    1046
    1190
     
    1047
    1191
      <li class="even ">
    1048
    1192
      <div class="item">
    1049
    - <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1050
    - <small>Puppeteer::Frame</small>
    1193
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1194
    + <small>Puppeteer::CDPSession</small>
    1051
    1195
      </div>
    1052
    1196
      </li>
    1053
    1197
     
    1054
    1198
     
    1055
    1199
      <li class="odd ">
    1056
    1200
      <div class="item">
    1057
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1058
    - <small>Puppeteer::CDPSession</small>
    1201
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#detach-instance_method" title="Puppeteer::DOMWorld#detach (method)">#detach</a></span>
    1202
    + <small>Puppeteer::DOMWorld</small>
    1059
    1203
      </div>
    1060
    1204
      </li>
    1061
    1205
     
    @@ -1102,16 +1246,16 @@
    1102
    1246
     
    1103
    1247
      <li class="odd ">
    1104
    1248
      <div class="item">
    1105
    - <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1106
    - <small>Puppeteer::Connection</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>
    1107
    1251
      </div>
    1108
    1252
      </li>
    1109
    1253
     
    1110
    1254
     
    1111
    1255
      <li class="even ">
    1112
    1256
      <div class="item">
    1113
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1114
    - <small>Puppeteer::LifecycleWatcher</small>
    1257
    + <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1258
    + <small>Puppeteer::Connection</small>
    1115
    1259
      </div>
    1116
    1260
      </li>
    1117
    1261
     
    @@ -1126,8 +1270,8 @@
    1126
    1270
     
    1127
    1271
      <li class="even ">
    1128
    1272
      <div class="item">
    1129
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1130
    - <small>Puppeteer::JSHandle</small>
    1273
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1274
    + <small>Puppeteer::LifecycleWatcher</small>
    1131
    1275
      </div>
    1132
    1276
      </li>
    1133
    1277
     
    @@ -1254,8 +1398,8 @@
    1254
    1398
     
    1255
    1399
      <li class="even ">
    1256
    1400
      <div class="item">
    1257
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1258
    - <small>Puppeteer::DOMWorld</small>
    1401
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
    1402
    + <small>Puppeteer::JSHandle</small>
    1259
    1403
      </div>
    1260
    1404
      </li>
    1261
    1405
     
    @@ -1278,16 +1422,16 @@
    1278
    1422
     
    1279
    1423
      <li class="odd ">
    1280
    1424
      <div class="item">
    1281
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
    1282
    - <small>Puppeteer::JSHandle</small>
    1425
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1426
    + <small>Puppeteer::DOMWorld</small>
    1283
    1427
      </div>
    1284
    1428
      </li>
    1285
    1429
     
    1286
    1430
     
    1287
    1431
      <li class="even ">
    1288
    1432
      <div class="item">
    1289
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
    1290
    - <small>Puppeteer::DOMWorld</small>
    1433
    + <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1434
    + <small>Puppeteer::Frame</small>
    1291
    1435
      </div>
    1292
    1436
      </li>
    1293
    1437
     
    @@ -1302,8 +1446,8 @@
    1302
    1446
     
    1303
    1447
      <li class="even ">
    1304
    1448
      <div class="item">
    1305
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1306
    - <small>Puppeteer::Frame</small>
    1449
    + <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
    1450
    + <small>Puppeteer::Page</small>
    1307
    1451
      </div>
    1308
    1452
      </li>
    1309
    1453
     
    @@ -1318,8 +1462,8 @@
    1318
    1462
     
    1319
    1463
      <li class="even ">
    1320
    1464
      <div class="item">
    1321
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
    1322
    - <small>Puppeteer::Page</small>
    1465
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
    1466
    + <small>Puppeteer::DOMWorld</small>
    1323
    1467
      </div>
    1324
    1468
      </li>
    1325
    1469
     
    @@ -1334,16 +1478,16 @@
    1334
    1478
     
    1335
    1479
      <li class="even ">
    1336
    1480
      <div class="item">
    1337
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#evaluate_with (method)">#evaluate_with</a></span>
    1338
    - <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    1481
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#evaluate_with (method)">#evaluate_with</a></span>
    1482
    + <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    1339
    1483
      </div>
    1340
    1484
      </li>
    1341
    1485
     
    1342
    1486
     
    1343
    1487
      <li class="odd ">
    1344
    1488
      <div class="item">
    1345
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#evaluate_with (method)">#evaluate_with</a></span>
    1346
    - <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    1489
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#evaluate_with (method)">#evaluate_with</a></span>
    1490
    + <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    1347
    1491
      </div>
    1348
    1492
      </li>
    1349
    1493
     
    @@ -1374,24 +1518,24 @@
    1374
    1518
     
    1375
    1519
      <li class="odd ">
    1376
    1520
      <div class="item">
    1377
    - <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1378
    - <small>Puppeteer::Frame</small>
    1521
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1522
    + <small>Puppeteer::DOMWorld</small>
    1379
    1523
      </div>
    1380
    1524
      </li>
    1381
    1525
     
    1382
    1526
     
    1383
    1527
      <li class="even ">
    1384
    1528
      <div class="item">
    1385
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
    1386
    - <small>Puppeteer::JSHandle</small>
    1529
    + <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1530
    + <small>Puppeteer::Frame</small>
    1387
    1531
      </div>
    1388
    1532
      </li>
    1389
    1533
     
    1390
    1534
     
    1391
    1535
      <li class="odd ">
    1392
    1536
      <div class="item">
    1393
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1394
    - <small>Puppeteer::DOMWorld</small>
    1537
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
    1538
    + <small>Puppeteer::JSHandle</small>
    1395
    1539
      </div>
    1396
    1540
      </li>
    1397
    1541
     
    @@ -1446,24 +1590,24 @@
    1446
    1590
     
    1447
    1591
      <li class="even ">
    1448
    1592
      <div class="item">
    1449
    - <span class='object_link'><a href="Puppeteer/Frame.html#focus-instance_method" title="Puppeteer::Frame#focus (method)">#focus</a></span>
    1450
    - <small>Puppeteer::Frame</small>
    1593
    + <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1594
    + <small>Puppeteer::Page</small>
    1451
    1595
      </div>
    1452
    1596
      </li>
    1453
    1597
     
    1454
    1598
     
    1455
    1599
      <li class="odd ">
    1456
    1600
      <div class="item">
    1457
    - <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1458
    - <small>Puppeteer::Page</small>
    1601
    + <span class='object_link'><a href="Puppeteer/Frame.html#focus-instance_method" title="Puppeteer::Frame#focus (method)">#focus</a></span>
    1602
    + <small>Puppeteer::Frame</small>
    1459
    1603
      </div>
    1460
    1604
      </li>
    1461
    1605
     
    1462
    1606
     
    1463
    1607
      <li class="even ">
    1464
    1608
      <div class="item">
    1465
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
    1466
    - <small>Puppeteer::DOMWorld</small>
    1609
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1610
    + <small>Puppeteer::FrameManager</small>
    1467
    1611
      </div>
    1468
    1612
      </li>
    1469
    1613
     
    @@ -1477,9 +1621,9 @@
    1477
    1621
     
    1478
    1622
     
    1479
    1623
      <li class="even ">
    1480
    - <div class="item">
    1481
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1482
    - <small>Puppeteer::FrameManager</small>
    1624
    + <div class="item">
    1625
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
    1626
    + <small>Puppeteer::DOMWorld</small>
    1483
    1627
      </div>
    1484
    1628
      </li>
    1485
    1629
     
    @@ -1598,15 +1742,15 @@
    1598
    1742
     
    1599
    1743
      <li class="odd ">
    1600
    1744
      <div class="item">
    1601
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
    1602
    - <small>Puppeteer::Target</small>
    1745
    + <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>
    1746
    + <small>Puppeteer::FrameManager</small>
    1603
    1747
      </div>
    1604
    1748
      </li>
    1605
    1749
     
    1606
    1750
     
    1607
    1751
      <li class="even ">
    1608
    1752
      <div class="item">
    1609
    - <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>
    1753
    + <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>
    1610
    1754
      <small>Puppeteer::FrameManager</small>
    1611
    1755
      </div>
    1612
    1756
      </li>
    @@ -1614,7 +1758,7 @@
    1614
    1758
     
    1615
    1759
      <li class="odd ">
    1616
    1760
      <div class="item">
    1617
    - <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>
    1761
    + <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>
    1618
    1762
      <small>Puppeteer::FrameManager</small>
    1619
    1763
      </div>
    1620
    1764
      </li>
    @@ -1622,8 +1766,8 @@
    1622
    1766
     
    1623
    1767
      <li class="even ">
    1624
    1768
      <div class="item">
    1625
    - <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>
    1626
    - <small>Puppeteer::FrameManager</small>
    1769
    + <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>
    1770
    + <small>Puppeteer::Page</small>
    1627
    1771
      </div>
    1628
    1772
      </li>
    1629
    1773
     
    @@ -1686,8 +1830,8 @@
    1686
    1830
     
    1687
    1831
      <li class="even ">
    1688
    1832
      <div class="item">
    1689
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_initialized-instance_method" title="Puppeteer::Target#handle_initialized (method)">#handle_initialized</a></span>
    1690
    - <small>Puppeteer::Target</small>
    1833
    + <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>
    1834
    + <small>Puppeteer::FrameManager</small>
    1691
    1835
      </div>
    1692
    1836
      </li>
    1693
    1837
     
    @@ -1702,16 +1846,16 @@
    1702
    1846
     
    1703
    1847
      <li class="even ">
    1704
    1848
      <div class="item">
    1705
    - <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>
    1706
    - <small>Puppeteer::FrameManager</small>
    1849
    + <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>
    1850
    + <small>Puppeteer::Frame</small>
    1707
    1851
      </div>
    1708
    1852
      </li>
    1709
    1853
     
    1710
    1854
     
    1711
    1855
      <li class="odd ">
    1712
    1856
      <div class="item">
    1713
    - <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>
    1714
    - <small>Puppeteer::Frame</small>
    1857
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1858
    + <small>Puppeteer::CDPSession</small>
    1715
    1859
      </div>
    1716
    1860
      </li>
    1717
    1861
     
    @@ -1725,14 +1869,6 @@
    1725
    1869
     
    1726
    1870
     
    1727
    1871
      <li class="odd ">
    1728
    - <div class="item">
    1729
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1730
    - <small>Puppeteer::CDPSession</small>
    1731
    - </div>
    1732
    - </li>
    1733
    -
    1734
    -
    1735
    - <li class="even ">
    1736
    1872
      <div class="item">
    1737
    1873
      <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>
    1738
    1874
      <small>Puppeteer::Connection::RequestDebugPrinter</small>
    @@ -1740,7 +1876,7 @@
    1740
    1876
      </li>
    1741
    1877
     
    1742
    1878
     
    1743
    - <li class="odd ">
    1879
    + <li class="even ">
    1744
    1880
      <div class="item">
    1745
    1881
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_request-instance_method" title="Puppeteer::LifecycleWatcher#handle_request (method)">#handle_request</a></span>
    1746
    1882
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -1748,7 +1884,7 @@
    1748
    1884
      </li>
    1749
    1885
     
    1750
    1886
     
    1751
    - <li class="even ">
    1887
    + <li class="odd ">
    1752
    1888
      <div class="item">
    1753
    1889
      <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>
    1754
    1890
      <small>Puppeteer::Browser</small>
    @@ -1756,7 +1892,7 @@
    1756
    1892
      </li>
    1757
    1893
     
    1758
    1894
     
    1759
    - <li class="odd ">
    1895
    + <li class="even ">
    1760
    1896
      <div class="item">
    1761
    1897
      <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>
    1762
    1898
      <small>Puppeteer::Browser</small>
    @@ -1764,7 +1900,7 @@
    1764
    1900
      </li>
    1765
    1901
     
    1766
    1902
     
    1767
    - <li class="even ">
    1903
    + <li class="odd ">
    1768
    1904
      <div class="item">
    1769
    1905
      <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>
    1770
    1906
      <small>Puppeteer::Browser</small>
    @@ -1772,7 +1908,7 @@
    1772
    1908
      </li>
    1773
    1909
     
    1774
    1910
     
    1775
    - <li class="odd ">
    1911
    + <li class="even ">
    1776
    1912
      <div class="item">
    1777
    1913
      <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>
    1778
    1914
      <small>Puppeteer::Target</small>
    @@ -1780,7 +1916,7 @@
    1780
    1916
      </li>
    1781
    1917
     
    1782
    1918
     
    1783
    - <li class="even ">
    1919
    + <li class="odd ">
    1784
    1920
      <div class="item">
    1785
    1921
      <span class='object_link'><a href="Puppeteer/DOMWorld.html#has_context%3F-instance_method" title="Puppeteer::DOMWorld#has_context? (method)">#has_context?</a></span>
    1786
    1922
      <small>Puppeteer::DOMWorld</small>
    @@ -1788,7 +1924,7 @@
    1788
    1924
      </li>
    1789
    1925
     
    1790
    1926
     
    1791
    - <li class="odd ">
    1927
    + <li class="even ">
    1792
    1928
      <div class="item">
    1793
    1929
      <span class='object_link'><a href="Puppeteer/Viewport.html#has_touch%3F-instance_method" title="Puppeteer::Viewport#has_touch? (method)">#has_touch?</a></span>
    1794
    1930
      <small>Puppeteer::Viewport</small>
    @@ -1796,7 +1932,7 @@
    1796
    1932
      </li>
    1797
    1933
     
    1798
    1934
     
    1799
    - <li class="even ">
    1935
    + <li class="odd ">
    1800
    1936
      <div class="item">
    1801
    1937
      <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
    1802
    1938
      <small>Puppeteer::Launcher::ChromeArgOptions</small>
    @@ -1804,18 +1940,26 @@
    1804
    1940
      </li>
    1805
    1941
     
    1806
    1942
     
    1943
    + <li class="even ">
    1944
    + <div class="item">
    1945
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#height-instance_method" title="Puppeteer::ElementHandle::BoundingBox#height (method)">#height</a></span>
    1946
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    1947
    + </div>
    1948
    + </li>
    1949
    +
    1950
    +
    1807
    1951
      <li class="odd ">
    1808
    1952
      <div class="item">
    1809
    - <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
    1810
    - <small>Puppeteer::Viewport</small>
    1953
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#height-instance_method" title="Puppeteer::ElementHandle::BoxModel#height (method)">#height</a></span>
    1954
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    1811
    1955
      </div>
    1812
    1956
      </li>
    1813
    1957
     
    1814
    1958
     
    1815
    1959
      <li class="even ">
    1816
    1960
      <div class="item">
    1817
    - <span class='object_link'><a href="Puppeteer/Page.html#hover-instance_method" title="Puppeteer::Page#hover (method)">#hover</a></span>
    1818
    - <small>Puppeteer::Page</small>
    1961
    + <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
    1962
    + <small>Puppeteer::Viewport</small>
    1819
    1963
      </div>
    1820
    1964
      </li>
    1821
    1965
     
    @@ -1829,6 +1973,14 @@
    1829
    1973
     
    1830
    1974
     
    1831
    1975
      <li class="even ">
    1976
    + <div class="item">
    1977
    + <span class='object_link'><a href="Puppeteer/Page.html#hover-instance_method" title="Puppeteer::Page#hover (method)">#hover</a></span>
    1978
    + <small>Puppeteer::Page</small>
    1979
    + </div>
    1980
    + </li>
    1981
    +
    1982
    +
    1983
    + <li class="odd ">
    1832
    1984
      <div class="item">
    1833
    1985
      <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
    1834
    1986
      <small>Puppeteer::Frame</small>
    @@ -1836,7 +1988,7 @@
    1836
    1988
      </li>
    1837
    1989
     
    1838
    1990
     
    1839
    - <li class="odd ">
    1991
    + <li class="even ">
    1840
    1992
      <div class="item">
    1841
    1993
      <span class='object_link'><a href="Puppeteer/IfPresent.html#if_present-instance_method" title="Puppeteer::IfPresent#if_present (method)">#if_present</a></span>
    1842
    1994
      <small>Puppeteer::IfPresent</small>
    @@ -1844,7 +1996,7 @@
    1844
    1996
      </li>
    1845
    1997
     
    1846
    1998
     
    1847
    - <li class="even ">
    1999
    + <li class="odd ">
    1848
    2000
      <div class="item">
    1849
    2001
      <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>
    1850
    2002
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -1852,7 +2004,7 @@
    1852
    2004
      </li>
    1853
    2005
     
    1854
    2006
     
    1855
    - <li class="odd ">
    2007
    + <li class="even ">
    1856
    2008
      <div class="item">
    1857
    2009
      <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>
    1858
    2010
      <small>Puppeteer::Launcher::BrowserOptions</small>
    @@ -1860,6 +2012,14 @@
    1860
    2012
      </li>
    1861
    2013
     
    1862
    2014
     
    2015
    + <li class="odd ">
    2016
    + <div class="item">
    2017
    + <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>
    2018
    + <small>Puppeteer::Target</small>
    2019
    + </div>
    2020
    + </li>
    2021
    +
    2022
    +
    1863
    2023
      <li class="even ">
    1864
    2024
      <div class="item">
    1865
    2025
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#incognito%3F-instance_method" title="Puppeteer::BrowserContext#incognito? (method)">#incognito?</a></span>
    @@ -1869,6 +2029,14 @@
    1869
    2029
     
    1870
    2030
     
    1871
    2031
      <li class="odd ">
    2032
    + <div class="item">
    2033
    + <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
    2034
    + <small>Puppeteer::Page</small>
    2035
    + </div>
    2036
    + </li>
    2037
    +
    2038
    +
    2039
    + <li class="even ">
    1872
    2040
      <div class="item">
    1873
    2041
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#init-instance_method" title="Puppeteer::NetworkManager#init (method)">#init</a></span>
    1874
    2042
      <small>Puppeteer::NetworkManager</small>
    @@ -1876,34 +2044,74 @@
    1876
    2044
      </li>
    1877
    2045
     
    1878
    2046
     
    2047
    + <li class="odd ">
    2048
    + <div class="item">
    2049
    + <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2050
    + <small>Puppeteer::Launcher::Base</small>
    2051
    + </div>
    2052
    + </li>
    2053
    +
    2054
    +
    1879
    2055
      <li class="even ">
    1880
    2056
      <div class="item">
    1881
    - <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
    2057
    + <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    2058
    + <small>Puppeteer</small>
    2059
    + </div>
    2060
    + </li>
    2061
    +
    2062
    +
    2063
    + <li class="odd ">
    2064
    + <div class="item">
    2065
    + <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    1882
    2066
      <small>Puppeteer::Page</small>
    1883
    2067
      </div>
    1884
    2068
      </li>
    1885
    2069
     
    1886
    2070
     
    2071
    + <li class="even ">
    2072
    + <div class="item">
    2073
    + <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
    2074
    + <small>Puppeteer::Page::FileChooserTimeoutError</small>
    2075
    + </div>
    2076
    + </li>
    2077
    +
    2078
    +
    1887
    2079
      <li class="odd ">
    1888
    2080
      <div class="item">
    1889
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    1890
    - <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    2081
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2082
    + <small>Puppeteer::Page::ScriptTag</small>
    1891
    2083
      </div>
    1892
    2084
      </li>
    1893
    2085
     
    1894
    2086
     
    1895
    2087
      <li class="even ">
    1896
    2088
      <div class="item">
    1897
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    1898
    - <small>Puppeteer::BrowserContext</small>
    2089
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2090
    + <small>Puppeteer::Page::StyleTag</small>
    1899
    2091
      </div>
    1900
    2092
      </li>
    1901
    2093
     
    1902
    2094
     
    1903
    2095
      <li class="odd ">
    1904
    2096
      <div class="item">
    1905
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    1906
    - <small>Puppeteer::WebSocket</small>
    2097
    + <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2098
    + <small>Puppeteer::Frame</small>
    2099
    + </div>
    2100
    + </li>
    2101
    +
    2102
    +
    2103
    + <li class="even ">
    2104
    + <div class="item">
    2105
    + <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    2106
    + <small>Puppeteer::Mouse</small>
    2107
    + </div>
    2108
    + </li>
    2109
    +
    2110
    +
    2111
    + <li class="odd ">
    2112
    + <div class="item">
    2113
    + <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2114
    + <small>Puppeteer::Device</small>
    1907
    2115
      </div>
    1908
    2116
      </li>
    1909
    2117
     
    @@ -1918,192 +2126,192 @@
    1918
    2126
     
    1919
    2127
      <li class="odd ">
    1920
    2128
      <div class="item">
    1921
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    1922
    - <small>Puppeteer::LifecycleWatcher</small>
    2129
    + <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2130
    + <small>Puppeteer::Target</small>
    1923
    2131
      </div>
    1924
    2132
      </li>
    1925
    2133
     
    1926
    2134
     
    1927
    2135
      <li class="even ">
    1928
    2136
      <div class="item">
    1929
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    1930
    - <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2137
    + <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2138
    + <small>Puppeteer::Browser</small>
    1931
    2139
      </div>
    1932
    2140
      </li>
    1933
    2141
     
    1934
    2142
     
    1935
    2143
      <li class="odd ">
    1936
    2144
      <div class="item">
    1937
    - <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    1938
    - <small>Puppeteer::Device</small>
    2145
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2146
    + <small>Puppeteer::Keyboard</small>
    1939
    2147
      </div>
    1940
    2148
      </li>
    1941
    2149
     
    1942
    2150
     
    1943
    2151
      <li class="even ">
    1944
    2152
      <div class="item">
    1945
    - <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    1946
    - <small>Puppeteer::EventCallbackable::EventListeners</small>
    2153
    + <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2154
    + <small>Puppeteer::Viewport</small>
    1947
    2155
      </div>
    1948
    2156
      </li>
    1949
    2157
     
    1950
    2158
     
    1951
    2159
      <li class="odd ">
    1952
    2160
      <div class="item">
    1953
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    1954
    - <small>Puppeteer::CDPSession</small>
    2161
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2162
    + <small>Puppeteer::DOMWorld</small>
    1955
    2163
      </div>
    1956
    2164
      </li>
    1957
    2165
     
    1958
    2166
     
    1959
    2167
      <li class="even ">
    1960
    2168
      <div class="item">
    1961
    - <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    1962
    - <small>Puppeteer::Mouse</small>
    2169
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
    2170
    + <small>Puppeteer::JSHandle</small>
    1963
    2171
      </div>
    1964
    2172
      </li>
    1965
    2173
     
    1966
    2174
     
    1967
    2175
      <li class="odd ">
    1968
    2176
      <div class="item">
    1969
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    1970
    - <small>Puppeteer::WebSocketTransport</small>
    2177
    + <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
    2178
    + <small>Puppeteer::WaitTask::TimeoutError</small>
    1971
    2179
      </div>
    1972
    2180
      </li>
    1973
    2181
     
    1974
    2182
     
    1975
    2183
      <li class="even ">
    1976
    2184
      <div class="item">
    1977
    - <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    1978
    - <small>Puppeteer::ElementHandle::Point</small>
    2185
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
    2186
    + <small>Puppeteer::WaitTask</small>
    1979
    2187
      </div>
    1980
    2188
      </li>
    1981
    2189
     
    1982
    2190
     
    1983
    2191
      <li class="odd ">
    1984
    2192
      <div class="item">
    1985
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    1986
    - <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2193
    + <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2194
    + <small>Puppeteer::Connection::ProtocolError</small>
    1987
    2195
      </div>
    1988
    2196
      </li>
    1989
    2197
     
    1990
    2198
     
    1991
    2199
      <li class="even ">
    1992
    2200
      <div class="item">
    1993
    - <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    1994
    - <small>Puppeteer::Viewport</small>
    2201
    + <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2202
    + <small>Puppeteer::Connection::MessageCallback</small>
    1995
    2203
      </div>
    1996
    2204
      </li>
    1997
    2205
     
    1998
    2206
     
    1999
    2207
      <li class="odd ">
    2000
    2208
      <div class="item">
    2001
    - <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
    2002
    - <small>Puppeteer::NetworkManager::Credentials</small>
    2209
    + <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    2210
    + <small>Puppeteer::Connection</small>
    2003
    2211
      </div>
    2004
    2212
      </li>
    2005
    2213
     
    2006
    2214
     
    2007
    2215
      <li class="even ">
    2008
    2216
      <div class="item">
    2009
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
    2010
    - <small>Puppeteer::JSHandle</small>
    2217
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2218
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    2011
    2219
      </div>
    2012
    2220
      </li>
    2013
    2221
     
    2014
    2222
     
    2015
    2223
      <li class="odd ">
    2016
    2224
      <div class="item">
    2017
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2018
    - <small>Puppeteer::NetworkManager</small>
    2225
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    2226
    + <small>Puppeteer::WebSocket</small>
    2019
    2227
      </div>
    2020
    2228
      </li>
    2021
    2229
     
    2022
    2230
     
    2023
    2231
      <li class="even ">
    2024
    2232
      <div class="item">
    2025
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2026
    - <small>Puppeteer::Keyboard</small>
    2233
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2234
    + <small>Puppeteer::CDPSession</small>
    2027
    2235
      </div>
    2028
    2236
      </li>
    2029
    2237
     
    2030
    2238
     
    2031
    2239
      <li class="odd ">
    2032
    2240
      <div class="item">
    2033
    - <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2034
    - <small>Puppeteer::EmulationManager</small>
    2241
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
    2242
    + <small>Puppeteer::FileChooser</small>
    2035
    2243
      </div>
    2036
    2244
      </li>
    2037
    2245
     
    2038
    2246
     
    2039
    2247
      <li class="even ">
    2040
    2248
      <div class="item">
    2041
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    2042
    - <small>Puppeteer::ExecutionContext</small>
    2249
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2250
    + <small>Puppeteer::TouchScreen</small>
    2043
    2251
      </div>
    2044
    2252
      </li>
    2045
    2253
     
    2046
    2254
     
    2047
    2255
      <li class="odd ">
    2048
    2256
      <div class="item">
    2049
    - <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2050
    - <small>Puppeteer::Browser</small>
    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>
    2051
    2259
      </div>
    2052
    2260
      </li>
    2053
    2261
     
    2054
    2262
     
    2055
    2263
      <li class="even ">
    2056
    2264
      <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>
    2265
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2266
    + <small>Puppeteer::RemoteObject</small>
    2059
    2267
      </div>
    2060
    2268
      </li>
    2061
    2269
     
    2062
    2270
     
    2063
    2271
      <li class="odd ">
    2064
    2272
      <div class="item">
    2065
    - <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2066
    - <small>Puppeteer::Connection::ProtocolError</small>
    2273
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2274
    + <small>Puppeteer::BrowserRunner</small>
    2067
    2275
      </div>
    2068
    2276
      </li>
    2069
    2277
     
    2070
    2278
     
    2071
    2279
      <li class="even ">
    2072
    2280
      <div class="item">
    2073
    - <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2074
    - <small>Puppeteer::Connection::MessageCallback</small>
    2281
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2282
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2075
    2283
      </div>
    2076
    2284
      </li>
    2077
    2285
     
    2078
    2286
     
    2079
    2287
      <li class="odd ">
    2080
    2288
      <div class="item">
    2081
    - <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    2082
    - <small>Puppeteer::Connection</small>
    2289
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    2290
    + <small>Puppeteer::ElementHandle</small>
    2083
    2291
      </div>
    2084
    2292
      </li>
    2085
    2293
     
    2086
    2294
     
    2087
    2295
      <li class="even ">
    2088
    2296
      <div class="item">
    2089
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2090
    - <small>Puppeteer::ConsoleMessage</small>
    2297
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2298
    + <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2091
    2299
      </div>
    2092
    2300
      </li>
    2093
    2301
     
    2094
    2302
     
    2095
    2303
      <li class="odd ">
    2096
    2304
      <div class="item">
    2097
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2098
    - <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2305
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2306
    + <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2099
    2307
      </div>
    2100
    2308
      </li>
    2101
    2309
     
    2102
    2310
     
    2103
    2311
      <li class="even ">
    2104
    2312
      <div class="item">
    2105
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2106
    - <small>Puppeteer::ConsoleMessage::Location</small>
    2313
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2314
    + <small>Puppeteer::BrowserContext</small>
    2107
    2315
      </div>
    2108
    2316
      </li>
    2109
    2317
     
    @@ -2118,199 +2326,199 @@
    2118
    2326
     
    2119
    2327
      <li class="even ">
    2120
    2328
      <div class="item">
    2121
    - <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2122
    - <small>Puppeteer::Target</small>
    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>
    2123
    2331
      </div>
    2124
    2332
      </li>
    2125
    2333
     
    2126
    2334
     
    2127
    2335
      <li class="odd ">
    2128
    2336
      <div class="item">
    2129
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2130
    - <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2337
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2338
    + <small>Puppeteer::ConsoleMessage</small>
    2131
    2339
      </div>
    2132
    2340
      </li>
    2133
    2341
     
    2134
    2342
     
    2135
    2343
      <li class="even ">
    2136
    2344
      <div class="item">
    2137
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2138
    - <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2345
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2346
    + <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2139
    2347
      </div>
    2140
    2348
      </li>
    2141
    2349
     
    2142
    2350
     
    2143
    2351
      <li class="odd ">
    2144
    2352
      <div class="item">
    2145
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2146
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    2353
    + <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
    2354
    + <small>Puppeteer::NetworkManager::Credentials</small>
    2147
    2355
      </div>
    2148
    2356
      </li>
    2149
    2357
     
    2150
    2358
     
    2151
    2359
      <li class="even ">
    2152
    2360
      <div class="item">
    2153
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2154
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    2361
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2362
    + <small>Puppeteer::NetworkManager</small>
    2155
    2363
      </div>
    2156
    2364
      </li>
    2157
    2365
     
    2158
    2366
     
    2159
    2367
      <li class="odd ">
    2160
    - <div class="item">
    2161
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2162
    - <small>Puppeteer::TouchScreen</small>
    2368
    + <div class="item">
    2369
    + <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2370
    + <small>Puppeteer::EmulationManager</small>
    2163
    2371
      </div>
    2164
    2372
      </li>
    2165
    2373
     
    2166
    2374
     
    2167
    2375
      <li class="even ">
    2168
    2376
      <div class="item">
    2169
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2170
    - <small>Puppeteer::FrameManager</small>
    2377
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    2378
    + <small>Puppeteer::ExecutionContext</small>
    2171
    2379
      </div>
    2172
    2380
      </li>
    2173
    2381
     
    2174
    2382
     
    2175
    2383
      <li class="odd ">
    2176
    2384
      <div class="item">
    2177
    - <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2178
    - <small>Puppeteer::Frame</small>
    2385
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2386
    + <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2179
    2387
      </div>
    2180
    2388
      </li>
    2181
    2389
     
    2182
    2390
     
    2183
    2391
      <li class="even ">
    2184
    2392
      <div class="item">
    2185
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2186
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    2393
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2394
    + <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2187
    2395
      </div>
    2188
    2396
      </li>
    2189
    2397
     
    2190
    2398
     
    2191
    2399
      <li class="odd ">
    2192
    2400
      <div class="item">
    2193
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2194
    - <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2401
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2402
    + <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2195
    2403
      </div>
    2196
    2404
      </li>
    2197
    2405
     
    2198
    2406
     
    2199
    2407
      <li class="even ">
    2200
    2408
      <div class="item">
    2201
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2202
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2409
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    2410
    + <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    2203
    2411
      </div>
    2204
    2412
      </li>
    2205
    2413
     
    2206
    2414
     
    2207
    2415
      <li class="odd ">
    2208
    2416
      <div class="item">
    2209
    - <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2210
    - <small>Puppeteer::Launcher::BrowserOptions</small>
    2417
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2418
    + <small>Puppeteer::LifecycleWatcher</small>
    2211
    2419
      </div>
    2212
    2420
      </li>
    2213
    2421
     
    2214
    2422
     
    2215
    2423
      <li class="even ">
    2216
    2424
      <div class="item">
    2217
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2218
    - <small>Puppeteer::Page::StyleTag</small>
    2425
    + <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    2426
    + <small>Puppeteer::EventCallbackable::EventListeners</small>
    2219
    2427
      </div>
    2220
    2428
      </li>
    2221
    2429
     
    2222
    2430
     
    2223
    2431
      <li class="odd ">
    2224
    2432
      <div class="item">
    2225
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2226
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2433
    + <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2434
    + <small>Puppeteer::ElementHandle::Point</small>
    2227
    2435
      </div>
    2228
    2436
      </li>
    2229
    2437
     
    2230
    2438
     
    2231
    2439
      <li class="even ">
    2232
    2440
      <div class="item">
    2233
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2234
    - <small>Puppeteer::Page::ScriptTag</small>
    2441
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2442
    + <small>Puppeteer::WebSocketTransport</small>
    2235
    2443
      </div>
    2236
    2444
      </li>
    2237
    2445
     
    2238
    2446
     
    2239
    2447
      <li class="odd ">
    2240
    2448
      <div class="item">
    2241
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2242
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2449
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2450
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    2243
    2451
      </div>
    2244
    2452
      </li>
    2245
    2453
     
    2246
    2454
     
    2247
    2455
      <li class="even ">
    2248
    2456
      <div class="item">
    2249
    - <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2250
    - <small>Puppeteer::Launcher::Base</small>
    2457
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2458
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    2251
    2459
      </div>
    2252
    2460
      </li>
    2253
    2461
     
    2254
    2462
     
    2255
    2463
      <li class="odd ">
    2256
    2464
      <div class="item">
    2257
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2258
    - <small>Puppeteer::RemoteObject</small>
    2465
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoxModel#initialize (method)">#initialize</a></span>
    2466
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    2259
    2467
      </div>
    2260
    2468
      </li>
    2261
    2469
     
    2262
    2470
     
    2263
    2471
      <li class="even ">
    2264
    2472
      <div class="item">
    2265
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2266
    - <small>Puppeteer::DOMWorld</small>
    2473
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2474
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2267
    2475
      </div>
    2268
    2476
      </li>
    2269
    2477
     
    2270
    2478
     
    2271
    2479
      <li class="odd ">
    2272
    2480
      <div class="item">
    2273
    - <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2274
    - <small>Puppeteer::Page</small>
    2481
    + <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2482
    + <small>Puppeteer::Launcher::BrowserOptions</small>
    2275
    2483
      </div>
    2276
    2484
      </li>
    2277
    2485
     
    2278
    2486
     
    2279
    2487
      <li class="even ">
    2280
    2488
      <div class="item">
    2281
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    2282
    - <small>Puppeteer::ElementHandle</small>
    2489
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoundingBox#initialize (method)">#initialize</a></span>
    2490
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    2283
    2491
      </div>
    2284
    2492
      </li>
    2285
    2493
     
    2286
    2494
     
    2287
    2495
      <li class="odd ">
    2288
    2496
      <div class="item">
    2289
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2290
    - <small>Puppeteer::BrowserRunner</small>
    2497
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2498
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2291
    2499
      </div>
    2292
    2500
      </li>
    2293
    2501
     
    2294
    2502
     
    2295
    2503
      <li class="even ">
    2296
    2504
      <div class="item">
    2297
    - <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    2298
    - <small>Puppeteer</small>
    2505
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2506
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2299
    2507
      </div>
    2300
    2508
      </li>
    2301
    2509
     
    2302
    2510
     
    2303
    2511
      <li class="odd ">
    2304
    2512
      <div class="item">
    2305
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2306
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2513
    + <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
    2514
    + <small>Puppeteer::Target</small>
    2307
    2515
      </div>
    2308
    2516
      </li>
    2309
    2517
     
    2310
    2518
     
    2311
    2519
      <li class="even ">
    2312
    2520
      <div class="item">
    2313
    - <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
    2521
    + <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
    2314
    2522
      <small>Puppeteer::Target</small>
    2315
    2523
      </div>
    2316
    2524
      </li>
    @@ -2318,16 +2526,16 @@
    2318
    2526
     
    2319
    2527
      <li class="odd ">
    2320
    2528
      <div class="item">
    2321
    - <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
    2322
    - <small>Puppeteer::Target</small>
    2529
    + <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
    2530
    + <small>Puppeteer</small>
    2323
    2531
      </div>
    2324
    2532
      </li>
    2325
    2533
     
    2326
    2534
     
    2327
    2535
      <li class="even ">
    2328
    2536
      <div class="item">
    2329
    - <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
    2330
    - <small>Puppeteer</small>
    2537
    + <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>
    2538
    + <small>Puppeteer::Target</small>
    2331
    2539
      </div>
    2332
    2540
      </li>
    2333
    2541
     
    @@ -2350,16 +2558,16 @@
    2350
    2558
     
    2351
    2559
      <li class="odd ">
    2352
    2560
      <div class="item">
    2353
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2354
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2561
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
    2562
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2355
    2563
      </div>
    2356
    2564
      </li>
    2357
    2565
     
    2358
    2566
     
    2359
    2567
      <li class="even ">
    2360
    2568
      <div class="item">
    2361
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
    2362
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2569
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2570
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2363
    2571
      </div>
    2364
    2572
      </li>
    2365
    2573
     
    @@ -2414,16 +2622,16 @@
    2414
    2622
     
    2415
    2623
      <li class="odd ">
    2416
    2624
      <div class="item">
    2417
    - <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
    2418
    - <small>Puppeteer</small>
    2625
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
    2626
    + <small>Puppeteer::Launcher::Chrome</small>
    2419
    2627
      </div>
    2420
    2628
      </li>
    2421
    2629
     
    2422
    2630
     
    2423
    2631
      <li class="even ">
    2424
    2632
      <div class="item">
    2425
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
    2426
    - <small>Puppeteer::Launcher::Chrome</small>
    2633
    + <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
    2634
    + <small>Puppeteer</small>
    2427
    2635
      </div>
    2428
    2636
      </li>
    2429
    2637
     
    @@ -2454,24 +2662,24 @@
    2454
    2662
     
    2455
    2663
      <li class="even ">
    2456
    2664
      <div class="item">
    2457
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2458
    - <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>
    2459
    2667
      </div>
    2460
    2668
      </li>
    2461
    2669
     
    2462
    2670
     
    2463
    2671
      <li class="odd ">
    2464
    2672
      <div class="item">
    2465
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2466
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2673
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2674
    + <small>Puppeteer::ConsoleMessage</small>
    2467
    2675
      </div>
    2468
    2676
      </li>
    2469
    2677
     
    2470
    2678
     
    2471
    2679
      <li class="even ">
    2472
    2680
      <div class="item">
    2473
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2474
    - <small>Puppeteer::ConsoleMessage</small>
    2681
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2682
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2475
    2683
      </div>
    2476
    2684
      </li>
    2477
    2685
     
    @@ -2486,16 +2694,16 @@
    2486
    2694
     
    2487
    2695
      <li class="even ">
    2488
    2696
      <div class="item">
    2489
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2490
    - <small>Puppeteer::FrameManager</small>
    2697
    + <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2698
    + <small>Puppeteer::Page</small>
    2491
    2699
      </div>
    2492
    2700
      </li>
    2493
    2701
     
    2494
    2702
     
    2495
    2703
      <li class="odd ">
    2496
    2704
      <div class="item">
    2497
    - <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2498
    - <small>Puppeteer::Page</small>
    2705
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2706
    + <small>Puppeteer::FrameManager</small>
    2499
    2707
      </div>
    2500
    2708
      </li>
    2501
    2709
     
    @@ -2509,6 +2717,14 @@
    2509
    2717
     
    2510
    2718
     
    2511
    2719
      <li class="odd ">
    2720
    + <div class="item">
    2721
    + <span class='object_link'><a href="Puppeteer/Viewport.html#merge-instance_method" title="Puppeteer::Viewport#merge (method)">#merge</a></span>
    2722
    + <small>Puppeteer::Viewport</small>
    2723
    + </div>
    2724
    + </li>
    2725
    +
    2726
    +
    2727
    + <li class="even ">
    2512
    2728
      <div class="item">
    2513
    2729
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#method-instance_method" title="Puppeteer::Connection::MessageCallback#method (method)">#method</a></span>
    2514
    2730
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -2516,7 +2732,7 @@
    2516
    2732
      </li>
    2517
    2733
     
    2518
    2734
     
    2519
    - <li class="even ">
    2735
    + <li class="odd ">
    2520
    2736
      <div class="item">
    2521
    2737
      <span class='object_link'><a href="Puppeteer.html#method_missing-class_method" title="Puppeteer.method_missing (method)">method_missing</a></span>
    2522
    2738
      <small>Puppeteer</small>
    @@ -2524,7 +2740,7 @@
    2524
    2740
      </li>
    2525
    2741
     
    2526
    2742
     
    2527
    - <li class="odd ">
    2743
    + <li class="even ">
    2528
    2744
      <div class="item">
    2529
    2745
      <span class='object_link'><a href="Puppeteer/Viewport.html#mobile%3F-instance_method" title="Puppeteer::Viewport#mobile? (method)">#mobile?</a></span>
    2530
    2746
      <small>Puppeteer::Viewport</small>
    @@ -2532,7 +2748,7 @@
    2532
    2748
      </li>
    2533
    2749
     
    2534
    2750
     
    2535
    - <li class="even ">
    2751
    + <li class="odd ">
    2536
    2752
      <div class="item">
    2537
    2753
      <span class='object_link'><a href="Puppeteer/Keyboard.html#modifiers-instance_method" title="Puppeteer::Keyboard#modifiers (method)">#modifiers</a></span>
    2538
    2754
      <small>Puppeteer::Keyboard</small>
    @@ -2540,7 +2756,7 @@
    2540
    2756
      </li>
    2541
    2757
     
    2542
    2758
     
    2543
    - <li class="odd ">
    2759
    + <li class="even ">
    2544
    2760
      <div class="item">
    2545
    2761
      <span class='object_link'><a href="Puppeteer/Page.html#mouse-instance_method" title="Puppeteer::Page#mouse (method)">#mouse</a></span>
    2546
    2762
      <small>Puppeteer::Page</small>
    @@ -2548,7 +2764,7 @@
    2548
    2764
      </li>
    2549
    2765
     
    2550
    2766
     
    2551
    - <li class="even ">
    2767
    + <li class="odd ">
    2552
    2768
      <div class="item">
    2553
    2769
      <span class='object_link'><a href="Puppeteer/Mouse.html#move-instance_method" title="Puppeteer::Mouse#move (method)">#move</a></span>
    2554
    2770
      <small>Puppeteer::Mouse</small>
    @@ -2556,15 +2772,15 @@
    2556
    2772
      </li>
    2557
    2773
     
    2558
    2774
     
    2559
    - <li class="odd ">
    2775
    + <li class="even ">
    2560
    2776
      <div class="item">
    2561
    - <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2562
    - <small>Puppeteer::Frame</small>
    2777
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#multiple%3F-instance_method" title="Puppeteer::FileChooser#multiple? (method)">#multiple?</a></span>
    2778
    + <small>Puppeteer::FileChooser</small>
    2563
    2779
      </div>
    2564
    2780
      </li>
    2565
    2781
     
    2566
    2782
     
    2567
    - <li class="even ">
    2783
    + <li class="odd ">
    2568
    2784
      <div class="item">
    2569
    2785
      <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2570
    2786
      <small>Puppeteer::Device</small>
    @@ -2572,6 +2788,14 @@
    2572
    2788
      </li>
    2573
    2789
     
    2574
    2790
     
    2791
    + <li class="even ">
    2792
    + <div class="item">
    2793
    + <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2794
    + <small>Puppeteer::Frame</small>
    2795
    + </div>
    2796
    + </li>
    2797
    +
    2798
    +
    2575
    2799
      <li class="odd ">
    2576
    2800
      <div class="item">
    2577
    2801
      <span class='object_link'><a href="Puppeteer/FrameManager.html#navigate_frame-instance_method" title="Puppeteer::FrameManager#navigate_frame (method)">#navigate_frame</a></span>
    @@ -2678,16 +2902,16 @@
    2678
    2902
     
    2679
    2903
      <li class="even ">
    2680
    2904
      <div class="item">
    2681
    - <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
    2682
    - <small>Puppeteer::Target</small>
    2905
    + <span class='object_link'><a href="Puppeteer/Browser.html#on-instance_method" title="Puppeteer::Browser#on (method)">#on</a></span>
    2906
    + <small>Puppeteer::Browser</small>
    2683
    2907
      </div>
    2684
    2908
      </li>
    2685
    2909
     
    2686
    2910
     
    2687
    2911
      <li class="odd ">
    2688
    2912
      <div class="item">
    2689
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2690
    - <small>Puppeteer::WebSocketTransport</small>
    2913
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2914
    + <small>Puppeteer::Connection</small>
    2691
    2915
      </div>
    2692
    2916
      </li>
    2693
    2917
     
    @@ -2702,8 +2926,8 @@
    2702
    2926
     
    2703
    2927
      <li class="odd ">
    2704
    2928
      <div class="item">
    2705
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2706
    - <small>Puppeteer::Connection</small>
    2929
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2930
    + <small>Puppeteer::WebSocketTransport</small>
    2707
    2931
      </div>
    2708
    2932
      </li>
    2709
    2933
     
    @@ -2726,31 +2950,31 @@
    2726
    2950
     
    2727
    2951
      <li class="even ">
    2728
    2952
      <div class="item">
    2729
    - <span class='object_link'><a href="Puppeteer/Target.html#on_initialize_succeeded-instance_method" title="Puppeteer::Target#on_initialize_succeeded (method)">#on_initialize_succeeded</a></span>
    2730
    - <small>Puppeteer::Target</small>
    2953
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2954
    + <small>Puppeteer::WebSocket</small>
    2731
    2955
      </div>
    2732
    2956
      </li>
    2733
    2957
     
    2734
    2958
     
    2735
    2959
      <li class="odd ">
    2736
    2960
      <div class="item">
    2737
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2738
    - <small>Puppeteer::Connection</small>
    2961
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    2962
    + <small>Puppeteer::WebSocketTransport</small>
    2739
    2963
      </div>
    2740
    2964
      </li>
    2741
    2965
     
    2742
    2966
     
    2743
    2967
      <li class="even ">
    2744
    2968
      <div class="item">
    2745
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    2746
    - <small>Puppeteer::WebSocketTransport</small>
    2969
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2970
    + <small>Puppeteer::Connection</small>
    2747
    2971
      </div>
    2748
    2972
      </li>
    2749
    2973
     
    2750
    2974
     
    2751
    2975
      <li class="odd ">
    2752
    2976
      <div class="item">
    2753
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2977
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_open-instance_method" title="Puppeteer::WebSocket#on_open (method)">#on_open</a></span>
    2754
    2978
      <small>Puppeteer::WebSocket</small>
    2755
    2979
      </div>
    2756
    2980
      </li>
    @@ -2758,40 +2982,40 @@
    2758
    2982
     
    2759
    2983
      <li class="even ">
    2760
    2984
      <div class="item">
    2761
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_open-instance_method" title="Puppeteer::WebSocket#on_open (method)">#on_open</a></span>
    2762
    - <small>Puppeteer::WebSocket</small>
    2985
    + <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    2986
    + <small>Puppeteer::Target</small>
    2763
    2987
      </div>
    2764
    2988
      </li>
    2765
    2989
     
    2766
    2990
     
    2767
    2991
      <li class="odd ">
    2768
    2992
      <div class="item">
    2769
    - <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    2770
    - <small>Puppeteer::Target</small>
    2993
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#opener_id-instance_method" title="Puppeteer::Target::TargetInfo#opener_id (method)">#opener_id</a></span>
    2994
    + <small>Puppeteer::Target::TargetInfo</small>
    2771
    2995
      </div>
    2772
    2996
      </li>
    2773
    2997
     
    2774
    2998
     
    2775
    2999
      <li class="even ">
    2776
    3000
      <div class="item">
    2777
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#opener_id-instance_method" title="Puppeteer::Target::TargetInfo#opener_id (method)">#opener_id</a></span>
    2778
    - <small>Puppeteer::Target::TargetInfo</small>
    3001
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#page-instance_method" title="Puppeteer::FrameManager#page (method)">#page</a></span>
    3002
    + <small>Puppeteer::FrameManager</small>
    2779
    3003
      </div>
    2780
    3004
      </li>
    2781
    3005
     
    2782
    3006
     
    2783
    3007
      <li class="odd ">
    2784
    3008
      <div class="item">
    2785
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#page-instance_method" title="Puppeteer::FrameManager#page (method)">#page</a></span>
    2786
    - <small>Puppeteer::FrameManager</small>
    3009
    + <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    3010
    + <small>Puppeteer::Target</small>
    2787
    3011
      </div>
    2788
    3012
      </li>
    2789
    3013
     
    2790
    3014
     
    2791
    3015
      <li class="even ">
    2792
    3016
      <div class="item">
    2793
    - <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    2794
    - <small>Puppeteer::Target</small>
    3017
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    3018
    + <small>Puppeteer::BrowserContext</small>
    2795
    3019
      </div>
    2796
    3020
      </li>
    2797
    3021
     
    @@ -2806,24 +3030,24 @@
    2806
    3030
     
    2807
    3031
      <li class="even ">
    2808
    3032
      <div class="item">
    2809
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    2810
    - <small>Puppeteer::BrowserContext</small>
    3033
    + <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
    3034
    + <small>Puppeteer::Frame</small>
    2811
    3035
      </div>
    2812
    3036
      </li>
    2813
    3037
     
    2814
    3038
     
    2815
    3039
      <li class="odd ">
    2816
    3040
      <div class="item">
    2817
    - <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
    2818
    - <small>Puppeteer::Frame</small>
    3041
    + <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
    3042
    + <small>Puppeteer::NetworkManager::Credentials</small>
    2819
    3043
      </div>
    2820
    3044
      </li>
    2821
    3045
     
    2822
    3046
     
    2823
    3047
      <li class="even ">
    2824
    3048
      <div class="item">
    2825
    - <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
    2826
    - <small>Puppeteer::NetworkManager::Credentials</small>
    3049
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
    3050
    + <small>Puppeteer::Page::ScriptTag</small>
    2827
    3051
      </div>
    2828
    3052
      </li>
    2829
    3053
     
    @@ -2845,14 +3069,6 @@
    2845
    3069
     
    2846
    3070
     
    2847
    3071
      <li class="odd ">
    2848
    - <div class="item">
    2849
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
    2850
    - <small>Puppeteer::Page::ScriptTag</small>
    2851
    - </div>
    2852
    - </li>
    2853
    -
    2854
    -
    2855
    - <li class="even ">
    2856
    3072
      <div class="item">
    2857
    3073
      <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
    2858
    3074
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -2860,7 +3076,7 @@
    2860
    3076
      </li>
    2861
    3077
     
    2862
    3078
     
    2863
    - <li class="odd ">
    3079
    + <li class="even ">
    2864
    3080
      <div class="item">
    2865
    3081
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
    2866
    3082
      <small>Puppeteer::ElementHandle</small>
    @@ -2868,7 +3084,7 @@
    2868
    3084
      </li>
    2869
    3085
     
    2870
    3086
     
    2871
    - <li class="even ">
    3087
    + <li class="odd ">
    2872
    3088
      <div class="item">
    2873
    3089
      <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
    2874
    3090
      <small>Puppeteer::Keyboard</small>
    @@ -2876,7 +3092,7 @@
    2876
    3092
      </li>
    2877
    3093
     
    2878
    3094
     
    2879
    - <li class="odd ">
    3095
    + <li class="even ">
    2880
    3096
      <div class="item">
    2881
    3097
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
    2882
    3098
      <small>Puppeteer::BrowserRunner</small>
    @@ -2884,7 +3100,7 @@
    2884
    3100
      </li>
    2885
    3101
     
    2886
    3102
     
    2887
    - <li class="even ">
    3103
    + <li class="odd ">
    2888
    3104
      <div class="item">
    2889
    3105
      <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
    2890
    3106
      <small>Puppeteer::Browser</small>
    @@ -2892,7 +3108,7 @@
    2892
    3108
      </li>
    2893
    3109
     
    2894
    3110
     
    2895
    - <li class="odd ">
    3111
    + <li class="even ">
    2896
    3112
      <div class="item">
    2897
    3113
      <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
    2898
    3114
      <small>Puppeteer</small>
    @@ -2900,23 +3116,23 @@
    2900
    3116
      </li>
    2901
    3117
     
    2902
    3118
     
    2903
    - <li class="even ">
    3119
    + <li class="odd ">
    2904
    3120
      <div class="item">
    2905
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    2906
    - <small>Puppeteer::JSHandle</small>
    3121
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
    3122
    + <small>Puppeteer::RemoteObject</small>
    2907
    3123
      </div>
    2908
    3124
      </li>
    2909
    3125
     
    2910
    3126
     
    2911
    - <li class="odd ">
    3127
    + <li class="even ">
    2912
    3128
      <div class="item">
    2913
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
    2914
    - <small>Puppeteer::RemoteObject</small>
    3129
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    3130
    + <small>Puppeteer::JSHandle</small>
    2915
    3131
      </div>
    2916
    3132
      </li>
    2917
    3133
     
    2918
    3134
     
    2919
    - <li class="even ">
    3135
    + <li class="odd ">
    2920
    3136
      <div class="item">
    2921
    3137
      <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#quality-instance_method" title="Puppeteer::Page::ScreenshotOptions#quality (method)">#quality</a></span>
    2922
    3138
      <small>Puppeteer::Page::ScreenshotOptions</small>
    @@ -2924,7 +3140,7 @@
    2924
    3140
      </li>
    2925
    3141
     
    2926
    3142
     
    2927
    - <li class="odd ">
    3143
    + <li class="even ">
    2928
    3144
      <div class="item">
    2929
    3145
      <span class='object_link'><a href="Puppeteer/Page.html#query_objects-instance_method" title="Puppeteer::Page#query_objects (method)">#query_objects</a></span>
    2930
    3146
      <small>Puppeteer::Page</small>
    @@ -2932,7 +3148,7 @@
    2932
    3148
      </li>
    2933
    3149
     
    2934
    3150
     
    2935
    - <li class="even ">
    3151
    + <li class="odd ">
    2936
    3152
      <div class="item">
    2937
    3153
      <span class='object_link'><a href="Puppeteer/Connection.html#raw_send-instance_method" title="Puppeteer::Connection#raw_send (method)">#raw_send</a></span>
    2938
    3154
      <small>Puppeteer::Connection</small>
    @@ -2940,7 +3156,7 @@
    2940
    3156
      </li>
    2941
    3157
     
    2942
    3158
     
    2943
    - <li class="odd ">
    3159
    + <li class="even ">
    2944
    3160
      <div class="item">
    2945
    3161
      <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#readpartial-instance_method" title="Puppeteer::WebSocket::DriverImpl#readpartial (method)">#readpartial</a></span>
    2946
    3162
      <small>Puppeteer::WebSocket::DriverImpl</small>
    @@ -2948,7 +3164,7 @@
    2948
    3164
      </li>
    2949
    3165
     
    2950
    3166
     
    2951
    - <li class="even ">
    3167
    + <li class="odd ">
    2952
    3168
      <div class="item">
    2953
    3169
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#reject-instance_method" title="Puppeteer::Connection::MessageCallback#reject (method)">#reject</a></span>
    2954
    3170
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -2956,7 +3172,7 @@
    2956
    3172
      </li>
    2957
    3173
     
    2958
    3174
     
    2959
    - <li class="odd ">
    3175
    + <li class="even ">
    2960
    3176
      <div class="item">
    2961
    3177
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#release-instance_method" title="Puppeteer::RemoteObject#release (method)">#release</a></span>
    2962
    3178
      <small>Puppeteer::RemoteObject</small>
    @@ -2964,7 +3180,7 @@
    2964
    3180
      </li>
    2965
    3181
     
    2966
    3182
     
    2967
    - <li class="even ">
    3183
    + <li class="odd ">
    2968
    3184
      <div class="item">
    2969
    3185
      <span class='object_link'><a href="Puppeteer/Page.html#reload-instance_method" title="Puppeteer::Page#reload (method)">#reload</a></span>
    2970
    3186
      <small>Puppeteer::Page</small>
    @@ -2972,7 +3188,7 @@
    2972
    3188
      </li>
    2973
    3189
     
    2974
    3190
     
    2975
    - <li class="odd ">
    3191
    + <li class="even ">
    2976
    3192
      <div class="item">
    2977
    3193
      <span class='object_link'><a href="Puppeteer/JSHandle.html#remote_object-instance_method" title="Puppeteer::JSHandle#remote_object (method)">#remote_object</a></span>
    2978
    3194
      <small>Puppeteer::JSHandle</small>
    @@ -2980,7 +3196,7 @@
    2980
    3196
      </li>
    2981
    3197
     
    2982
    3198
     
    2983
    - <li class="even ">
    3199
    + <li class="odd ">
    2984
    3200
      <div class="item">
    2985
    3201
      <span class='object_link'><a href="Puppeteer/EventCallbackable.html#remove_event_listener-instance_method" title="Puppeteer::EventCallbackable#remove_event_listener (method)">#remove_event_listener</a></span>
    2986
    3202
      <small>Puppeteer::EventCallbackable</small>
    @@ -2988,6 +3204,14 @@
    2988
    3204
      </li>
    2989
    3205
     
    2990
    3206
     
    3207
    + <li class="even ">
    3208
    + <div class="item">
    3209
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3210
    + <small>Puppeteer::NetworkManager</small>
    3211
    + </div>
    3212
    + </li>
    3213
    +
    3214
    +
    2991
    3215
      <li class="odd ">
    2992
    3216
      <div class="item">
    2993
    3217
      <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    @@ -2998,8 +3222,8 @@
    2998
    3222
     
    2999
    3223
      <li class="even ">
    3000
    3224
      <div class="item">
    3001
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3002
    - <small>Puppeteer::NetworkManager</small>
    3225
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#rerun-instance_method" title="Puppeteer::WaitTask#rerun (method)">#rerun</a></span>
    3226
    + <small>Puppeteer::WaitTask</small>
    3003
    3227
      </div>
    3004
    3228
      </li>
    3005
    3229
     
    @@ -3046,7 +3270,7 @@
    3046
    3270
     
    3047
    3271
      <li class="even ">
    3048
    3272
      <div class="item">
    3049
    - <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>
    3273
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
    3050
    3274
      <small>Puppeteer::ElementHandle</small>
    3051
    3275
      </div>
    3052
    3276
      </li>
    @@ -3054,21 +3278,29 @@
    3054
    3278
     
    3055
    3279
      <li class="odd ">
    3056
    3280
      <div class="item">
    3057
    - <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
    3058
    - <small>Puppeteer::Frame</small>
    3281
    + <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>
    3282
    + <small>Puppeteer::ElementHandle</small>
    3059
    3283
      </div>
    3060
    3284
      </li>
    3061
    3285
     
    3062
    3286
     
    3063
    3287
      <li class="even ">
    3064
    3288
      <div class="item">
    3065
    - <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3066
    - <small>Puppeteer::Page</small>
    3289
    + <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
    3290
    + <small>Puppeteer::Frame</small>
    3067
    3291
      </div>
    3068
    3292
      </li>
    3069
    3293
     
    3070
    3294
     
    3071
    3295
      <li class="odd ">
    3296
    + <div class="item">
    3297
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
    3298
    + <small>Puppeteer::DOMWorld</small>
    3299
    + </div>
    3300
    + </li>
    3301
    +
    3302
    +
    3303
    + <li class="even ">
    3072
    3304
      <div class="item">
    3073
    3305
      <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
    3074
    3306
      <small>Puppeteer::Frame</small>
    @@ -3076,18 +3308,26 @@
    3076
    3308
      </li>
    3077
    3309
     
    3078
    3310
     
    3311
    + <li class="odd ">
    3312
    + <div class="item">
    3313
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3314
    + <small>Puppeteer::ElementHandle</small>
    3315
    + </div>
    3316
    + </li>
    3317
    +
    3318
    +
    3079
    3319
      <li class="even ">
    3080
    3320
      <div class="item">
    3081
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#send_character-instance_method" title="Puppeteer::Keyboard#send_character (method)">#send_character</a></span>
    3082
    - <small>Puppeteer::Keyboard</small>
    3321
    + <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3322
    + <small>Puppeteer::Page</small>
    3083
    3323
      </div>
    3084
    3324
      </li>
    3085
    3325
     
    3086
    3326
     
    3087
    3327
      <li class="odd ">
    3088
    3328
      <div class="item">
    3089
    - <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3090
    - <small>Puppeteer::Connection</small>
    3329
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#send_character-instance_method" title="Puppeteer::Keyboard#send_character (method)">#send_character</a></span>
    3330
    + <small>Puppeteer::Keyboard</small>
    3091
    3331
      </div>
    3092
    3332
      </li>
    3093
    3333
     
    @@ -3101,6 +3341,14 @@
    3101
    3341
     
    3102
    3342
     
    3103
    3343
      <li class="odd ">
    3344
    + <div class="item">
    3345
    + <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3346
    + <small>Puppeteer::Connection</small>
    3347
    + </div>
    3348
    + </li>
    3349
    +
    3350
    +
    3351
    + <li class="even ">
    3104
    3352
      <div class="item">
    3105
    3353
      <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
    3106
    3354
      <small>Puppeteer::WebSocketTransport</small>
    @@ -3108,7 +3356,7 @@
    3108
    3356
      </li>
    3109
    3357
     
    3110
    3358
     
    3111
    - <li class="even ">
    3359
    + <li class="odd ">
    3112
    3360
      <div class="item">
    3113
    3361
      <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
    3114
    3362
      <small>Puppeteer::WebSocket</small>
    @@ -3116,7 +3364,7 @@
    3116
    3364
      </li>
    3117
    3365
     
    3118
    3366
     
    3119
    - <li class="odd ">
    3367
    + <li class="even ">
    3120
    3368
      <div class="item">
    3121
    3369
      <span class='object_link'><a href="Puppeteer/Connection.html#session-instance_method" title="Puppeteer::Connection#session (method)">#session</a></span>
    3122
    3370
      <small>Puppeteer::Connection</small>
    @@ -3124,6 +3372,14 @@
    3124
    3372
      </li>
    3125
    3373
     
    3126
    3374
     
    3375
    + <li class="odd ">
    3376
    + <div class="item">
    3377
    + <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3378
    + <small>Puppeteer::Frame</small>
    3379
    + </div>
    3380
    + </li>
    3381
    +
    3382
    +
    3127
    3383
      <li class="even ">
    3128
    3384
      <div class="item">
    3129
    3385
      <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
    @@ -3134,8 +3390,8 @@
    3134
    3390
     
    3135
    3391
      <li class="odd ">
    3136
    3392
      <div class="item">
    3137
    - <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3138
    - <small>Puppeteer::Frame</small>
    3393
    + <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>
    3394
    + <small>Puppeteer::RemoteObject</small>
    3139
    3395
      </div>
    3140
    3396
      </li>
    3141
    3397
     
    @@ -3213,6 +3469,14 @@
    3213
    3469
     
    3214
    3470
     
    3215
    3471
      <li class="odd ">
    3472
    + <div class="item">
    3473
    + <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3474
    + <small>Puppeteer::Page</small>
    3475
    + </div>
    3476
    + </li>
    3477
    +
    3478
    +
    3479
    + <li class="even ">
    3216
    3480
      <div class="item">
    3217
    3481
      <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3218
    3482
      <small>Puppeteer::TouchScreen</small>
    @@ -3220,10 +3484,18 @@
    3220
    3484
      </li>
    3221
    3485
     
    3222
    3486
     
    3487
    + <li class="odd ">
    3488
    + <div class="item">
    3489
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3490
    + <small>Puppeteer::ElementHandle</small>
    3491
    + </div>
    3492
    + </li>
    3493
    +
    3494
    +
    3223
    3495
      <li class="even ">
    3224
    3496
      <div class="item">
    3225
    - <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3226
    - <small>Puppeteer::Page</small>
    3497
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
    3498
    + <small>Puppeteer::DOMWorld</small>
    3227
    3499
      </div>
    3228
    3500
      </li>
    3229
    3501
     
    @@ -3238,16 +3510,16 @@
    3238
    3510
     
    3239
    3511
      <li class="even ">
    3240
    3512
      <div class="item">
    3241
    - <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3242
    - <small>Puppeteer::Page</small>
    3513
    + <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3514
    + <small>Puppeteer::Browser</small>
    3243
    3515
      </div>
    3244
    3516
      </li>
    3245
    3517
     
    3246
    3518
     
    3247
    3519
      <li class="odd ">
    3248
    3520
      <div class="item">
    3249
    - <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3250
    - <small>Puppeteer::Browser</small>
    3521
    + <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3522
    + <small>Puppeteer::Page</small>
    3251
    3523
      </div>
    3252
    3524
      </li>
    3253
    3525
     
    @@ -3286,8 +3558,8 @@
    3286
    3558
     
    3287
    3559
      <li class="even ">
    3288
    3560
      <div class="item">
    3289
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3290
    - <small>Puppeteer::ConsoleMessage</small>
    3561
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3562
    + <small>Puppeteer::WaitTask</small>
    3291
    3563
      </div>
    3292
    3564
      </li>
    3293
    3565
     
    @@ -3309,6 +3581,14 @@
    3309
    3581
     
    3310
    3582
     
    3311
    3583
      <li class="odd ">
    3584
    + <div class="item">
    3585
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3586
    + <small>Puppeteer::ConsoleMessage</small>
    3587
    + </div>
    3588
    + </li>
    3589
    +
    3590
    +
    3591
    + <li class="even ">
    3312
    3592
      <div class="item">
    3313
    3593
      <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3314
    3594
      <small>Puppeteer::TimeoutSettings</small>
    @@ -3316,7 +3596,7 @@
    3316
    3596
      </li>
    3317
    3597
     
    3318
    3598
     
    3319
    - <li class="even ">
    3599
    + <li class="odd ">
    3320
    3600
      <div class="item">
    3321
    3601
      <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3322
    3602
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -3324,7 +3604,7 @@
    3324
    3604
      </li>
    3325
    3605
     
    3326
    3606
     
    3327
    - <li class="odd ">
    3607
    + <li class="even ">
    3328
    3608
      <div class="item">
    3329
    3609
      <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>
    3330
    3610
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -3332,7 +3612,7 @@
    3332
    3612
      </li>
    3333
    3613
     
    3334
    3614
     
    3335
    - <li class="even ">
    3615
    + <li class="odd ">
    3336
    3616
      <div class="item">
    3337
    3617
      <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3338
    3618
      <small>Puppeteer::FrameManager</small>
    @@ -3340,6 +3620,14 @@
    3340
    3620
      </li>
    3341
    3621
     
    3342
    3622
     
    3623
    + <li class="even ">
    3624
    + <div class="item">
    3625
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3626
    + <small>Puppeteer::Target::TargetInfo</small>
    3627
    + </div>
    3628
    + </li>
    3629
    +
    3630
    +
    3343
    3631
      <li class="odd ">
    3344
    3632
      <div class="item">
    3345
    3633
      <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    @@ -3358,16 +3646,16 @@
    3358
    3646
     
    3359
    3647
      <li class="odd ">
    3360
    3648
      <div class="item">
    3361
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3362
    - <small>Puppeteer::Target::TargetInfo</small>
    3649
    + <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3650
    + <small>Puppeteer::Page</small>
    3363
    3651
      </div>
    3364
    3652
      </li>
    3365
    3653
     
    3366
    3654
     
    3367
    3655
      <li class="even ">
    3368
    3656
      <div class="item">
    3369
    - <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3370
    - <small>Puppeteer::Page</small>
    3657
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3658
    + <small>Puppeteer::Page::ScriptTag</small>
    3371
    3659
      </div>
    3372
    3660
      </li>
    3373
    3661
     
    @@ -3382,39 +3670,39 @@
    3382
    3670
     
    3383
    3671
      <li class="even ">
    3384
    3672
      <div class="item">
    3385
    - <span class='object_link'><a href="Puppeteer/Page.html#type-instance_method" title="Puppeteer::Page#type (method)">#type</a></span>
    3386
    - <small>Puppeteer::Page</small>
    3673
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
    3674
    + <small>Puppeteer::Target::TargetInfo</small>
    3387
    3675
      </div>
    3388
    3676
      </li>
    3389
    3677
     
    3390
    3678
     
    3391
    3679
      <li class="odd ">
    3392
    3680
      <div class="item">
    3393
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
    3394
    - <small>Puppeteer::Target::TargetInfo</small>
    3681
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3682
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3395
    3683
      </div>
    3396
    3684
      </li>
    3397
    3685
     
    3398
    3686
     
    3399
    3687
      <li class="even ">
    3400
    3688
      <div class="item">
    3401
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3402
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3689
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3690
    + <small>Puppeteer::DOMWorld</small>
    3403
    3691
      </div>
    3404
    3692
      </li>
    3405
    3693
     
    3406
    3694
     
    3407
    3695
      <li class="odd ">
    3408
    3696
      <div class="item">
    3409
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3410
    - <small>Puppeteer::Page::ScriptTag</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>
    3411
    3699
      </div>
    3412
    3700
      </li>
    3413
    3701
     
    3414
    3702
     
    3415
    3703
      <li class="even ">
    3416
    3704
      <div class="item">
    3417
    - <span class='object_link'><a href="Puppeteer/Frame.html#type-instance_method" title="Puppeteer::Frame#type (method)">#type</a></span>
    3705
    + <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3418
    3706
      <small>Puppeteer::Frame</small>
    3419
    3707
      </div>
    3420
    3708
      </li>
    @@ -3422,16 +3710,16 @@
    3422
    3710
     
    3423
    3711
      <li class="odd ">
    3424
    3712
      <div class="item">
    3425
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3426
    - <small>Puppeteer::ElementHandle</small>
    3713
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3714
    + <small>Puppeteer::Keyboard</small>
    3427
    3715
      </div>
    3428
    3716
      </li>
    3429
    3717
     
    3430
    3718
     
    3431
    3719
      <li class="even ">
    3432
    3720
      <div class="item">
    3433
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3434
    - <small>Puppeteer::Keyboard</small>
    3721
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3722
    + <small>Puppeteer::ElementHandle</small>
    3435
    3723
      </div>
    3436
    3724
      </li>
    3437
    3725
     
    @@ -3454,16 +3742,16 @@
    3454
    3742
     
    3455
    3743
      <li class="odd ">
    3456
    3744
      <div class="item">
    3457
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3458
    - <small>Puppeteer::ConsoleMessage::Location</small>
    3745
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3746
    + <small>Puppeteer::ElementHandle</small>
    3459
    3747
      </div>
    3460
    3748
      </li>
    3461
    3749
     
    3462
    3750
     
    3463
    3751
      <li class="even ">
    3464
    3752
      <div class="item">
    3465
    - <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3466
    - <small>Puppeteer::Frame</small>
    3753
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3754
    + <small>Puppeteer::Target::TargetInfo</small>
    3467
    3755
      </div>
    3468
    3756
      </li>
    3469
    3757
     
    @@ -3478,16 +3766,16 @@
    3478
    3766
     
    3479
    3767
      <li class="even ">
    3480
    3768
      <div class="item">
    3481
    - <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3482
    - <small>Puppeteer::Page</small>
    3769
    + <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3770
    + <small>Puppeteer::Target</small>
    3483
    3771
      </div>
    3484
    3772
      </li>
    3485
    3773
     
    3486
    3774
     
    3487
    3775
      <li class="odd ">
    3488
    3776
      <div class="item">
    3489
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3490
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    3777
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3778
    + <small>Puppeteer::ConsoleMessage::Location</small>
    3491
    3779
      </div>
    3492
    3780
      </li>
    3493
    3781
     
    @@ -3502,29 +3790,37 @@
    3502
    3790
     
    3503
    3791
      <li class="odd ">
    3504
    3792
      <div class="item">
    3505
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3506
    - <small>Puppeteer::Target::TargetInfo</small>
    3793
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3794
    + <small>Puppeteer::Page::StyleTag</small>
    3507
    3795
      </div>
    3508
    3796
      </li>
    3509
    3797
     
    3510
    3798
     
    3511
    3799
      <li class="even ">
    3512
    3800
      <div class="item">
    3513
    - <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3514
    - <small>Puppeteer::Target</small>
    3801
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3802
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    3515
    3803
      </div>
    3516
    3804
      </li>
    3517
    3805
     
    3518
    3806
     
    3519
    3807
      <li class="odd ">
    3520
    3808
      <div class="item">
    3521
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3522
    - <small>Puppeteer::Page::StyleTag</small>
    3809
    + <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3810
    + <small>Puppeteer::Page</small>
    3523
    3811
      </div>
    3524
    3812
      </li>
    3525
    3813
     
    3526
    3814
     
    3527
    3815
      <li class="even ">
    3816
    + <div class="item">
    3817
    + <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3818
    + <small>Puppeteer::Frame</small>
    3819
    + </div>
    3820
    + </li>
    3821
    +
    3822
    +
    3823
    + <li class="odd ">
    3528
    3824
      <div class="item">
    3529
    3825
      <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3530
    3826
      <small>Puppeteer::Device</small>
    @@ -3532,7 +3828,7 @@
    3532
    3828
      </li>
    3533
    3829
     
    3534
    3830
     
    3535
    - <li class="odd ">
    3831
    + <li class="even ">
    3536
    3832
      <div class="item">
    3537
    3833
      <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3538
    3834
      <small>Puppeteer::Browser</small>
    @@ -3540,7 +3836,7 @@
    3540
    3836
      </li>
    3541
    3837
     
    3542
    3838
     
    3543
    - <li class="even ">
    3839
    + <li class="odd ">
    3544
    3840
      <div class="item">
    3545
    3841
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3546
    3842
      <small>Puppeteer::NetworkManager</small>
    @@ -3548,7 +3844,7 @@
    3548
    3844
      </li>
    3549
    3845
     
    3550
    3846
     
    3551
    - <li class="odd ">
    3847
    + <li class="even ">
    3552
    3848
      <div class="item">
    3553
    3849
      <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
    3554
    3850
      <small>Puppeteer::Page</small>
    @@ -3556,7 +3852,7 @@
    3556
    3852
      </li>
    3557
    3853
     
    3558
    3854
     
    3559
    - <li class="even ">
    3855
    + <li class="odd ">
    3560
    3856
      <div class="item">
    3561
    3857
      <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>
    3562
    3858
      <small>Puppeteer::Launcher::ChromeArgOptions</small>
    @@ -3564,7 +3860,7 @@
    3564
    3860
      </li>
    3565
    3861
     
    3566
    3862
     
    3567
    - <li class="odd ">
    3863
    + <li class="even ">
    3568
    3864
      <div class="item">
    3569
    3865
      <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#username-instance_method" title="Puppeteer::NetworkManager::Credentials#username (method)">#username</a></span>
    3570
    3866
      <small>Puppeteer::NetworkManager::Credentials</small>
    @@ -3572,7 +3868,7 @@
    3572
    3868
      </li>
    3573
    3869
     
    3574
    3870
     
    3575
    - <li class="even ">
    3871
    + <li class="odd ">
    3576
    3872
      <div class="item">
    3577
    3873
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#value-instance_method" title="Puppeteer::RemoteObject#value (method)">#value</a></span>
    3578
    3874
      <small>Puppeteer::RemoteObject</small>
    @@ -3580,7 +3876,7 @@
    3580
    3876
      </li>
    3581
    3877
     
    3582
    3878
     
    3583
    - <li class="odd ">
    3879
    + <li class="even ">
    3584
    3880
      <div class="item">
    3585
    3881
      <span class='object_link'><a href="Puppeteer/Browser.html#version-instance_method" title="Puppeteer::Browser#version (method)">#version</a></span>
    3586
    3882
      <small>Puppeteer::Browser</small>
    @@ -3588,6 +3884,14 @@
    3588
    3884
      </li>
    3589
    3885
     
    3590
    3886
     
    3887
    + <li class="odd ">
    3888
    + <div class="item">
    3889
    + <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3890
    + <small>Puppeteer::Device</small>
    3891
    + </div>
    3892
    + </li>
    3893
    +
    3894
    +
    3591
    3895
      <li class="even ">
    3592
    3896
      <div class="item">
    3593
    3897
      <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    @@ -3598,8 +3902,8 @@
    3598
    3902
     
    3599
    3903
      <li class="odd ">
    3600
    3904
      <div class="item">
    3601
    - <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3602
    - <small>Puppeteer::Device</small>
    3905
    + <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>
    3906
    + <small>Puppeteer::Page</small>
    3603
    3907
      </div>
    3604
    3908
      </li>
    3605
    3909
     
    @@ -3630,16 +3934,16 @@
    3630
    3934
     
    3631
    3935
      <li class="odd ">
    3632
    3936
      <div class="item">
    3633
    - <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>
    3634
    - <small>Puppeteer::Frame</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>
    3635
    3939
      </div>
    3636
    3940
      </li>
    3637
    3941
     
    3638
    3942
     
    3639
    3943
      <li class="even ">
    3640
    3944
      <div class="item">
    3641
    - <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>
    3642
    - <small>Puppeteer::Page</small>
    3945
    + <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>
    3946
    + <small>Puppeteer::DOMWorld</small>
    3643
    3947
      </div>
    3644
    3948
      </li>
    3645
    3949
     
    @@ -3654,24 +3958,24 @@
    3654
    3958
     
    3655
    3959
      <li class="even ">
    3656
    3960
      <div class="item">
    3657
    - <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>
    3658
    - <small>Puppeteer::BrowserContext</small>
    3961
    + <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>
    3962
    + <small>Puppeteer::Browser</small>
    3659
    3963
      </div>
    3660
    3964
      </li>
    3661
    3965
     
    3662
    3966
     
    3663
    3967
      <li class="odd ">
    3664
    3968
      <div class="item">
    3665
    - <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>
    3666
    - <small>Puppeteer::Browser</small>
    3969
    + <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>
    3970
    + <small>Puppeteer::BrowserContext</small>
    3667
    3971
      </div>
    3668
    3972
      </li>
    3669
    3973
     
    3670
    3974
     
    3671
    3975
      <li class="even ">
    3672
    3976
      <div class="item">
    3673
    - <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>
    3674
    - <small>Puppeteer::Frame</small>
    3977
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_xpath-instance_method" title="Puppeteer::DOMWorld#wait_for_xpath (method)">#wait_for_xpath</a></span>
    3978
    + <small>Puppeteer::DOMWorld</small>
    3675
    3979
      </div>
    3676
    3980
      </li>
    3677
    3981
     
    @@ -3685,6 +3989,14 @@
    3685
    3989
     
    3686
    3990
     
    3687
    3991
      <li class="even ">
    3992
    + <div class="item">
    3993
    + <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>
    3994
    + <small>Puppeteer::Frame</small>
    3995
    + </div>
    3996
    + </li>
    3997
    +
    3998
    +
    3999
    + <li class="odd ">
    3688
    4000
      <div class="item">
    3689
    4001
      <span class='object_link'><a href="Puppeteer/Browser.html#websocket_endpoint-instance_method" title="Puppeteer::Browser#websocket_endpoint (method)">#websocket_endpoint</a></span>
    3690
    4002
      <small>Puppeteer::Browser</small>
    @@ -3692,7 +4004,7 @@
    3692
    4004
      </li>
    3693
    4005
     
    3694
    4006
     
    3695
    - <li class="odd ">
    4007
    + <li class="even ">
    3696
    4008
      <div class="item">
    3697
    4009
      <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
    3698
    4010
      <small>Puppeteer::Viewport</small>
    @@ -3700,7 +4012,23 @@
    3700
    4012
      </li>
    3701
    4013
     
    3702
    4014
     
    4015
    + <li class="odd ">
    4016
    + <div class="item">
    4017
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#width-instance_method" title="Puppeteer::ElementHandle::BoxModel#width (method)">#width</a></span>
    4018
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    4019
    + </div>
    4020
    + </li>
    4021
    +
    4022
    +
    3703
    4023
      <li class="even ">
    4024
    + <div class="item">
    4025
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#width-instance_method" title="Puppeteer::ElementHandle::BoundingBox#width (method)">#width</a></span>
    4026
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4027
    + </div>
    4028
    + </li>
    4029
    +
    4030
    +
    4031
    + <li class="odd ">
    3704
    4032
      <div class="item">
    3705
    4033
      <span class='object_link'><a href="Puppeteer/Page.html#workers-instance_method" title="Puppeteer::Page#workers (method)">#workers</a></span>
    3706
    4034
      <small>Puppeteer::Page</small>
    @@ -3708,7 +4036,7 @@
    3708
    4036
      </li>
    3709
    4037
     
    3710
    4038
     
    3711
    - <li class="odd ">
    4039
    + <li class="even ">
    3712
    4040
      <div class="item">
    3713
    4041
      <span class='object_link'><a href="Puppeteer/ExecutionContext.html#world-instance_method" title="Puppeteer::ExecutionContext#world (method)">#world</a></span>
    3714
    4042
      <small>Puppeteer::ExecutionContext</small>
    @@ -3716,7 +4044,7 @@
    3716
    4044
      </li>
    3717
    4045
     
    3718
    4046
     
    3719
    - <li class="even ">
    4047
    + <li class="odd ">
    3720
    4048
      <div class="item">
    3721
    4049
      <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#write-instance_method" title="Puppeteer::WebSocket::DriverImpl#write (method)">#write</a></span>
    3722
    4050
      <small>Puppeteer::WebSocket::DriverImpl</small>
    @@ -3724,7 +4052,7 @@
    3724
    4052
      </li>
    3725
    4053
     
    3726
    4054
     
    3727
    - <li class="odd ">
    4055
    + <li class="even ">
    3728
    4056
      <div class="item">
    3729
    4057
      <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#x-instance_method" title="Puppeteer::ElementHandle::Point#x (method)">#x</a></span>
    3730
    4058
      <small>Puppeteer::ElementHandle::Point</small>
    @@ -3732,7 +4060,23 @@
    3732
    4060
      </li>
    3733
    4061
     
    3734
    4062
     
    4063
    + <li class="odd ">
    4064
    + <div class="item">
    4065
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#x-instance_method" title="Puppeteer::ElementHandle::BoundingBox#x (method)">#x</a></span>
    4066
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4067
    + </div>
    4068
    + </li>
    4069
    +
    4070
    +
    3735
    4071
      <li class="even ">
    4072
    + <div class="item">
    4073
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#y-instance_method" title="Puppeteer::ElementHandle::BoundingBox#y (method)">#y</a></span>
    4074
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4075
    + </div>
    4076
    + </li>
    4077
    +
    4078
    +
    4079
    + <li class="odd ">
    3736
    4080
      <div class="item">
    3737
    4081
      <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
    3738
    4082
      <small>Puppeteer::ElementHandle::Point</small>