puppeteer-ruby 0.0.8 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/docs/Puppeteer.html +415 -97
  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 +106 -32
  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 +525 -207
  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 +1 -1
  37. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  38. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  39. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  40. data/docs/Puppeteer/FileChooser.html +1 -1
  41. data/docs/Puppeteer/Frame.html +450 -292
  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 +36 -31
  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 +502 -299
  66. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +5 -5
  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 +110 -39
  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 +28 -21
  88. data/docs/class_list.html +1 -1
  89. data/docs/file.README.html +3 -1
  90. data/docs/index.html +3 -1
  91. data/docs/method_list.html +659 -515
  92. data/docs/top-level-namespace.html +1 -1
  93. data/lib/puppeteer.rb +36 -12
  94. data/lib/puppeteer/browser.rb +26 -6
  95. data/lib/puppeteer/concurrent_ruby_utils.rb +6 -2
  96. data/lib/puppeteer/connection.rb +13 -1
  97. data/lib/puppeteer/dom_world.rb +11 -12
  98. data/lib/puppeteer/element_handle.rb +66 -108
  99. data/lib/puppeteer/element_handle/bounding_box.rb +12 -0
  100. data/lib/puppeteer/element_handle/box_model.rb +19 -0
  101. data/lib/puppeteer/element_handle/point.rb +26 -0
  102. data/lib/puppeteer/errors.rb +1 -3
  103. data/lib/puppeteer/event_callbackable.rb +11 -0
  104. data/lib/puppeteer/frame.rb +20 -1
  105. data/lib/puppeteer/launcher.rb +6 -6
  106. data/lib/puppeteer/launcher/chrome.rb +10 -8
  107. data/lib/puppeteer/mouse.rb +3 -8
  108. data/lib/puppeteer/page.rb +43 -4
  109. data/lib/puppeteer/remote_object.rb +9 -0
  110. data/lib/puppeteer/target.rb +25 -25
  111. data/lib/puppeteer/version.rb +1 -1
  112. data/lib/puppeteer/viewport.rb +18 -0
  113. data/lib/puppeteer/web_socket.rb +3 -1
  114. data/lib/puppeteer/web_socket_transport.rb +8 -8
  115. data/puppeteer-ruby.png +0 -0
  116. metadata +9 -4
  117. data/Dockerfile +0 -6
  118. data/docker-compose.yml +0 -15
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jun 4 23:54:41 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
 
@@ -694,6 +701,13 @@
694
701
 
695
702
  </li>
696
703
 
704
+ <li>
705
+ <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
706
+
707
+ <small>(Puppeteer::WaitTask)</small>
708
+
709
+ </li>
710
+
697
711
  <li>
698
712
  <span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span>
699
713
 
@@ -702,9 +716,9 @@
702
716
  </li>
703
717
 
704
718
  <li>
705
- <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
719
+ <span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span>
706
720
 
707
- <small>(Puppeteer::WaitTask)</small>
721
+ <small>(Puppeteer)</small>
708
722
 
709
723
  </li>
710
724
 
@@ -716,23 +730,23 @@
716
730
  </li>
717
731
 
718
732
  <li>
719
- <span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span>
733
+ <span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span>
720
734
 
721
735
  <small>(Puppeteer)</small>
722
736
 
723
737
  </li>
724
738
 
725
739
  <li>
726
- <span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span>
740
+ <span class='object_link'><a href="Puppeteer/TouchScreen.html" title="Puppeteer::TouchScreen (class)">TouchScreen</a></span>
727
741
 
728
742
  <small>(Puppeteer)</small>
729
743
 
730
744
  </li>
731
745
 
732
746
  <li>
733
- <span class='object_link'><a href="Puppeteer/TouchScreen.html" title="Puppeteer::TouchScreen (class)">TouchScreen</a></span>
747
+ <span class='object_link'><a href="Puppeteer/WebSocket/TransportError.html" title="Puppeteer::WebSocket::TransportError (class)">TransportError</a></span>
734
748
 
735
- <small>(Puppeteer)</small>
749
+ <small>(Puppeteer::WebSocket)</small>
736
750
 
737
751
  </li>
738
752
 
@@ -780,13 +794,6 @@
780
794
 
781
795
  </li>
782
796
 
783
- <li>
784
- <span class='object_link'><a href="Puppeteer/WebSocktTransportError.html" title="Puppeteer::WebSocktTransportError (class)">WebSocktTransportError</a></span>
785
-
786
- <small>(Puppeteer)</small>
787
-
788
- </li>
789
-
790
797
  </ul>
791
798
  </ul>
792
799
 
@@ -799,7 +806,7 @@
799
806
  </div>
800
807
 
801
808
  <div id="footer">
802
- Generated on Thu Jun 4 23:54:40 2020 by
809
+ Generated on Wed Jun 24 03:07:58 2020 by
803
810
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
804
811
  0.9.24 (ruby-2.6.3).
805
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>
    @@ -113,7 +115,7 @@
    113
    115
      </div></div>
    114
    116
     
    115
    117
      <div id="footer">
    116
    - Generated on Thu Jun 4 23:54:40 2020 by
    118
    + Generated on Wed Jun 24 03:07:58 2020 by
    117
    119
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    118
    120
      0.9.24 (ruby-2.6.3).
    119
    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>
    @@ -113,7 +115,7 @@
    113
    115
      </div></div>
    114
    116
     
    115
    117
      <div id="footer">
    116
    - Generated on Thu Jun 4 23:54:40 2020 by
    118
    + Generated on Wed Jun 24 03:07:58 2020 by
    117
    119
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    118
    120
      0.9.24 (ruby-2.6.3).
    119
    121
      </div>
    @@ -70,8 +70,8 @@
    70
    70
     
    71
    71
      <li class="even ">
    72
    72
      <div class="item">
    73
    - <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    74
    - <small>Puppeteer::Frame</small>
    73
    + <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
    74
    + <small>Puppeteer::Page</small>
    75
    75
      </div>
    76
    76
      </li>
    77
    77
     
    @@ -86,8 +86,8 @@
    86
    86
     
    87
    87
      <li class="even ">
    88
    88
      <div class="item">
    89
    - <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
    90
    - <small>Puppeteer::Page</small>
    89
    + <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    90
    + <small>Puppeteer::Frame</small>
    91
    91
      </div>
    92
    92
      </li>
    93
    93
     
    @@ -110,8 +110,8 @@
    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,8 +126,8 @@
    126
    126
     
    127
    127
      <li class="odd ">
    128
    128
      <div class="item">
    129
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    130
    - <small>Puppeteer::ElementHandle</small>
    129
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    130
    + <small>Puppeteer::DOMWorld</small>
    131
    131
      </div>
    132
    132
      </li>
    133
    133
     
    @@ -166,48 +166,48 @@
    166
    166
     
    167
    167
      <li class="even ">
    168
    168
      <div class="item">
    169
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    170
    - <small>Puppeteer::ElementHandle</small>
    169
    + <span class='object_link'><a href="Puppeteer/Page.html#Seval-instance_method" title="Puppeteer::Page#Seval (method)">#Seval</a></span>
    170
    + <small>Puppeteer::Page</small>
    171
    171
      </div>
    172
    172
      </li>
    173
    173
     
    174
    174
     
    175
    175
      <li class="odd ">
    176
    176
      <div class="item">
    177
    - <span class='object_link'><a href="Puppeteer/Page.html#Seval-instance_method" title="Puppeteer::Page#Seval (method)">#Seval</a></span>
    178
    - <small>Puppeteer::Page</small>
    177
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
    178
    + <small>Puppeteer::DOMWorld</small>
    179
    179
      </div>
    180
    180
      </li>
    181
    181
     
    182
    182
     
    183
    183
      <li class="even ">
    184
    184
      <div class="item">
    185
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
    186
    - <small>Puppeteer::DOMWorld</small>
    185
    + <span class='object_link'><a href="Puppeteer/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/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    202
    - <small>Puppeteer::ElementHandle</small>
    201
    + <span class='object_link'><a href="Puppeteer/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/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
    210
    - <small>Puppeteer::DOMWorld</small>
    209
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    210
    + <small>Puppeteer::ElementHandle</small>
    211
    211
      </div>
    212
    212
      </li>
    213
    213
     
    @@ -222,8 +222,8 @@
    222
    222
     
    223
    223
      <li class="odd ">
    224
    224
      <div class="item">
    225
    - <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
    226
    - <small>Puppeteer::Frame</small>
    225
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
    226
    + <small>Puppeteer::DOMWorld</small>
    227
    227
      </div>
    228
    228
      </li>
    229
    229
     
    @@ -278,32 +278,32 @@
    278
    278
     
    279
    279
      <li class="even ">
    280
    280
      <div class="item">
    281
    - <span class='object_link'><a href="Puppeteer/Page.html#add_script_tag-instance_method" title="Puppeteer::Page#add_script_tag (method)">#add_script_tag</a></span>
    282
    - <small>Puppeteer::Page</small>
    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
    283
      </div>
    284
    284
      </li>
    285
    285
     
    286
    286
     
    287
    287
      <li class="odd ">
    288
    288
      <div class="item">
    289
    - <span class='object_link'><a href="Puppeteer/Frame.html#add_script_tag-instance_method" title="Puppeteer::Frame#add_script_tag (method)">#add_script_tag</a></span>
    290
    - <small>Puppeteer::Frame</small>
    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>
    290
    + <small>Puppeteer::Page</small>
    291
    291
      </div>
    292
    292
      </li>
    293
    293
     
    294
    294
     
    295
    295
      <li class="even ">
    296
    296
      <div class="item">
    297
    - <span class='object_link'><a href="Puppeteer/Page.html#add_style_tag-instance_method" title="Puppeteer::Page#add_style_tag (method)">#add_style_tag</a></span>
    298
    - <small>Puppeteer::Page</small>
    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>
    299
    299
      </div>
    300
    300
      </li>
    301
    301
     
    302
    302
     
    303
    303
      <li class="odd ">
    304
    304
      <div class="item">
    305
    - <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>
    306
    - <small>Puppeteer::Frame</small>
    305
    + <span class='object_link'><a href="Puppeteer/Page.html#add_style_tag-instance_method" title="Puppeteer::Page#add_style_tag (method)">#add_style_tag</a></span>
    306
    + <small>Puppeteer::Page</small>
    307
    307
      </div>
    308
    308
      </li>
    309
    309
     
    @@ -342,32 +342,32 @@
    342
    342
     
    343
    343
      <li class="even ">
    344
    344
      <div class="item">
    345
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    346
    - <small>Puppeteer::ElementHandle</small>
    345
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    346
    + <small>Puppeteer::JSHandle</small>
    347
    347
      </div>
    348
    348
      </li>
    349
    349
     
    350
    350
     
    351
    351
      <li class="odd ">
    352
    352
      <div class="item">
    353
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    354
    - <small>Puppeteer::JSHandle</small>
    353
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    354
    + <small>Puppeteer::ElementHandle</small>
    355
    355
      </div>
    356
    356
      </li>
    357
    357
     
    358
    358
     
    359
    359
      <li class="even ">
    360
    360
      <div class="item">
    361
    - <span class='object_link'><a href="Puppeteer/Page.html#async_SSeval-instance_method" title="Puppeteer::Page#async_SSeval (method)">#async_SSeval</a></span>
    362
    - <small>Puppeteer::Page</small>
    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
    363
      </div>
    364
    364
      </li>
    365
    365
     
    366
    366
     
    367
    367
      <li class="odd ">
    368
    368
      <div class="item">
    369
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_SSeval-instance_method" title="Puppeteer::ElementHandle#async_SSeval (method)">#async_SSeval</a></span>
    370
    - <small>Puppeteer::ElementHandle</small>
    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>
    371
    371
      </div>
    372
    372
      </li>
    373
    373
     
    @@ -398,16 +398,16 @@
    398
    398
     
    399
    399
      <li class="odd ">
    400
    400
      <div class="item">
    401
    - <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    402
    - <small>Puppeteer::Page</small>
    401
    + <span class='object_link'><a href="Puppeteer/Frame.html#async_click-instance_method" title="Puppeteer::Frame#async_click (method)">#async_click</a></span>
    402
    + <small>Puppeteer::Frame</small>
    403
    403
      </div>
    404
    404
      </li>
    405
    405
     
    406
    406
     
    407
    407
      <li class="even ">
    408
    408
      <div class="item">
    409
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_down-instance_method" title="Puppeteer::Mouse#async_down (method)">#async_down</a></span>
    410
    - <small>Puppeteer::Mouse</small>
    409
    + <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    410
    + <small>Puppeteer::Page</small>
    411
    411
      </div>
    412
    412
      </li>
    413
    413
     
    @@ -421,6 +421,14 @@
    421
    421
     
    422
    422
     
    423
    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 ">
    424
    432
      <div class="item">
    425
    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>
    426
    434
      <small>Puppeteer::EmulationManager</small>
    @@ -428,7 +436,7 @@
    428
    436
      </li>
    429
    437
     
    430
    438
     
    431
    - <li class="odd ">
    439
    + <li class="even ">
    432
    440
      <div class="item">
    433
    441
      <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate-instance_method" title="Puppeteer::JSHandle#async_evaluate (method)">#async_evaluate</a></span>
    434
    442
      <small>Puppeteer::JSHandle</small>
    @@ -436,7 +444,7 @@
    436
    444
      </li>
    437
    445
     
    438
    446
     
    439
    - <li class="even ">
    447
    + <li class="odd ">
    440
    448
      <div class="item">
    441
    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>
    442
    450
      <small>Puppeteer::JSHandle</small>
    @@ -444,7 +452,7 @@
    444
    452
      </li>
    445
    453
     
    446
    454
     
    447
    - <li class="odd ">
    455
    + <li class="even ">
    448
    456
      <div class="item">
    449
    457
      <span class='object_link'><a href="Puppeteer/Mouse.html#async_move-instance_method" title="Puppeteer::Mouse#async_move (method)">#async_move</a></span>
    450
    458
      <small>Puppeteer::Mouse</small>
    @@ -452,7 +460,7 @@
    452
    460
      </li>
    453
    461
     
    454
    462
     
    455
    - <li class="even ">
    463
    + <li class="odd ">
    456
    464
      <div class="item">
    457
    465
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    458
    466
      <small>Puppeteer::ElementHandle</small>
    @@ -460,7 +468,7 @@
    460
    468
      </li>
    461
    469
     
    462
    470
     
    463
    - <li class="odd ">
    471
    + <li class="even ">
    464
    472
      <div class="item">
    465
    473
      <span class='object_link'><a href="Puppeteer/Keyboard.html#async_press-instance_method" title="Puppeteer::Keyboard#async_press (method)">#async_press</a></span>
    466
    474
      <small>Puppeteer::Keyboard</small>
    @@ -468,7 +476,7 @@
    468
    476
      </li>
    469
    477
     
    470
    478
     
    471
    - <li class="even ">
    479
    + <li class="odd ">
    472
    480
      <div class="item">
    473
    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>
    474
    482
      <small>Puppeteer::Keyboard</small>
    @@ -476,7 +484,7 @@
    476
    484
      </li>
    477
    485
     
    478
    486
     
    479
    - <li class="odd ">
    487
    + <li class="even ">
    480
    488
      <div class="item">
    481
    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>
    482
    490
      <small>Puppeteer::CDPSession</small>
    @@ -484,7 +492,7 @@
    484
    492
      </li>
    485
    493
     
    486
    494
     
    487
    - <li class="even ">
    495
    + <li class="odd ">
    488
    496
      <div class="item">
    489
    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>
    490
    498
      <small>Puppeteer::Connection</small>
    @@ -492,7 +500,7 @@
    492
    500
      </li>
    493
    501
     
    494
    502
     
    495
    - <li class="odd ">
    503
    + <li class="even ">
    496
    504
      <div class="item">
    497
    505
      <span class='object_link'><a href="Puppeteer/TouchScreen.html#async_tap-instance_method" title="Puppeteer::TouchScreen#async_tap (method)">#async_tap</a></span>
    498
    506
      <small>Puppeteer::TouchScreen</small>
    @@ -500,6 +508,14 @@
    500
    508
      </li>
    501
    509
     
    502
    510
     
    511
    + <li class="odd ">
    512
    + <div class="item">
    513
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
    514
    + <small>Puppeteer::ElementHandle</small>
    515
    + </div>
    516
    + </li>
    517
    +
    518
    +
    503
    519
      <li class="even ">
    504
    520
      <div class="item">
    505
    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>
    @@ -510,8 +526,8 @@
    510
    526
     
    511
    527
      <li class="odd ">
    512
    528
      <div class="item">
    513
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
    514
    - <small>Puppeteer::ElementHandle</small>
    529
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    530
    + <small>Puppeteer::Keyboard</small>
    515
    531
      </div>
    516
    532
      </li>
    517
    533
     
    @@ -526,15 +542,15 @@
    526
    542
     
    527
    543
      <li class="odd ">
    528
    544
      <div class="item">
    529
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    530
    - <small>Puppeteer::Keyboard</small>
    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>
    531
    547
      </div>
    532
    548
      </li>
    533
    549
     
    534
    550
     
    535
    551
      <li class="even ">
    536
    552
      <div class="item">
    537
    - <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>
    553
    + <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_navigation-instance_method" title="Puppeteer::Page#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
    538
    554
      <small>Puppeteer::Page</small>
    539
    555
      </div>
    540
    556
      </li>
    @@ -542,8 +558,8 @@
    542
    558
     
    543
    559
      <li class="odd ">
    544
    560
      <div class="item">
    545
    - <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_navigation-instance_method" title="Puppeteer::Page#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
    546
    - <small>Puppeteer::Page</small>
    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>
    547
    563
      </div>
    548
    564
      </li>
    549
    565
     
    @@ -606,16 +622,32 @@
    606
    622
     
    607
    623
      <li class="odd ">
    608
    624
      <div class="item">
    609
    - <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    610
    - <small>Puppeteer::Target</small>
    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>
    611
    627
      </div>
    612
    628
      </li>
    613
    629
     
    614
    630
     
    615
    631
      <li class="even ">
    616
    632
      <div class="item">
    617
    - <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    618
    - <small>Puppeteer::Page</small>
    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>
    635
    + </div>
    636
    + </li>
    637
    +
    638
    +
    639
    + <li class="odd ">
    640
    + <div class="item">
    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>
    643
    + </div>
    644
    + </li>
    645
    +
    646
    +
    647
    + <li class="even ">
    648
    + <div class="item">
    649
    + <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    650
    + <small>Puppeteer::Target</small>
    619
    651
      </div>
    620
    652
      </li>
    621
    653
     
    @@ -630,7 +662,7 @@
    630
    662
     
    631
    663
      <li class="even ">
    632
    664
      <div class="item">
    633
    - <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    665
    + <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    634
    666
      <small>Puppeteer::Page</small>
    635
    667
      </div>
    636
    668
      </li>
    @@ -646,55 +678,55 @@
    646
    678
     
    647
    679
      <li class="even ">
    648
    680
      <div class="item">
    649
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#browser_context_id-instance_method" title="Puppeteer::Target::TargetInfo#browser_context_id (method)">#browser_context_id</a></span>
    650
    - <small>Puppeteer::Target::TargetInfo</small>
    681
    + <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    682
    + <small>Puppeteer::Page</small>
    651
    683
      </div>
    652
    684
      </li>
    653
    685
     
    654
    686
     
    655
    687
      <li class="odd ">
    656
    688
      <div class="item">
    657
    - <span class='object_link'><a href="Puppeteer/Browser.html#browser_contexts-instance_method" title="Puppeteer::Browser#browser_contexts (method)">#browser_contexts</a></span>
    658
    - <small>Puppeteer::Browser</small>
    689
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#browser_context_id-instance_method" title="Puppeteer::Target::TargetInfo#browser_context_id (method)">#browser_context_id</a></span>
    690
    + <small>Puppeteer::Target::TargetInfo</small>
    659
    691
      </div>
    660
    692
      </li>
    661
    693
     
    662
    694
     
    663
    695
      <li class="even ">
    664
    696
      <div class="item">
    665
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    666
    - <small>Puppeteer::NetworkManager</small>
    697
    + <span class='object_link'><a href="Puppeteer/Browser.html#browser_contexts-instance_method" title="Puppeteer::Browser#browser_contexts (method)">#browser_contexts</a></span>
    698
    + <small>Puppeteer::Browser</small>
    667
    699
      </div>
    668
    700
      </li>
    669
    701
     
    670
    702
     
    671
    703
      <li class="odd ">
    672
    704
      <div class="item">
    673
    - <span class='object_link'><a href="Puppeteer/Page.html#cache_enabled=-instance_method" title="Puppeteer::Page#cache_enabled= (method)">#cache_enabled=</a></span>
    674
    - <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>
    675
    707
      </div>
    676
    708
      </li>
    677
    709
     
    678
    710
     
    679
    711
      <li class="even ">
    680
    712
      <div class="item">
    681
    - <span class='object_link'><a href="Puppeteer/FileChooser.html#cancel-instance_method" title="Puppeteer::FileChooser#cancel (method)">#cancel</a></span>
    682
    - <small>Puppeteer::FileChooser</small>
    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>
    683
    715
      </div>
    684
    716
      </li>
    685
    717
     
    686
    718
     
    687
    719
      <li class="odd ">
    688
    720
      <div class="item">
    689
    - <span class='object_link'><a href="Puppeteer/Frame.html#child_frames-instance_method" title="Puppeteer::Frame#child_frames (method)">#child_frames</a></span>
    690
    - <small>Puppeteer::Frame</small>
    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>
    691
    723
      </div>
    692
    724
      </li>
    693
    725
     
    694
    726
     
    695
    727
      <li class="even ">
    696
    728
      <div class="item">
    697
    - <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    729
    + <span class='object_link'><a href="Puppeteer/Frame.html#child_frames-instance_method" title="Puppeteer::Frame#child_frames (method)">#child_frames</a></span>
    698
    730
      <small>Puppeteer::Frame</small>
    699
    731
      </div>
    700
    732
      </li>
    @@ -702,8 +734,8 @@
    702
    734
     
    703
    735
      <li class="odd ">
    704
    736
      <div class="item">
    705
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    706
    - <small>Puppeteer::ElementHandle</small>
    737
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    738
    + <small>Puppeteer::DOMWorld</small>
    707
    739
      </div>
    708
    740
      </li>
    709
    741
     
    @@ -718,23 +750,23 @@
    718
    750
     
    719
    751
      <li class="odd ">
    720
    752
      <div class="item">
    721
    - <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    722
    - <small>Puppeteer::Mouse</small>
    753
    + <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    754
    + <small>Puppeteer::Frame</small>
    723
    755
      </div>
    724
    756
      </li>
    725
    757
     
    726
    758
     
    727
    759
      <li class="even ">
    728
    760
      <div class="item">
    729
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    730
    - <small>Puppeteer::DOMWorld</small>
    761
    + <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    762
    + <small>Puppeteer::Mouse</small>
    731
    763
      </div>
    732
    764
      </li>
    733
    765
     
    734
    766
     
    735
    767
      <li class="odd ">
    736
    768
      <div class="item">
    737
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#clickable_point-instance_method" title="Puppeteer::ElementHandle#clickable_point (method)">#clickable_point</a></span>
    769
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    738
    770
      <small>Puppeteer::ElementHandle</small>
    739
    771
      </div>
    740
    772
      </li>
    @@ -742,40 +774,40 @@
    742
    774
     
    743
    775
      <li class="even ">
    744
    776
      <div class="item">
    745
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    746
    - <small>Puppeteer::FrameManager</small>
    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>
    747
    779
      </div>
    748
    780
      </li>
    749
    781
     
    750
    782
     
    751
    783
      <li class="odd ">
    752
    784
      <div class="item">
    753
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#client-instance_method" title="Puppeteer::ExecutionContext#client (method)">#client</a></span>
    754
    - <small>Puppeteer::ExecutionContext</small>
    785
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    786
    + <small>Puppeteer::FrameManager</small>
    755
    787
      </div>
    756
    788
      </li>
    757
    789
     
    758
    790
     
    759
    791
      <li class="even ">
    760
    792
      <div class="item">
    761
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#clip-instance_method" title="Puppeteer::Page::ScreenshotOptions#clip (method)">#clip</a></span>
    762
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    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>
    763
    795
      </div>
    764
    796
      </li>
    765
    797
     
    766
    798
     
    767
    799
      <li class="odd ">
    768
    800
      <div class="item">
    769
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    770
    - <small>Puppeteer::BrowserContext</small>
    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>
    771
    803
      </div>
    772
    804
      </li>
    773
    805
     
    774
    806
     
    775
    807
      <li class="even ">
    776
    808
      <div class="item">
    777
    - <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    778
    - <small>Puppeteer::Page</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>
    779
    811
      </div>
    780
    812
      </li>
    781
    813
     
    @@ -790,8 +822,8 @@
    790
    822
     
    791
    823
      <li class="even ">
    792
    824
      <div class="item">
    793
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    794
    - <small>Puppeteer::WebSocket</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>
    795
    827
      </div>
    796
    828
      </li>
    797
    829
     
    @@ -806,13 +838,21 @@
    806
    838
     
    807
    839
      <li class="even ">
    808
    840
      <div class="item">
    809
    - <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    810
    - <small>Puppeteer::Browser</small>
    841
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    842
    + <small>Puppeteer::BrowserContext</small>
    811
    843
      </div>
    812
    844
      </li>
    813
    845
     
    814
    846
     
    815
    847
      <li class="odd ">
    848
    + <div class="item">
    849
    + <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    850
    + <small>Puppeteer::Page</small>
    851
    + </div>
    852
    + </li>
    853
    +
    854
    +
    855
    + <li class="even ">
    816
    856
      <div class="item">
    817
    857
      <span class='object_link'><a href="Puppeteer/Page.html#closed%3F-instance_method" title="Puppeteer::Page#closed? (method)">#closed?</a></span>
    818
    858
      <small>Puppeteer::Page</small>
    @@ -820,6 +860,14 @@
    820
    860
      </li>
    821
    861
     
    822
    862
     
    863
    + <li class="odd ">
    864
    + <div class="item">
    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
    +
    823
    871
      <li class="even ">
    824
    872
      <div class="item">
    825
    873
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#code (method)">#code</a></span>
    @@ -854,16 +902,16 @@
    854
    902
     
    855
    903
      <li class="even ">
    856
    904
      <div class="item">
    857
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    858
    - <small>Puppeteer::Launcher::Chrome</small>
    905
    + <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    906
    + <small>Puppeteer</small>
    859
    907
      </div>
    860
    908
      </li>
    861
    909
     
    862
    910
     
    863
    911
      <li class="odd ">
    864
    912
      <div class="item">
    865
    - <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    866
    - <small>Puppeteer</small>
    913
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    914
    + <small>Puppeteer::Launcher::Chrome</small>
    867
    915
      </div>
    868
    916
      </li>
    869
    917
     
    @@ -894,16 +942,16 @@
    894
    942
     
    895
    943
      <li class="odd ">
    896
    944
      <div class="item">
    897
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    898
    - <small>Puppeteer::Page::ScriptTag</small>
    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>
    899
    947
      </div>
    900
    948
      </li>
    901
    949
     
    902
    950
     
    903
    951
      <li class="even ">
    904
    952
      <div class="item">
    905
    - <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
    906
    - <small>Puppeteer::Page</small>
    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>
    907
    955
      </div>
    908
    956
      </li>
    909
    957
     
    @@ -982,32 +1030,32 @@
    982
    1030
     
    983
    1031
      <li class="even ">
    984
    1032
      <div class="item">
    985
    - <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    986
    - <small>Puppeteer::Browser</small>
    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>
    987
    1035
      </div>
    988
    1036
      </li>
    989
    1037
     
    990
    1038
     
    991
    1039
      <li class="odd ">
    992
    1040
      <div class="item">
    993
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    994
    - <small>Puppeteer::WebSocketTransport</small>
    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>
    995
    1043
      </div>
    996
    1044
      </li>
    997
    1045
     
    998
    1046
     
    999
    1047
      <li class="even ">
    1000
    1048
      <div class="item">
    1001
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#create-class_method" title="Puppeteer::JSHandle.create (method)">create</a></span>
    1002
    - <small>Puppeteer::JSHandle</small>
    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>
    1003
    1051
      </div>
    1004
    1052
      </li>
    1005
    1053
     
    1006
    1054
     
    1007
    1055
      <li class="odd ">
    1008
    1056
      <div class="item">
    1009
    - <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    1010
    - <small>Puppeteer::Page</small>
    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>
    1011
    1059
      </div>
    1012
    1060
      </li>
    1013
    1061
     
    @@ -1134,8 +1182,8 @@
    1134
    1182
     
    1135
    1183
      <li class="odd ">
    1136
    1184
      <div class="item">
    1137
    - <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1138
    - <small>Puppeteer::Frame</small>
    1185
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1186
    + <small>Puppeteer::CDPSession</small>
    1139
    1187
      </div>
    1140
    1188
      </li>
    1141
    1189
     
    @@ -1150,8 +1198,8 @@
    1150
    1198
     
    1151
    1199
      <li class="odd ">
    1152
    1200
      <div class="item">
    1153
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1154
    - <small>Puppeteer::CDPSession</small>
    1201
    + <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1202
    + <small>Puppeteer::Frame</small>
    1155
    1203
      </div>
    1156
    1204
      </li>
    1157
    1205
     
    @@ -1198,8 +1246,8 @@
    1198
    1246
     
    1199
    1247
      <li class="odd ">
    1200
    1248
      <div class="item">
    1201
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1202
    - <small>Puppeteer::JSHandle</small>
    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>
    1203
    1251
      </div>
    1204
    1252
      </li>
    1205
    1253
     
    @@ -1214,16 +1262,16 @@
    1214
    1262
     
    1215
    1263
      <li class="odd ">
    1216
    1264
      <div class="item">
    1217
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1218
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    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>
    1219
    1267
      </div>
    1220
    1268
      </li>
    1221
    1269
     
    1222
    1270
     
    1223
    1271
      <li class="even ">
    1224
    1272
      <div class="item">
    1225
    - <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1226
    - <small>Puppeteer::Connection</small>
    1273
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1274
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    1227
    1275
      </div>
    1228
    1276
      </li>
    1229
    1277
     
    @@ -1342,64 +1390,64 @@
    1342
    1390
     
    1343
    1391
      <li class="odd ">
    1344
    1392
      <div class="item">
    1345
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
    1346
    - <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>
    1347
    1395
      </div>
    1348
    1396
      </li>
    1349
    1397
     
    1350
    1398
     
    1351
    1399
      <li class="even ">
    1352
    1400
      <div class="item">
    1353
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1354
    - <small>Puppeteer::DOMWorld</small>
    1401
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
    1402
    + <small>Puppeteer::JSHandle</small>
    1355
    1403
      </div>
    1356
    1404
      </li>
    1357
    1405
     
    1358
    1406
     
    1359
    1407
      <li class="odd ">
    1360
    1408
      <div class="item">
    1361
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
    1362
    - <small>Puppeteer::JSHandle</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>
    1363
    1411
      </div>
    1364
    1412
      </li>
    1365
    1413
     
    1366
    1414
     
    1367
    1415
      <li class="even ">
    1368
    1416
      <div class="item">
    1369
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
    1370
    - <small>Puppeteer::Frame</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>
    1371
    1419
      </div>
    1372
    1420
      </li>
    1373
    1421
     
    1374
    1422
     
    1375
    1423
      <li class="odd ">
    1376
    1424
      <div class="item">
    1377
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
    1378
    - <small>Puppeteer::Page</small>
    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>
    1379
    1427
      </div>
    1380
    1428
      </li>
    1381
    1429
     
    1382
    1430
     
    1383
    1431
      <li class="even ">
    1384
    1432
      <div class="item">
    1385
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1386
    - <small>Puppeteer::JSHandle</small>
    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>
    1387
    1435
      </div>
    1388
    1436
      </li>
    1389
    1437
     
    1390
    1438
     
    1391
    1439
      <li class="odd ">
    1392
    1440
      <div class="item">
    1393
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1394
    - <small>Puppeteer::ExecutionContext</small>
    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>
    1395
    1443
      </div>
    1396
    1444
      </li>
    1397
    1445
     
    1398
    1446
     
    1399
    1447
      <li class="even ">
    1400
    1448
      <div class="item">
    1401
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
    1402
    - <small>Puppeteer::Page</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>
    1403
    1451
      </div>
    1404
    1452
      </li>
    1405
    1453
     
    @@ -1414,8 +1462,8 @@
    1414
    1462
     
    1415
    1463
      <li class="even ">
    1416
    1464
      <div class="item">
    1417
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1418
    - <small>Puppeteer::Frame</small>
    1465
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1466
    + <small>Puppeteer::JSHandle</small>
    1419
    1467
      </div>
    1420
    1468
      </li>
    1421
    1469
     
    @@ -1446,40 +1494,40 @@
    1446
    1494
     
    1447
    1495
      <li class="even ">
    1448
    1496
      <div class="item">
    1449
    - <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>
    1450
    - <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>
    1451
    1499
      </div>
    1452
    1500
      </li>
    1453
    1501
     
    1454
    1502
     
    1455
    1503
      <li class="odd ">
    1456
    1504
      <div class="item">
    1457
    - <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
    1458
    - <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>
    1459
    1507
      </div>
    1460
    1508
      </li>
    1461
    1509
     
    1462
    1510
     
    1463
    1511
      <li class="even ">
    1464
    1512
      <div class="item">
    1465
    - <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>
    1466
    - <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>
    1467
    1515
      </div>
    1468
    1516
      </li>
    1469
    1517
     
    1470
    1518
     
    1471
    1519
      <li class="odd ">
    1472
    1520
      <div class="item">
    1473
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
    1474
    - <small>Puppeteer::JSHandle</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>
    1475
    1523
      </div>
    1476
    1524
      </li>
    1477
    1525
     
    1478
    1526
     
    1479
    1527
      <li class="even ">
    1480
    1528
      <div class="item">
    1481
    - <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1482
    - <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>
    1483
    1531
      </div>
    1484
    1532
      </li>
    1485
    1533
     
    @@ -1510,16 +1558,16 @@
    1510
    1558
     
    1511
    1559
      <li class="even ">
    1512
    1560
      <div class="item">
    1513
    - <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>
    1514
    - <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>
    1515
    1563
      </div>
    1516
    1564
      </li>
    1517
    1565
     
    1518
    1566
     
    1519
    1567
      <li class="odd ">
    1520
    1568
      <div class="item">
    1521
    - <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>
    1522
    - <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>
    1523
    1571
      </div>
    1524
    1572
      </li>
    1525
    1573
     
    @@ -1534,8 +1582,8 @@
    1534
    1582
     
    1535
    1583
      <li class="odd ">
    1536
    1584
      <div class="item">
    1537
    - <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1538
    - <small>Puppeteer::Page</small>
    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>
    1539
    1587
      </div>
    1540
    1588
      </li>
    1541
    1589
     
    @@ -1550,16 +1598,16 @@
    1550
    1598
     
    1551
    1599
      <li class="odd ">
    1552
    1600
      <div class="item">
    1553
    - <span class='object_link'><a href="Puppeteer/Frame.html#focus-instance_method" title="Puppeteer::Frame#focus (method)">#focus</a></span>
    1554
    - <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>
    1555
    1603
      </div>
    1556
    1604
      </li>
    1557
    1605
     
    1558
    1606
     
    1559
    1607
      <li class="even ">
    1560
    1608
      <div class="item">
    1561
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1562
    - <small>Puppeteer::FrameManager</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>
    1563
    1611
      </div>
    1564
    1612
      </li>
    1565
    1613
     
    @@ -1574,8 +1622,8 @@
    1574
    1622
     
    1575
    1623
      <li class="even ">
    1576
    1624
      <div class="item">
    1577
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
    1578
    - <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>
    1579
    1627
      </div>
    1580
    1628
      </li>
    1581
    1629
     
    @@ -1646,16 +1694,16 @@
    1646
    1694
     
    1647
    1695
      <li class="odd ">
    1648
    1696
      <div class="item">
    1649
    - <span class='object_link'><a href="Puppeteer/Page.html#goto-instance_method" title="Puppeteer::Page#goto (method)">#goto</a></span>
    1650
    - <small>Puppeteer::Page</small>
    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>
    1651
    1699
      </div>
    1652
    1700
      </li>
    1653
    1701
     
    1654
    1702
     
    1655
    1703
      <li class="even ">
    1656
    1704
      <div class="item">
    1657
    - <span class='object_link'><a href="Puppeteer/Frame.html#goto-instance_method" title="Puppeteer::Frame#goto (method)">#goto</a></span>
    1658
    - <small>Puppeteer::Frame</small>
    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>
    1659
    1707
      </div>
    1660
    1708
      </li>
    1661
    1709
     
    @@ -1685,14 +1733,6 @@
    1685
    1733
     
    1686
    1734
     
    1687
    1735
      <li class="even ">
    1688
    - <div class="item">
    1689
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
    1690
    - <small>Puppeteer::Target</small>
    1691
    - </div>
    1692
    - </li>
    1693
    -
    1694
    -
    1695
    - <li class="odd ">
    1696
    1736
      <div class="item">
    1697
    1737
      <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_closed-instance_method" title="Puppeteer::CDPSession#handle_closed (method)">#handle_closed</a></span>
    1698
    1738
      <small>Puppeteer::CDPSession</small>
    @@ -1700,7 +1740,7 @@
    1700
    1740
      </li>
    1701
    1741
     
    1702
    1742
     
    1703
    - <li class="even ">
    1743
    + <li class="odd ">
    1704
    1744
      <div class="item">
    1705
    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>
    1706
    1746
      <small>Puppeteer::FrameManager</small>
    @@ -1708,7 +1748,7 @@
    1708
    1748
      </li>
    1709
    1749
     
    1710
    1750
     
    1711
    - <li class="odd ">
    1751
    + <li class="even ">
    1712
    1752
      <div class="item">
    1713
    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>
    1714
    1754
      <small>Puppeteer::FrameManager</small>
    @@ -1716,7 +1756,7 @@
    1716
    1756
      </li>
    1717
    1757
     
    1718
    1758
     
    1719
    - <li class="even ">
    1759
    + <li class="odd ">
    1720
    1760
      <div class="item">
    1721
    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>
    1722
    1762
      <small>Puppeteer::FrameManager</small>
    @@ -1724,7 +1764,7 @@
    1724
    1764
      </li>
    1725
    1765
     
    1726
    1766
     
    1727
    - <li class="odd ">
    1767
    + <li class="even ">
    1728
    1768
      <div class="item">
    1729
    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>
    1730
    1770
      <small>Puppeteer::Page</small>
    @@ -1732,17 +1772,9 @@
    1732
    1772
      </li>
    1733
    1773
     
    1734
    1774
     
    1735
    - <li class="even ">
    1736
    - <div class="item">
    1737
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_attached-instance_method" title="Puppeteer::FrameManager#handle_frame_attached (method)">#handle_frame_attached</a></span>
    1738
    - <small>Puppeteer::FrameManager</small>
    1739
    - </div>
    1740
    - </li>
    1741
    -
    1742
    -
    1743
    1775
      <li class="odd ">
    1744
    1776
      <div class="item">
    1745
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_detached-instance_method" title="Puppeteer::FrameManager#handle_frame_detached (method)">#handle_frame_detached</a></span>
    1777
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_attached-instance_method" title="Puppeteer::FrameManager#handle_frame_attached (method)">#handle_frame_attached</a></span>
    1746
    1778
      <small>Puppeteer::FrameManager</small>
    1747
    1779
      </div>
    1748
    1780
      </li>
    @@ -1758,7 +1790,7 @@
    1758
    1790
     
    1759
    1791
      <li class="odd ">
    1760
    1792
      <div class="item">
    1761
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated (method)">#handle_frame_navigated</a></span>
    1793
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_detached-instance_method" title="Puppeteer::FrameManager#handle_frame_detached (method)">#handle_frame_detached</a></span>
    1762
    1794
      <small>Puppeteer::FrameManager</small>
    1763
    1795
      </div>
    1764
    1796
      </li>
    @@ -1766,7 +1798,7 @@
    1766
    1798
     
    1767
    1799
      <li class="even ">
    1768
    1800
      <div class="item">
    1769
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated_within_document-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated_within_document (method)">#handle_frame_navigated_within_document</a></span>
    1801
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated (method)">#handle_frame_navigated</a></span>
    1770
    1802
      <small>Puppeteer::FrameManager</small>
    1771
    1803
      </div>
    1772
    1804
      </li>
    @@ -1774,7 +1806,7 @@
    1774
    1806
     
    1775
    1807
      <li class="odd ">
    1776
    1808
      <div class="item">
    1777
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_stopped_loading-instance_method" title="Puppeteer::FrameManager#handle_frame_stopped_loading (method)">#handle_frame_stopped_loading</a></span>
    1809
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated_within_document-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated_within_document (method)">#handle_frame_navigated_within_document</a></span>
    1778
    1810
      <small>Puppeteer::FrameManager</small>
    1779
    1811
      </div>
    1780
    1812
      </li>
    @@ -1782,7 +1814,7 @@
    1782
    1814
     
    1783
    1815
      <li class="even ">
    1784
    1816
      <div class="item">
    1785
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_tree-instance_method" title="Puppeteer::FrameManager#handle_frame_tree (method)">#handle_frame_tree</a></span>
    1817
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_stopped_loading-instance_method" title="Puppeteer::FrameManager#handle_frame_stopped_loading (method)">#handle_frame_stopped_loading</a></span>
    1786
    1818
      <small>Puppeteer::FrameManager</small>
    1787
    1819
      </div>
    1788
    1820
      </li>
    @@ -1790,24 +1822,24 @@
    1790
    1822
     
    1791
    1823
      <li class="odd ">
    1792
    1824
      <div class="item">
    1793
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_initialized-instance_method" title="Puppeteer::Target#handle_initialized (method)">#handle_initialized</a></span>
    1794
    - <small>Puppeteer::Target</small>
    1825
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_tree-instance_method" title="Puppeteer::FrameManager#handle_frame_tree (method)">#handle_frame_tree</a></span>
    1826
    + <small>Puppeteer::FrameManager</small>
    1795
    1827
      </div>
    1796
    1828
      </li>
    1797
    1829
     
    1798
    1830
     
    1799
    1831
      <li class="even ">
    1800
    1832
      <div class="item">
    1801
    - <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>
    1802
    - <small>Puppeteer::Frame</small>
    1833
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1834
    + <small>Puppeteer::FrameManager</small>
    1803
    1835
      </div>
    1804
    1836
      </li>
    1805
    1837
     
    1806
    1838
     
    1807
    1839
      <li class="odd ">
    1808
    1840
      <div class="item">
    1809
    - <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>
    1810
    - <small>Puppeteer::FrameManager</small>
    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>
    1842
    + <small>Puppeteer::Frame</small>
    1811
    1843
      </div>
    1812
    1844
      </li>
    1813
    1845
     
    @@ -1822,16 +1854,16 @@
    1822
    1854
     
    1823
    1855
      <li class="odd ">
    1824
    1856
      <div class="item">
    1825
    - <span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html#handle_message-instance_method" title="Puppeteer::Connection::ResponseDebugPrinter#handle_message (method)">#handle_message</a></span>
    1826
    - <small>Puppeteer::Connection::ResponseDebugPrinter</small>
    1857
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1858
    + <small>Puppeteer::CDPSession</small>
    1827
    1859
      </div>
    1828
    1860
      </li>
    1829
    1861
     
    1830
    1862
     
    1831
    1863
      <li class="even ">
    1832
    1864
      <div class="item">
    1833
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1834
    - <small>Puppeteer::CDPSession</small>
    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>
    1866
    + <small>Puppeteer::Connection::ResponseDebugPrinter</small>
    1835
    1867
      </div>
    1836
    1868
      </li>
    1837
    1869
     
    @@ -1916,6 +1948,22 @@
    1916
    1948
      </li>
    1917
    1949
     
    1918
    1950
     
    1951
    + <li class="odd ">
    1952
    + <div class="item">
    1953
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#height-instance_method" title="Puppeteer::ElementHandle::BoxModel#height (method)">#height</a></span>
    1954
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    1955
    + </div>
    1956
    + </li>
    1957
    +
    1958
    +
    1959
    + <li class="even ">
    1960
    + <div class="item">
    1961
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#height-instance_method" title="Puppeteer::ElementHandle::BoundingBox#height (method)">#height</a></span>
    1962
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    1963
    + </div>
    1964
    + </li>
    1965
    +
    1966
    +
    1919
    1967
      <li class="odd ">
    1920
    1968
      <div class="item">
    1921
    1969
      <span class='object_link'><a href="Puppeteer/Page.html#hover-instance_method" title="Puppeteer::Page#hover (method)">#hover</a></span>
    @@ -1966,56 +2014,56 @@
    1966
    2014
     
    1967
    2015
      <li class="odd ">
    1968
    2016
      <div class="item">
    1969
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#incognito%3F-instance_method" title="Puppeteer::BrowserContext#incognito? (method)">#incognito?</a></span>
    1970
    - <small>Puppeteer::BrowserContext</small>
    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>
    1971
    2019
      </div>
    1972
    2020
      </li>
    1973
    2021
     
    1974
    2022
     
    1975
    2023
      <li class="even ">
    1976
    2024
      <div class="item">
    1977
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#init-instance_method" title="Puppeteer::NetworkManager#init (method)">#init</a></span>
    1978
    - <small>Puppeteer::NetworkManager</small>
    2025
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#incognito%3F-instance_method" title="Puppeteer::BrowserContext#incognito? (method)">#incognito?</a></span>
    2026
    + <small>Puppeteer::BrowserContext</small>
    1979
    2027
      </div>
    1980
    2028
      </li>
    1981
    2029
     
    1982
    2030
     
    1983
    2031
      <li class="odd ">
    1984
    2032
      <div class="item">
    1985
    - <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
    1986
    - <small>Puppeteer::Page</small>
    2033
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#init-instance_method" title="Puppeteer::NetworkManager#init (method)">#init</a></span>
    2034
    + <small>Puppeteer::NetworkManager</small>
    1987
    2035
      </div>
    1988
    2036
      </li>
    1989
    2037
     
    1990
    2038
     
    1991
    2039
      <li class="even ">
    1992
    2040
      <div class="item">
    1993
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    1994
    - <small>Puppeteer::ElementHandle</small>
    2041
    + <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
    2042
    + <small>Puppeteer::Page</small>
    1995
    2043
      </div>
    1996
    2044
      </li>
    1997
    2045
     
    1998
    2046
     
    1999
    2047
      <li class="odd ">
    2000
    2048
      <div class="item">
    2001
    - <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    2002
    - <small>Puppeteer</small>
    2049
    + <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
    2050
    + <small>Puppeteer::NetworkManager::Credentials</small>
    2003
    2051
      </div>
    2004
    2052
      </li>
    2005
    2053
     
    2006
    2054
     
    2007
    2055
      <li class="even ">
    2008
    2056
      <div class="item">
    2009
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2010
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2057
    + <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    2058
    + <small>Puppeteer</small>
    2011
    2059
      </div>
    2012
    2060
      </li>
    2013
    2061
     
    2014
    2062
     
    2015
    2063
      <li class="odd ">
    2016
    2064
      <div class="item">
    2017
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2018
    - <small>Puppeteer::DOMWorld</small>
    2065
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2066
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2019
    2067
      </div>
    2020
    2068
      </li>
    2021
    2069
     
    @@ -2030,16 +2078,16 @@
    2030
    2078
     
    2031
    2079
      <li class="odd ">
    2032
    2080
      <div class="item">
    2033
    - <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2034
    - <small>Puppeteer::Viewport</small>
    2081
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2082
    + <small>Puppeteer::DOMWorld</small>
    2035
    2083
      </div>
    2036
    2084
      </li>
    2037
    2085
     
    2038
    2086
     
    2039
    2087
      <li class="even ">
    2040
    2088
      <div class="item">
    2041
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2042
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2089
    + <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2090
    + <small>Puppeteer::Viewport</small>
    2043
    2091
      </div>
    2044
    2092
      </li>
    2045
    2093
     
    @@ -2062,32 +2110,32 @@
    2062
    2110
     
    2063
    2111
      <li class="odd ">
    2064
    2112
      <div class="item">
    2065
    - <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2066
    - <small>Puppeteer::Launcher::BrowserOptions</small>
    2113
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2114
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2067
    2115
      </div>
    2068
    2116
      </li>
    2069
    2117
     
    2070
    2118
     
    2071
    2119
      <li class="even ">
    2072
    2120
      <div class="item">
    2073
    - <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2074
    - <small>Puppeteer::Page</small>
    2121
    + <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2122
    + <small>Puppeteer::Connection::ProtocolError</small>
    2075
    2123
      </div>
    2076
    2124
      </li>
    2077
    2125
     
    2078
    2126
     
    2079
    2127
      <li class="odd ">
    2080
    2128
      <div class="item">
    2081
    - <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2082
    - <small>Puppeteer::Connection::ProtocolError</small>
    2129
    + <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2130
    + <small>Puppeteer::Connection::MessageCallback</small>
    2083
    2131
      </div>
    2084
    2132
      </li>
    2085
    2133
     
    2086
    2134
     
    2087
    2135
      <li class="even ">
    2088
    2136
      <div class="item">
    2089
    - <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2090
    - <small>Puppeteer::Connection::MessageCallback</small>
    2137
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoundingBox#initialize (method)">#initialize</a></span>
    2138
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    2091
    2139
      </div>
    2092
    2140
      </li>
    2093
    2141
     
    @@ -2102,40 +2150,40 @@
    2102
    2150
     
    2103
    2151
      <li class="even ">
    2104
    2152
      <div class="item">
    2105
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2106
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2153
    + <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2154
    + <small>Puppeteer::Launcher::BrowserOptions</small>
    2107
    2155
      </div>
    2108
    2156
      </li>
    2109
    2157
     
    2110
    2158
     
    2111
    2159
      <li class="odd ">
    2112
    2160
      <div class="item">
    2113
    - <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
    2114
    - <small>Puppeteer::Page::FileChooserTimeoutError</small>
    2161
    + <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2162
    + <small>Puppeteer::Page</small>
    2115
    2163
      </div>
    2116
    2164
      </li>
    2117
    2165
     
    2118
    2166
     
    2119
    2167
      <li class="even ">
    2120
    2168
      <div class="item">
    2121
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2122
    - <small>Puppeteer::Keyboard</small>
    2169
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2170
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    2123
    2171
      </div>
    2124
    2172
      </li>
    2125
    2173
     
    2126
    2174
     
    2127
    2175
      <li class="odd ">
    2128
    2176
      <div class="item">
    2129
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2130
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    2177
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2178
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2131
    2179
      </div>
    2132
    2180
      </li>
    2133
    2181
     
    2134
    2182
     
    2135
    2183
      <li class="even ">
    2136
    2184
      <div class="item">
    2137
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2138
    - <small>Puppeteer::WebSocketTransport</small>
    2185
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoxModel#initialize (method)">#initialize</a></span>
    2186
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    2139
    2187
      </div>
    2140
    2188
      </li>
    2141
    2189
     
    @@ -2150,213 +2198,221 @@
    2150
    2198
     
    2151
    2199
      <li class="even ">
    2152
    2200
      <div class="item">
    2153
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2154
    - <small>Puppeteer::Page::StyleTag</small>
    2201
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2202
    + <small>Puppeteer::Keyboard</small>
    2155
    2203
      </div>
    2156
    2204
      </li>
    2157
    2205
     
    2158
    2206
     
    2159
    2207
      <li class="odd ">
    2160
    2208
      <div class="item">
    2161
    - <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    2162
    - <small>Puppeteer::EventCallbackable::EventListeners</small>
    2209
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2210
    + <small>Puppeteer::CDPSession</small>
    2163
    2211
      </div>
    2164
    2212
      </li>
    2165
    2213
     
    2166
    2214
     
    2167
    2215
      <li class="even ">
    2168
    2216
      <div class="item">
    2169
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2170
    - <small>Puppeteer::LifecycleWatcher</small>
    2217
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2218
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    2171
    2219
      </div>
    2172
    2220
      </li>
    2173
    2221
     
    2174
    2222
     
    2175
    2223
      <li class="odd ">
    2176
    2224
      <div class="item">
    2177
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    2178
    - <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    2225
    + <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
    2226
    + <small>Puppeteer::FileChooser</small>
    2179
    2227
      </div>
    2180
    2228
      </li>
    2181
    2229
     
    2182
    2230
     
    2183
    2231
      <li class="even ">
    2184
    2232
      <div class="item">
    2185
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2186
    - <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2233
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2234
    + <small>Puppeteer::TouchScreen</small>
    2187
    2235
      </div>
    2188
    2236
      </li>
    2189
    2237
     
    2190
    2238
     
    2191
    2239
      <li class="odd ">
    2192
    2240
      <div class="item">
    2193
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2194
    - <small>Puppeteer::CDPSession</small>
    2241
    + <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
    2242
    + <small>Puppeteer::Page::FileChooserTimeoutError</small>
    2195
    2243
      </div>
    2196
    2244
      </li>
    2197
    2245
     
    2198
    2246
     
    2199
    2247
      <li class="even ">
    2200
    2248
      <div class="item">
    2201
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2202
    - <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2249
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2250
    + <small>Puppeteer::FrameManager</small>
    2203
    2251
      </div>
    2204
    2252
      </li>
    2205
    2253
     
    2206
    2254
     
    2207
    2255
      <li class="odd ">
    2208
    2256
      <div class="item">
    2209
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2210
    - <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2257
    + <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2258
    + <small>Puppeteer::Browser</small>
    2211
    2259
      </div>
    2212
    2260
      </li>
    2213
    2261
     
    2214
    2262
     
    2215
    2263
      <li class="even ">
    2216
    2264
      <div class="item">
    2217
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    2218
    - <small>Puppeteer::ExecutionContext</small>
    2265
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2266
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    2219
    2267
      </div>
    2220
    2268
      </li>
    2221
    2269
     
    2222
    2270
     
    2223
    2271
      <li class="odd ">
    2224
    2272
      <div class="item">
    2225
    - <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2226
    - <small>Puppeteer::EmulationManager</small>
    2273
    + <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2274
    + <small>Puppeteer::Launcher::Base</small>
    2227
    2275
      </div>
    2228
    2276
      </li>
    2229
    2277
     
    2230
    2278
     
    2231
    2279
      <li class="even ">
    2232
    2280
      <div class="item">
    2233
    - <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
    2234
    - <small>Puppeteer::FileChooser</small>
    2281
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2282
    + <small>Puppeteer::RemoteObject</small>
    2235
    2283
      </div>
    2236
    2284
      </li>
    2237
    2285
     
    2238
    2286
     
    2239
    2287
      <li class="odd ">
    2240
    2288
      <div class="item">
    2241
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2242
    - <small>Puppeteer::TouchScreen</small>
    2289
    + <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2290
    + <small>Puppeteer::Target</small>
    2243
    2291
      </div>
    2244
    2292
      </li>
    2245
    2293
     
    2246
    2294
     
    2247
    2295
      <li class="even ">
    2248
    2296
      <div class="item">
    2249
    - <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2250
    - <small>Puppeteer::Frame</small>
    2297
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2298
    + <small>Puppeteer::WebSocketTransport</small>
    2251
    2299
      </div>
    2252
    2300
      </li>
    2253
    2301
     
    2254
    2302
     
    2255
    2303
      <li class="odd ">
    2256
    2304
      <div class="item">
    2257
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2258
    - <small>Puppeteer::FrameManager</small>
    2305
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2306
    + <small>Puppeteer::Page::ScriptTag</small>
    2259
    2307
      </div>
    2260
    2308
      </li>
    2261
    2309
     
    2262
    2310
     
    2263
    2311
      <li class="even ">
    2264
    2312
      <div class="item">
    2265
    - <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2266
    - <small>Puppeteer::Browser</small>
    2313
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2314
    + <small>Puppeteer::BrowserRunner</small>
    2267
    2315
      </div>
    2268
    2316
      </li>
    2269
    2317
     
    2270
    2318
     
    2271
    2319
      <li class="odd ">
    2272
    2320
      <div class="item">
    2273
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2274
    - <small>Puppeteer::NetworkManager</small>
    2321
    + <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2322
    + <small>Puppeteer::ElementHandle::Point</small>
    2275
    2323
      </div>
    2276
    2324
      </li>
    2277
    2325
     
    2278
    2326
     
    2279
    2327
      <li class="even ">
    2280
    2328
      <div class="item">
    2281
    - <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
    2282
    - <small>Puppeteer::NetworkManager::Credentials</small>
    2329
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2330
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2283
    2331
      </div>
    2284
    2332
      </li>
    2285
    2333
     
    2286
    2334
     
    2287
    2335
      <li class="odd ">
    2288
    2336
      <div class="item">
    2289
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2290
    - <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2337
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2338
    + <small>Puppeteer::Page::StyleTag</small>
    2291
    2339
      </div>
    2292
    2340
      </li>
    2293
    2341
     
    2294
    2342
     
    2295
    2343
      <li class="even ">
    2296
    2344
      <div class="item">
    2297
    - <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2298
    - <small>Puppeteer::Target</small>
    2345
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    2346
    + <small>Puppeteer::Target::TargetInfo</small>
    2299
    2347
      </div>
    2300
    2348
      </li>
    2301
    2349
     
    2302
    2350
     
    2303
    2351
      <li class="odd ">
    2304
    2352
      <div class="item">
    2305
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2306
    - <small>Puppeteer::ConsoleMessage</small>
    2353
    + <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    2354
    + <small>Puppeteer::EventCallbackable::EventListeners</small>
    2307
    2355
      </div>
    2308
    2356
      </li>
    2309
    2357
     
    2310
    2358
     
    2311
    2359
      <li class="even ">
    2312
    2360
      <div class="item">
    2313
    - <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2314
    - <small>Puppeteer::Launcher::Base</small>
    2361
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    2362
    + <small>Puppeteer::ElementHandle</small>
    2315
    2363
      </div>
    2316
    2364
      </li>
    2317
    2365
     
    2318
    2366
     
    2319
    2367
      <li class="odd ">
    2320
    2368
      <div class="item">
    2321
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2322
    - <small>Puppeteer::ConsoleMessage::Location</small>
    2369
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2370
    + <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2323
    2371
      </div>
    2324
    2372
      </li>
    2325
    2373
     
    2326
    2374
     
    2327
    2375
      <li class="even ">
    2328
    2376
      <div class="item">
    2329
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2330
    - <small>Puppeteer::RemoteObject</small>
    2377
    + <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2378
    + <small>Puppeteer::Device</small>
    2331
    2379
      </div>
    2332
    2380
      </li>
    2333
    2381
     
    2334
    2382
     
    2335
    2383
      <li class="odd ">
    2336
    2384
      <div class="item">
    2337
    - <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2338
    - <small>Puppeteer::BrowserFetcher</small>
    2385
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2386
    + <small>Puppeteer::LifecycleWatcher</small>
    2339
    2387
      </div>
    2340
    2388
      </li>
    2341
    2389
     
    2342
    2390
     
    2343
    2391
      <li class="even ">
    2344
    2392
      <div class="item">
    2345
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2346
    - <small>Puppeteer::BrowserContext</small>
    2393
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    2394
    + <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    2347
    2395
      </div>
    2348
    2396
      </li>
    2349
    2397
     
    2350
    2398
     
    2351
    2399
      <li class="odd ">
    2352
    2400
      <div class="item">
    2353
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2354
    - <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2401
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2402
    + <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2355
    2403
      </div>
    2356
    2404
      </li>
    2357
    2405
     
    2358
    2406
     
    2359
    2407
      <li class="even ">
    2408
    + <div class="item">
    2409
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2410
    + <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2411
    + </div>
    2412
    + </li>
    2413
    +
    2414
    +
    2415
    + <li class="odd ">
    2360
    2416
      <div class="item">
    2361
    2417
      <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    2362
    2418
      <small>Puppeteer::Mouse</small>
    @@ -2364,79 +2420,95 @@
    2364
    2420
      </li>
    2365
    2421
     
    2366
    2422
     
    2423
    + <li class="even ">
    2424
    + <div class="item">
    2425
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2426
    + <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2427
    + </div>
    2428
    + </li>
    2429
    +
    2430
    +
    2367
    2431
      <li class="odd ">
    2368
    2432
      <div class="item">
    2369
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2370
    - <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2433
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2434
    + <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2371
    2435
      </div>
    2372
    2436
      </li>
    2373
    2437
     
    2374
    2438
     
    2375
    2439
      <li class="even ">
    2376
    2440
      <div class="item">
    2377
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2378
    - <small>Puppeteer::BrowserRunner</small>
    2441
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    2442
    + <small>Puppeteer::ExecutionContext</small>
    2379
    2443
      </div>
    2380
    2444
      </li>
    2381
    2445
     
    2382
    2446
     
    2383
    2447
      <li class="odd ">
    2384
    2448
      <div class="item">
    2385
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    2386
    - <small>Puppeteer::Target::TargetInfo</small>
    2449
    + <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2450
    + <small>Puppeteer::EmulationManager</small>
    2387
    2451
      </div>
    2388
    2452
      </li>
    2389
    2453
     
    2390
    2454
     
    2391
    2455
      <li class="even ">
    2392
    2456
      <div class="item">
    2393
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2394
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2457
    + <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2458
    + <small>Puppeteer::Frame</small>
    2395
    2459
      </div>
    2396
    2460
      </li>
    2397
    2461
     
    2398
    2462
     
    2399
    2463
      <li class="odd ">
    2400
    2464
      <div class="item">
    2401
    - <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2402
    - <small>Puppeteer::ElementHandle::Point</small>
    2465
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2466
    + <small>Puppeteer::BrowserContext</small>
    2403
    2467
      </div>
    2404
    2468
      </li>
    2405
    2469
     
    2406
    2470
     
    2407
    2471
      <li class="even ">
    2408
    2472
      <div class="item">
    2409
    - <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2410
    - <small>Puppeteer::Device</small>
    2473
    + <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2474
    + <small>Puppeteer::BrowserFetcher</small>
    2411
    2475
      </div>
    2412
    2476
      </li>
    2413
    2477
     
    2414
    2478
     
    2415
    2479
      <li class="odd ">
    2416
    2480
      <div class="item">
    2417
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2418
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    2481
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2482
    + <small>Puppeteer::ConsoleMessage::Location</small>
    2419
    2483
      </div>
    2420
    2484
      </li>
    2421
    2485
     
    2422
    2486
     
    2423
    2487
      <li class="even ">
    2424
    2488
      <div class="item">
    2425
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2426
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    2489
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2490
    + <small>Puppeteer::ConsoleMessage</small>
    2427
    2491
      </div>
    2428
    2492
      </li>
    2429
    2493
     
    2430
    2494
     
    2431
    2495
      <li class="odd ">
    2432
    2496
      <div class="item">
    2433
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2434
    - <small>Puppeteer::Page::ScriptTag</small>
    2497
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2498
    + <small>Puppeteer::NetworkManager</small>
    2435
    2499
      </div>
    2436
    2500
      </li>
    2437
    2501
     
    2438
    2502
     
    2439
    2503
      <li class="even ">
    2504
    + <div class="item">
    2505
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2506
    + <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2507
    + </div>
    2508
    + </li>
    2509
    +
    2510
    +
    2511
    + <li class="odd ">
    2440
    2512
      <div class="item">
    2441
    2513
      <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
    2442
    2514
      <small>Puppeteer::Target</small>
    @@ -2444,7 +2516,7 @@
    2444
    2516
      </li>
    2445
    2517
     
    2446
    2518
     
    2447
    - <li class="odd ">
    2519
    + <li class="even ">
    2448
    2520
      <div class="item">
    2449
    2521
      <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
    2450
    2522
      <small>Puppeteer::Target</small>
    @@ -2452,7 +2524,7 @@
    2452
    2524
      </li>
    2453
    2525
     
    2454
    2526
     
    2455
    - <li class="even ">
    2527
    + <li class="odd ">
    2456
    2528
      <div class="item">
    2457
    2529
      <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
    2458
    2530
      <small>Puppeteer</small>
    @@ -2460,6 +2532,14 @@
    2460
    2532
      </li>
    2461
    2533
     
    2462
    2534
     
    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
    +
    2463
    2543
      <li class="odd ">
    2464
    2544
      <div class="item">
    2465
    2545
      <span class='object_link'><a href="Puppeteer/Page.html#javascript_enabled-instance_method" title="Puppeteer::Page#javascript_enabled (method)">#javascript_enabled</a></span>
    @@ -2518,16 +2598,16 @@
    2518
    2598
     
    2519
    2599
      <li class="even ">
    2520
    2600
      <div class="item">
    2521
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
    2522
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2601
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2602
    + <small>Puppeteer::BrowserRunner</small>
    2523
    2603
      </div>
    2524
    2604
      </li>
    2525
    2605
     
    2526
    2606
     
    2527
    2607
      <li class="odd ">
    2528
    2608
      <div class="item">
    2529
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2530
    - <small>Puppeteer::BrowserRunner</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>
    2531
    2611
      </div>
    2532
    2612
      </li>
    2533
    2613
     
    @@ -2582,16 +2662,16 @@
    2582
    2662
     
    2583
    2663
      <li class="even ">
    2584
    2664
      <div class="item">
    2585
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2586
    - <small>Puppeteer::Keyboard::KeyDescription</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>
    2587
    2667
      </div>
    2588
    2668
      </li>
    2589
    2669
     
    2590
    2670
     
    2591
    2671
      <li class="odd ">
    2592
    2672
      <div class="item">
    2593
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2594
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2673
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2674
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2595
    2675
      </div>
    2596
    2676
      </li>
    2597
    2677
     
    @@ -2637,6 +2717,14 @@
    2637
    2717
     
    2638
    2718
     
    2639
    2719
      <li class="odd ">
    2720
    + <div class="item">
    2721
    + <span class='object_link'><a href="Puppeteer/Viewport.html#merge-instance_method" title="Puppeteer::Viewport#merge (method)">#merge</a></span>
    2722
    + <small>Puppeteer::Viewport</small>
    2723
    + </div>
    2724
    + </li>
    2725
    +
    2726
    +
    2727
    + <li class="even ">
    2640
    2728
      <div class="item">
    2641
    2729
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#method-instance_method" title="Puppeteer::Connection::MessageCallback#method (method)">#method</a></span>
    2642
    2730
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -2644,7 +2732,7 @@
    2644
    2732
      </li>
    2645
    2733
     
    2646
    2734
     
    2647
    - <li class="even ">
    2735
    + <li class="odd ">
    2648
    2736
      <div class="item">
    2649
    2737
      <span class='object_link'><a href="Puppeteer.html#method_missing-class_method" title="Puppeteer.method_missing (method)">method_missing</a></span>
    2650
    2738
      <small>Puppeteer</small>
    @@ -2652,7 +2740,7 @@
    2652
    2740
      </li>
    2653
    2741
     
    2654
    2742
     
    2655
    - <li class="odd ">
    2743
    + <li class="even ">
    2656
    2744
      <div class="item">
    2657
    2745
      <span class='object_link'><a href="Puppeteer/Viewport.html#mobile%3F-instance_method" title="Puppeteer::Viewport#mobile? (method)">#mobile?</a></span>
    2658
    2746
      <small>Puppeteer::Viewport</small>
    @@ -2660,7 +2748,7 @@
    2660
    2748
      </li>
    2661
    2749
     
    2662
    2750
     
    2663
    - <li class="even ">
    2751
    + <li class="odd ">
    2664
    2752
      <div class="item">
    2665
    2753
      <span class='object_link'><a href="Puppeteer/Keyboard.html#modifiers-instance_method" title="Puppeteer::Keyboard#modifiers (method)">#modifiers</a></span>
    2666
    2754
      <small>Puppeteer::Keyboard</small>
    @@ -2668,7 +2756,7 @@
    2668
    2756
      </li>
    2669
    2757
     
    2670
    2758
     
    2671
    - <li class="odd ">
    2759
    + <li class="even ">
    2672
    2760
      <div class="item">
    2673
    2761
      <span class='object_link'><a href="Puppeteer/Page.html#mouse-instance_method" title="Puppeteer::Page#mouse (method)">#mouse</a></span>
    2674
    2762
      <small>Puppeteer::Page</small>
    @@ -2676,7 +2764,7 @@
    2676
    2764
      </li>
    2677
    2765
     
    2678
    2766
     
    2679
    - <li class="even ">
    2767
    + <li class="odd ">
    2680
    2768
      <div class="item">
    2681
    2769
      <span class='object_link'><a href="Puppeteer/Mouse.html#move-instance_method" title="Puppeteer::Mouse#move (method)">#move</a></span>
    2682
    2770
      <small>Puppeteer::Mouse</small>
    @@ -2684,7 +2772,7 @@
    2684
    2772
      </li>
    2685
    2773
     
    2686
    2774
     
    2687
    - <li class="odd ">
    2775
    + <li class="even ">
    2688
    2776
      <div class="item">
    2689
    2777
      <span class='object_link'><a href="Puppeteer/FileChooser.html#multiple%3F-instance_method" title="Puppeteer::FileChooser#multiple? (method)">#multiple?</a></span>
    2690
    2778
      <small>Puppeteer::FileChooser</small>
    @@ -2692,23 +2780,23 @@
    2692
    2780
      </li>
    2693
    2781
     
    2694
    2782
     
    2695
    - <li class="even ">
    2783
    + <li class="odd ">
    2696
    2784
      <div class="item">
    2697
    - <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2698
    - <small>Puppeteer::Device</small>
    2785
    + <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2786
    + <small>Puppeteer::Frame</small>
    2699
    2787
      </div>
    2700
    2788
      </li>
    2701
    2789
     
    2702
    2790
     
    2703
    - <li class="odd ">
    2791
    + <li class="even ">
    2704
    2792
      <div class="item">
    2705
    - <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2706
    - <small>Puppeteer::Frame</small>
    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>
    2707
    2795
      </div>
    2708
    2796
      </li>
    2709
    2797
     
    2710
    2798
     
    2711
    - <li class="even ">
    2799
    + <li class="odd ">
    2712
    2800
      <div class="item">
    2713
    2801
      <span class='object_link'><a href="Puppeteer/FrameManager.html#navigate_frame-instance_method" title="Puppeteer::FrameManager#navigate_frame (method)">#navigate_frame</a></span>
    2714
    2802
      <small>Puppeteer::FrameManager</small>
    @@ -2716,7 +2804,7 @@
    2716
    2804
      </li>
    2717
    2805
     
    2718
    2806
     
    2719
    - <li class="odd ">
    2807
    + <li class="even ">
    2720
    2808
      <div class="item">
    2721
    2809
      <span class='object_link'><a href="Puppeteer/Frame.html#navigated-instance_method" title="Puppeteer::Frame#navigated (method)">#navigated</a></span>
    2722
    2810
      <small>Puppeteer::Frame</small>
    @@ -2724,7 +2812,7 @@
    2724
    2812
      </li>
    2725
    2813
     
    2726
    2814
     
    2727
    - <li class="even ">
    2815
    + <li class="odd ">
    2728
    2816
      <div class="item">
    2729
    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>
    2730
    2818
      <small>Puppeteer::Frame</small>
    @@ -2732,7 +2820,7 @@
    2732
    2820
      </li>
    2733
    2821
     
    2734
    2822
     
    2735
    - <li class="odd ">
    2823
    + <li class="even ">
    2736
    2824
      <div class="item">
    2737
    2825
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#navigation_response-instance_method" title="Puppeteer::LifecycleWatcher#navigation_response (method)">#navigation_response</a></span>
    2738
    2826
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2740,7 +2828,7 @@
    2740
    2828
      </li>
    2741
    2829
     
    2742
    2830
     
    2743
    - <li class="even ">
    2831
    + <li class="odd ">
    2744
    2832
      <div class="item">
    2745
    2833
      <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#navigation_timeout-instance_method" title="Puppeteer::TimeoutSettings#navigation_timeout (method)">#navigation_timeout</a></span>
    2746
    2834
      <small>Puppeteer::TimeoutSettings</small>
    @@ -2748,7 +2836,7 @@
    2748
    2836
      </li>
    2749
    2837
     
    2750
    2838
     
    2751
    - <li class="odd ">
    2839
    + <li class="even ">
    2752
    2840
      <div class="item">
    2753
    2841
      <span class='object_link'><a href="Puppeteer/FrameManager.html#network_manager-instance_method" title="Puppeteer::FrameManager#network_manager (method)">#network_manager</a></span>
    2754
    2842
      <small>Puppeteer::FrameManager</small>
    @@ -2756,7 +2844,7 @@
    2756
    2844
      </li>
    2757
    2845
     
    2758
    2846
     
    2759
    - <li class="even ">
    2847
    + <li class="odd ">
    2760
    2848
      <div class="item">
    2761
    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>
    2762
    2850
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2764,7 +2852,7 @@
    2764
    2852
      </li>
    2765
    2853
     
    2766
    2854
     
    2767
    - <li class="odd ">
    2855
    + <li class="even ">
    2768
    2856
      <div class="item">
    2769
    2857
      <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
    2770
    2858
      <small>Puppeteer::Browser</small>
    @@ -2772,7 +2860,7 @@
    2772
    2860
      </li>
    2773
    2861
     
    2774
    2862
     
    2775
    - <li class="even ">
    2863
    + <li class="odd ">
    2776
    2864
      <div class="item">
    2777
    2865
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
    2778
    2866
      <small>Puppeteer::BrowserContext</small>
    @@ -2780,7 +2868,7 @@
    2780
    2868
      </li>
    2781
    2869
     
    2782
    2870
     
    2783
    - <li class="odd ">
    2871
    + <li class="even ">
    2784
    2872
      <div class="item">
    2785
    2873
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#node_info-instance_method" title="Puppeteer::RemoteObject#node_info (method)">#node_info</a></span>
    2786
    2874
      <small>Puppeteer::RemoteObject</small>
    @@ -2788,6 +2876,14 @@
    2788
    2876
      </li>
    2789
    2877
     
    2790
    2878
     
    2879
    + <li class="odd ">
    2880
    + <div class="item">
    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>
    2883
    + </div>
    2884
    + </li>
    2885
    +
    2886
    +
    2791
    2887
      <li class="even ">
    2792
    2888
      <div class="item">
    2793
    2889
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
    @@ -2814,16 +2910,16 @@
    2814
    2910
     
    2815
    2911
      <li class="odd ">
    2816
    2912
      <div class="item">
    2817
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2818
    - <small>Puppeteer::WebSocketTransport</small>
    2913
    + <span class='object_link'><a href="Puppeteer/Page.html#on-instance_method" title="Puppeteer::Page#on (method)">#on</a></span>
    2914
    + <small>Puppeteer::Page</small>
    2819
    2915
      </div>
    2820
    2916
      </li>
    2821
    2917
     
    2822
    2918
     
    2823
    2919
      <li class="even ">
    2824
    2920
      <div class="item">
    2825
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2826
    - <small>Puppeteer::WebSocket</small>
    2921
    + <span class='object_link'><a href="Puppeteer/Browser.html#on-instance_method" title="Puppeteer::Browser#on (method)">#on</a></span>
    2922
    + <small>Puppeteer::Browser</small>
    2827
    2923
      </div>
    2828
    2924
      </li>
    2829
    2925
     
    @@ -2838,56 +2934,56 @@
    2838
    2934
     
    2839
    2935
      <li class="even ">
    2840
    2936
      <div class="item">
    2841
    - <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
    2842
    - <small>Puppeteer::Target</small>
    2937
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2938
    + <small>Puppeteer::WebSocket</small>
    2843
    2939
      </div>
    2844
    2940
      </li>
    2845
    2941
     
    2846
    2942
     
    2847
    2943
      <li class="odd ">
    2848
    2944
      <div class="item">
    2849
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_error-instance_method" title="Puppeteer::WebSocket#on_error (method)">#on_error</a></span>
    2850
    - <small>Puppeteer::WebSocket</small>
    2945
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2946
    + <small>Puppeteer::WebSocketTransport</small>
    2851
    2947
      </div>
    2852
    2948
      </li>
    2853
    2949
     
    2854
    2950
     
    2855
    2951
      <li class="even ">
    2856
    2952
      <div class="item">
    2857
    - <span class='object_link'><a href="Puppeteer/EventCallbackable.html#on_event-instance_method" title="Puppeteer::EventCallbackable#on_event (method)">#on_event</a></span>
    2858
    - <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>
    2859
    2955
      </div>
    2860
    2956
      </li>
    2861
    2957
     
    2862
    2958
     
    2863
    2959
      <li class="odd ">
    2864
    2960
      <div class="item">
    2865
    - <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>
    2866
    - <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>
    2867
    2963
      </div>
    2868
    2964
      </li>
    2869
    2965
     
    2870
    2966
     
    2871
    2967
      <li class="even ">
    2872
    2968
      <div class="item">
    2873
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    2874
    - <small>Puppeteer::WebSocketTransport</small>
    2969
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2970
    + <small>Puppeteer::Connection</small>
    2875
    2971
      </div>
    2876
    2972
      </li>
    2877
    2973
     
    2878
    2974
     
    2879
    2975
      <li class="odd ">
    2880
    2976
      <div class="item">
    2881
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2882
    - <small>Puppeteer::WebSocket</small>
    2977
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    2978
    + <small>Puppeteer::WebSocketTransport</small>
    2883
    2979
      </div>
    2884
    2980
      </li>
    2885
    2981
     
    2886
    2982
     
    2887
    2983
      <li class="even ">
    2888
    2984
      <div class="item">
    2889
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2890
    - <small>Puppeteer::Connection</small>
    2985
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2986
    + <small>Puppeteer::WebSocket</small>
    2891
    2987
      </div>
    2892
    2988
      </li>
    2893
    2989
     
    @@ -2902,24 +2998,24 @@
    2902
    2998
     
    2903
    2999
      <li class="even ">
    2904
    3000
      <div class="item">
    2905
    - <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    2906
    - <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>
    2907
    3003
      </div>
    2908
    3004
      </li>
    2909
    3005
     
    2910
    3006
     
    2911
    3007
      <li class="odd ">
    2912
    3008
      <div class="item">
    2913
    - <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>
    2914
    - <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>
    2915
    3011
      </div>
    2916
    3012
      </li>
    2917
    3013
     
    2918
    3014
     
    2919
    3015
      <li class="even ">
    2920
    3016
      <div class="item">
    2921
    - <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    2922
    - <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>
    2923
    3019
      </div>
    2924
    3020
      </li>
    2925
    3021
     
    @@ -2934,8 +3030,8 @@
    2934
    3030
     
    2935
    3031
      <li class="even ">
    2936
    3032
      <div class="item">
    2937
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    2938
    - <small>Puppeteer::BrowserContext</small>
    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>
    2939
    3035
      </div>
    2940
    3036
      </li>
    2941
    3037
     
    @@ -2950,32 +3046,32 @@
    2950
    3046
     
    2951
    3047
      <li class="even ">
    2952
    3048
      <div class="item">
    2953
    - <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
    2954
    - <small>Puppeteer::Frame</small>
    3049
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    3050
    + <small>Puppeteer::BrowserContext</small>
    2955
    3051
      </div>
    2956
    3052
      </li>
    2957
    3053
     
    2958
    3054
     
    2959
    3055
      <li class="odd ">
    2960
    3056
      <div class="item">
    2961
    - <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
    2962
    - <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>
    2963
    3059
      </div>
    2964
    3060
      </li>
    2965
    3061
     
    2966
    3062
     
    2967
    3063
      <li class="even ">
    2968
    3064
      <div class="item">
    2969
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
    2970
    - <small>Puppeteer::Page::ScriptTag</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>
    2971
    3067
      </div>
    2972
    3068
      </li>
    2973
    3069
     
    2974
    3070
     
    2975
    3071
      <li class="odd ">
    2976
    3072
      <div class="item">
    2977
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    2978
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3073
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
    3074
    + <small>Puppeteer::Page::ScriptTag</small>
    2979
    3075
      </div>
    2980
    3076
      </li>
    2981
    3077
     
    @@ -2990,16 +3086,16 @@
    2990
    3086
     
    2991
    3087
      <li class="odd ">
    2992
    3088
      <div class="item">
    2993
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
    2994
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    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>
    2995
    3091
      </div>
    2996
    3092
      </li>
    2997
    3093
     
    2998
    3094
     
    2999
    3095
      <li class="even ">
    3000
    3096
      <div class="item">
    3001
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
    3002
    - <small>Puppeteer::ElementHandle</small>
    3097
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
    3098
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    3003
    3099
      </div>
    3004
    3100
      </li>
    3005
    3101
     
    @@ -3014,32 +3110,32 @@
    3014
    3110
     
    3015
    3111
      <li class="even ">
    3016
    3112
      <div class="item">
    3017
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
    3018
    - <small>Puppeteer::BrowserRunner</small>
    3113
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
    3114
    + <small>Puppeteer::ElementHandle</small>
    3019
    3115
      </div>
    3020
    3116
      </li>
    3021
    3117
     
    3022
    3118
     
    3023
    3119
      <li class="odd ">
    3024
    3120
      <div class="item">
    3025
    - <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
    3026
    - <small>Puppeteer::Browser</small>
    3121
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
    3122
    + <small>Puppeteer::BrowserRunner</small>
    3027
    3123
      </div>
    3028
    3124
      </li>
    3029
    3125
     
    3030
    3126
     
    3031
    3127
      <li class="even ">
    3032
    3128
      <div class="item">
    3033
    - <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
    3034
    - <small>Puppeteer</small>
    3129
    + <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
    3130
    + <small>Puppeteer::Browser</small>
    3035
    3131
      </div>
    3036
    3132
      </li>
    3037
    3133
     
    3038
    3134
     
    3039
    3135
      <li class="odd ">
    3040
    3136
      <div class="item">
    3041
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    3042
    - <small>Puppeteer::JSHandle</small>
    3137
    + <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
    3138
    + <small>Puppeteer</small>
    3043
    3139
      </div>
    3044
    3140
      </li>
    3045
    3141
     
    @@ -3053,6 +3149,14 @@
    3053
    3149
     
    3054
    3150
     
    3055
    3151
      <li class="odd ">
    3152
    + <div class="item">
    3153
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    3154
    + <small>Puppeteer::JSHandle</small>
    3155
    + </div>
    3156
    + </li>
    3157
    +
    3158
    +
    3159
    + <li class="even ">
    3056
    3160
      <div class="item">
    3057
    3161
      <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#quality-instance_method" title="Puppeteer::Page::ScreenshotOptions#quality (method)">#quality</a></span>
    3058
    3162
      <small>Puppeteer::Page::ScreenshotOptions</small>
    @@ -3060,7 +3164,7 @@
    3060
    3164
      </li>
    3061
    3165
     
    3062
    3166
     
    3063
    - <li class="even ">
    3167
    + <li class="odd ">
    3064
    3168
      <div class="item">
    3065
    3169
      <span class='object_link'><a href="Puppeteer/Page.html#query_objects-instance_method" title="Puppeteer::Page#query_objects (method)">#query_objects</a></span>
    3066
    3170
      <small>Puppeteer::Page</small>
    @@ -3068,7 +3172,7 @@
    3068
    3172
      </li>
    3069
    3173
     
    3070
    3174
     
    3071
    - <li class="odd ">
    3175
    + <li class="even ">
    3072
    3176
      <div class="item">
    3073
    3177
      <span class='object_link'><a href="Puppeteer/Connection.html#raw_send-instance_method" title="Puppeteer::Connection#raw_send (method)">#raw_send</a></span>
    3074
    3178
      <small>Puppeteer::Connection</small>
    @@ -3076,7 +3180,7 @@
    3076
    3180
      </li>
    3077
    3181
     
    3078
    3182
     
    3079
    - <li class="even ">
    3183
    + <li class="odd ">
    3080
    3184
      <div class="item">
    3081
    3185
      <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#readpartial-instance_method" title="Puppeteer::WebSocket::DriverImpl#readpartial (method)">#readpartial</a></span>
    3082
    3186
      <small>Puppeteer::WebSocket::DriverImpl</small>
    @@ -3084,7 +3188,7 @@
    3084
    3188
      </li>
    3085
    3189
     
    3086
    3190
     
    3087
    - <li class="odd ">
    3191
    + <li class="even ">
    3088
    3192
      <div class="item">
    3089
    3193
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#reject-instance_method" title="Puppeteer::Connection::MessageCallback#reject (method)">#reject</a></span>
    3090
    3194
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -3092,7 +3196,7 @@
    3092
    3196
      </li>
    3093
    3197
     
    3094
    3198
     
    3095
    - <li class="even ">
    3199
    + <li class="odd ">
    3096
    3200
      <div class="item">
    3097
    3201
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#release-instance_method" title="Puppeteer::RemoteObject#release (method)">#release</a></span>
    3098
    3202
      <small>Puppeteer::RemoteObject</small>
    @@ -3100,7 +3204,7 @@
    3100
    3204
      </li>
    3101
    3205
     
    3102
    3206
     
    3103
    - <li class="odd ">
    3207
    + <li class="even ">
    3104
    3208
      <div class="item">
    3105
    3209
      <span class='object_link'><a href="Puppeteer/Page.html#reload-instance_method" title="Puppeteer::Page#reload (method)">#reload</a></span>
    3106
    3210
      <small>Puppeteer::Page</small>
    @@ -3108,7 +3212,7 @@
    3108
    3212
      </li>
    3109
    3213
     
    3110
    3214
     
    3111
    - <li class="even ">
    3215
    + <li class="odd ">
    3112
    3216
      <div class="item">
    3113
    3217
      <span class='object_link'><a href="Puppeteer/JSHandle.html#remote_object-instance_method" title="Puppeteer::JSHandle#remote_object (method)">#remote_object</a></span>
    3114
    3218
      <small>Puppeteer::JSHandle</small>
    @@ -3116,7 +3220,7 @@
    3116
    3220
      </li>
    3117
    3221
     
    3118
    3222
     
    3119
    - <li class="odd ">
    3223
    + <li class="even ">
    3120
    3224
      <div class="item">
    3121
    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>
    3122
    3226
      <small>Puppeteer::EventCallbackable</small>
    @@ -3124,23 +3228,23 @@
    3124
    3228
      </li>
    3125
    3229
     
    3126
    3230
     
    3127
    - <li class="even ">
    3231
    + <li class="odd ">
    3128
    3232
      <div class="item">
    3129
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3130
    - <small>Puppeteer::NetworkManager</small>
    3233
    + <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    3234
    + <small>Puppeteer::Page</small>
    3131
    3235
      </div>
    3132
    3236
      </li>
    3133
    3237
     
    3134
    3238
     
    3135
    - <li class="odd ">
    3239
    + <li class="even ">
    3136
    3240
      <div class="item">
    3137
    - <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    3138
    - <small>Puppeteer::Page</small>
    3241
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3242
    + <small>Puppeteer::NetworkManager</small>
    3139
    3243
      </div>
    3140
    3244
      </li>
    3141
    3245
     
    3142
    3246
     
    3143
    - <li class="even ">
    3247
    + <li class="odd ">
    3144
    3248
      <div class="item">
    3145
    3249
      <span class='object_link'><a href="Puppeteer/WaitTask.html#rerun-instance_method" title="Puppeteer::WaitTask#rerun (method)">#rerun</a></span>
    3146
    3250
      <small>Puppeteer::WaitTask</small>
    @@ -3148,7 +3252,7 @@
    3148
    3252
      </li>
    3149
    3253
     
    3150
    3254
     
    3151
    - <li class="odd ">
    3255
    + <li class="even ">
    3152
    3256
      <div class="item">
    3153
    3257
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#resolvable_future-instance_method" title="Puppeteer::ConcurrentRubyUtils#resolvable_future (method)">#resolvable_future</a></span>
    3154
    3258
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -3156,7 +3260,7 @@
    3156
    3260
      </li>
    3157
    3261
     
    3158
    3262
     
    3159
    - <li class="even ">
    3263
    + <li class="odd ">
    3160
    3264
      <div class="item">
    3161
    3265
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#resolve-instance_method" title="Puppeteer::Connection::MessageCallback#resolve (method)">#resolve</a></span>
    3162
    3266
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -3164,7 +3268,7 @@
    3164
    3268
      </li>
    3165
    3269
     
    3166
    3270
     
    3167
    - <li class="odd ">
    3271
    + <li class="even ">
    3168
    3272
      <div class="item">
    3169
    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>
    3170
    3274
      <small>Puppeteer::Launcher::Base</small>
    @@ -3172,7 +3276,7 @@
    3172
    3276
      </li>
    3173
    3277
     
    3174
    3278
     
    3175
    - <li class="even ">
    3279
    + <li class="odd ">
    3176
    3280
      <div class="item">
    3177
    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>
    3178
    3282
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -3180,7 +3284,7 @@
    3180
    3284
      </li>
    3181
    3285
     
    3182
    3286
     
    3183
    - <li class="odd ">
    3287
    + <li class="even ">
    3184
    3288
      <div class="item">
    3185
    3289
      <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
    3186
    3290
      <small>Puppeteer::Page</small>
    @@ -3188,6 +3292,14 @@
    3188
    3292
      </li>
    3189
    3293
     
    3190
    3294
     
    3295
    + <li class="odd ">
    3296
    + <div class="item">
    3297
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
    3298
    + <small>Puppeteer::ElementHandle</small>
    3299
    + </div>
    3300
    + </li>
    3301
    +
    3302
    +
    3191
    3303
      <li class="even ">
    3192
    3304
      <div class="item">
    3193
    3305
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#scroll_into_view_if_needed-instance_method" title="Puppeteer::ElementHandle#scroll_into_view_if_needed (method)">#scroll_into_view_if_needed</a></span>
    @@ -3214,24 +3326,24 @@
    3214
    3326
     
    3215
    3327
      <li class="odd ">
    3216
    3328
      <div class="item">
    3217
    - <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3218
    - <small>Puppeteer::Page</small>
    3329
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
    3330
    + <small>Puppeteer::DOMWorld</small>
    3219
    3331
      </div>
    3220
    3332
      </li>
    3221
    3333
     
    3222
    3334
     
    3223
    3335
      <li class="even ">
    3224
    3336
      <div class="item">
    3225
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
    3226
    - <small>Puppeteer::DOMWorld</small>
    3337
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3338
    + <small>Puppeteer::ElementHandle</small>
    3227
    3339
      </div>
    3228
    3340
      </li>
    3229
    3341
     
    3230
    3342
     
    3231
    3343
      <li class="odd ">
    3232
    3344
      <div class="item">
    3233
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3234
    - <small>Puppeteer::ElementHandle</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>
    3235
    3347
      </div>
    3236
    3348
      </li>
    3237
    3349
     
    @@ -3246,32 +3358,32 @@
    3246
    3358
     
    3247
    3359
      <li class="odd ">
    3248
    3360
      <div class="item">
    3249
    - <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3250
    - <small>Puppeteer::Connection</small>
    3361
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
    3362
    + <small>Puppeteer::CDPSession</small>
    3251
    3363
      </div>
    3252
    3364
      </li>
    3253
    3365
     
    3254
    3366
     
    3255
    3367
      <li class="even ">
    3256
    3368
      <div class="item">
    3257
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
    3258
    - <small>Puppeteer::CDPSession</small>
    3369
    + <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3370
    + <small>Puppeteer::Connection</small>
    3259
    3371
      </div>
    3260
    3372
      </li>
    3261
    3373
     
    3262
    3374
     
    3263
    3375
      <li class="odd ">
    3264
    3376
      <div class="item">
    3265
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
    3266
    - <small>Puppeteer::WebSocket</small>
    3377
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
    3378
    + <small>Puppeteer::WebSocketTransport</small>
    3267
    3379
      </div>
    3268
    3380
      </li>
    3269
    3381
     
    3270
    3382
     
    3271
    3383
      <li class="even ">
    3272
    3384
      <div class="item">
    3273
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
    3274
    - <small>Puppeteer::WebSocketTransport</small>
    3385
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
    3386
    + <small>Puppeteer::WebSocket</small>
    3275
    3387
      </div>
    3276
    3388
      </li>
    3277
    3389
     
    @@ -3390,8 +3502,8 @@
    3390
    3502
     
    3391
    3503
      <li class="odd ">
    3392
    3504
      <div class="item">
    3393
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3394
    - <small>Puppeteer::ElementHandle</small>
    3505
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3506
    + <small>Puppeteer::TouchScreen</small>
    3395
    3507
      </div>
    3396
    3508
      </li>
    3397
    3509
     
    @@ -3406,16 +3518,16 @@
    3406
    3518
     
    3407
    3519
      <li class="odd ">
    3408
    3520
      <div class="item">
    3409
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3410
    - <small>Puppeteer::TouchScreen</small>
    3521
    + <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3522
    + <small>Puppeteer::Page</small>
    3411
    3523
      </div>
    3412
    3524
      </li>
    3413
    3525
     
    3414
    3526
     
    3415
    3527
      <li class="even ">
    3416
    3528
      <div class="item">
    3417
    - <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3418
    - <small>Puppeteer::Page</small>
    3529
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3530
    + <small>Puppeteer::ElementHandle</small>
    3419
    3531
      </div>
    3420
    3532
      </li>
    3421
    3533
     
    @@ -3438,32 +3550,32 @@
    3438
    3550
     
    3439
    3551
      <li class="odd ">
    3440
    3552
      <div class="item">
    3441
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#target_id-instance_method" title="Puppeteer::Target::TargetInfo#target_id (method)">#target_id</a></span>
    3442
    - <small>Puppeteer::Target::TargetInfo</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>
    3443
    3555
      </div>
    3444
    3556
      </li>
    3445
    3557
     
    3446
    3558
     
    3447
    3559
      <li class="even ">
    3448
    3560
      <div class="item">
    3449
    - <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
    3450
    - <small>Puppeteer::Target</small>
    3561
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#target_id-instance_method" title="Puppeteer::Target::TargetInfo#target_id (method)">#target_id</a></span>
    3562
    + <small>Puppeteer::Target::TargetInfo</small>
    3451
    3563
      </div>
    3452
    3564
      </li>
    3453
    3565
     
    3454
    3566
     
    3455
    3567
      <li class="odd ">
    3456
    3568
      <div class="item">
    3457
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#targets-instance_method" title="Puppeteer::BrowserContext#targets (method)">#targets</a></span>
    3458
    - <small>Puppeteer::BrowserContext</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>
    3459
    3571
      </div>
    3460
    3572
      </li>
    3461
    3573
     
    3462
    3574
     
    3463
    3575
      <li class="even ">
    3464
    3576
      <div class="item">
    3465
    - <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
    3466
    - <small>Puppeteer::Browser</small>
    3577
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#targets-instance_method" title="Puppeteer::BrowserContext#targets (method)">#targets</a></span>
    3578
    + <small>Puppeteer::BrowserContext</small>
    3467
    3579
      </div>
    3468
    3580
      </li>
    3469
    3581
     
    @@ -3478,8 +3590,8 @@
    3478
    3590
     
    3479
    3591
      <li class="even ">
    3480
    3592
      <div class="item">
    3481
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#text (method)">#text</a></span>
    3482
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    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>
    3483
    3595
      </div>
    3484
    3596
      </li>
    3485
    3597
     
    @@ -3494,24 +3606,24 @@
    3494
    3606
     
    3495
    3607
      <li class="even ">
    3496
    3608
      <div class="item">
    3497
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
    3498
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    3609
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#text (method)">#text</a></span>
    3610
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    3499
    3611
      </div>
    3500
    3612
      </li>
    3501
    3613
     
    3502
    3614
     
    3503
    3615
      <li class="odd ">
    3504
    3616
      <div class="item">
    3505
    - <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3506
    - <small>Puppeteer::TimeoutSettings</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>
    3507
    3619
      </div>
    3508
    3620
      </li>
    3509
    3621
     
    3510
    3622
     
    3511
    3623
      <li class="even ">
    3512
    3624
      <div class="item">
    3513
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3514
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    3625
    + <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3626
    + <small>Puppeteer::TimeoutSettings</small>
    3515
    3627
      </div>
    3516
    3628
      </li>
    3517
    3629
     
    @@ -3534,16 +3646,16 @@
    3534
    3646
     
    3535
    3647
      <li class="odd ">
    3536
    3648
      <div class="item">
    3537
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3538
    - <small>Puppeteer::Target::TargetInfo</small>
    3649
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#title-instance_method" title="Puppeteer::DOMWorld#title (method)">#title</a></span>
    3650
    + <small>Puppeteer::DOMWorld</small>
    3539
    3651
      </div>
    3540
    3652
      </li>
    3541
    3653
     
    3542
    3654
     
    3543
    3655
      <li class="even ">
    3544
    3656
      <div class="item">
    3545
    - <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3546
    - <small>Puppeteer::Frame</small>
    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>
    3547
    3659
      </div>
    3548
    3660
      </li>
    3549
    3661
     
    @@ -3558,72 +3670,72 @@
    3558
    3670
     
    3559
    3671
      <li class="even ">
    3560
    3672
      <div class="item">
    3561
    - <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3562
    - <small>Puppeteer::Page</small>
    3673
    + <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3674
    + <small>Puppeteer::Frame</small>
    3563
    3675
      </div>
    3564
    3676
      </li>
    3565
    3677
     
    3566
    3678
     
    3567
    3679
      <li class="odd ">
    3568
    3680
      <div class="item">
    3569
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
    3570
    - <small>Puppeteer::Target::TargetInfo</small>
    3681
    + <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3682
    + <small>Puppeteer::Page</small>
    3571
    3683
      </div>
    3572
    3684
      </li>
    3573
    3685
     
    3574
    3686
     
    3575
    3687
      <li class="even ">
    3576
    3688
      <div class="item">
    3577
    - <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
    3578
    - <small>Puppeteer::Target</small>
    3689
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3690
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3579
    3691
      </div>
    3580
    3692
      </li>
    3581
    3693
     
    3582
    3694
     
    3583
    3695
      <li class="odd ">
    3584
    3696
      <div class="item">
    3585
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3586
    - <small>Puppeteer::Page::ScriptTag</small>
    3697
    + <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
    3698
    + <small>Puppeteer::Target</small>
    3587
    3699
      </div>
    3588
    3700
      </li>
    3589
    3701
     
    3590
    3702
     
    3591
    3703
      <li class="even ">
    3592
    3704
      <div class="item">
    3593
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3594
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3705
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
    3706
    + <small>Puppeteer::Target::TargetInfo</small>
    3595
    3707
      </div>
    3596
    3708
      </li>
    3597
    3709
     
    3598
    3710
     
    3599
    3711
      <li class="odd ">
    3600
    3712
      <div class="item">
    3601
    - <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3602
    - <small>Puppeteer::Frame</small>
    3713
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3714
    + <small>Puppeteer::Page::ScriptTag</small>
    3603
    3715
      </div>
    3604
    3716
      </li>
    3605
    3717
     
    3606
    3718
     
    3607
    3719
      <li class="even ">
    3608
    3720
      <div class="item">
    3609
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3610
    - <small>Puppeteer::Keyboard</small>
    3721
    + <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3722
    + <small>Puppeteer::Frame</small>
    3611
    3723
      </div>
    3612
    3724
      </li>
    3613
    3725
     
    3614
    3726
     
    3615
    3727
      <li class="odd ">
    3616
    3728
      <div class="item">
    3617
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3618
    - <small>Puppeteer::ElementHandle</small>
    3729
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3730
    + <small>Puppeteer::Keyboard</small>
    3619
    3731
      </div>
    3620
    3732
      </li>
    3621
    3733
     
    3622
    3734
     
    3623
    3735
      <li class="even ">
    3624
    3736
      <div class="item">
    3625
    - <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
    3626
    - <small>Puppeteer::Page</small>
    3737
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3738
    + <small>Puppeteer::ElementHandle</small>
    3627
    3739
      </div>
    3628
    3740
      </li>
    3629
    3741
     
    @@ -3638,8 +3750,8 @@
    3638
    3750
     
    3639
    3751
      <li class="even ">
    3640
    3752
      <div class="item">
    3641
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3642
    - <small>Puppeteer::Keyboard</small>
    3753
    + <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
    3754
    + <small>Puppeteer::Page</small>
    3643
    3755
      </div>
    3644
    3756
      </li>
    3645
    3757
     
    @@ -3654,48 +3766,48 @@
    3654
    3766
     
    3655
    3767
      <li class="even ">
    3656
    3768
      <div class="item">
    3657
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3658
    - <small>Puppeteer::ElementHandle</small>
    3769
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3770
    + <small>Puppeteer::Keyboard</small>
    3659
    3771
      </div>
    3660
    3772
      </li>
    3661
    3773
     
    3662
    3774
     
    3663
    3775
      <li class="odd ">
    3664
    3776
      <div class="item">
    3665
    - <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3666
    - <small>Puppeteer::Page</small>
    3777
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3778
    + <small>Puppeteer::ElementHandle</small>
    3667
    3779
      </div>
    3668
    3780
      </li>
    3669
    3781
     
    3670
    3782
     
    3671
    3783
      <li class="even ">
    3672
    3784
      <div class="item">
    3673
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3674
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    3785
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3786
    + <small>Puppeteer::Page::StyleTag</small>
    3675
    3787
      </div>
    3676
    3788
      </li>
    3677
    3789
     
    3678
    3790
     
    3679
    3791
      <li class="odd ">
    3680
    3792
      <div class="item">
    3681
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3682
    - <small>Puppeteer::ConsoleMessage::Location</small>
    3793
    + <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3794
    + <small>Puppeteer::Page</small>
    3683
    3795
      </div>
    3684
    3796
      </li>
    3685
    3797
     
    3686
    3798
     
    3687
    3799
      <li class="even ">
    3688
    3800
      <div class="item">
    3689
    - <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3690
    - <small>Puppeteer::Frame</small>
    3801
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3802
    + <small>Puppeteer::Page::ScriptTag</small>
    3691
    3803
      </div>
    3692
    3804
      </li>
    3693
    3805
     
    3694
    3806
     
    3695
    3807
      <li class="odd ">
    3696
    3808
      <div class="item">
    3697
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3698
    - <small>Puppeteer::Page::StyleTag</small>
    3809
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3810
    + <small>Puppeteer::Target::TargetInfo</small>
    3699
    3811
      </div>
    3700
    3812
      </li>
    3701
    3813
     
    @@ -3710,29 +3822,37 @@
    3710
    3822
     
    3711
    3823
      <li class="odd ">
    3712
    3824
      <div class="item">
    3713
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3714
    - <small>Puppeteer::Page::ScriptTag</small>
    3825
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3826
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    3715
    3827
      </div>
    3716
    3828
      </li>
    3717
    3829
     
    3718
    3830
     
    3719
    3831
      <li class="even ">
    3720
    3832
      <div class="item">
    3721
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3722
    - <small>Puppeteer::Target::TargetInfo</small>
    3833
    + <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
    3834
    + <small>Puppeteer::Connection</small>
    3723
    3835
      </div>
    3724
    3836
      </li>
    3725
    3837
     
    3726
    3838
     
    3727
    3839
      <li class="odd ">
    3728
    3840
      <div class="item">
    3729
    - <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
    3730
    - <small>Puppeteer::Connection</small>
    3841
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3842
    + <small>Puppeteer::ConsoleMessage::Location</small>
    3731
    3843
      </div>
    3732
    3844
      </li>
    3733
    3845
     
    3734
    3846
     
    3735
    3847
      <li class="even ">
    3848
    + <div class="item">
    3849
    + <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3850
    + <small>Puppeteer::Frame</small>
    3851
    + </div>
    3852
    + </li>
    3853
    +
    3854
    +
    3855
    + <li class="odd ">
    3736
    3856
      <div class="item">
    3737
    3857
      <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3738
    3858
      <small>Puppeteer::Device</small>
    @@ -3740,7 +3860,7 @@
    3740
    3860
      </li>
    3741
    3861
     
    3742
    3862
     
    3743
    - <li class="odd ">
    3863
    + <li class="even ">
    3744
    3864
      <div class="item">
    3745
    3865
      <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3746
    3866
      <small>Puppeteer::Browser</small>
    @@ -3748,7 +3868,7 @@
    3748
    3868
      </li>
    3749
    3869
     
    3750
    3870
     
    3751
    - <li class="even ">
    3871
    + <li class="odd ">
    3752
    3872
      <div class="item">
    3753
    3873
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3754
    3874
      <small>Puppeteer::NetworkManager</small>
    @@ -3756,7 +3876,7 @@
    3756
    3876
      </li>
    3757
    3877
     
    3758
    3878
     
    3759
    - <li class="odd ">
    3879
    + <li class="even ">
    3760
    3880
      <div class="item">
    3761
    3881
      <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
    3762
    3882
      <small>Puppeteer::Page</small>
    @@ -3764,7 +3884,7 @@
    3764
    3884
      </li>
    3765
    3885
     
    3766
    3886
     
    3767
    - <li class="even ">
    3887
    + <li class="odd ">
    3768
    3888
      <div class="item">
    3769
    3889
      <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#user_data_dir-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#user_data_dir (method)">#user_data_dir</a></span>
    3770
    3890
      <small>Puppeteer::Launcher::ChromeArgOptions</small>
    @@ -3772,7 +3892,7 @@
    3772
    3892
      </li>
    3773
    3893
     
    3774
    3894
     
    3775
    - <li class="odd ">
    3895
    + <li class="even ">
    3776
    3896
      <div class="item">
    3777
    3897
      <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#username-instance_method" title="Puppeteer::NetworkManager::Credentials#username (method)">#username</a></span>
    3778
    3898
      <small>Puppeteer::NetworkManager::Credentials</small>
    @@ -3780,7 +3900,7 @@
    3780
    3900
      </li>
    3781
    3901
     
    3782
    3902
     
    3783
    - <li class="even ">
    3903
    + <li class="odd ">
    3784
    3904
      <div class="item">
    3785
    3905
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#value-instance_method" title="Puppeteer::RemoteObject#value (method)">#value</a></span>
    3786
    3906
      <small>Puppeteer::RemoteObject</small>
    @@ -3788,7 +3908,7 @@
    3788
    3908
      </li>
    3789
    3909
     
    3790
    3910
     
    3791
    - <li class="odd ">
    3911
    + <li class="even ">
    3792
    3912
      <div class="item">
    3793
    3913
      <span class='object_link'><a href="Puppeteer/Browser.html#version-instance_method" title="Puppeteer::Browser#version (method)">#version</a></span>
    3794
    3914
      <small>Puppeteer::Browser</small>
    @@ -3796,14 +3916,6 @@
    3796
    3916
      </li>
    3797
    3917
     
    3798
    3918
     
    3799
    - <li class="even ">
    3800
    - <div class="item">
    3801
    - <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3802
    - <small>Puppeteer::Device</small>
    3803
    - </div>
    3804
    - </li>
    3805
    -
    3806
    -
    3807
    3919
      <li class="odd ">
    3808
    3920
      <div class="item">
    3809
    3921
      <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    @@ -3814,24 +3926,24 @@
    3814
    3926
     
    3815
    3927
      <li class="even ">
    3816
    3928
      <div class="item">
    3817
    - <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>
    3818
    - <small>Puppeteer::Page</small>
    3929
    + <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3930
    + <small>Puppeteer::Device</small>
    3819
    3931
      </div>
    3820
    3932
      </li>
    3821
    3933
     
    3822
    3934
     
    3823
    3935
      <li class="odd ">
    3824
    3936
      <div class="item">
    3825
    - <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>
    3826
    - <small>Puppeteer::FrameManager</small>
    3937
    + <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>
    3938
    + <small>Puppeteer::Page</small>
    3827
    3939
      </div>
    3828
    3940
      </li>
    3829
    3941
     
    3830
    3942
     
    3831
    3943
      <li class="even ">
    3832
    3944
      <div class="item">
    3833
    - <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_function-instance_method" title="Puppeteer::Frame#wait_for_function (method)">#wait_for_function</a></span>
    3834
    - <small>Puppeteer::Frame</small>
    3945
    + <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>
    3946
    + <small>Puppeteer::FrameManager</small>
    3835
    3947
      </div>
    3836
    3948
      </li>
    3837
    3949
     
    @@ -3846,7 +3958,7 @@
    3846
    3958
     
    3847
    3959
      <li class="even ">
    3848
    3960
      <div class="item">
    3849
    - <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>
    3961
    + <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_function-instance_method" title="Puppeteer::Frame#wait_for_function (method)">#wait_for_function</a></span>
    3850
    3962
      <small>Puppeteer::Frame</small>
    3851
    3963
      </div>
    3852
    3964
      </li>
    @@ -3862,16 +3974,16 @@
    3862
    3974
     
    3863
    3975
      <li class="even ">
    3864
    3976
      <div class="item">
    3865
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_selector-instance_method" title="Puppeteer::DOMWorld#wait_for_selector (method)">#wait_for_selector</a></span>
    3866
    - <small>Puppeteer::DOMWorld</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>
    3867
    3979
      </div>
    3868
    3980
      </li>
    3869
    3981
     
    3870
    3982
     
    3871
    3983
      <li class="odd ">
    3872
    3984
      <div class="item">
    3873
    - <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>
    3874
    - <small>Puppeteer::Frame</small>
    3985
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_selector-instance_method" title="Puppeteer::DOMWorld#wait_for_selector (method)">#wait_for_selector</a></span>
    3986
    + <small>Puppeteer::DOMWorld</small>
    3875
    3987
      </div>
    3876
    3988
      </li>
    3877
    3989
     
    @@ -3893,6 +4005,14 @@
    3893
    4005
     
    3894
    4006
     
    3895
    4007
      <li class="even ">
    4008
    + <div class="item">
    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>
    4011
    + </div>
    4012
    + </li>
    4013
    +
    4014
    +
    4015
    + <li class="odd ">
    3896
    4016
      <div class="item">
    3897
    4017
      <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>
    3898
    4018
      <small>Puppeteer::Frame</small>
    @@ -3900,7 +4020,7 @@
    3900
    4020
      </li>
    3901
    4021
     
    3902
    4022
     
    3903
    - <li class="odd ">
    4023
    + <li class="even ">
    3904
    4024
      <div class="item">
    3905
    4025
      <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>
    3906
    4026
      <small>Puppeteer::Page</small>
    @@ -3908,18 +4028,26 @@
    3908
    4028
      </li>
    3909
    4029
     
    3910
    4030
     
    4031
    + <li class="odd ">
    4032
    + <div class="item">
    4033
    + <span class='object_link'><a href="Puppeteer/Browser.html#websocket_endpoint-instance_method" title="Puppeteer::Browser#websocket_endpoint (method)">#websocket_endpoint</a></span>
    4034
    + <small>Puppeteer::Browser</small>
    4035
    + </div>
    4036
    + </li>
    4037
    +
    4038
    +
    3911
    4039
      <li class="even ">
    3912
    4040
      <div class="item">
    3913
    - <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>
    3914
    - <small>Puppeteer::DOMWorld</small>
    4041
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#width-instance_method" title="Puppeteer::ElementHandle::BoxModel#width (method)">#width</a></span>
    4042
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    3915
    4043
      </div>
    3916
    4044
      </li>
    3917
    4045
     
    3918
    4046
     
    3919
    4047
      <li class="odd ">
    3920
    4048
      <div class="item">
    3921
    - <span class='object_link'><a href="Puppeteer/Browser.html#websocket_endpoint-instance_method" title="Puppeteer::Browser#websocket_endpoint (method)">#websocket_endpoint</a></span>
    3922
    - <small>Puppeteer::Browser</small>
    4049
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#width-instance_method" title="Puppeteer::ElementHandle::BoundingBox#width (method)">#width</a></span>
    4050
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    3923
    4051
      </div>
    3924
    4052
      </li>
    3925
    4053
     
    @@ -3965,6 +4093,14 @@
    3965
    4093
     
    3966
    4094
     
    3967
    4095
      <li class="odd ">
    4096
    + <div class="item">
    4097
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#x-instance_method" title="Puppeteer::ElementHandle::BoundingBox#x (method)">#x</a></span>
    4098
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4099
    + </div>
    4100
    + </li>
    4101
    +
    4102
    +
    4103
    + <li class="even ">
    3968
    4104
      <div class="item">
    3969
    4105
      <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
    3970
    4106
      <small>Puppeteer::ElementHandle::Point</small>
    @@ -3972,6 +4108,14 @@
    3972
    4108
      </li>
    3973
    4109
     
    3974
    4110
     
    4111
    + <li class="odd ">
    4112
    + <div class="item">
    4113
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#y-instance_method" title="Puppeteer::ElementHandle::BoundingBox#y (method)">#y</a></span>
    4114
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4115
    + </div>
    4116
    + </li>
    4117
    +
    4118
    +
    3975
    4119
     
    3976
    4120
      </ul>
    3977
    4121
      </div>