puppeteer-ruby 0.0.6 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -2
  3. data/docs/Puppeteer.html +432 -104
  4. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  5. data/docs/Puppeteer/Browser.html +261 -153
  6. data/docs/Puppeteer/BrowserContext.html +2 -2
  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 +2 -2
  11. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  12. data/docs/Puppeteer/ConcurrentRubyUtils.html +14 -6
  13. data/docs/Puppeteer/Connection.html +66 -62
  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 +130 -33
  21. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  22. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +1 -1
  23. data/docs/Puppeteer/DebugPrint.html +1 -1
  24. data/docs/Puppeteer/Device.html +1 -1
  25. data/docs/Puppeteer/Devices.html +1 -1
  26. data/docs/Puppeteer/ElementHandle.html +960 -218
  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 +83 -17
  35. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext.html +114 -11
  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 +1 -1
  40. data/docs/Puppeteer/FileChooser.html +455 -0
  41. data/docs/Puppeteer/Frame.html +425 -289
  42. data/docs/Puppeteer/FrameManager.html +23 -27
  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 +2 -2
  64. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  65. data/docs/Puppeteer/Page.html +1049 -354
  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 +150 -198
  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 +1 -1
  80. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  81. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  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 +9 -9
  86. data/docs/Puppeteer/WebSocktTransportError.html +1 -1
  87. data/docs/_index.html +40 -19
  88. data/docs/class_list.html +1 -1
  89. data/docs/file.README.html +7 -3
  90. data/docs/index.html +7 -3
  91. data/docs/method_list.html +785 -513
  92. data/docs/top-level-namespace.html +1 -1
  93. data/lib/puppeteer.rb +43 -13
  94. data/lib/puppeteer/browser.rb +26 -6
  95. data/lib/puppeteer/browser_runner.rb +1 -1
  96. data/lib/puppeteer/concurrent_ruby_utils.rb +6 -2
  97. data/lib/puppeteer/connection.rb +13 -1
  98. data/lib/puppeteer/dom_world.rb +16 -18
  99. data/lib/puppeteer/element_handle.rb +147 -168
  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/event_callbackable.rb +11 -0
  105. data/lib/puppeteer/execution_context.rb +13 -0
  106. data/lib/puppeteer/file_chooser.rb +29 -0
  107. data/lib/puppeteer/frame.rb +19 -1
  108. data/lib/puppeteer/frame_manager.rb +0 -2
  109. data/lib/puppeteer/launcher.rb +6 -6
  110. data/lib/puppeteer/launcher/chrome.rb +49 -3
  111. data/lib/puppeteer/mouse.rb +3 -8
  112. data/lib/puppeteer/page.rb +126 -54
  113. data/lib/puppeteer/remote_object.rb +15 -1
  114. data/lib/puppeteer/target.rb +25 -25
  115. data/lib/puppeteer/version.rb +1 -1
  116. data/lib/puppeteer/viewport.rb +18 -0
  117. data/lib/puppeteer/web_socket.rb +3 -1
  118. data/lib/puppeteer/web_socket_transport.rb +8 -8
  119. data/puppeteer-ruby.png +0 -0
  120. metadata +12 -4
  121. data/Dockerfile +0 -6
  122. data/docker-compose.yml +0 -15
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Mon May 25 23:22:49 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
 
@@ -722,6 +743,13 @@
722
743
 
723
744
  </li>
724
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
+
725
753
  </ul>
726
754
  </ul>
727
755
 
@@ -766,13 +794,6 @@
766
794
 
767
795
  </li>
768
796
 
769
- <li>
770
- <span class='object_link'><a href="Puppeteer/WebSocktTransportError.html" title="Puppeteer::WebSocktTransportError (class)">WebSocktTransportError</a></span>
771
-
772
- <small>(Puppeteer)</small>
773
-
774
- </li>
775
-
776
797
  </ul>
777
798
  </ul>
778
799
 
@@ -785,7 +806,7 @@
785
806
  </div>
786
807
 
787
808
  <div id="footer">
788
- Generated on Mon May 25 23:22:48 2020 by
809
+ Generated on Tue Jun 23 10:24:58 2020 by
789
810
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
790
811
  0.9.24 (ruby-2.6.3).
791
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>
    @@ -62,6 +62,8 @@
    62
    62
     
    63
    63
      <p>A Ruby port of <a href="https://pptr.dev/">puppeteer</a>.</p>
    64
    64
     
    65
    + <p><img src="puppeteer-ruby.png"></p>
    66
    +
    65
    67
      <p>REMARK: This Gem is NOT production-ready!!</p>
    66
    68
     
    67
    69
      <h2 id="label-Getting+Started">Getting Started</h2>
    @@ -101,17 +103,19 @@
    101
    103
      <span class='kw'>end</span>
    102
    104
      </code></pre>
    103
    105
     
    104
    - <p><img src="https://user-images.githubusercontent.com/11763113/78505735-6e7f3000-77b0-11ea-9c82-9016828dd2a9.gif"></p>
    105
    -
    106
    106
      <p>More usage examples can be found <a href="https://github.com/YusukeIwaki/puppeteer-ruby-example">here</a></p>
    107
    107
     
    108
    + <h2 id="label-API">API</h2>
    109
    +
    110
    + <p><a href="https://yusukeiwaki.github.io/puppeteer-ruby">yusukeiwaki.github.io/puppeteer-ruby</a>/</p>
    111
    +
    108
    112
      <h2 id="label-Contributing">Contributing</h2>
    109
    113
     
    110
    114
      <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
    115
      </div></div>
    112
    116
     
    113
    117
      <div id="footer">
    114
    - Generated on Mon May 25 23:22:48 2020 by
    118
    + Generated on Tue Jun 23 10:24:58 2020 by
    115
    119
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    116
    120
      0.9.24 (ruby-2.6.3).
    117
    121
      </div>
    @@ -62,6 +62,8 @@
    62
    62
     
    63
    63
      <p>A Ruby port of <a href="https://pptr.dev/">puppeteer</a>.</p>
    64
    64
     
    65
    + <p><img src="puppeteer-ruby.png"></p>
    66
    +
    65
    67
      <p>REMARK: This Gem is NOT production-ready!!</p>
    66
    68
     
    67
    69
      <h2 id="label-Getting+Started">Getting Started</h2>
    @@ -101,17 +103,19 @@
    101
    103
      <span class='kw'>end</span>
    102
    104
      </code></pre>
    103
    105
     
    104
    - <p><img src="https://user-images.githubusercontent.com/11763113/78505735-6e7f3000-77b0-11ea-9c82-9016828dd2a9.gif"></p>
    105
    -
    106
    106
      <p>More usage examples can be found <a href="https://github.com/YusukeIwaki/puppeteer-ruby-example">here</a></p>
    107
    107
     
    108
    + <h2 id="label-API">API</h2>
    109
    +
    110
    + <p><a href="https://yusukeiwaki.github.io/puppeteer-ruby">yusukeiwaki.github.io/puppeteer-ruby</a>/</p>
    111
    +
    108
    112
      <h2 id="label-Contributing">Contributing</h2>
    109
    113
     
    110
    114
      <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
    115
      </div></div>
    112
    116
     
    113
    117
      <div id="footer">
    114
    - Generated on Mon May 25 23:22:48 2020 by
    118
    + Generated on Tue Jun 23 10:24:58 2020 by
    115
    119
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    116
    120
      0.9.24 (ruby-2.6.3).
    117
    121
      </div>
    @@ -102,16 +102,16 @@
    102
    102
     
    103
    103
      <li class="even ">
    104
    104
      <div class="item">
    105
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    106
    - <small>Puppeteer::ElementHandle</small>
    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>
    107
    107
      </div>
    108
    108
      </li>
    109
    109
     
    110
    110
     
    111
    111
      <li class="odd ">
    112
    112
      <div class="item">
    113
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    114
    - <small>Puppeteer::DOMWorld</small>
    113
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    114
    + <small>Puppeteer::ElementHandle</small>
    115
    115
      </div>
    116
    116
      </li>
    117
    117
     
    @@ -126,24 +126,24 @@
    126
    126
     
    127
    127
      <li class="odd ">
    128
    128
      <div class="item">
    129
    - <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
    130
    - <small>Puppeteer::Frame</small>
    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
     
    134
    134
     
    135
    135
      <li class="even ">
    136
    136
      <div class="item">
    137
    - <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
    138
    - <small>Puppeteer::Page</small>
    137
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    138
    + <small>Puppeteer::ElementHandle</small>
    139
    139
      </div>
    140
    140
      </li>
    141
    141
     
    142
    142
     
    143
    143
      <li class="odd ">
    144
    144
      <div class="item">
    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>
    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>
    147
    147
      </div>
    148
    148
      </li>
    149
    149
     
    @@ -182,48 +182,48 @@
    182
    182
     
    183
    183
      <li class="even ">
    184
    184
      <div class="item">
    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>
    185
    + <span class='object_link'><a href="Puppeteer/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    186
    + <small>Puppeteer::Frame</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/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    194
    - <small>Puppeteer::Frame</small>
    193
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    194
    + <small>Puppeteer::ElementHandle</small>
    195
    195
      </div>
    196
    196
      </li>
    197
    197
     
    198
    198
     
    199
    199
      <li class="even ">
    200
    200
      <div class="item">
    201
    - <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
    202
    - <small>Puppeteer::Page</small>
    201
    + <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
    202
    + <small>Puppeteer::Frame</small>
    203
    203
      </div>
    204
    204
      </li>
    205
    205
     
    206
    206
     
    207
    207
      <li class="odd ">
    208
    208
      <div class="item">
    209
    - <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
    210
    - <small>Puppeteer::Frame</small>
    209
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    210
    + <small>Puppeteer::ElementHandle</small>
    211
    211
      </div>
    212
    212
      </li>
    213
    213
     
    214
    214
     
    215
    215
      <li class="even ">
    216
    216
      <div class="item">
    217
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
    218
    - <small>Puppeteer::DOMWorld</small>
    217
    + <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
    218
    + <small>Puppeteer::Page</small>
    219
    219
      </div>
    220
    220
      </li>
    221
    221
     
    222
    222
     
    223
    223
      <li class="odd ">
    224
    224
      <div class="item">
    225
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    226
    - <small>Puppeteer::ElementHandle</small>
    225
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
    226
    + <small>Puppeteer::DOMWorld</small>
    227
    227
      </div>
    228
    228
      </li>
    229
    229
     
    @@ -245,6 +245,14 @@
    245
    245
     
    246
    246
     
    247
    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 ">
    248
    256
      <div class="item">
    249
    257
      <span class='object_link'><a href="Puppeteer/Page.html#accessibility-instance_method" title="Puppeteer::Page#accessibility (method)">#accessibility</a></span>
    250
    258
      <small>Puppeteer::Page</small>
    @@ -252,7 +260,7 @@
    252
    260
      </li>
    253
    261
     
    254
    262
     
    255
    - <li class="odd ">
    263
    + <li class="even ">
    256
    264
      <div class="item">
    257
    265
      <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#add-instance_method" title="Puppeteer::EventCallbackable::EventListeners#add (method)">#add</a></span>
    258
    266
      <small>Puppeteer::EventCallbackable::EventListeners</small>
    @@ -260,7 +268,7 @@
    260
    268
      </li>
    261
    269
     
    262
    270
     
    263
    - <li class="even ">
    271
    + <li class="odd ">
    264
    272
      <div class="item">
    265
    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>
    266
    274
      <small>Puppeteer::EventCallbackable</small>
    @@ -268,6 +276,14 @@
    268
    276
      </li>
    269
    277
     
    270
    278
     
    279
    + <li class="even ">
    280
    + <div class="item">
    281
    + <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>
    282
    + <small>Puppeteer::Frame</small>
    283
    + </div>
    284
    + </li>
    285
    +
    286
    +
    271
    287
      <li class="odd ">
    272
    288
      <div class="item">
    273
    289
      <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>
    @@ -278,7 +294,7 @@
    278
    294
     
    279
    295
      <li class="even ">
    280
    296
      <div class="item">
    281
    - <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>
    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>
    282
    298
      <small>Puppeteer::Frame</small>
    283
    299
      </div>
    284
    300
      </li>
    @@ -294,8 +310,8 @@
    294
    310
     
    295
    311
      <li class="even ">
    296
    312
      <div class="item">
    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>
    298
    - <small>Puppeteer::Frame</small>
    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>
    299
    315
      </div>
    300
    316
      </li>
    301
    317
     
    @@ -325,6 +341,14 @@
    325
    341
     
    326
    342
     
    327
    343
      <li class="even ">
    344
    + <div class="item">
    345
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    346
    + <small>Puppeteer::JSHandle</small>
    347
    + </div>
    348
    + </li>
    349
    +
    350
    +
    351
    + <li class="odd ">
    328
    352
      <div class="item">
    329
    353
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    330
    354
      <small>Puppeteer::ElementHandle</small>
    @@ -332,23 +356,39 @@
    332
    356
      </li>
    333
    357
     
    334
    358
     
    359
    + <li class="even ">
    360
    + <div class="item">
    361
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_SSeval-instance_method" title="Puppeteer::ElementHandle#async_SSeval (method)">#async_SSeval</a></span>
    362
    + <small>Puppeteer::ElementHandle</small>
    363
    + </div>
    364
    + </li>
    365
    +
    366
    +
    335
    367
      <li class="odd ">
    336
    368
      <div class="item">
    337
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    338
    - <small>Puppeteer::JSHandle</small>
    369
    + <span class='object_link'><a href="Puppeteer/Page.html#async_SSeval-instance_method" title="Puppeteer::Page#async_SSeval (method)">#async_SSeval</a></span>
    370
    + <small>Puppeteer::Page</small>
    339
    371
      </div>
    340
    372
      </li>
    341
    373
     
    342
    374
     
    343
    375
      <li class="even ">
    344
    376
      <div class="item">
    345
    - <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    377
    + <span class='object_link'><a href="Puppeteer/Page.html#async_Seval-instance_method" title="Puppeteer::Page#async_Seval (method)">#async_Seval</a></span>
    346
    378
      <small>Puppeteer::Page</small>
    347
    379
      </div>
    348
    380
      </li>
    349
    381
     
    350
    382
     
    351
    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>
    386
    + <small>Puppeteer::ElementHandle</small>
    387
    + </div>
    388
    + </li>
    389
    +
    390
    +
    391
    + <li class="even ">
    352
    392
      <div class="item">
    353
    393
      <span class='object_link'><a href="Puppeteer/Mouse.html#async_click-instance_method" title="Puppeteer::Mouse#async_click (method)">#async_click</a></span>
    354
    394
      <small>Puppeteer::Mouse</small>
    @@ -356,10 +396,18 @@
    356
    396
      </li>
    357
    397
     
    358
    398
     
    399
    + <li class="odd ">
    400
    + <div class="item">
    401
    + <span class='object_link'><a href="Puppeteer/Frame.html#async_click-instance_method" title="Puppeteer::Frame#async_click (method)">#async_click</a></span>
    402
    + <small>Puppeteer::Frame</small>
    403
    + </div>
    404
    + </li>
    405
    +
    406
    +
    359
    407
      <li class="even ">
    360
    408
      <div class="item">
    361
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_down-instance_method" title="Puppeteer::Mouse#async_down (method)">#async_down</a></span>
    362
    - <small>Puppeteer::Mouse</small>
    409
    + <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    410
    + <small>Puppeteer::Page</small>
    363
    411
      </div>
    364
    412
      </li>
    365
    413
     
    @@ -373,6 +421,14 @@
    373
    421
     
    374
    422
     
    375
    423
      <li class="even ">
    424
    + <div class="item">
    425
    + <span class='object_link'><a href="Puppeteer/Mouse.html#async_down-instance_method" title="Puppeteer::Mouse#async_down (method)">#async_down</a></span>
    426
    + <small>Puppeteer::Mouse</small>
    427
    + </div>
    428
    + </li>
    429
    +
    430
    +
    431
    + <li class="odd ">
    376
    432
      <div class="item">
    377
    433
      <span class='object_link'><a href="Puppeteer/EmulationManager.html#async_emulate_viewport-instance_method" title="Puppeteer::EmulationManager#async_emulate_viewport (method)">#async_emulate_viewport</a></span>
    378
    434
      <small>Puppeteer::EmulationManager</small>
    @@ -380,7 +436,7 @@
    380
    436
      </li>
    381
    437
     
    382
    438
     
    383
    - <li class="odd ">
    439
    + <li class="even ">
    384
    440
      <div class="item">
    385
    441
      <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate-instance_method" title="Puppeteer::JSHandle#async_evaluate (method)">#async_evaluate</a></span>
    386
    442
      <small>Puppeteer::JSHandle</small>
    @@ -388,7 +444,7 @@
    388
    444
      </li>
    389
    445
     
    390
    446
     
    391
    - <li class="even ">
    447
    + <li class="odd ">
    392
    448
      <div class="item">
    393
    449
      <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate_handle-instance_method" title="Puppeteer::JSHandle#async_evaluate_handle (method)">#async_evaluate_handle</a></span>
    394
    450
      <small>Puppeteer::JSHandle</small>
    @@ -396,7 +452,7 @@
    396
    452
      </li>
    397
    453
     
    398
    454
     
    399
    - <li class="odd ">
    455
    + <li class="even ">
    400
    456
      <div class="item">
    401
    457
      <span class='object_link'><a href="Puppeteer/Mouse.html#async_move-instance_method" title="Puppeteer::Mouse#async_move (method)">#async_move</a></span>
    402
    458
      <small>Puppeteer::Mouse</small>
    @@ -404,7 +460,7 @@
    404
    460
      </li>
    405
    461
     
    406
    462
     
    407
    - <li class="even ">
    463
    + <li class="odd ">
    408
    464
      <div class="item">
    409
    465
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    410
    466
      <small>Puppeteer::ElementHandle</small>
    @@ -412,7 +468,7 @@
    412
    468
      </li>
    413
    469
     
    414
    470
     
    415
    - <li class="odd ">
    471
    + <li class="even ">
    416
    472
      <div class="item">
    417
    473
      <span class='object_link'><a href="Puppeteer/Keyboard.html#async_press-instance_method" title="Puppeteer::Keyboard#async_press (method)">#async_press</a></span>
    418
    474
      <small>Puppeteer::Keyboard</small>
    @@ -420,7 +476,7 @@
    420
    476
      </li>
    421
    477
     
    422
    478
     
    423
    - <li class="even ">
    479
    + <li class="odd ">
    424
    480
      <div class="item">
    425
    481
      <span class='object_link'><a href="Puppeteer/Keyboard.html#async_send_character-instance_method" title="Puppeteer::Keyboard#async_send_character (method)">#async_send_character</a></span>
    426
    482
      <small>Puppeteer::Keyboard</small>
    @@ -428,6 +484,14 @@
    428
    484
      </li>
    429
    485
     
    430
    486
     
    487
    + <li class="even ">
    488
    + <div class="item">
    489
    + <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>
    490
    + <small>Puppeteer::CDPSession</small>
    491
    + </div>
    492
    + </li>
    493
    +
    494
    +
    431
    495
      <li class="odd ">
    432
    496
      <div class="item">
    433
    497
      <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>
    @@ -438,31 +502,31 @@
    438
    502
     
    439
    503
      <li class="even ">
    440
    504
      <div class="item">
    441
    - <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>
    442
    - <small>Puppeteer::CDPSession</small>
    505
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#async_tap-instance_method" title="Puppeteer::TouchScreen#async_tap (method)">#async_tap</a></span>
    506
    + <small>Puppeteer::TouchScreen</small>
    443
    507
      </div>
    444
    508
      </li>
    445
    509
     
    446
    510
     
    447
    511
      <li class="odd ">
    448
    512
      <div class="item">
    449
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#async_tap-instance_method" title="Puppeteer::TouchScreen#async_tap (method)">#async_tap</a></span>
    450
    - <small>Puppeteer::TouchScreen</small>
    513
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
    514
    + <small>Puppeteer::ElementHandle</small>
    451
    515
      </div>
    452
    516
      </li>
    453
    517
     
    454
    518
     
    455
    519
      <li class="even ">
    456
    520
      <div class="item">
    457
    - <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>
    458
    - <small>Puppeteer::ElementHandle</small>
    521
    + <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>
    522
    + <small>Puppeteer::Keyboard</small>
    459
    523
      </div>
    460
    524
      </li>
    461
    525
     
    462
    526
     
    463
    527
      <li class="odd ">
    464
    528
      <div class="item">
    465
    - <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>
    529
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    466
    530
      <small>Puppeteer::Keyboard</small>
    467
    531
      </div>
    468
    532
      </li>
    @@ -478,8 +542,8 @@
    478
    542
     
    479
    543
      <li class="odd ">
    480
    544
      <div class="item">
    481
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    482
    - <small>Puppeteer::Keyboard</small>
    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>
    546
    + <small>Puppeteer::Page</small>
    483
    547
      </div>
    484
    548
      </li>
    485
    549
     
    @@ -493,6 +557,14 @@
    493
    557
     
    494
    558
     
    495
    559
      <li class="odd ">
    560
    + <div class="item">
    561
    + <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>
    562
    + <small>Puppeteer::Frame</small>
    563
    + </div>
    564
    + </li>
    565
    +
    566
    +
    567
    + <li class="even ">
    496
    568
      <div class="item">
    497
    569
      <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#attached-instance_method" title="Puppeteer::Target::TargetInfo#attached (method)">#attached</a></span>
    498
    570
      <small>Puppeteer::Target::TargetInfo</small>
    @@ -500,7 +572,7 @@
    500
    572
      </li>
    501
    573
     
    502
    574
     
    503
    - <li class="even ">
    575
    + <li class="odd ">
    504
    576
      <div class="item">
    505
    577
      <span class='object_link'><a href="Puppeteer/Page.html#authenticate-instance_method" title="Puppeteer::Page#authenticate (method)">#authenticate</a></span>
    506
    578
      <small>Puppeteer::Page</small>
    @@ -508,7 +580,7 @@
    508
    580
      </li>
    509
    581
     
    510
    582
     
    511
    - <li class="odd ">
    583
    + <li class="even ">
    512
    584
      <div class="item">
    513
    585
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#authenticate-instance_method" title="Puppeteer::NetworkManager#authenticate (method)">#authenticate</a></span>
    514
    586
      <small>Puppeteer::NetworkManager</small>
    @@ -516,7 +588,7 @@
    516
    588
      </li>
    517
    589
     
    518
    590
     
    519
    - <li class="even ">
    591
    + <li class="odd ">
    520
    592
      <div class="item">
    521
    593
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await-instance_method" title="Puppeteer::ConcurrentRubyUtils#await (method)">#await</a></span>
    522
    594
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -524,7 +596,7 @@
    524
    596
      </li>
    525
    597
     
    526
    598
     
    527
    - <li class="odd ">
    599
    + <li class="even ">
    528
    600
      <div class="item">
    529
    601
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await_all-instance_method" title="Puppeteer::ConcurrentRubyUtils#await_all (method)">#await_all</a></span>
    530
    602
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -532,7 +604,7 @@
    532
    604
      </li>
    533
    605
     
    534
    606
     
    535
    - <li class="even ">
    607
    + <li class="odd ">
    536
    608
      <div class="item">
    537
    609
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await_any-instance_method" title="Puppeteer::ConcurrentRubyUtils#await_any (method)">#await_any</a></span>
    538
    610
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -540,7 +612,7 @@
    540
    612
      </li>
    541
    613
     
    542
    614
     
    543
    - <li class="odd ">
    615
    + <li class="even ">
    544
    616
      <div class="item">
    545
    617
      <span class='object_link'><a href="Puppeteer/WaitTask.html#await_promise-instance_method" title="Puppeteer::WaitTask#await_promise (method)">#await_promise</a></span>
    546
    618
      <small>Puppeteer::WaitTask</small>
    @@ -548,18 +620,26 @@
    548
    620
      </li>
    549
    621
     
    550
    622
     
    623
    + <li class="odd ">
    624
    + <div class="item">
    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>
    627
    + </div>
    628
    + </li>
    629
    +
    630
    +
    551
    631
      <li class="even ">
    552
    632
      <div class="item">
    553
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
    554
    - <small>Puppeteer::BrowserContext</small>
    633
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#box_model-instance_method" title="Puppeteer::RemoteObject#box_model (method)">#box_model</a></span>
    634
    + <small>Puppeteer::RemoteObject</small>
    555
    635
      </div>
    556
    636
      </li>
    557
    637
     
    558
    638
     
    559
    639
      <li class="odd ">
    560
    640
      <div class="item">
    561
    - <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    562
    - <small>Puppeteer::Page</small>
    641
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#box_model-instance_method" title="Puppeteer::ElementHandle#box_model (method)">#box_model</a></span>
    642
    + <small>Puppeteer::ElementHandle</small>
    563
    643
      </div>
    564
    644
      </li>
    565
    645
     
    @@ -572,6 +652,22 @@
    572
    652
      </li>
    573
    653
     
    574
    654
     
    655
    + <li class="odd ">
    656
    + <div class="item">
    657
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
    658
    + <small>Puppeteer::BrowserContext</small>
    659
    + </div>
    660
    + </li>
    661
    +
    662
    +
    663
    + <li class="even ">
    664
    + <div class="item">
    665
    + <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    666
    + <small>Puppeteer::Page</small>
    667
    + </div>
    668
    + </li>
    669
    +
    670
    +
    575
    671
      <li class="odd ">
    576
    672
      <div class="item">
    577
    673
      <span class='object_link'><a href="Puppeteer/Target.html#browser_context-instance_method" title="Puppeteer::Target#browser_context (method)">#browser_context</a></span>
    @@ -606,32 +702,32 @@
    606
    702
     
    607
    703
      <li class="odd ">
    608
    704
      <div class="item">
    609
    - <span class='object_link'><a href="Puppeteer/Page.html#cache_enabled=-instance_method" title="Puppeteer::Page#cache_enabled= (method)">#cache_enabled=</a></span>
    610
    - <small>Puppeteer::Page</small>
    705
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    706
    + <small>Puppeteer::NetworkManager</small>
    611
    707
      </div>
    612
    708
      </li>
    613
    709
     
    614
    710
     
    615
    711
      <li class="even ">
    616
    712
      <div class="item">
    617
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    618
    - <small>Puppeteer::NetworkManager</small>
    713
    + <span class='object_link'><a href="Puppeteer/Page.html#cache_enabled=-instance_method" title="Puppeteer::Page#cache_enabled= (method)">#cache_enabled=</a></span>
    714
    + <small>Puppeteer::Page</small>
    619
    715
      </div>
    620
    716
      </li>
    621
    717
     
    622
    718
     
    623
    719
      <li class="odd ">
    624
    720
      <div class="item">
    625
    - <span class='object_link'><a href="Puppeteer/Frame.html#child_frames-instance_method" title="Puppeteer::Frame#child_frames (method)">#child_frames</a></span>
    626
    - <small>Puppeteer::Frame</small>
    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>
    627
    723
      </div>
    628
    724
      </li>
    629
    725
     
    630
    726
     
    631
    727
      <li class="even ">
    632
    728
      <div class="item">
    633
    - <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    634
    - <small>Puppeteer::Page</small>
    729
    + <span class='object_link'><a href="Puppeteer/Frame.html#child_frames-instance_method" title="Puppeteer::Frame#child_frames (method)">#child_frames</a></span>
    730
    + <small>Puppeteer::Frame</small>
    635
    731
      </div>
    636
    732
      </li>
    637
    733
     
    @@ -646,8 +742,8 @@
    646
    742
     
    647
    743
      <li class="even ">
    648
    744
      <div class="item">
    649
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    650
    - <small>Puppeteer::ElementHandle</small>
    745
    + <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    746
    + <small>Puppeteer::Page</small>
    651
    747
      </div>
    652
    748
      </li>
    653
    749
     
    @@ -670,7 +766,7 @@
    670
    766
     
    671
    767
      <li class="odd ">
    672
    768
      <div class="item">
    673
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#clickable_point-instance_method" title="Puppeteer::ElementHandle#clickable_point (method)">#clickable_point</a></span>
    769
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    674
    770
      <small>Puppeteer::ElementHandle</small>
    675
    771
      </div>
    676
    772
      </li>
    @@ -678,8 +774,8 @@
    678
    774
     
    679
    775
      <li class="even ">
    680
    776
      <div class="item">
    681
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#client-instance_method" title="Puppeteer::ExecutionContext#client (method)">#client</a></span>
    682
    - <small>Puppeteer::ExecutionContext</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>
    683
    779
      </div>
    684
    780
      </li>
    685
    781
     
    @@ -694,63 +790,63 @@
    694
    790
     
    695
    791
      <li class="even ">
    696
    792
      <div class="item">
    697
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#clip-instance_method" title="Puppeteer::Page::ScreenshotOptions#clip (method)">#clip</a></span>
    698
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    793
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#client-instance_method" title="Puppeteer::ExecutionContext#client (method)">#client</a></span>
    794
    + <small>Puppeteer::ExecutionContext</small>
    699
    795
      </div>
    700
    796
      </li>
    701
    797
     
    702
    798
     
    703
    799
      <li class="odd ">
    704
    800
      <div class="item">
    705
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    706
    - <small>Puppeteer::WebSocketTransport</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>
    707
    803
      </div>
    708
    804
      </li>
    709
    805
     
    710
    806
     
    711
    807
      <li class="even ">
    712
    808
      <div class="item">
    713
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    714
    - <small>Puppeteer::BrowserContext</small>
    809
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    810
    + <small>Puppeteer::WebSocket</small>
    715
    811
      </div>
    716
    812
      </li>
    717
    813
     
    718
    814
     
    719
    815
      <li class="odd ">
    720
    816
      <div class="item">
    721
    - <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    722
    - <small>Puppeteer::Browser</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>
    723
    819
      </div>
    724
    820
      </li>
    725
    821
     
    726
    822
     
    727
    823
      <li class="even ">
    728
    824
      <div class="item">
    729
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    730
    - <small>Puppeteer::BrowserRunner</small>
    825
    + <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    826
    + <small>Puppeteer::Browser</small>
    731
    827
      </div>
    732
    828
      </li>
    733
    829
     
    734
    830
     
    735
    831
      <li class="odd ">
    736
    832
      <div class="item">
    737
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    738
    - <small>Puppeteer::WebSocket</small>
    833
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    834
    + <small>Puppeteer::WebSocketTransport</small>
    739
    835
      </div>
    740
    836
      </li>
    741
    837
     
    742
    838
     
    743
    839
      <li class="even ">
    744
    840
      <div class="item">
    745
    - <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    746
    - <small>Puppeteer::Page</small>
    841
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    842
    + <small>Puppeteer::BrowserContext</small>
    747
    843
      </div>
    748
    844
      </li>
    749
    845
     
    750
    846
     
    751
    847
      <li class="odd ">
    752
    848
      <div class="item">
    753
    - <span class='object_link'><a href="Puppeteer/Page.html#closed%3F-instance_method" title="Puppeteer::Page#closed? (method)">#closed?</a></span>
    849
    + <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    754
    850
      <small>Puppeteer::Page</small>
    755
    851
      </div>
    756
    852
      </li>
    @@ -758,20 +854,36 @@
    758
    854
     
    759
    855
      <li class="even ">
    760
    856
      <div class="item">
    761
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#code-instance_method" title="Puppeteer::Keyboard::KeyDescription#code (method)">#code</a></span>
    762
    - <small>Puppeteer::Keyboard::KeyDescription</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>
    763
    859
      </div>
    764
    860
      </li>
    765
    861
     
    766
    862
     
    767
    863
      <li class="odd ">
    768
    864
      <div class="item">
    769
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#code (method)">#code</a></span>
    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>
    867
    + </div>
    868
    + </li>
    869
    +
    870
    +
    871
    + <li class="even ">
    872
    + <div class="item">
    873
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#code (method)">#code</a></span>
    770
    874
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    771
    875
      </div>
    772
    876
      </li>
    773
    877
     
    774
    878
     
    879
    + <li class="odd ">
    880
    + <div class="item">
    881
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#code-instance_method" title="Puppeteer::Keyboard::KeyDescription#code (method)">#code</a></span>
    882
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    883
    + </div>
    884
    + </li>
    885
    +
    886
    +
    775
    887
      <li class="even ">
    776
    888
      <div class="item">
    777
    889
      <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#column_number-instance_method" title="Puppeteer::ConsoleMessage::Location#column_number (method)">#column_number</a></span>
    @@ -814,48 +926,48 @@
    814
    926
     
    815
    927
      <li class="odd ">
    816
    928
      <div class="item">
    817
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#connection-instance_method" title="Puppeteer::BrowserRunner#connection (method)">#connection</a></span>
    818
    - <small>Puppeteer::BrowserRunner</small>
    929
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#connection-instance_method" title="Puppeteer::CDPSession#connection (method)">#connection</a></span>
    930
    + <small>Puppeteer::CDPSession</small>
    819
    931
      </div>
    820
    932
      </li>
    821
    933
     
    822
    934
     
    823
    935
      <li class="even ">
    824
    936
      <div class="item">
    825
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#connection-instance_method" title="Puppeteer::CDPSession#connection (method)">#connection</a></span>
    826
    - <small>Puppeteer::CDPSession</small>
    937
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#connection-instance_method" title="Puppeteer::BrowserRunner#connection (method)">#connection</a></span>
    938
    + <small>Puppeteer::BrowserRunner</small>
    827
    939
      </div>
    828
    940
      </li>
    829
    941
     
    830
    942
     
    831
    943
      <li class="odd ">
    832
    944
      <div class="item">
    833
    - <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    834
    - <small>Puppeteer::Frame</small>
    945
    + <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
    946
    + <small>Puppeteer::Page</small>
    835
    947
      </div>
    836
    948
      </li>
    837
    949
     
    838
    950
     
    839
    951
      <li class="even ">
    840
    952
      <div class="item">
    841
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    842
    - <small>Puppeteer::Page::StyleTag</small>
    953
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    954
    + <small>Puppeteer::Page::ScriptTag</small>
    843
    955
      </div>
    844
    956
      </li>
    845
    957
     
    846
    958
     
    847
    959
      <li class="odd ">
    848
    960
      <div class="item">
    849
    - <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
    850
    - <small>Puppeteer::Page</small>
    961
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    962
    + <small>Puppeteer::Page::StyleTag</small>
    851
    963
      </div>
    852
    964
      </li>
    853
    965
     
    854
    966
     
    855
    967
      <li class="even ">
    856
    968
      <div class="item">
    857
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    858
    - <small>Puppeteer::Page::ScriptTag</small>
    969
    + <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    970
    + <small>Puppeteer::Frame</small>
    859
    971
      </div>
    860
    972
      </li>
    861
    973
     
    @@ -918,32 +1030,32 @@
    918
    1030
     
    919
    1031
      <li class="even ">
    920
    1032
      <div class="item">
    921
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    922
    - <small>Puppeteer::WebSocketTransport</small>
    1033
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#create-class_method" title="Puppeteer::JSHandle.create (method)">create</a></span>
    1034
    + <small>Puppeteer::JSHandle</small>
    923
    1035
      </div>
    924
    1036
      </li>
    925
    1037
     
    926
    1038
     
    927
    1039
      <li class="odd ">
    928
    1040
      <div class="item">
    929
    - <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    930
    - <small>Puppeteer::Page</small>
    1041
    + <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    1042
    + <small>Puppeteer::Browser</small>
    931
    1043
      </div>
    932
    1044
      </li>
    933
    1045
     
    934
    1046
     
    935
    1047
      <li class="even ">
    936
    1048
      <div class="item">
    937
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#create-class_method" title="Puppeteer::JSHandle.create (method)">create</a></span>
    938
    - <small>Puppeteer::JSHandle</small>
    1049
    + <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    1050
    + <small>Puppeteer::Page</small>
    939
    1051
      </div>
    940
    1052
      </li>
    941
    1053
     
    942
    1054
     
    943
    1055
      <li class="odd ">
    944
    1056
      <div class="item">
    945
    - <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    946
    - <small>Puppeteer::Browser</small>
    1057
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    1058
    + <small>Puppeteer::WebSocketTransport</small>
    947
    1059
      </div>
    948
    1060
      </li>
    949
    1061
     
    @@ -1134,24 +1246,24 @@
    1134
    1246
     
    1135
    1247
      <li class="odd ">
    1136
    1248
      <div class="item">
    1137
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1138
    - <small>Puppeteer::LifecycleWatcher</small>
    1249
    + <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1250
    + <small>Puppeteer::Connection</small>
    1139
    1251
      </div>
    1140
    1252
      </li>
    1141
    1253
     
    1142
    1254
     
    1143
    1255
      <li class="even ">
    1144
    1256
      <div class="item">
    1145
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1146
    - <small>Puppeteer::JSHandle</small>
    1257
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1258
    + <small>Puppeteer::LifecycleWatcher</small>
    1147
    1259
      </div>
    1148
    1260
      </li>
    1149
    1261
     
    1150
    1262
     
    1151
    1263
      <li class="odd ">
    1152
    1264
      <div class="item">
    1153
    - <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1154
    - <small>Puppeteer::Connection</small>
    1265
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1266
    + <small>Puppeteer::JSHandle</small>
    1155
    1267
      </div>
    1156
    1268
      </li>
    1157
    1269
     
    @@ -1206,16 +1318,16 @@
    1206
    1318
     
    1207
    1319
      <li class="even ">
    1208
    1320
      <div class="item">
    1209
    - <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#each-instance_method" title="Puppeteer::EventCallbackable::EventListeners#each (method)">#each</a></span>
    1210
    - <small>Puppeteer::EventCallbackable::EventListeners</small>
    1321
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#each-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#each (method)">#each</a></span>
    1322
    + <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    1211
    1323
      </div>
    1212
    1324
      </li>
    1213
    1325
     
    1214
    1326
     
    1215
    1327
      <li class="odd ">
    1216
    1328
      <div class="item">
    1217
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#each-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#each (method)">#each</a></span>
    1218
    - <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    1329
    + <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#each-instance_method" title="Puppeteer::EventCallbackable::EventListeners#each (method)">#each</a></span>
    1330
    + <small>Puppeteer::EventCallbackable::EventListeners</small>
    1219
    1331
      </div>
    1220
    1332
      </li>
    1221
    1333
     
    @@ -1278,8 +1390,8 @@
    1278
    1390
     
    1279
    1391
      <li class="odd ">
    1280
    1392
      <div class="item">
    1281
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
    1282
    - <small>Puppeteer::ExecutionContext</small>
    1393
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1394
    + <small>Puppeteer::DOMWorld</small>
    1283
    1395
      </div>
    1284
    1396
      </li>
    1285
    1397
     
    @@ -1294,56 +1406,56 @@
    1294
    1406
     
    1295
    1407
      <li class="odd ">
    1296
    1408
      <div class="item">
    1297
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
    1298
    - <small>Puppeteer::Frame</small>
    1409
    + <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
    1410
    + <small>Puppeteer::Page</small>
    1299
    1411
      </div>
    1300
    1412
      </li>
    1301
    1413
     
    1302
    1414
     
    1303
    1415
      <li class="even ">
    1304
    1416
      <div class="item">
    1305
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1306
    - <small>Puppeteer::DOMWorld</small>
    1417
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
    1418
    + <small>Puppeteer::ExecutionContext</small>
    1307
    1419
      </div>
    1308
    1420
      </li>
    1309
    1421
     
    1310
    1422
     
    1311
    1423
      <li class="odd ">
    1312
    1424
      <div class="item">
    1313
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
    1314
    - <small>Puppeteer::Page</small>
    1425
    + <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
    1426
    + <small>Puppeteer::Frame</small>
    1315
    1427
      </div>
    1316
    1428
      </li>
    1317
    1429
     
    1318
    1430
     
    1319
    1431
      <li class="even ">
    1320
    1432
      <div class="item">
    1321
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
    1322
    - <small>Puppeteer::DOMWorld</small>
    1433
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1434
    + <small>Puppeteer::ExecutionContext</small>
    1323
    1435
      </div>
    1324
    1436
      </li>
    1325
    1437
     
    1326
    1438
     
    1327
    1439
      <li class="odd ">
    1328
    1440
      <div class="item">
    1329
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1330
    - <small>Puppeteer::Frame</small>
    1441
    + <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
    1442
    + <small>Puppeteer::Page</small>
    1331
    1443
      </div>
    1332
    1444
      </li>
    1333
    1445
     
    1334
    1446
     
    1335
    1447
      <li class="even ">
    1336
    1448
      <div class="item">
    1337
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1338
    - <small>Puppeteer::ExecutionContext</small>
    1449
    + <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1450
    + <small>Puppeteer::Frame</small>
    1339
    1451
      </div>
    1340
    1452
      </li>
    1341
    1453
     
    1342
    1454
     
    1343
    1455
      <li class="odd ">
    1344
    1456
      <div class="item">
    1345
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
    1346
    - <small>Puppeteer::Page</small>
    1457
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
    1458
    + <small>Puppeteer::DOMWorld</small>
    1347
    1459
      </div>
    1348
    1460
      </li>
    1349
    1461
     
    @@ -1382,48 +1494,48 @@
    1382
    1494
     
    1383
    1495
      <li class="even ">
    1384
    1496
      <div class="item">
    1385
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
    1386
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    1497
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#executable_path-instance_method" title="Puppeteer::Launcher::Chrome#executable_path (method)">#executable_path</a></span>
    1498
    + <small>Puppeteer::Launcher::Chrome</small>
    1387
    1499
      </div>
    1388
    1500
      </li>
    1389
    1501
     
    1390
    1502
     
    1391
    1503
      <li class="odd ">
    1392
    1504
      <div class="item">
    1393
    - <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
    1394
    - <small>Puppeteer</small>
    1505
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
    1506
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    1395
    1507
      </div>
    1396
    1508
      </li>
    1397
    1509
     
    1398
    1510
     
    1399
    1511
      <li class="even ">
    1400
    1512
      <div class="item">
    1401
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#executable_path-instance_method" title="Puppeteer::Launcher::Chrome#executable_path (method)">#executable_path</a></span>
    1402
    - <small>Puppeteer::Launcher::Chrome</small>
    1513
    + <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
    1514
    + <small>Puppeteer</small>
    1403
    1515
      </div>
    1404
    1516
      </li>
    1405
    1517
     
    1406
    1518
     
    1407
    1519
      <li class="odd ">
    1408
    1520
      <div class="item">
    1409
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1410
    - <small>Puppeteer::DOMWorld</small>
    1521
    + <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1522
    + <small>Puppeteer::Frame</small>
    1411
    1523
      </div>
    1412
    1524
      </li>
    1413
    1525
     
    1414
    1526
     
    1415
    1527
      <li class="even ">
    1416
    1528
      <div class="item">
    1417
    - <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1418
    - <small>Puppeteer::Frame</small>
    1529
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
    1530
    + <small>Puppeteer::JSHandle</small>
    1419
    1531
      </div>
    1420
    1532
      </li>
    1421
    1533
     
    1422
    1534
     
    1423
    1535
      <li class="odd ">
    1424
    1536
      <div class="item">
    1425
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
    1426
    - <small>Puppeteer::JSHandle</small>
    1537
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1538
    + <small>Puppeteer::DOMWorld</small>
    1427
    1539
      </div>
    1428
    1540
      </li>
    1429
    1541
     
    @@ -1446,16 +1558,16 @@
    1446
    1558
     
    1447
    1559
      <li class="even ">
    1448
    1560
      <div class="item">
    1449
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#extra_http_headers=-instance_method" title="Puppeteer::NetworkManager#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1450
    - <small>Puppeteer::NetworkManager</small>
    1561
    + <span class='object_link'><a href="Puppeteer/Page.html#extra_http_headers=-instance_method" title="Puppeteer::Page#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1562
    + <small>Puppeteer::Page</small>
    1451
    1563
      </div>
    1452
    1564
      </li>
    1453
    1565
     
    1454
    1566
     
    1455
    1567
      <li class="odd ">
    1456
    1568
      <div class="item">
    1457
    - <span class='object_link'><a href="Puppeteer/Page.html#extra_http_headers=-instance_method" title="Puppeteer::Page#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1458
    - <small>Puppeteer::Page</small>
    1569
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#extra_http_headers=-instance_method" title="Puppeteer::NetworkManager#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1570
    + <small>Puppeteer::NetworkManager</small>
    1459
    1571
      </div>
    1460
    1572
      </li>
    1461
    1573
     
    @@ -1470,48 +1582,48 @@
    1470
    1582
     
    1471
    1583
      <li class="odd ">
    1472
    1584
      <div class="item">
    1473
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#focus-instance_method" title="Puppeteer::ElementHandle#focus (method)">#focus</a></span>
    1474
    - <small>Puppeteer::ElementHandle</small>
    1585
    + <span class='object_link'><a href="Puppeteer/Frame.html#focus-instance_method" title="Puppeteer::Frame#focus (method)">#focus</a></span>
    1586
    + <small>Puppeteer::Frame</small>
    1475
    1587
      </div>
    1476
    1588
      </li>
    1477
    1589
     
    1478
    1590
     
    1479
    1591
      <li class="even ">
    1480
    1592
      <div class="item">
    1481
    - <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1482
    - <small>Puppeteer::Page</small>
    1593
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#focus-instance_method" title="Puppeteer::ElementHandle#focus (method)">#focus</a></span>
    1594
    + <small>Puppeteer::ElementHandle</small>
    1483
    1595
      </div>
    1484
    1596
      </li>
    1485
    1597
     
    1486
    1598
     
    1487
    1599
      <li class="odd ">
    1488
    1600
      <div class="item">
    1489
    - <span class='object_link'><a href="Puppeteer/Frame.html#focus-instance_method" title="Puppeteer::Frame#focus (method)">#focus</a></span>
    1490
    - <small>Puppeteer::Frame</small>
    1601
    + <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1602
    + <small>Puppeteer::Page</small>
    1491
    1603
      </div>
    1492
    1604
      </li>
    1493
    1605
     
    1494
    1606
     
    1495
    1607
      <li class="even ">
    1496
    1608
      <div class="item">
    1497
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
    1498
    - <small>Puppeteer::DOMWorld</small>
    1609
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
    1610
    + <small>Puppeteer::ExecutionContext</small>
    1499
    1611
      </div>
    1500
    1612
      </li>
    1501
    1613
     
    1502
    1614
     
    1503
    1615
      <li class="odd ">
    1504
    1616
      <div class="item">
    1505
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1506
    - <small>Puppeteer::FrameManager</small>
    1617
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
    1618
    + <small>Puppeteer::DOMWorld</small>
    1507
    1619
      </div>
    1508
    1620
      </li>
    1509
    1621
     
    1510
    1622
     
    1511
    1623
      <li class="even ">
    1512
    1624
      <div class="item">
    1513
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
    1514
    - <small>Puppeteer::ExecutionContext</small>
    1625
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1626
    + <small>Puppeteer::FrameManager</small>
    1515
    1627
      </div>
    1516
    1628
      </li>
    1517
    1629
     
    @@ -1526,16 +1638,16 @@
    1526
    1638
     
    1527
    1639
      <li class="even ">
    1528
    1640
      <div class="item">
    1529
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#frames-instance_method" title="Puppeteer::FrameManager#frames (method)">#frames</a></span>
    1530
    - <small>Puppeteer::FrameManager</small>
    1641
    + <span class='object_link'><a href="Puppeteer/Page.html#frames-instance_method" title="Puppeteer::Page#frames (method)">#frames</a></span>
    1642
    + <small>Puppeteer::Page</small>
    1531
    1643
      </div>
    1532
    1644
      </li>
    1533
    1645
     
    1534
    1646
     
    1535
    1647
      <li class="odd ">
    1536
    1648
      <div class="item">
    1537
    - <span class='object_link'><a href="Puppeteer/Page.html#frames-instance_method" title="Puppeteer::Page#frames (method)">#frames</a></span>
    1538
    - <small>Puppeteer::Page</small>
    1649
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#frames-instance_method" title="Puppeteer::FrameManager#frames (method)">#frames</a></span>
    1650
    + <small>Puppeteer::FrameManager</small>
    1539
    1651
      </div>
    1540
    1652
      </li>
    1541
    1653
     
    @@ -1582,16 +1694,16 @@
    1582
    1694
     
    1583
    1695
      <li class="odd ">
    1584
    1696
      <div class="item">
    1585
    - <span class='object_link'><a href="Puppeteer/Page.html#goto-instance_method" title="Puppeteer::Page#goto (method)">#goto</a></span>
    1586
    - <small>Puppeteer::Page</small>
    1697
    + <span class='object_link'><a href="Puppeteer/Frame.html#goto-instance_method" title="Puppeteer::Frame#goto (method)">#goto</a></span>
    1698
    + <small>Puppeteer::Frame</small>
    1587
    1699
      </div>
    1588
    1700
      </li>
    1589
    1701
     
    1590
    1702
     
    1591
    1703
      <li class="even ">
    1592
    1704
      <div class="item">
    1593
    - <span class='object_link'><a href="Puppeteer/Frame.html#goto-instance_method" title="Puppeteer::Frame#goto (method)">#goto</a></span>
    1594
    - <small>Puppeteer::Frame</small>
    1705
    + <span class='object_link'><a href="Puppeteer/Page.html#goto-instance_method" title="Puppeteer::Page#goto (method)">#goto</a></span>
    1706
    + <small>Puppeteer::Page</small>
    1595
    1707
      </div>
    1596
    1708
      </li>
    1597
    1709
     
    @@ -1630,15 +1742,15 @@
    1630
    1742
     
    1631
    1743
      <li class="odd ">
    1632
    1744
      <div class="item">
    1633
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
    1634
    - <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>
    1635
    1747
      </div>
    1636
    1748
      </li>
    1637
    1749
     
    1638
    1750
     
    1639
    1751
      <li class="even ">
    1640
    1752
      <div class="item">
    1641
    - <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>
    1642
    1754
      <small>Puppeteer::FrameManager</small>
    1643
    1755
      </div>
    1644
    1756
      </li>
    @@ -1646,7 +1758,7 @@
    1646
    1758
     
    1647
    1759
      <li class="odd ">
    1648
    1760
      <div class="item">
    1649
    - <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>
    1650
    1762
      <small>Puppeteer::FrameManager</small>
    1651
    1763
      </div>
    1652
    1764
      </li>
    @@ -1654,8 +1766,8 @@
    1654
    1766
     
    1655
    1767
      <li class="even ">
    1656
    1768
      <div class="item">
    1657
    - <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>
    1658
    - <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>
    1659
    1771
      </div>
    1660
    1772
      </li>
    1661
    1773
     
    @@ -1717,14 +1829,6 @@
    1717
    1829
     
    1718
    1830
     
    1719
    1831
      <li class="even ">
    1720
    - <div class="item">
    1721
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_initialized-instance_method" title="Puppeteer::Target#handle_initialized (method)">#handle_initialized</a></span>
    1722
    - <small>Puppeteer::Target</small>
    1723
    - </div>
    1724
    - </li>
    1725
    -
    1726
    -
    1727
    - <li class="odd ">
    1728
    1832
      <div class="item">
    1729
    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>
    1730
    1834
      <small>Puppeteer::FrameManager</small>
    @@ -1732,7 +1836,7 @@
    1732
    1836
      </li>
    1733
    1837
     
    1734
    1838
     
    1735
    - <li class="even ">
    1839
    + <li class="odd ">
    1736
    1840
      <div class="item">
    1737
    1841
      <span class='object_link'><a href="Puppeteer/Frame.html#handle_lifecycle_event-instance_method" title="Puppeteer::Frame#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1738
    1842
      <small>Puppeteer::Frame</small>
    @@ -1740,7 +1844,7 @@
    1740
    1844
      </li>
    1741
    1845
     
    1742
    1846
     
    1743
    - <li class="odd ">
    1847
    + <li class="even ">
    1744
    1848
      <div class="item">
    1745
    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>
    1746
    1850
      <small>Puppeteer::Frame</small>
    @@ -1748,7 +1852,7 @@
    1748
    1852
      </li>
    1749
    1853
     
    1750
    1854
     
    1751
    - <li class="even ">
    1855
    + <li class="odd ">
    1752
    1856
      <div class="item">
    1753
    1857
      <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1754
    1858
      <small>Puppeteer::CDPSession</small>
    @@ -1756,7 +1860,7 @@
    1756
    1860
      </li>
    1757
    1861
     
    1758
    1862
     
    1759
    - <li class="odd ">
    1863
    + <li class="even ">
    1760
    1864
      <div class="item">
    1761
    1865
      <span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html#handle_message-instance_method" title="Puppeteer::Connection::ResponseDebugPrinter#handle_message (method)">#handle_message</a></span>
    1762
    1866
      <small>Puppeteer::Connection::ResponseDebugPrinter</small>
    @@ -1764,7 +1868,7 @@
    1764
    1868
      </li>
    1765
    1869
     
    1766
    1870
     
    1767
    - <li class="even ">
    1871
    + <li class="odd ">
    1768
    1872
      <div class="item">
    1769
    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>
    1770
    1874
      <small>Puppeteer::Connection::RequestDebugPrinter</small>
    @@ -1772,7 +1876,7 @@
    1772
    1876
      </li>
    1773
    1877
     
    1774
    1878
     
    1775
    - <li class="odd ">
    1879
    + <li class="even ">
    1776
    1880
      <div class="item">
    1777
    1881
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_request-instance_method" title="Puppeteer::LifecycleWatcher#handle_request (method)">#handle_request</a></span>
    1778
    1882
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -1780,7 +1884,7 @@
    1780
    1884
      </li>
    1781
    1885
     
    1782
    1886
     
    1783
    - <li class="even ">
    1887
    + <li class="odd ">
    1784
    1888
      <div class="item">
    1785
    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>
    1786
    1890
      <small>Puppeteer::Browser</small>
    @@ -1788,7 +1892,7 @@
    1788
    1892
      </li>
    1789
    1893
     
    1790
    1894
     
    1791
    - <li class="odd ">
    1895
    + <li class="even ">
    1792
    1896
      <div class="item">
    1793
    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>
    1794
    1898
      <small>Puppeteer::Browser</small>
    @@ -1796,7 +1900,7 @@
    1796
    1900
      </li>
    1797
    1901
     
    1798
    1902
     
    1799
    - <li class="even ">
    1903
    + <li class="odd ">
    1800
    1904
      <div class="item">
    1801
    1905
      <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>
    1802
    1906
      <small>Puppeteer::Target</small>
    @@ -1804,7 +1908,7 @@
    1804
    1908
      </li>
    1805
    1909
     
    1806
    1910
     
    1807
    - <li class="odd ">
    1911
    + <li class="even ">
    1808
    1912
      <div class="item">
    1809
    1913
      <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>
    1810
    1914
      <small>Puppeteer::Browser</small>
    @@ -1812,7 +1916,7 @@
    1812
    1916
      </li>
    1813
    1917
     
    1814
    1918
     
    1815
    - <li class="even ">
    1919
    + <li class="odd ">
    1816
    1920
      <div class="item">
    1817
    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>
    1818
    1922
      <small>Puppeteer::DOMWorld</small>
    @@ -1820,7 +1924,7 @@
    1820
    1924
      </li>
    1821
    1925
     
    1822
    1926
     
    1823
    - <li class="odd ">
    1927
    + <li class="even ">
    1824
    1928
      <div class="item">
    1825
    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>
    1826
    1930
      <small>Puppeteer::Viewport</small>
    @@ -1828,7 +1932,7 @@
    1828
    1932
      </li>
    1829
    1933
     
    1830
    1934
     
    1831
    - <li class="even ">
    1935
    + <li class="odd ">
    1832
    1936
      <div class="item">
    1833
    1937
      <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
    1834
    1938
      <small>Puppeteer::Launcher::ChromeArgOptions</small>
    @@ -1836,18 +1940,26 @@
    1836
    1940
      </li>
    1837
    1941
     
    1838
    1942
     
    1943
    + <li class="even ">
    1944
    + <div class="item">
    1945
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#height-instance_method" title="Puppeteer::ElementHandle::BoxModel#height (method)">#height</a></span>
    1946
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    1947
    + </div>
    1948
    + </li>
    1949
    +
    1950
    +
    1839
    1951
      <li class="odd ">
    1840
    1952
      <div class="item">
    1841
    - <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
    1842
    - <small>Puppeteer::Viewport</small>
    1953
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#height-instance_method" title="Puppeteer::ElementHandle::BoundingBox#height (method)">#height</a></span>
    1954
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    1843
    1955
      </div>
    1844
    1956
      </li>
    1845
    1957
     
    1846
    1958
     
    1847
    1959
      <li class="even ">
    1848
    1960
      <div class="item">
    1849
    - <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
    1850
    - <small>Puppeteer::Frame</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>
    1851
    1963
      </div>
    1852
    1964
      </li>
    1853
    1965
     
    @@ -1862,13 +1974,21 @@
    1862
    1974
     
    1863
    1975
      <li class="even ">
    1864
    1976
      <div class="item">
    1865
    - <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
    1977
    + <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
    1866
    1978
      <small>Puppeteer::Frame</small>
    1867
    1979
      </div>
    1868
    1980
      </li>
    1869
    1981
     
    1870
    1982
     
    1871
    1983
      <li class="odd ">
    1984
    + <div class="item">
    1985
    + <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
    1986
    + <small>Puppeteer::Frame</small>
    1987
    + </div>
    1988
    + </li>
    1989
    +
    1990
    +
    1991
    + <li class="even ">
    1872
    1992
      <div class="item">
    1873
    1993
      <span class='object_link'><a href="Puppeteer/IfPresent.html#if_present-instance_method" title="Puppeteer::IfPresent#if_present (method)">#if_present</a></span>
    1874
    1994
      <small>Puppeteer::IfPresent</small>
    @@ -1876,7 +1996,7 @@
    1876
    1996
      </li>
    1877
    1997
     
    1878
    1998
     
    1879
    - <li class="even ">
    1999
    + <li class="odd ">
    1880
    2000
      <div class="item">
    1881
    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>
    1882
    2002
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -1884,7 +2004,7 @@
    1884
    2004
      </li>
    1885
    2005
     
    1886
    2006
     
    1887
    - <li class="odd ">
    2007
    + <li class="even ">
    1888
    2008
      <div class="item">
    1889
    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>
    1890
    2010
      <small>Puppeteer::Launcher::BrowserOptions</small>
    @@ -1892,6 +2012,14 @@
    1892
    2012
      </li>
    1893
    2013
     
    1894
    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
    +
    1895
    2023
      <li class="even ">
    1896
    2024
      <div class="item">
    1897
    2025
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#incognito%3F-instance_method" title="Puppeteer::BrowserContext#incognito? (method)">#incognito?</a></span>
    @@ -1918,56 +2046,56 @@
    1918
    2046
     
    1919
    2047
      <li class="odd ">
    1920
    2048
      <div class="item">
    1921
    - <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
    1922
    - <small>Puppeteer::WaitTask</small>
    2049
    + <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    2050
    + <small>Puppeteer::EventCallbackable::EventListeners</small>
    1923
    2051
      </div>
    1924
    2052
      </li>
    1925
    2053
     
    1926
    2054
     
    1927
    2055
      <li class="even ">
    1928
    2056
      <div class="item">
    1929
    - <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    1930
    - <small>Puppeteer</small>
    2057
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2058
    + <small>Puppeteer::LifecycleWatcher</small>
    1931
    2059
      </div>
    1932
    2060
      </li>
    1933
    2061
     
    1934
    2062
     
    1935
    2063
      <li class="odd ">
    1936
    2064
      <div class="item">
    1937
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    1938
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2065
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    2066
    + <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    1939
    2067
      </div>
    1940
    2068
      </li>
    1941
    2069
     
    1942
    2070
     
    1943
    2071
      <li class="even ">
    1944
    2072
      <div class="item">
    1945
    - <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    1946
    - <small>Puppeteer::Target</small>
    2073
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2074
    + <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    1947
    2075
      </div>
    1948
    2076
      </li>
    1949
    2077
     
    1950
    2078
     
    1951
    2079
      <li class="odd ">
    1952
    2080
      <div class="item">
    1953
    - <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    1954
    - <small>Puppeteer::Connection::ProtocolError</small>
    2081
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2082
    + <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    1955
    2083
      </div>
    1956
    2084
      </li>
    1957
    2085
     
    1958
    2086
     
    1959
    2087
      <li class="even ">
    1960
    2088
      <div class="item">
    1961
    - <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    1962
    - <small>Puppeteer::Connection::MessageCallback</small>
    2089
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2090
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    1963
    2091
      </div>
    1964
    2092
      </li>
    1965
    2093
     
    1966
    2094
     
    1967
    2095
      <li class="odd ">
    1968
    2096
      <div class="item">
    1969
    - <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    1970
    - <small>Puppeteer::EventCallbackable::EventListeners</small>
    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>
    1971
    2099
      </div>
    1972
    2100
      </li>
    1973
    2101
     
    @@ -1982,48 +2110,48 @@
    1982
    2110
     
    1983
    2111
      <li class="odd ">
    1984
    2112
      <div class="item">
    1985
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    1986
    - <small>Puppeteer::Page::StyleTag</small>
    2113
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    2114
    + <small>Puppeteer::WebSocket</small>
    1987
    2115
      </div>
    1988
    2116
      </li>
    1989
    2117
     
    1990
    2118
     
    1991
    2119
      <li class="even ">
    1992
    2120
      <div class="item">
    1993
    - <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    1994
    - <small>Puppeteer::Connection</small>
    2121
    + <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2122
    + <small>Puppeteer::EmulationManager</small>
    1995
    2123
      </div>
    1996
    2124
      </li>
    1997
    2125
     
    1998
    2126
     
    1999
    2127
      <li class="odd ">
    2000
    2128
      <div class="item">
    2001
    - <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2002
    - <small>Puppeteer::EmulationManager</small>
    2129
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2130
    + <small>Puppeteer::Keyboard</small>
    2003
    2131
      </div>
    2004
    2132
      </li>
    2005
    2133
     
    2006
    2134
     
    2007
    2135
      <li class="even ">
    2008
    2136
      <div class="item">
    2009
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2010
    - <small>Puppeteer::Keyboard</small>
    2137
    + <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2138
    + <small>Puppeteer::Frame</small>
    2011
    2139
      </div>
    2012
    2140
      </li>
    2013
    2141
     
    2014
    2142
     
    2015
    2143
      <li class="odd ">
    2016
    2144
      <div class="item">
    2017
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2018
    - <small>Puppeteer::WebSocketTransport</small>
    2145
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2146
    + <small>Puppeteer::NetworkManager</small>
    2019
    2147
      </div>
    2020
    2148
      </li>
    2021
    2149
     
    2022
    2150
     
    2023
    2151
      <li class="even ">
    2024
    2152
      <div class="item">
    2025
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2026
    - <small>Puppeteer::NetworkManager</small>
    2153
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2154
    + <small>Puppeteer::CDPSession</small>
    2027
    2155
      </div>
    2028
    2156
      </li>
    2029
    2157
     
    @@ -2038,312 +2166,344 @@
    2038
    2166
     
    2039
    2167
      <li class="even ">
    2040
    2168
      <div class="item">
    2041
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
    2042
    - <small>Puppeteer::JSHandle</small>
    2169
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2170
    + <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2043
    2171
      </div>
    2044
    2172
      </li>
    2045
    2173
     
    2046
    2174
     
    2047
    2175
      <li class="odd ">
    2048
    2176
      <div class="item">
    2049
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2050
    - <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2177
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2178
    + <small>Puppeteer::ConsoleMessage</small>
    2051
    2179
      </div>
    2052
    2180
      </li>
    2053
    2181
     
    2054
    2182
     
    2055
    2183
      <li class="even ">
    2056
    2184
      <div class="item">
    2057
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2058
    - <small>Puppeteer::ConsoleMessage</small>
    2185
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2186
    + <small>Puppeteer::ConsoleMessage::Location</small>
    2059
    2187
      </div>
    2060
    2188
      </li>
    2061
    2189
     
    2062
    2190
     
    2063
    2191
      <li class="odd ">
    2064
    2192
      <div class="item">
    2065
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2066
    - <small>Puppeteer::ConsoleMessage::Location</small>
    2193
    + <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2194
    + <small>Puppeteer::BrowserFetcher</small>
    2067
    2195
      </div>
    2068
    2196
      </li>
    2069
    2197
     
    2070
    2198
     
    2071
    2199
      <li class="even ">
    2072
    2200
      <div class="item">
    2073
    - <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2074
    - <small>Puppeteer::BrowserFetcher</small>
    2201
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
    2202
    + <small>Puppeteer::FileChooser</small>
    2075
    2203
      </div>
    2076
    2204
      </li>
    2077
    2205
     
    2078
    2206
     
    2079
    2207
      <li class="odd ">
    2080
    2208
      <div class="item">
    2081
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2082
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    2209
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2210
    + <small>Puppeteer::BrowserContext</small>
    2083
    2211
      </div>
    2084
    2212
      </li>
    2085
    2213
     
    2086
    2214
     
    2087
    2215
      <li class="even ">
    2088
    2216
      <div class="item">
    2089
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2090
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    2217
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2218
    + <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2091
    2219
      </div>
    2092
    2220
      </li>
    2093
    2221
     
    2094
    2222
     
    2095
    2223
      <li class="odd ">
    2096
    2224
      <div class="item">
    2097
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2098
    - <small>Puppeteer::Page::ScriptTag</small>
    2225
    + <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    2226
    + <small>Puppeteer::Mouse</small>
    2099
    2227
      </div>
    2100
    2228
      </li>
    2101
    2229
     
    2102
    2230
     
    2103
    2231
      <li class="even ">
    2104
    2232
      <div class="item">
    2105
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    2106
    - <small>Puppeteer::WebSocket</small>
    2233
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2234
    + <small>Puppeteer::TouchScreen</small>
    2107
    2235
      </div>
    2108
    2236
      </li>
    2109
    2237
     
    2110
    2238
     
    2111
    2239
      <li class="odd ">
    2112
    2240
      <div class="item">
    2113
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2114
    - <small>Puppeteer::BrowserContext</small>
    2241
    + <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2242
    + <small>Puppeteer::Device</small>
    2115
    2243
      </div>
    2116
    2244
      </li>
    2117
    2245
     
    2118
    2246
     
    2119
    2247
      <li class="even ">
    2120
    2248
      <div class="item">
    2121
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2122
    - <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2249
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2250
    + <small>Puppeteer::FrameManager</small>
    2123
    2251
      </div>
    2124
    2252
      </li>
    2125
    2253
     
    2126
    2254
     
    2127
    2255
      <li class="odd ">
    2128
    2256
      <div class="item">
    2129
    - <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2130
    - <small>Puppeteer::Browser</small>
    2257
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2258
    + <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2131
    2259
      </div>
    2132
    2260
      </li>
    2133
    2261
     
    2134
    2262
     
    2135
    2263
      <li class="even ">
    2136
    2264
      <div class="item">
    2137
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    2138
    - <small>Puppeteer::Target::TargetInfo</small>
    2265
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    2266
    + <small>Puppeteer::ElementHandle</small>
    2139
    2267
      </div>
    2140
    2268
      </li>
    2141
    2269
     
    2142
    2270
     
    2143
    2271
      <li class="odd ">
    2144
    2272
      <div class="item">
    2145
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2146
    - <small>Puppeteer::CDPSession</small>
    2273
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2274
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2147
    2275
      </div>
    2148
    2276
      </li>
    2149
    2277
     
    2150
    2278
     
    2151
    2279
      <li class="even ">
    2152
    2280
      <div class="item">
    2153
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2154
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2281
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2282
    + <small>Puppeteer::BrowserRunner</small>
    2155
    2283
      </div>
    2156
    2284
      </li>
    2157
    2285
     
    2158
    2286
     
    2159
    2287
      <li class="odd ">
    2160
    2288
      <div class="item">
    2161
    - <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2162
    - <small>Puppeteer::Device</small>
    2289
    + <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2290
    + <small>Puppeteer::Target</small>
    2163
    2291
      </div>
    2164
    2292
      </li>
    2165
    2293
     
    2166
    2294
     
    2167
    2295
      <li class="even ">
    2168
    2296
      <div class="item">
    2169
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2170
    - <small>Puppeteer::DOMWorld</small>
    2297
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2298
    + <small>Puppeteer::RemoteObject</small>
    2171
    2299
      </div>
    2172
    2300
      </li>
    2173
    2301
     
    2174
    2302
     
    2175
    2303
      <li class="odd ">
    2176
    2304
      <div class="item">
    2177
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    2178
    - <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    2305
    + <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2306
    + <small>Puppeteer::Launcher::Base</small>
    2179
    2307
      </div>
    2180
    2308
      </li>
    2181
    2309
     
    2182
    2310
     
    2183
    2311
      <li class="even ">
    2184
    2312
      <div class="item">
    2185
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2186
    - <small>Puppeteer::LifecycleWatcher</small>
    2313
    + <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2314
    + <small>Puppeteer::Browser</small>
    2187
    2315
      </div>
    2188
    2316
      </li>
    2189
    2317
     
    2190
    2318
     
    2191
    2319
      <li class="odd ">
    2192
    2320
      <div class="item">
    2193
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2194
    - <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2321
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    2322
    + <small>Puppeteer::Target::TargetInfo</small>
    2195
    2323
      </div>
    2196
    2324
      </li>
    2197
    2325
     
    2198
    2326
     
    2199
    2327
      <li class="even ">
    2200
    2328
      <div class="item">
    2201
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2202
    - <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2329
    + <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    2330
    + <small>Puppeteer</small>
    2203
    2331
      </div>
    2204
    2332
      </li>
    2205
    2333
     
    2206
    2334
     
    2207
    2335
      <li class="odd ">
    2208
    2336
      <div class="item">
    2209
    - <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
    2210
    - <small>Puppeteer::WaitTask::TimeoutError</small>
    2337
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2338
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2211
    2339
      </div>
    2212
    2340
      </li>
    2213
    2341
     
    2214
    2342
     
    2215
    2343
      <li class="even ">
    2216
    2344
      <div class="item">
    2217
    - <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2218
    - <small>Puppeteer::Launcher::Base</small>
    2345
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2346
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2219
    2347
      </div>
    2220
    2348
      </li>
    2221
    2349
     
    2222
    2350
     
    2223
    2351
      <li class="odd ">
    2224
    2352
      <div class="item">
    2225
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2226
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2353
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
    2354
    + <small>Puppeteer::JSHandle</small>
    2227
    2355
      </div>
    2228
    2356
      </li>
    2229
    2357
     
    2230
    2358
     
    2231
    2359
      <li class="even ">
    2232
    2360
      <div class="item">
    2233
    - <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2234
    - <small>Puppeteer::Viewport</small>
    2361
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2362
    + <small>Puppeteer::DOMWorld</small>
    2235
    2363
      </div>
    2236
    2364
      </li>
    2237
    2365
     
    2238
    2366
     
    2239
    2367
      <li class="odd ">
    2240
    2368
      <div class="item">
    2241
    - <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    2242
    - <small>Puppeteer::Mouse</small>
    2369
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoundingBox#initialize (method)">#initialize</a></span>
    2370
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    2243
    2371
      </div>
    2244
    2372
      </li>
    2245
    2373
     
    2246
    2374
     
    2247
    2375
      <li class="even ">
    2248
    2376
      <div class="item">
    2249
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2250
    - <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2377
    + <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2378
    + <small>Puppeteer::Launcher::BrowserOptions</small>
    2251
    2379
      </div>
    2252
    2380
      </li>
    2253
    2381
     
    2254
    2382
     
    2255
    2383
      <li class="odd ">
    2256
    2384
      <div class="item">
    2257
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2258
    - <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2385
    + <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2386
    + <small>Puppeteer::Page</small>
    2259
    2387
      </div>
    2260
    2388
      </li>
    2261
    2389
     
    2262
    2390
     
    2263
    2391
      <li class="even ">
    2264
    2392
      <div class="item">
    2265
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2266
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    2393
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2394
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2267
    2395
      </div>
    2268
    2396
      </li>
    2269
    2397
     
    2270
    2398
     
    2271
    2399
      <li class="odd ">
    2272
    2400
      <div class="item">
    2273
    - <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2274
    - <small>Puppeteer::ElementHandle::Point</small>
    2401
    + <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2402
    + <small>Puppeteer::Viewport</small>
    2275
    2403
      </div>
    2276
    2404
      </li>
    2277
    2405
     
    2278
    2406
     
    2279
    2407
      <li class="even ">
    2280
    2408
      <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>
    2409
    + <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
    2410
    + <small>Puppeteer::WaitTask::TimeoutError</small>
    2283
    2411
      </div>
    2284
    2412
      </li>
    2285
    2413
     
    2286
    2414
     
    2287
    2415
      <li class="odd ">
    2288
    2416
      <div class="item">
    2289
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2290
    - <small>Puppeteer::TouchScreen</small>
    2417
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
    2418
    + <small>Puppeteer::WaitTask</small>
    2291
    2419
      </div>
    2292
    2420
      </li>
    2293
    2421
     
    2294
    2422
     
    2295
    2423
      <li class="even ">
    2296
    2424
      <div class="item">
    2297
    - <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2298
    - <small>Puppeteer::Page</small>
    2425
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoxModel#initialize (method)">#initialize</a></span>
    2426
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    2299
    2427
      </div>
    2300
    2428
      </li>
    2301
    2429
     
    2302
    2430
     
    2303
    2431
      <li class="odd ">
    2304
    2432
      <div class="item">
    2305
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2306
    - <small>Puppeteer::FrameManager</small>
    2433
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2434
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    2307
    2435
      </div>
    2308
    2436
      </li>
    2309
    2437
     
    2310
    2438
     
    2311
    2439
      <li class="even ">
    2312
    2440
      <div class="item">
    2313
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2314
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2441
    + <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2442
    + <small>Puppeteer::Connection::ProtocolError</small>
    2315
    2443
      </div>
    2316
    2444
      </li>
    2317
    2445
     
    2318
    2446
     
    2319
    2447
      <li class="odd ">
    2320
    2448
      <div class="item">
    2321
    - <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2322
    - <small>Puppeteer::Launcher::BrowserOptions</small>
    2449
    + <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2450
    + <small>Puppeteer::Connection::MessageCallback</small>
    2451
    + </div>
    2452
    + </li>
    2453
    +
    2454
    +
    2455
    + <li class="even ">
    2456
    + <div class="item">
    2457
    + <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
    2458
    + <small>Puppeteer::Page::FileChooserTimeoutError</small>
    2459
    + </div>
    2460
    + </li>
    2461
    +
    2462
    +
    2463
    + <li class="odd ">
    2464
    + <div class="item">
    2465
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2466
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    2467
    + </div>
    2468
    + </li>
    2469
    +
    2470
    +
    2471
    + <li class="even ">
    2472
    + <div class="item">
    2473
    + <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    2474
    + <small>Puppeteer::Connection</small>
    2475
    + </div>
    2476
    + </li>
    2477
    +
    2478
    +
    2479
    + <li class="odd ">
    2480
    + <div class="item">
    2481
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2482
    + <small>Puppeteer::WebSocketTransport</small>
    2323
    2483
      </div>
    2324
    2484
      </li>
    2325
    2485
     
    2326
    2486
     
    2327
    2487
      <li class="even ">
    2328
    2488
      <div class="item">
    2329
    - <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2330
    - <small>Puppeteer::Frame</small>
    2489
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2490
    + <small>Puppeteer::Page::ScriptTag</small>
    2331
    2491
      </div>
    2332
    2492
      </li>
    2333
    2493
     
    2334
    2494
     
    2335
    2495
      <li class="odd ">
    2336
    2496
      <div class="item">
    2337
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2338
    - <small>Puppeteer::BrowserRunner</small>
    2497
    + <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2498
    + <small>Puppeteer::ElementHandle::Point</small>
    2339
    2499
      </div>
    2340
    2500
      </li>
    2341
    2501
     
    2342
    2502
     
    2343
    2503
      <li class="even ">
    2344
    2504
      <div class="item">
    2345
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2346
    - <small>Puppeteer::RemoteObject</small>
    2505
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2506
    + <small>Puppeteer::Page::StyleTag</small>
    2347
    2507
      </div>
    2348
    2508
      </li>
    2349
    2509
     
    @@ -2373,6 +2533,14 @@
    2373
    2533
     
    2374
    2534
     
    2375
    2535
      <li class="even ">
    2536
    + <div class="item">
    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>
    2539
    + </div>
    2540
    + </li>
    2541
    +
    2542
    +
    2543
    + <li class="odd ">
    2376
    2544
      <div class="item">
    2377
    2545
      <span class='object_link'><a href="Puppeteer/Page.html#javascript_enabled-instance_method" title="Puppeteer::Page#javascript_enabled (method)">#javascript_enabled</a></span>
    2378
    2546
      <small>Puppeteer::Page</small>
    @@ -2380,7 +2548,7 @@
    2380
    2548
      </li>
    2381
    2549
     
    2382
    2550
     
    2383
    - <li class="odd ">
    2551
    + <li class="even ">
    2384
    2552
      <div class="item">
    2385
    2553
      <span class='object_link'><a href="Puppeteer/JSHandle.html#json_value-instance_method" title="Puppeteer::JSHandle#json_value (method)">#json_value</a></span>
    2386
    2554
      <small>Puppeteer::JSHandle</small>
    @@ -2388,7 +2556,7 @@
    2388
    2556
      </li>
    2389
    2557
     
    2390
    2558
     
    2391
    - <li class="even ">
    2559
    + <li class="odd ">
    2392
    2560
      <div class="item">
    2393
    2561
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
    2394
    2562
      <small>Puppeteer::Keyboard::KeyDescription</small>
    @@ -2396,7 +2564,7 @@
    2396
    2564
      </li>
    2397
    2565
     
    2398
    2566
     
    2399
    - <li class="odd ">
    2567
    + <li class="even ">
    2400
    2568
      <div class="item">
    2401
    2569
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2402
    2570
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -2404,7 +2572,7 @@
    2404
    2572
      </li>
    2405
    2573
     
    2406
    2574
     
    2407
    - <li class="even ">
    2575
    + <li class="odd ">
    2408
    2576
      <div class="item">
    2409
    2577
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key_code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key_code (method)">#key_code</a></span>
    2410
    2578
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -2412,7 +2580,7 @@
    2412
    2580
      </li>
    2413
    2581
     
    2414
    2582
     
    2415
    - <li class="odd ">
    2583
    + <li class="even ">
    2416
    2584
      <div class="item">
    2417
    2585
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key_code-instance_method" title="Puppeteer::Keyboard::KeyDescription#key_code (method)">#key_code</a></span>
    2418
    2586
      <small>Puppeteer::Keyboard::KeyDescription</small>
    @@ -2420,7 +2588,7 @@
    2420
    2588
      </li>
    2421
    2589
     
    2422
    2590
     
    2423
    - <li class="even ">
    2591
    + <li class="odd ">
    2424
    2592
      <div class="item">
    2425
    2593
      <span class='object_link'><a href="Puppeteer/Page.html#keyboard-instance_method" title="Puppeteer::Page#keyboard (method)">#keyboard</a></span>
    2426
    2594
      <small>Puppeteer::Page</small>
    @@ -2428,14 +2596,6 @@
    2428
    2596
      </li>
    2429
    2597
     
    2430
    2598
     
    2431
    - <li class="odd ">
    2432
    - <div class="item">
    2433
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
    2434
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2435
    - </div>
    2436
    - </li>
    2437
    -
    2438
    -
    2439
    2599
      <li class="even ">
    2440
    2600
      <div class="item">
    2441
    2601
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    @@ -2446,16 +2606,16 @@
    2446
    2606
     
    2447
    2607
      <li class="odd ">
    2448
    2608
      <div class="item">
    2449
    - <span class='object_link'><a href="Puppeteer/Viewport.html#landscape%3F-instance_method" title="Puppeteer::Viewport#landscape? (method)">#landscape?</a></span>
    2450
    - <small>Puppeteer::Viewport</small>
    2609
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
    2610
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2451
    2611
      </div>
    2452
    2612
      </li>
    2453
    2613
     
    2454
    2614
     
    2455
    2615
      <li class="even ">
    2456
    2616
      <div class="item">
    2457
    - <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
    2458
    - <small>Puppeteer</small>
    2617
    + <span class='object_link'><a href="Puppeteer/Viewport.html#landscape%3F-instance_method" title="Puppeteer::Viewport#landscape? (method)">#landscape?</a></span>
    2618
    + <small>Puppeteer::Viewport</small>
    2459
    2619
      </div>
    2460
    2620
      </li>
    2461
    2621
     
    @@ -2469,6 +2629,14 @@
    2469
    2629
     
    2470
    2630
     
    2471
    2631
      <li class="even ">
    2632
    + <div class="item">
    2633
    + <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
    2634
    + <small>Puppeteer</small>
    2635
    + </div>
    2636
    + </li>
    2637
    +
    2638
    +
    2639
    + <li class="odd ">
    2472
    2640
      <div class="item">
    2473
    2641
      <span class='object_link'><a href="Puppeteer/Frame.html#lifecycle_events-instance_method" title="Puppeteer::Frame#lifecycle_events (method)">#lifecycle_events</a></span>
    2474
    2642
      <small>Puppeteer::Frame</small>
    @@ -2476,7 +2644,7 @@
    2476
    2644
      </li>
    2477
    2645
     
    2478
    2646
     
    2479
    - <li class="odd ">
    2647
    + <li class="even ">
    2480
    2648
      <div class="item">
    2481
    2649
      <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#line_number-instance_method" title="Puppeteer::ConsoleMessage::Location#line_number (method)">#line_number</a></span>
    2482
    2650
      <small>Puppeteer::ConsoleMessage::Location</small>
    @@ -2484,7 +2652,7 @@
    2484
    2652
      </li>
    2485
    2653
     
    2486
    2654
     
    2487
    - <li class="even ">
    2655
    + <li class="odd ">
    2488
    2656
      <div class="item">
    2489
    2657
      <span class='object_link'><a href="Puppeteer/Frame.html#loader_id-instance_method" title="Puppeteer::Frame#loader_id (method)">#loader_id</a></span>
    2490
    2658
      <small>Puppeteer::Frame</small>
    @@ -2492,15 +2660,15 @@
    2492
    2660
      </li>
    2493
    2661
     
    2494
    2662
     
    2495
    - <li class="odd ">
    2663
    + <li class="even ">
    2496
    2664
      <div class="item">
    2497
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2498
    - <small>Puppeteer::ConsoleMessage</small>
    2665
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2666
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2499
    2667
      </div>
    2500
    2668
      </li>
    2501
    2669
     
    2502
    2670
     
    2503
    - <li class="even ">
    2671
    + <li class="odd ">
    2504
    2672
      <div class="item">
    2505
    2673
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2506
    2674
      <small>Puppeteer::Keyboard::KeyDescription</small>
    @@ -2508,15 +2676,15 @@
    2508
    2676
      </li>
    2509
    2677
     
    2510
    2678
     
    2511
    - <li class="odd ">
    2679
    + <li class="even ">
    2512
    2680
      <div class="item">
    2513
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2514
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2681
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2682
    + <small>Puppeteer::ConsoleMessage</small>
    2515
    2683
      </div>
    2516
    2684
      </li>
    2517
    2685
     
    2518
    2686
     
    2519
    - <li class="even ">
    2687
    + <li class="odd ">
    2520
    2688
      <div class="item">
    2521
    2689
      <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#log_type-instance_method" title="Puppeteer::ConsoleMessage#log_type (method)">#log_type</a></span>
    2522
    2690
      <small>Puppeteer::ConsoleMessage</small>
    @@ -2524,7 +2692,7 @@
    2524
    2692
      </li>
    2525
    2693
     
    2526
    2694
     
    2527
    - <li class="odd ">
    2695
    + <li class="even ">
    2528
    2696
      <div class="item">
    2529
    2697
      <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2530
    2698
      <small>Puppeteer::FrameManager</small>
    @@ -2532,7 +2700,7 @@
    2532
    2700
      </li>
    2533
    2701
     
    2534
    2702
     
    2535
    - <li class="even ">
    2703
    + <li class="odd ">
    2536
    2704
      <div class="item">
    2537
    2705
      <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2538
    2706
      <small>Puppeteer::Page</small>
    @@ -2540,7 +2708,7 @@
    2540
    2708
      </li>
    2541
    2709
     
    2542
    2710
     
    2543
    - <li class="odd ">
    2711
    + <li class="even ">
    2544
    2712
      <div class="item">
    2545
    2713
      <span class='object_link'><a href="Puppeteer/Frame.html#main_world-instance_method" title="Puppeteer::Frame#main_world (method)">#main_world</a></span>
    2546
    2714
      <small>Puppeteer::Frame</small>
    @@ -2548,6 +2716,14 @@
    2548
    2716
      </li>
    2549
    2717
     
    2550
    2718
     
    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
    +
    2551
    2727
      <li class="even ">
    2552
    2728
      <div class="item">
    2553
    2729
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#method-instance_method" title="Puppeteer::Connection::MessageCallback#method (method)">#method</a></span>
    @@ -2598,8 +2774,8 @@
    2598
    2774
     
    2599
    2775
      <li class="even ">
    2600
    2776
      <div class="item">
    2601
    - <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2602
    - <small>Puppeteer::Device</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>
    2603
    2779
      </div>
    2604
    2780
      </li>
    2605
    2781
     
    @@ -2613,6 +2789,14 @@
    2613
    2789
     
    2614
    2790
     
    2615
    2791
      <li class="even ">
    2792
    + <div class="item">
    2793
    + <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2794
    + <small>Puppeteer::Device</small>
    2795
    + </div>
    2796
    + </li>
    2797
    +
    2798
    +
    2799
    + <li class="odd ">
    2616
    2800
      <div class="item">
    2617
    2801
      <span class='object_link'><a href="Puppeteer/FrameManager.html#navigate_frame-instance_method" title="Puppeteer::FrameManager#navigate_frame (method)">#navigate_frame</a></span>
    2618
    2802
      <small>Puppeteer::FrameManager</small>
    @@ -2620,7 +2804,7 @@
    2620
    2804
      </li>
    2621
    2805
     
    2622
    2806
     
    2623
    - <li class="odd ">
    2807
    + <li class="even ">
    2624
    2808
      <div class="item">
    2625
    2809
      <span class='object_link'><a href="Puppeteer/Frame.html#navigated-instance_method" title="Puppeteer::Frame#navigated (method)">#navigated</a></span>
    2626
    2810
      <small>Puppeteer::Frame</small>
    @@ -2628,7 +2812,7 @@
    2628
    2812
      </li>
    2629
    2813
     
    2630
    2814
     
    2631
    - <li class="even ">
    2815
    + <li class="odd ">
    2632
    2816
      <div class="item">
    2633
    2817
      <span class='object_link'><a href="Puppeteer/Frame.html#navigated_within_document-instance_method" title="Puppeteer::Frame#navigated_within_document (method)">#navigated_within_document</a></span>
    2634
    2818
      <small>Puppeteer::Frame</small>
    @@ -2636,7 +2820,7 @@
    2636
    2820
      </li>
    2637
    2821
     
    2638
    2822
     
    2639
    - <li class="odd ">
    2823
    + <li class="even ">
    2640
    2824
      <div class="item">
    2641
    2825
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#navigation_response-instance_method" title="Puppeteer::LifecycleWatcher#navigation_response (method)">#navigation_response</a></span>
    2642
    2826
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2644,7 +2828,7 @@
    2644
    2828
      </li>
    2645
    2829
     
    2646
    2830
     
    2647
    - <li class="even ">
    2831
    + <li class="odd ">
    2648
    2832
      <div class="item">
    2649
    2833
      <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#navigation_timeout-instance_method" title="Puppeteer::TimeoutSettings#navigation_timeout (method)">#navigation_timeout</a></span>
    2650
    2834
      <small>Puppeteer::TimeoutSettings</small>
    @@ -2652,7 +2836,7 @@
    2652
    2836
      </li>
    2653
    2837
     
    2654
    2838
     
    2655
    - <li class="odd ">
    2839
    + <li class="even ">
    2656
    2840
      <div class="item">
    2657
    2841
      <span class='object_link'><a href="Puppeteer/FrameManager.html#network_manager-instance_method" title="Puppeteer::FrameManager#network_manager (method)">#network_manager</a></span>
    2658
    2842
      <small>Puppeteer::FrameManager</small>
    @@ -2660,7 +2844,7 @@
    2660
    2844
      </li>
    2661
    2845
     
    2662
    2846
     
    2663
    - <li class="even ">
    2847
    + <li class="odd ">
    2664
    2848
      <div class="item">
    2665
    2849
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#new_document_navigation_promise-instance_method" title="Puppeteer::LifecycleWatcher#new_document_navigation_promise (method)">#new_document_navigation_promise</a></span>
    2666
    2850
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2668,6 +2852,14 @@
    2668
    2852
      </li>
    2669
    2853
     
    2670
    2854
     
    2855
    + <li class="even ">
    2856
    + <div class="item">
    2857
    + <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
    2858
    + <small>Puppeteer::Browser</small>
    2859
    + </div>
    2860
    + </li>
    2861
    +
    2862
    +
    2671
    2863
      <li class="odd ">
    2672
    2864
      <div class="item">
    2673
    2865
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
    @@ -2678,16 +2870,16 @@
    2678
    2870
     
    2679
    2871
      <li class="even ">
    2680
    2872
      <div class="item">
    2681
    - <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
    2682
    - <small>Puppeteer::Browser</small>
    2873
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#node_info-instance_method" title="Puppeteer::RemoteObject#node_info (method)">#node_info</a></span>
    2874
    + <small>Puppeteer::RemoteObject</small>
    2683
    2875
      </div>
    2684
    2876
      </li>
    2685
    2877
     
    2686
    2878
     
    2687
    2879
      <li class="odd ">
    2688
    2880
      <div class="item">
    2689
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#node_info-instance_method" title="Puppeteer::RemoteObject#node_info (method)">#node_info</a></span>
    2690
    - <small>Puppeteer::RemoteObject</small>
    2881
    + <span class='object_link'><a href="Puppeteer/EventCallbackable.html#observe_first-instance_method" title="Puppeteer::EventCallbackable#observe_first (method)">#observe_first</a></span>
    2882
    + <small>Puppeteer::EventCallbackable</small>
    2691
    2883
      </div>
    2692
    2884
      </li>
    2693
    2885
     
    @@ -2718,39 +2910,39 @@
    2718
    2910
     
    2719
    2911
      <li class="odd ">
    2720
    2912
      <div class="item">
    2721
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2722
    - <small>Puppeteer::WebSocketTransport</small>
    2913
    + <span class='object_link'><a href="Puppeteer/Browser.html#on-instance_method" title="Puppeteer::Browser#on (method)">#on</a></span>
    2914
    + <small>Puppeteer::Browser</small>
    2723
    2915
      </div>
    2724
    2916
      </li>
    2725
    2917
     
    2726
    2918
     
    2727
    2919
      <li class="even ">
    2728
    2920
      <div class="item">
    2729
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2730
    - <small>Puppeteer::Connection</small>
    2921
    + <span class='object_link'><a href="Puppeteer/Page.html#on-instance_method" title="Puppeteer::Page#on (method)">#on</a></span>
    2922
    + <small>Puppeteer::Page</small>
    2731
    2923
      </div>
    2732
    2924
      </li>
    2733
    2925
     
    2734
    2926
     
    2735
    2927
      <li class="odd ">
    2736
    2928
      <div class="item">
    2737
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2738
    - <small>Puppeteer::WebSocket</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>
    2739
    2931
      </div>
    2740
    2932
      </li>
    2741
    2933
     
    2742
    2934
     
    2743
    2935
      <li class="even ">
    2744
    2936
      <div class="item">
    2745
    - <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
    2746
    - <small>Puppeteer::Target</small>
    2937
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2938
    + <small>Puppeteer::Connection</small>
    2747
    2939
      </div>
    2748
    2940
      </li>
    2749
    2941
     
    2750
    2942
     
    2751
    2943
      <li class="odd ">
    2752
    2944
      <div class="item">
    2753
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_error-instance_method" title="Puppeteer::WebSocket#on_error (method)">#on_error</a></span>
    2945
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2754
    2946
      <small>Puppeteer::WebSocket</small>
    2755
    2947
      </div>
    2756
    2948
      </li>
    @@ -2758,16 +2950,16 @@
    2758
    2950
     
    2759
    2951
      <li class="even ">
    2760
    2952
      <div class="item">
    2761
    - <span class='object_link'><a href="Puppeteer/EventCallbackable.html#on_event-instance_method" title="Puppeteer::EventCallbackable#on_event (method)">#on_event</a></span>
    2762
    - <small>Puppeteer::EventCallbackable</small>
    2953
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_error-instance_method" title="Puppeteer::WebSocket#on_error (method)">#on_error</a></span>
    2954
    + <small>Puppeteer::WebSocket</small>
    2763
    2955
      </div>
    2764
    2956
      </li>
    2765
    2957
     
    2766
    2958
     
    2767
    2959
      <li class="odd ">
    2768
    2960
      <div class="item">
    2769
    - <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>
    2770
    - <small>Puppeteer::Target</small>
    2961
    + <span class='object_link'><a href="Puppeteer/EventCallbackable.html#on_event-instance_method" title="Puppeteer::EventCallbackable#on_event (method)">#on_event</a></span>
    2962
    + <small>Puppeteer::EventCallbackable</small>
    2771
    2963
      </div>
    2772
    2964
      </li>
    2773
    2965
     
    @@ -2806,24 +2998,24 @@
    2806
    2998
     
    2807
    2999
      <li class="even ">
    2808
    3000
      <div class="item">
    2809
    - <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    2810
    - <small>Puppeteer::Target</small>
    3001
    + <span class='object_link'><a href="Puppeteer/Page.html#once-instance_method" title="Puppeteer::Page#once (method)">#once</a></span>
    3002
    + <small>Puppeteer::Page</small>
    2811
    3003
      </div>
    2812
    3004
      </li>
    2813
    3005
     
    2814
    3006
     
    2815
    3007
      <li class="odd ">
    2816
    3008
      <div class="item">
    2817
    - <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>
    2818
    - <small>Puppeteer::Target::TargetInfo</small>
    3009
    + <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    3010
    + <small>Puppeteer::Target</small>
    2819
    3011
      </div>
    2820
    3012
      </li>
    2821
    3013
     
    2822
    3014
     
    2823
    3015
      <li class="even ">
    2824
    3016
      <div class="item">
    2825
    - <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    2826
    - <small>Puppeteer::Target</small>
    3017
    + <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>
    3018
    + <small>Puppeteer::Target::TargetInfo</small>
    2827
    3019
      </div>
    2828
    3020
      </li>
    2829
    3021
     
    @@ -2838,8 +3030,8 @@
    2838
    3030
     
    2839
    3031
      <li class="even ">
    2840
    3032
      <div class="item">
    2841
    - <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
    2842
    - <small>Puppeteer::Browser</small>
    3033
    + <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    3034
    + <small>Puppeteer::Target</small>
    2843
    3035
      </div>
    2844
    3036
      </li>
    2845
    3037
     
    @@ -2854,24 +3046,24 @@
    2854
    3046
     
    2855
    3047
      <li class="even ">
    2856
    3048
      <div class="item">
    2857
    - <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
    2858
    - <small>Puppeteer::Frame</small>
    3049
    + <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
    3050
    + <small>Puppeteer::Browser</small>
    2859
    3051
      </div>
    2860
    3052
      </li>
    2861
    3053
     
    2862
    3054
     
    2863
    3055
      <li class="odd ">
    2864
    3056
      <div class="item">
    2865
    - <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
    2866
    - <small>Puppeteer::NetworkManager::Credentials</small>
    3057
    + <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
    3058
    + <small>Puppeteer::Frame</small>
    2867
    3059
      </div>
    2868
    3060
      </li>
    2869
    3061
     
    2870
    3062
     
    2871
    3063
      <li class="even ">
    2872
    3064
      <div class="item">
    2873
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    2874
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3065
    + <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
    3066
    + <small>Puppeteer::NetworkManager::Credentials</small>
    2875
    3067
      </div>
    2876
    3068
      </li>
    2877
    3069
     
    @@ -2893,6 +3085,14 @@
    2893
    3085
     
    2894
    3086
     
    2895
    3087
      <li class="odd ">
    3088
    + <div class="item">
    3089
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    3090
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3091
    + </div>
    3092
    + </li>
    3093
    +
    3094
    +
    3095
    + <li class="even ">
    2896
    3096
      <div class="item">
    2897
    3097
      <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
    2898
    3098
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -2900,7 +3100,7 @@
    2900
    3100
      </li>
    2901
    3101
     
    2902
    3102
     
    2903
    - <li class="even ">
    3103
    + <li class="odd ">
    2904
    3104
      <div class="item">
    2905
    3105
      <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
    2906
    3106
      <small>Puppeteer::Keyboard</small>
    @@ -2908,7 +3108,7 @@
    2908
    3108
      </li>
    2909
    3109
     
    2910
    3110
     
    2911
    - <li class="odd ">
    3111
    + <li class="even ">
    2912
    3112
      <div class="item">
    2913
    3113
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
    2914
    3114
      <small>Puppeteer::ElementHandle</small>
    @@ -2916,7 +3116,7 @@
    2916
    3116
      </li>
    2917
    3117
     
    2918
    3118
     
    2919
    - <li class="even ">
    3119
    + <li class="odd ">
    2920
    3120
      <div class="item">
    2921
    3121
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
    2922
    3122
      <small>Puppeteer::BrowserRunner</small>
    @@ -2924,7 +3124,7 @@
    2924
    3124
      </li>
    2925
    3125
     
    2926
    3126
     
    2927
    - <li class="odd ">
    3127
    + <li class="even ">
    2928
    3128
      <div class="item">
    2929
    3129
      <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
    2930
    3130
      <small>Puppeteer::Browser</small>
    @@ -2932,7 +3132,7 @@
    2932
    3132
      </li>
    2933
    3133
     
    2934
    3134
     
    2935
    - <li class="even ">
    3135
    + <li class="odd ">
    2936
    3136
      <div class="item">
    2937
    3137
      <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
    2938
    3138
      <small>Puppeteer</small>
    @@ -2940,7 +3140,7 @@
    2940
    3140
      </li>
    2941
    3141
     
    2942
    3142
     
    2943
    - <li class="odd ">
    3143
    + <li class="even ">
    2944
    3144
      <div class="item">
    2945
    3145
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
    2946
    3146
      <small>Puppeteer::RemoteObject</small>
    @@ -2948,7 +3148,7 @@
    2948
    3148
      </li>
    2949
    3149
     
    2950
    3150
     
    2951
    - <li class="even ">
    3151
    + <li class="odd ">
    2952
    3152
      <div class="item">
    2953
    3153
      <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    2954
    3154
      <small>Puppeteer::JSHandle</small>
    @@ -2956,7 +3156,7 @@
    2956
    3156
      </li>
    2957
    3157
     
    2958
    3158
     
    2959
    - <li class="odd ">
    3159
    + <li class="even ">
    2960
    3160
      <div class="item">
    2961
    3161
      <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#quality-instance_method" title="Puppeteer::Page::ScreenshotOptions#quality (method)">#quality</a></span>
    2962
    3162
      <small>Puppeteer::Page::ScreenshotOptions</small>
    @@ -2964,7 +3164,7 @@
    2964
    3164
      </li>
    2965
    3165
     
    2966
    3166
     
    2967
    - <li class="even ">
    3167
    + <li class="odd ">
    2968
    3168
      <div class="item">
    2969
    3169
      <span class='object_link'><a href="Puppeteer/Page.html#query_objects-instance_method" title="Puppeteer::Page#query_objects (method)">#query_objects</a></span>
    2970
    3170
      <small>Puppeteer::Page</small>
    @@ -2972,7 +3172,7 @@
    2972
    3172
      </li>
    2973
    3173
     
    2974
    3174
     
    2975
    - <li class="odd ">
    3175
    + <li class="even ">
    2976
    3176
      <div class="item">
    2977
    3177
      <span class='object_link'><a href="Puppeteer/Connection.html#raw_send-instance_method" title="Puppeteer::Connection#raw_send (method)">#raw_send</a></span>
    2978
    3178
      <small>Puppeteer::Connection</small>
    @@ -2980,7 +3180,7 @@
    2980
    3180
      </li>
    2981
    3181
     
    2982
    3182
     
    2983
    - <li class="even ">
    3183
    + <li class="odd ">
    2984
    3184
      <div class="item">
    2985
    3185
      <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#readpartial-instance_method" title="Puppeteer::WebSocket::DriverImpl#readpartial (method)">#readpartial</a></span>
    2986
    3186
      <small>Puppeteer::WebSocket::DriverImpl</small>
    @@ -2988,7 +3188,7 @@
    2988
    3188
      </li>
    2989
    3189
     
    2990
    3190
     
    2991
    - <li class="odd ">
    3191
    + <li class="even ">
    2992
    3192
      <div class="item">
    2993
    3193
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#reject-instance_method" title="Puppeteer::Connection::MessageCallback#reject (method)">#reject</a></span>
    2994
    3194
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -2996,7 +3196,7 @@
    2996
    3196
      </li>
    2997
    3197
     
    2998
    3198
     
    2999
    - <li class="even ">
    3199
    + <li class="odd ">
    3000
    3200
      <div class="item">
    3001
    3201
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#release-instance_method" title="Puppeteer::RemoteObject#release (method)">#release</a></span>
    3002
    3202
      <small>Puppeteer::RemoteObject</small>
    @@ -3004,7 +3204,7 @@
    3004
    3204
      </li>
    3005
    3205
     
    3006
    3206
     
    3007
    - <li class="odd ">
    3207
    + <li class="even ">
    3008
    3208
      <div class="item">
    3009
    3209
      <span class='object_link'><a href="Puppeteer/Page.html#reload-instance_method" title="Puppeteer::Page#reload (method)">#reload</a></span>
    3010
    3210
      <small>Puppeteer::Page</small>
    @@ -3012,7 +3212,7 @@
    3012
    3212
      </li>
    3013
    3213
     
    3014
    3214
     
    3015
    - <li class="even ">
    3215
    + <li class="odd ">
    3016
    3216
      <div class="item">
    3017
    3217
      <span class='object_link'><a href="Puppeteer/JSHandle.html#remote_object-instance_method" title="Puppeteer::JSHandle#remote_object (method)">#remote_object</a></span>
    3018
    3218
      <small>Puppeteer::JSHandle</small>
    @@ -3020,7 +3220,7 @@
    3020
    3220
      </li>
    3021
    3221
     
    3022
    3222
     
    3023
    - <li class="odd ">
    3223
    + <li class="even ">
    3024
    3224
      <div class="item">
    3025
    3225
      <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>
    3026
    3226
      <small>Puppeteer::EventCallbackable</small>
    @@ -3028,7 +3228,7 @@
    3028
    3228
      </li>
    3029
    3229
     
    3030
    3230
     
    3031
    - <li class="even ">
    3231
    + <li class="odd ">
    3032
    3232
      <div class="item">
    3033
    3233
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3034
    3234
      <small>Puppeteer::NetworkManager</small>
    @@ -3036,7 +3236,7 @@
    3036
    3236
      </li>
    3037
    3237
     
    3038
    3238
     
    3039
    - <li class="odd ">
    3239
    + <li class="even ">
    3040
    3240
      <div class="item">
    3041
    3241
      <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    3042
    3242
      <small>Puppeteer::Page</small>
    @@ -3044,7 +3244,7 @@
    3044
    3244
      </li>
    3045
    3245
     
    3046
    3246
     
    3047
    - <li class="even ">
    3247
    + <li class="odd ">
    3048
    3248
      <div class="item">
    3049
    3249
      <span class='object_link'><a href="Puppeteer/WaitTask.html#rerun-instance_method" title="Puppeteer::WaitTask#rerun (method)">#rerun</a></span>
    3050
    3250
      <small>Puppeteer::WaitTask</small>
    @@ -3052,7 +3252,7 @@
    3052
    3252
      </li>
    3053
    3253
     
    3054
    3254
     
    3055
    - <li class="odd ">
    3255
    + <li class="even ">
    3056
    3256
      <div class="item">
    3057
    3257
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#resolvable_future-instance_method" title="Puppeteer::ConcurrentRubyUtils#resolvable_future (method)">#resolvable_future</a></span>
    3058
    3258
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -3060,7 +3260,7 @@
    3060
    3260
      </li>
    3061
    3261
     
    3062
    3262
     
    3063
    - <li class="even ">
    3263
    + <li class="odd ">
    3064
    3264
      <div class="item">
    3065
    3265
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#resolve-instance_method" title="Puppeteer::Connection::MessageCallback#resolve (method)">#resolve</a></span>
    3066
    3266
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -3068,7 +3268,7 @@
    3068
    3268
      </li>
    3069
    3269
     
    3070
    3270
     
    3071
    - <li class="odd ">
    3271
    + <li class="even ">
    3072
    3272
      <div class="item">
    3073
    3273
      <span class='object_link'><a href="Puppeteer/Launcher/Base.html#resolve_executable_path-instance_method" title="Puppeteer::Launcher::Base#resolve_executable_path (method)">#resolve_executable_path</a></span>
    3074
    3274
      <small>Puppeteer::Launcher::Base</small>
    @@ -3076,7 +3276,7 @@
    3076
    3276
      </li>
    3077
    3277
     
    3078
    3278
     
    3079
    - <li class="even ">
    3279
    + <li class="odd ">
    3080
    3280
      <div class="item">
    3081
    3281
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#same_document_navigation_promise-instance_method" title="Puppeteer::LifecycleWatcher#same_document_navigation_promise (method)">#same_document_navigation_promise</a></span>
    3082
    3282
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -3084,6 +3284,14 @@
    3084
    3284
      </li>
    3085
    3285
     
    3086
    3286
     
    3287
    + <li class="even ">
    3288
    + <div class="item">
    3289
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
    3290
    + <small>Puppeteer::ElementHandle</small>
    3291
    + </div>
    3292
    + </li>
    3293
    +
    3294
    +
    3087
    3295
      <li class="odd ">
    3088
    3296
      <div class="item">
    3089
    3297
      <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
    @@ -3110,16 +3318,32 @@
    3110
    3318
     
    3111
    3319
      <li class="even ">
    3112
    3320
      <div class="item">
    3113
    - <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3114
    - <small>Puppeteer::Page</small>
    3321
    + <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
    3322
    + <small>Puppeteer::Frame</small>
    3323
    + </div>
    3324
    + </li>
    3325
    +
    3326
    +
    3327
    + <li class="odd ">
    3328
    + <div class="item">
    3329
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3330
    + <small>Puppeteer::ElementHandle</small>
    3331
    + </div>
    3332
    + </li>
    3333
    +
    3334
    +
    3335
    + <li class="even ">
    3336
    + <div class="item">
    3337
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
    3338
    + <small>Puppeteer::DOMWorld</small>
    3115
    3339
      </div>
    3116
    3340
      </li>
    3117
    3341
     
    3118
    3342
     
    3119
    3343
      <li class="odd ">
    3120
    3344
      <div class="item">
    3121
    - <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
    3122
    - <small>Puppeteer::Frame</small>
    3345
    + <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3346
    + <small>Puppeteer::Page</small>
    3123
    3347
      </div>
    3124
    3348
      </li>
    3125
    3349
     
    @@ -3134,16 +3358,16 @@
    3134
    3358
     
    3135
    3359
      <li class="odd ">
    3136
    3360
      <div class="item">
    3137
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
    3138
    - <small>Puppeteer::CDPSession</small>
    3361
    + <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3362
    + <small>Puppeteer::Connection</small>
    3139
    3363
      </div>
    3140
    3364
      </li>
    3141
    3365
     
    3142
    3366
     
    3143
    3367
      <li class="even ">
    3144
    3368
      <div class="item">
    3145
    - <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3146
    - <small>Puppeteer::Connection</small>
    3369
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
    3370
    + <small>Puppeteer::CDPSession</small>
    3147
    3371
      </div>
    3148
    3372
      </li>
    3149
    3373
     
    @@ -3174,21 +3398,29 @@
    3174
    3398
     
    3175
    3399
      <li class="even ">
    3176
    3400
      <div class="item">
    3177
    - <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
    3178
    - <small>Puppeteer::Page</small>
    3401
    + <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3402
    + <small>Puppeteer::Frame</small>
    3179
    3403
      </div>
    3180
    3404
      </li>
    3181
    3405
     
    3182
    3406
     
    3183
    3407
      <li class="odd ">
    3184
    3408
      <div class="item">
    3185
    - <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3186
    - <small>Puppeteer::Frame</small>
    3409
    + <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
    3410
    + <small>Puppeteer::Page</small>
    3187
    3411
      </div>
    3188
    3412
      </li>
    3189
    3413
     
    3190
    3414
     
    3191
    3415
      <li class="even ">
    3416
    + <div class="item">
    3417
    + <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>
    3418
    + <small>Puppeteer::RemoteObject</small>
    3419
    + </div>
    3420
    + </li>
    3421
    +
    3422
    +
    3423
    + <li class="odd ">
    3192
    3424
      <div class="item">
    3193
    3425
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#setup_connection-instance_method" title="Puppeteer::BrowserRunner#setup_connection (method)">#setup_connection</a></span>
    3194
    3426
      <small>Puppeteer::BrowserRunner</small>
    @@ -3196,7 +3428,7 @@
    3196
    3428
      </li>
    3197
    3429
     
    3198
    3430
     
    3199
    - <li class="odd ">
    3431
    + <li class="even ">
    3200
    3432
      <div class="item">
    3201
    3433
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_key (method)">#shift_key</a></span>
    3202
    3434
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3204,7 +3436,7 @@
    3204
    3436
      </li>
    3205
    3437
     
    3206
    3438
     
    3207
    - <li class="even ">
    3439
    + <li class="odd ">
    3208
    3440
      <div class="item">
    3209
    3441
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_key_code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_key_code (method)">#shift_key_code</a></span>
    3210
    3442
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3212,7 +3444,7 @@
    3212
    3444
      </li>
    3213
    3445
     
    3214
    3446
     
    3215
    - <li class="odd ">
    3447
    + <li class="even ">
    3216
    3448
      <div class="item">
    3217
    3449
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_text (method)">#shift_text</a></span>
    3218
    3450
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3220,7 +3452,7 @@
    3220
    3452
      </li>
    3221
    3453
     
    3222
    3454
     
    3223
    - <li class="even ">
    3455
    + <li class="odd ">
    3224
    3456
      <div class="item">
    3225
    3457
      <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#slow_mo-instance_method" title="Puppeteer::Launcher::BrowserOptions#slow_mo (method)">#slow_mo</a></span>
    3226
    3458
      <small>Puppeteer::Launcher::BrowserOptions</small>
    @@ -3228,7 +3460,7 @@
    3228
    3460
      </li>
    3229
    3461
     
    3230
    3462
     
    3231
    - <li class="odd ">
    3463
    + <li class="even ">
    3232
    3464
      <div class="item">
    3233
    3465
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#start-instance_method" title="Puppeteer::BrowserRunner#start (method)">#start</a></span>
    3234
    3466
      <small>Puppeteer::BrowserRunner</small>
    @@ -3236,7 +3468,7 @@
    3236
    3468
      </li>
    3237
    3469
     
    3238
    3470
     
    3239
    - <li class="even ">
    3471
    + <li class="odd ">
    3240
    3472
      <div class="item">
    3241
    3473
      <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stderr-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stderr (method)">#stderr</a></span>
    3242
    3474
      <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    @@ -3244,7 +3476,7 @@
    3244
    3476
      </li>
    3245
    3477
     
    3246
    3478
     
    3247
    - <li class="odd ">
    3479
    + <li class="even ">
    3248
    3480
      <div class="item">
    3249
    3481
      <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stdout-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stdout (method)">#stdout</a></span>
    3250
    3482
      <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    @@ -3252,7 +3484,7 @@
    3252
    3484
      </li>
    3253
    3485
     
    3254
    3486
     
    3255
    - <li class="even ">
    3487
    + <li class="odd ">
    3256
    3488
      <div class="item">
    3257
    3489
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#sub_type-instance_method" title="Puppeteer::RemoteObject#sub_type (method)">#sub_type</a></span>
    3258
    3490
      <small>Puppeteer::RemoteObject</small>
    @@ -3260,15 +3492,15 @@
    3260
    3492
      </li>
    3261
    3493
     
    3262
    3494
     
    3263
    - <li class="odd ">
    3495
    + <li class="even ">
    3264
    3496
      <div class="item">
    3265
    - <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3266
    - <small>Puppeteer::Frame</small>
    3497
    + <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3498
    + <small>Puppeteer::Page</small>
    3267
    3499
      </div>
    3268
    3500
      </li>
    3269
    3501
     
    3270
    3502
     
    3271
    - <li class="even ">
    3503
    + <li class="odd ">
    3272
    3504
      <div class="item">
    3273
    3505
      <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
    3274
    3506
      <small>Puppeteer::DOMWorld</small>
    @@ -3276,42 +3508,50 @@
    3276
    3508
      </li>
    3277
    3509
     
    3278
    3510
     
    3511
    + <li class="even ">
    3512
    + <div class="item">
    3513
    + <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3514
    + <small>Puppeteer::Frame</small>
    3515
    + </div>
    3516
    + </li>
    3517
    +
    3518
    +
    3279
    3519
      <li class="odd ">
    3280
    3520
      <div class="item">
    3281
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3282
    - <small>Puppeteer::TouchScreen</small>
    3521
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3522
    + <small>Puppeteer::ElementHandle</small>
    3283
    3523
      </div>
    3284
    3524
      </li>
    3285
    3525
     
    3286
    3526
     
    3287
    3527
      <li class="even ">
    3288
    3528
      <div class="item">
    3289
    - <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3290
    - <small>Puppeteer::Page</small>
    3529
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3530
    + <small>Puppeteer::TouchScreen</small>
    3291
    3531
      </div>
    3292
    3532
      </li>
    3293
    3533
     
    3294
    3534
     
    3295
    3535
      <li class="odd ">
    3296
    3536
      <div class="item">
    3297
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3298
    - <small>Puppeteer::ElementHandle</small>
    3537
    + <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3538
    + <small>Puppeteer::Browser</small>
    3299
    3539
      </div>
    3300
    3540
      </li>
    3301
    3541
     
    3302
    3542
     
    3303
    3543
      <li class="even ">
    3304
    3544
      <div class="item">
    3305
    - <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3306
    - <small>Puppeteer::Browser</small>
    3545
    + <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3546
    + <small>Puppeteer::Page</small>
    3307
    3547
      </div>
    3308
    3548
      </li>
    3309
    3549
     
    3310
    3550
     
    3311
    3551
      <li class="odd ">
    3312
    3552
      <div class="item">
    3313
    - <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3314
    - <small>Puppeteer::Page</small>
    3553
    + <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
    3554
    + <small>Puppeteer::Target</small>
    3315
    3555
      </div>
    3316
    3556
      </li>
    3317
    3557
     
    @@ -3326,8 +3566,8 @@
    3326
    3566
     
    3327
    3567
      <li class="odd ">
    3328
    3568
      <div class="item">
    3329
    - <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
    3330
    - <small>Puppeteer::Target</small>
    3569
    + <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
    3570
    + <small>Puppeteer::Browser</small>
    3331
    3571
      </div>
    3332
    3572
      </li>
    3333
    3573
     
    @@ -3342,16 +3582,16 @@
    3342
    3582
     
    3343
    3583
      <li class="odd ">
    3344
    3584
      <div class="item">
    3345
    - <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
    3346
    - <small>Puppeteer::Browser</small>
    3585
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3586
    + <small>Puppeteer::WaitTask</small>
    3347
    3587
      </div>
    3348
    3588
      </li>
    3349
    3589
     
    3350
    3590
     
    3351
    3591
      <li class="even ">
    3352
    3592
      <div class="item">
    3353
    - <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3354
    - <small>Puppeteer::WaitTask</small>
    3593
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
    3594
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    3355
    3595
      </div>
    3356
    3596
      </li>
    3357
    3597
     
    @@ -3374,8 +3614,8 @@
    3374
    3614
     
    3375
    3615
      <li class="odd ">
    3376
    3616
      <div class="item">
    3377
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
    3378
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    3617
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3618
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    3379
    3619
      </div>
    3380
    3620
      </li>
    3381
    3621
     
    @@ -3390,72 +3630,72 @@
    3390
    3630
     
    3391
    3631
      <li class="odd ">
    3392
    3632
      <div class="item">
    3393
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3394
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    3633
    + <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>
    3634
    + <small>Puppeteer::LifecycleWatcher</small>
    3395
    3635
      </div>
    3396
    3636
      </li>
    3397
    3637
     
    3398
    3638
     
    3399
    3639
      <li class="even ">
    3400
    3640
      <div class="item">
    3401
    - <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>
    3402
    - <small>Puppeteer::LifecycleWatcher</small>
    3641
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3642
    + <small>Puppeteer::FrameManager</small>
    3403
    3643
      </div>
    3404
    3644
      </li>
    3405
    3645
     
    3406
    3646
     
    3407
    3647
      <li class="odd ">
    3408
    3648
      <div class="item">
    3409
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3410
    - <small>Puppeteer::FrameManager</small>
    3649
    + <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3650
    + <small>Puppeteer::Frame</small>
    3411
    3651
      </div>
    3412
    3652
      </li>
    3413
    3653
     
    3414
    3654
     
    3415
    3655
      <li class="even ">
    3416
    3656
      <div class="item">
    3417
    - <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
    3418
    - <small>Puppeteer::Page</small>
    3657
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3658
    + <small>Puppeteer::Target::TargetInfo</small>
    3419
    3659
      </div>
    3420
    3660
      </li>
    3421
    3661
     
    3422
    3662
     
    3423
    3663
      <li class="odd ">
    3424
    3664
      <div class="item">
    3425
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3426
    - <small>Puppeteer::Target::TargetInfo</small>
    3665
    + <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
    3666
    + <small>Puppeteer::Page</small>
    3427
    3667
      </div>
    3428
    3668
      </li>
    3429
    3669
     
    3430
    3670
     
    3431
    3671
      <li class="even ">
    3432
    3672
      <div class="item">
    3433
    - <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3434
    - <small>Puppeteer::Frame</small>
    3673
    + <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3674
    + <small>Puppeteer::Page</small>
    3435
    3675
      </div>
    3436
    3676
      </li>
    3437
    3677
     
    3438
    3678
     
    3439
    3679
      <li class="odd ">
    3440
    3680
      <div class="item">
    3441
    - <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3442
    - <small>Puppeteer::Page</small>
    3681
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3682
    + <small>Puppeteer::Page::ScriptTag</small>
    3443
    3683
      </div>
    3444
    3684
      </li>
    3445
    3685
     
    3446
    3686
     
    3447
    3687
      <li class="even ">
    3448
    3688
      <div class="item">
    3449
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3450
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3689
    + <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
    3690
    + <small>Puppeteer::Target</small>
    3451
    3691
      </div>
    3452
    3692
      </li>
    3453
    3693
     
    3454
    3694
     
    3455
    3695
      <li class="odd ">
    3456
    3696
      <div class="item">
    3457
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3458
    - <small>Puppeteer::Page::ScriptTag</small>
    3697
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3698
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3459
    3699
      </div>
    3460
    3700
      </li>
    3461
    3701
     
    @@ -3470,8 +3710,8 @@
    3470
    3710
     
    3471
    3711
      <li class="odd ">
    3472
    3712
      <div class="item">
    3473
    - <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
    3474
    - <small>Puppeteer::Target</small>
    3713
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3714
    + <small>Puppeteer::DOMWorld</small>
    3475
    3715
      </div>
    3476
    3716
      </li>
    3477
    3717
     
    @@ -3510,88 +3750,88 @@
    3510
    3750
     
    3511
    3751
      <li class="even ">
    3512
    3752
      <div class="item">
    3513
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3514
    - <small>Puppeteer::DOMWorld</small>
    3753
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3754
    + <small>Puppeteer::Keyboard</small>
    3515
    3755
      </div>
    3516
    3756
      </li>
    3517
    3757
     
    3518
    3758
     
    3519
    3759
      <li class="odd ">
    3520
    3760
      <div class="item">
    3521
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3522
    - <small>Puppeteer::Keyboard</small>
    3761
    + <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3762
    + <small>Puppeteer::Mouse</small>
    3523
    3763
      </div>
    3524
    3764
      </li>
    3525
    3765
     
    3526
    3766
     
    3527
    3767
      <li class="even ">
    3528
    3768
      <div class="item">
    3529
    - <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3530
    - <small>Puppeteer::Mouse</small>
    3769
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3770
    + <small>Puppeteer::ElementHandle</small>
    3531
    3771
      </div>
    3532
    3772
      </li>
    3533
    3773
     
    3534
    3774
     
    3535
    3775
      <li class="odd ">
    3536
    3776
      <div class="item">
    3537
    - <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
    3538
    - <small>Puppeteer::Connection</small>
    3777
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3778
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    3539
    3779
      </div>
    3540
    3780
      </li>
    3541
    3781
     
    3542
    3782
     
    3543
    3783
      <li class="even ">
    3544
    3784
      <div class="item">
    3545
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3546
    - <small>Puppeteer::Page::StyleTag</small>
    3785
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3786
    + <small>Puppeteer::Target::TargetInfo</small>
    3547
    3787
      </div>
    3548
    3788
      </li>
    3549
    3789
     
    3550
    3790
     
    3551
    3791
      <li class="odd ">
    3552
    3792
      <div class="item">
    3553
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3554
    - <small>Puppeteer::ConsoleMessage::Location</small>
    3793
    + <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3794
    + <small>Puppeteer::Frame</small>
    3555
    3795
      </div>
    3556
    3796
      </li>
    3557
    3797
     
    3558
    3798
     
    3559
    3799
      <li class="even ">
    3560
    3800
      <div class="item">
    3561
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3562
    - <small>Puppeteer::Target::TargetInfo</small>
    3801
    + <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
    3802
    + <small>Puppeteer::Connection</small>
    3563
    3803
      </div>
    3564
    3804
      </li>
    3565
    3805
     
    3566
    3806
     
    3567
    3807
      <li class="odd ">
    3568
    3808
      <div class="item">
    3569
    - <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3570
    - <small>Puppeteer::Target</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>
    3571
    3811
      </div>
    3572
    3812
      </li>
    3573
    3813
     
    3574
    3814
     
    3575
    3815
      <li class="even ">
    3576
    3816
      <div class="item">
    3577
    - <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3578
    - <small>Puppeteer::Page</small>
    3817
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3818
    + <small>Puppeteer::Page::StyleTag</small>
    3579
    3819
      </div>
    3580
    3820
      </li>
    3581
    3821
     
    3582
    3822
     
    3583
    3823
      <li class="odd ">
    3584
    3824
      <div class="item">
    3585
    - <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3586
    - <small>Puppeteer::Frame</small>
    3825
    + <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3826
    + <small>Puppeteer::Target</small>
    3587
    3827
      </div>
    3588
    3828
      </li>
    3589
    3829
     
    3590
    3830
     
    3591
    3831
      <li class="even ">
    3592
    3832
      <div class="item">
    3593
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3594
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    3833
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3834
    + <small>Puppeteer::ConsoleMessage::Location</small>
    3595
    3835
      </div>
    3596
    3836
      </li>
    3597
    3837
     
    @@ -3606,32 +3846,32 @@
    3606
    3846
     
    3607
    3847
      <li class="even ">
    3608
    3848
      <div class="item">
    3609
    - <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3610
    - <small>Puppeteer::Browser</small>
    3849
    + <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3850
    + <small>Puppeteer::Device</small>
    3611
    3851
      </div>
    3612
    3852
      </li>
    3613
    3853
     
    3614
    3854
     
    3615
    3855
      <li class="odd ">
    3616
    3856
      <div class="item">
    3617
    - <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3618
    - <small>Puppeteer::Device</small>
    3857
    + <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3858
    + <small>Puppeteer::Browser</small>
    3619
    3859
      </div>
    3620
    3860
      </li>
    3621
    3861
     
    3622
    3862
     
    3623
    3863
      <li class="even ">
    3624
    3864
      <div class="item">
    3625
    - <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
    3626
    - <small>Puppeteer::Page</small>
    3865
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3866
    + <small>Puppeteer::NetworkManager</small>
    3627
    3867
      </div>
    3628
    3868
      </li>
    3629
    3869
     
    3630
    3870
     
    3631
    3871
      <li class="odd ">
    3632
    3872
      <div class="item">
    3633
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3634
    - <small>Puppeteer::NetworkManager</small>
    3873
    + <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
    3874
    + <small>Puppeteer::Page</small>
    3635
    3875
      </div>
    3636
    3876
      </li>
    3637
    3877
     
    @@ -3670,32 +3910,32 @@
    3670
    3910
     
    3671
    3911
      <li class="even ">
    3672
    3912
      <div class="item">
    3673
    - <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3674
    - <small>Puppeteer::Device</small>
    3913
    + <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    3914
    + <small>Puppeteer::Page</small>
    3675
    3915
      </div>
    3676
    3916
      </li>
    3677
    3917
     
    3678
    3918
     
    3679
    3919
      <li class="odd ">
    3680
    3920
      <div class="item">
    3681
    - <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    3682
    - <small>Puppeteer::Page</small>
    3921
    + <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3922
    + <small>Puppeteer::Device</small>
    3683
    3923
      </div>
    3684
    3924
      </li>
    3685
    3925
     
    3686
    3926
     
    3687
    3927
      <li class="even ">
    3688
    3928
      <div class="item">
    3689
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#wait_for_frame_navigation-instance_method" title="Puppeteer::FrameManager#wait_for_frame_navigation (method)">#wait_for_frame_navigation</a></span>
    3690
    - <small>Puppeteer::FrameManager</small>
    3929
    + <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>
    3930
    + <small>Puppeteer::Page</small>
    3691
    3931
      </div>
    3692
    3932
      </li>
    3693
    3933
     
    3694
    3934
     
    3695
    3935
      <li class="odd ">
    3696
    3936
      <div class="item">
    3697
    - <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
    3698
    - <small>Puppeteer::Page</small>
    3937
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#wait_for_frame_navigation-instance_method" title="Puppeteer::FrameManager#wait_for_frame_navigation (method)">#wait_for_frame_navigation</a></span>
    3938
    + <small>Puppeteer::FrameManager</small>
    3699
    3939
      </div>
    3700
    3940
      </li>
    3701
    3941
     
    @@ -3710,8 +3950,8 @@
    3710
    3950
     
    3711
    3951
      <li class="odd ">
    3712
    3952
      <div class="item">
    3713
    - <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>
    3714
    - <small>Puppeteer::Frame</small>
    3953
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
    3954
    + <small>Puppeteer::Page</small>
    3715
    3955
      </div>
    3716
    3956
      </li>
    3717
    3957
     
    @@ -3726,16 +3966,16 @@
    3726
    3966
     
    3727
    3967
      <li class="odd ">
    3728
    3968
      <div class="item">
    3729
    - <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_selector-instance_method" title="Puppeteer::Frame#wait_for_selector (method)">#wait_for_selector</a></span>
    3730
    - <small>Puppeteer::Frame</small>
    3969
    + <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>
    3970
    + <small>Puppeteer::Page</small>
    3731
    3971
      </div>
    3732
    3972
      </li>
    3733
    3973
     
    3734
    3974
     
    3735
    3975
      <li class="even ">
    3736
    3976
      <div class="item">
    3737
    - <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>
    3738
    - <small>Puppeteer::Page</small>
    3977
    + <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_selector-instance_method" title="Puppeteer::Frame#wait_for_selector (method)">#wait_for_selector</a></span>
    3978
    + <small>Puppeteer::Frame</small>
    3739
    3979
      </div>
    3740
    3980
      </li>
    3741
    3981
     
    @@ -3758,24 +3998,24 @@
    3758
    3998
     
    3759
    3999
      <li class="odd ">
    3760
    4000
      <div class="item">
    3761
    - <span class='object_link'><a href="Puppeteer/Page.html#wait_for_xpath-instance_method" title="Puppeteer::Page#wait_for_xpath (method)">#wait_for_xpath</a></span>
    3762
    - <small>Puppeteer::Page</small>
    4001
    + <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>
    4002
    + <small>Puppeteer::Frame</small>
    3763
    4003
      </div>
    3764
    4004
      </li>
    3765
    4005
     
    3766
    4006
     
    3767
    4007
      <li class="even ">
    3768
    4008
      <div class="item">
    3769
    - <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>
    3770
    - <small>Puppeteer::Frame</small>
    4009
    + <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>
    4010
    + <small>Puppeteer::DOMWorld</small>
    3771
    4011
      </div>
    3772
    4012
      </li>
    3773
    4013
     
    3774
    4014
     
    3775
    4015
      <li class="odd ">
    3776
    4016
      <div class="item">
    3777
    - <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>
    3778
    - <small>Puppeteer::DOMWorld</small>
    4017
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_xpath-instance_method" title="Puppeteer::Page#wait_for_xpath (method)">#wait_for_xpath</a></span>
    4018
    + <small>Puppeteer::Page</small>
    3779
    4019
      </div>
    3780
    4020
      </li>
    3781
    4021
     
    @@ -3788,6 +4028,22 @@
    3788
    4028
      </li>
    3789
    4029
     
    3790
    4030
     
    4031
    + <li class="odd ">
    4032
    + <div class="item">
    4033
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#width-instance_method" title="Puppeteer::ElementHandle::BoxModel#width (method)">#width</a></span>
    4034
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    4035
    + </div>
    4036
    + </li>
    4037
    +
    4038
    +
    4039
    + <li class="even ">
    4040
    + <div class="item">
    4041
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#width-instance_method" title="Puppeteer::ElementHandle::BoundingBox#width (method)">#width</a></span>
    4042
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4043
    + </div>
    4044
    + </li>
    4045
    +
    4046
    +
    3791
    4047
      <li class="odd ">
    3792
    4048
      <div class="item">
    3793
    4049
      <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
    @@ -3829,6 +4085,14 @@
    3829
    4085
     
    3830
    4086
     
    3831
    4087
      <li class="even ">
    4088
    + <div class="item">
    4089
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#x-instance_method" title="Puppeteer::ElementHandle::BoundingBox#x (method)">#x</a></span>
    4090
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4091
    + </div>
    4092
    + </li>
    4093
    +
    4094
    +
    4095
    + <li class="odd ">
    3832
    4096
      <div class="item">
    3833
    4097
      <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
    3834
    4098
      <small>Puppeteer::ElementHandle::Point</small>
    @@ -3836,6 +4100,14 @@
    3836
    4100
      </li>
    3837
    4101
     
    3838
    4102
     
    4103
    + <li class="even ">
    4104
    + <div class="item">
    4105
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#y-instance_method" title="Puppeteer::ElementHandle::BoundingBox#y (method)">#y</a></span>
    4106
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4107
    + </div>
    4108
    + </li>
    4109
    +
    4110
    +
    3839
    4111
     
    3840
    4112
      </ul>
    3841
    4113
      </div>