puppeteer-ruby 0.0.5 → 0.0.6

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 (95) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Puppeteer.html +2 -2
  3. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  4. data/docs/Puppeteer/Browser.html +1 -1
  5. data/docs/Puppeteer/BrowserContext.html +1 -1
  6. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  7. data/docs/Puppeteer/BrowserRunner.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  9. data/docs/Puppeteer/CDPSession.html +86 -57
  10. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  11. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  12. data/docs/Puppeteer/Connection.html +1 -1
  13. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  14. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  15. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +1 -1
  16. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +1 -1
  17. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  18. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  19. data/docs/Puppeteer/DOMWorld.html +610 -68
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +1 -1
  22. data/docs/Puppeteer/DebugPrint.html +2 -2
  23. data/docs/Puppeteer/Device.html +1 -1
  24. data/docs/Puppeteer/Devices.html +1 -1
  25. data/docs/Puppeteer/ElementHandle.html +306 -109
  26. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +5 -5
  27. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +5 -5
  28. data/docs/Puppeteer/ElementHandle/Point.html +28 -28
  29. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  30. data/docs/Puppeteer/EmulationManager.html +1 -1
  31. data/docs/Puppeteer/EventCallbackable.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  33. data/docs/Puppeteer/ExecutionContext.html +124 -1
  34. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +2 -2
  37. data/docs/Puppeteer/Frame.html +117 -65
  38. data/docs/Puppeteer/FrameManager.html +1 -1
  39. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  40. data/docs/Puppeteer/IfPresent.html +1 -1
  41. data/docs/Puppeteer/JSHandle.html +1 -1
  42. data/docs/Puppeteer/Keyboard.html +1 -1
  43. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  44. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  45. data/docs/Puppeteer/Launcher.html +1 -1
  46. data/docs/Puppeteer/Launcher/Base.html +1 -1
  47. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  48. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  49. data/docs/Puppeteer/Launcher/Chrome.html +1 -1
  50. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  51. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  52. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  53. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  54. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  57. data/docs/Puppeteer/Mouse.html +1 -1
  58. data/docs/Puppeteer/Mouse/Button.html +1 -1
  59. data/docs/Puppeteer/NetworkManager.html +1 -1
  60. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  61. data/docs/Puppeteer/Page.html +95 -43
  62. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  63. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  64. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  65. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  66. data/docs/Puppeteer/RemoteObject.html +1 -1
  67. data/docs/Puppeteer/Target.html +1 -1
  68. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  69. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  70. data/docs/Puppeteer/TimeoutError.html +1 -1
  71. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  72. data/docs/Puppeteer/TouchScreen.html +1 -1
  73. data/docs/Puppeteer/Viewport.html +1 -1
  74. data/docs/Puppeteer/WaitTask.html +434 -8
  75. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  76. data/docs/Puppeteer/WaitTask/TimeoutError.html +206 -0
  77. data/docs/Puppeteer/WebSocket.html +1 -1
  78. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  79. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  80. data/docs/Puppeteer/WebSocktTransportError.html +1 -1
  81. data/docs/_index.html +8 -1
  82. data/docs/class_list.html +1 -1
  83. data/docs/file.README.html +1 -1
  84. data/docs/index.html +1 -1
  85. data/docs/method_list.html +615 -519
  86. data/docs/top-level-namespace.html +1 -1
  87. data/lib/puppeteer/cdp_session.rb +33 -11
  88. data/lib/puppeteer/dom_world.rb +97 -90
  89. data/lib/puppeteer/element_handle.rb +36 -54
  90. data/lib/puppeteer/execution_context.rb +23 -17
  91. data/lib/puppeteer/frame.rb +13 -11
  92. data/lib/puppeteer/page.rb +29 -11
  93. data/lib/puppeteer/version.rb +1 -1
  94. data/lib/puppeteer/wait_task.rb +183 -1
  95. metadata +3 -2
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Sun Apr 26 15:52:57 2020 by
117
+ Generated on Mon May 25 23:22:50 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>
@@ -0,0 +1,206 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Exception: Puppeteer::WaitTask::TimeoutError
8
+
9
+ &mdash; Documentation by YARD 0.9.24
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Puppeteer::WaitTask::TimeoutError";
19
+ relpath = '../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../../_index.html">Index (T)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../WaitTask.html" title="Puppeteer::WaitTask (class)">WaitTask</a></span></span>
41
+ &raquo;
42
+ <span class="title">TimeoutError</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Exception: Puppeteer::WaitTask::TimeoutError
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">StandardError</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">StandardError</li>
78
+
79
+ <li class="next">Puppeteer::WaitTask::TimeoutError</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/puppeteer/wait_task.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <h2>
113
+ Instance Method Summary
114
+ <small><a href="#" class="summary_toggle">collapse</a></small>
115
+ </h2>
116
+
117
+ <ul class="summary">
118
+
119
+ <li class="public ">
120
+ <span class="summary_signature">
121
+
122
+ <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(title:, timeout:) &#x21d2; TimeoutError </a>
123
+
124
+
125
+
126
+ </span>
127
+
128
+
129
+ <span class="note title constructor">constructor</span>
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+ <span class="summary_desc"><div class='inline'>
139
+ <p>A new instance of TimeoutError.</p>
140
+ </div></span>
141
+
142
+ </li>
143
+
144
+
145
+ </ul>
146
+
147
+
148
+
149
+ <div id="constructor_details" class="method_details_list">
150
+ <h2>Constructor Details</h2>
151
+
152
+ <div class="method_details first">
153
+ <h3 class="signature first" id="initialize-instance_method">
154
+
155
+ #<strong>initialize</strong>(title:, timeout:) &#x21d2; <tt><span class='object_link'><a href="" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span></tt>
156
+
157
+
158
+
159
+
160
+
161
+ </h3><div class="docstring">
162
+ <div class="discussion">
163
+
164
+ <p>Returns a new instance of TimeoutError.</p>
165
+
166
+
167
+ </div>
168
+ </div>
169
+ <div class="tags">
170
+
171
+
172
+ </div><table class="source_code">
173
+ <tr>
174
+ <td>
175
+ <pre class="lines">
176
+
177
+
178
+ 7
179
+ 8
180
+ 9</pre>
181
+ </td>
182
+ <td>
183
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/wait_task.rb', line 7</span>
184
+
185
+ <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>title:</span><span class='comma'>,</span> <span class='label'>timeout:</span><span class='rparen'>)</span>
186
+ <span class='kw'>super</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>waiting for </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_title'>title</span><span class='embexpr_end'>}</span><span class='tstring_content'> failed: timeout </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_timeout'>timeout</span><span class='embexpr_end'>}</span><span class='tstring_content'>ms exceeded</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
187
+ <span class='kw'>end</span></pre>
188
+ </td>
189
+ </tr>
190
+ </table>
191
+ </div>
192
+
193
+ </div>
194
+
195
+
196
+ </div>
197
+
198
+ <div id="footer">
199
+ Generated on Mon May 25 23:22:50 2020 by
200
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
+ 0.9.24 (ruby-2.6.3).
202
+ </div>
203
+
204
+ </div>
205
+ </body>
206
+ </html>
@@ -663,7 +663,7 @@
663
663
  </div>
664
664
 
665
665
  <div id="footer">
666
- Generated on Sun Apr 26 15:52:57 2020 by
666
+ Generated on Mon May 25 23:22:50 2020 by
667
667
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
668
668
  0.9.24 (ruby-2.6.3).
669
669
  </div>
@@ -402,7 +402,7 @@
402
402
  </div>
403
403
 
404
404
  <div id="footer">
405
- Generated on Sun Apr 26 15:52:57 2020 by
405
+ Generated on Mon May 25 23:22:50 2020 by
406
406
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
407
407
  0.9.24 (ruby-2.6.3).
408
408
  </div>
@@ -590,7 +590,7 @@
590
590
  </div>
591
591
 
592
592
  <div id="footer">
593
- Generated on Sun Apr 26 15:52:58 2020 by
593
+ Generated on Mon May 25 23:22:51 2020 by
594
594
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
595
595
  0.9.24 (ruby-2.6.3).
596
596
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Sun Apr 26 15:52:56 2020 by
117
+ Generated on Mon May 25 23:22:49 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>
@@ -701,6 +701,13 @@
701
701
 
702
702
  </li>
703
703
 
704
+ <li>
705
+ <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span>
706
+
707
+ <small>(Puppeteer::WaitTask)</small>
708
+
709
+ </li>
710
+
704
711
  <li>
705
712
  <span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span>
706
713
 
@@ -778,7 +785,7 @@
778
785
  </div>
779
786
 
780
787
  <div id="footer">
781
- Generated on Sun Apr 26 15:52:55 2020 by
788
+ Generated on Mon May 25 23:22:48 2020 by
782
789
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
783
790
  0.9.24 (ruby-2.6.3).
784
791
  </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>
    @@ -111,7 +111,7 @@
    111
    111
      </div></div>
    112
    112
     
    113
    113
      <div id="footer">
    114
    - Generated on Sun Apr 26 15:52:55 2020 by
    114
    + Generated on Mon May 25 23:22:48 2020 by
    115
    115
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    116
    116
      0.9.24 (ruby-2.6.3).
    117
    117
      </div>
    @@ -111,7 +111,7 @@
    111
    111
      </div></div>
    112
    112
     
    113
    113
      <div id="footer">
    114
    - Generated on Sun Apr 26 15:52:55 2020 by
    114
    + Generated on Mon May 25 23:22:48 2020 by
    115
    115
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    116
    116
      0.9.24 (ruby-2.6.3).
    117
    117
      </div>
    @@ -70,88 +70,88 @@
    70
    70
     
    71
    71
      <li class="even ">
    72
    72
      <div class="item">
    73
    - <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    74
    - <small>Puppeteer::Frame</small>
    73
    + <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
    74
    + <small>Puppeteer::Page</small>
    75
    75
      </div>
    76
    76
      </li>
    77
    77
     
    78
    78
     
    79
    79
      <li class="odd ">
    80
    80
      <div class="item">
    81
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#S-instance_method" title="Puppeteer::DOMWorld#S (method)">#S</a></span>
    82
    - <small>Puppeteer::DOMWorld</small>
    81
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#S-instance_method" title="Puppeteer::ElementHandle#S (method)">#S</a></span>
    82
    + <small>Puppeteer::ElementHandle</small>
    83
    83
      </div>
    84
    84
      </li>
    85
    85
     
    86
    86
     
    87
    87
      <li class="even ">
    88
    88
      <div class="item">
    89
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#S-instance_method" title="Puppeteer::ElementHandle#S (method)">#S</a></span>
    90
    - <small>Puppeteer::ElementHandle</small>
    89
    + <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    90
    + <small>Puppeteer::Frame</small>
    91
    91
      </div>
    92
    92
      </li>
    93
    93
     
    94
    94
     
    95
    95
      <li class="odd ">
    96
    96
      <div class="item">
    97
    - <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
    98
    - <small>Puppeteer::Page</small>
    97
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#S-instance_method" title="Puppeteer::DOMWorld#S (method)">#S</a></span>
    98
    + <small>Puppeteer::DOMWorld</small>
    99
    99
      </div>
    100
    100
      </li>
    101
    101
     
    102
    102
     
    103
    103
      <li class="even ">
    104
    104
      <div class="item">
    105
    - <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
    106
    - <small>Puppeteer::Frame</small>
    105
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    106
    + <small>Puppeteer::ElementHandle</small>
    107
    107
      </div>
    108
    108
      </li>
    109
    109
     
    110
    110
     
    111
    111
      <li class="odd ">
    112
    112
      <div class="item">
    113
    - <span class='object_link'><a href="Puppeteer/Page.html#SS-instance_method" title="Puppeteer::Page#SS (method)">#SS</a></span>
    114
    - <small>Puppeteer::Page</small>
    113
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    114
    + <small>Puppeteer::DOMWorld</small>
    115
    115
      </div>
    116
    116
      </li>
    117
    117
     
    118
    118
     
    119
    119
      <li class="even ">
    120
    120
      <div class="item">
    121
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    122
    - <small>Puppeteer::DOMWorld</small>
    121
    + <span class='object_link'><a href="Puppeteer/Page.html#SS-instance_method" title="Puppeteer::Page#SS (method)">#SS</a></span>
    122
    + <small>Puppeteer::Page</small>
    123
    123
      </div>
    124
    124
      </li>
    125
    125
     
    126
    126
     
    127
    127
      <li class="odd ">
    128
    128
      <div class="item">
    129
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    130
    - <small>Puppeteer::ElementHandle</small>
    129
    + <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
    130
    + <small>Puppeteer::Frame</small>
    131
    131
      </div>
    132
    132
      </li>
    133
    133
     
    134
    134
     
    135
    135
      <li class="even ">
    136
    136
      <div class="item">
    137
    - <span class='object_link'><a href="Puppeteer/Frame.html#SSeval-instance_method" title="Puppeteer::Frame#SSeval (method)">#SSeval</a></span>
    138
    - <small>Puppeteer::Frame</small>
    137
    + <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
    138
    + <small>Puppeteer::Page</small>
    139
    139
      </div>
    140
    140
      </li>
    141
    141
     
    142
    142
     
    143
    143
      <li class="odd ">
    144
    144
      <div class="item">
    145
    - <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
    146
    - <small>Puppeteer::Page</small>
    145
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    146
    + <small>Puppeteer::ElementHandle</small>
    147
    147
      </div>
    148
    148
      </li>
    149
    149
     
    150
    150
     
    151
    151
      <li class="even ">
    152
    152
      <div class="item">
    153
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    154
    - <small>Puppeteer::ElementHandle</small>
    153
    + <span class='object_link'><a href="Puppeteer/Frame.html#SSeval-instance_method" title="Puppeteer::Frame#SSeval (method)">#SSeval</a></span>
    154
    + <small>Puppeteer::Frame</small>
    155
    155
      </div>
    156
    156
      </li>
    157
    157
     
    @@ -174,24 +174,24 @@
    174
    174
     
    175
    175
      <li class="odd ">
    176
    176
      <div class="item">
    177
    - <span class='object_link'><a href="Puppeteer/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    178
    - <small>Puppeteer::Frame</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/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    186
    + <small>Puppeteer::ElementHandle</small>
    187
    187
      </div>
    188
    188
      </li>
    189
    189
     
    190
    190
     
    191
    191
      <li class="odd ">
    192
    192
      <div class="item">
    193
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    194
    - <small>Puppeteer::ElementHandle</small>
    193
    + <span class='object_link'><a href="Puppeteer/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    194
    + <small>Puppeteer::Frame</small>
    195
    195
      </div>
    196
    196
      </li>
    197
    197
     
    @@ -221,6 +221,14 @@
    221
    221
     
    222
    222
     
    223
    223
      <li class="odd ">
    224
    + <div class="item">
    225
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    226
    + <small>Puppeteer::ElementHandle</small>
    227
    + </div>
    228
    + </li>
    229
    +
    230
    +
    231
    + <li class="even ">
    224
    232
      <div class="item">
    225
    233
      <span class='object_link'><a href="Puppeteer/ExecutionContext.html#_context_id-instance_method" title="Puppeteer::ExecutionContext#_context_id (method)">#_context_id</a></span>
    226
    234
      <small>Puppeteer::ExecutionContext</small>
    @@ -228,6 +236,14 @@
    228
    236
      </li>
    229
    237
     
    230
    238
     
    239
    + <li class="odd ">
    240
    + <div class="item">
    241
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#_wait_tasks-instance_method" title="Puppeteer::DOMWorld#_wait_tasks (method)">#_wait_tasks</a></span>
    242
    + <small>Puppeteer::DOMWorld</small>
    243
    + </div>
    244
    + </li>
    245
    +
    246
    +
    231
    247
      <li class="even ">
    232
    248
      <div class="item">
    233
    249
      <span class='object_link'><a href="Puppeteer/Page.html#accessibility-instance_method" title="Puppeteer::Page#accessibility (method)">#accessibility</a></span>
    @@ -270,40 +286,40 @@
    270
    286
     
    271
    287
      <li class="odd ">
    272
    288
      <div class="item">
    273
    - <span class='object_link'><a href="Puppeteer/Frame.html#add_style_tag-instance_method" title="Puppeteer::Frame#add_style_tag (method)">#add_style_tag</a></span>
    274
    - <small>Puppeteer::Frame</small>
    289
    + <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>
    290
    + <small>Puppeteer::Page</small>
    275
    291
      </div>
    276
    292
      </li>
    277
    293
     
    278
    294
     
    279
    295
      <li class="even ">
    280
    296
      <div class="item">
    281
    - <span class='object_link'><a href="Puppeteer/Page.html#add_style_tag-instance_method" title="Puppeteer::Page#add_style_tag (method)">#add_style_tag</a></span>
    282
    - <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>
    283
    299
      </div>
    284
    300
      </li>
    285
    301
     
    286
    302
     
    287
    303
      <li class="odd ">
    288
    304
      <div class="item">
    289
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#args-instance_method" title="Puppeteer::ConsoleMessage#args (method)">#args</a></span>
    290
    - <small>Puppeteer::ConsoleMessage</small>
    305
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#adopt_element_handle-instance_method" title="Puppeteer::ExecutionContext#adopt_element_handle (method)">#adopt_element_handle</a></span>
    306
    + <small>Puppeteer::ExecutionContext</small>
    291
    307
      </div>
    292
    308
      </li>
    293
    309
     
    294
    310
     
    295
    311
      <li class="even ">
    296
    312
      <div class="item">
    297
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#args-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#args (method)">#args</a></span>
    298
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    313
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#args-instance_method" title="Puppeteer::ConsoleMessage#args (method)">#args</a></span>
    314
    + <small>Puppeteer::ConsoleMessage</small>
    299
    315
      </div>
    300
    316
      </li>
    301
    317
     
    302
    318
     
    303
    319
      <li class="odd ">
    304
    320
      <div class="item">
    305
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    306
    - <small>Puppeteer::JSHandle</small>
    321
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#args-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#args (method)">#args</a></span>
    322
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    307
    323
      </div>
    308
    324
      </li>
    309
    325
     
    @@ -318,24 +334,24 @@
    318
    334
     
    319
    335
      <li class="odd ">
    320
    336
      <div class="item">
    321
    - <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    322
    - <small>Puppeteer::Page</small>
    337
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    338
    + <small>Puppeteer::JSHandle</small>
    323
    339
      </div>
    324
    340
      </li>
    325
    341
     
    326
    342
     
    327
    343
      <li class="even ">
    328
    344
      <div class="item">
    329
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_click-instance_method" title="Puppeteer::Mouse#async_click (method)">#async_click</a></span>
    330
    - <small>Puppeteer::Mouse</small>
    345
    + <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    346
    + <small>Puppeteer::Page</small>
    331
    347
      </div>
    332
    348
      </li>
    333
    349
     
    334
    350
     
    335
    351
      <li class="odd ">
    336
    352
      <div class="item">
    337
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_down-instance_method" title="Puppeteer::Keyboard#async_down (method)">#async_down</a></span>
    338
    - <small>Puppeteer::Keyboard</small>
    353
    + <span class='object_link'><a href="Puppeteer/Mouse.html#async_click-instance_method" title="Puppeteer::Mouse#async_click (method)">#async_click</a></span>
    354
    + <small>Puppeteer::Mouse</small>
    339
    355
      </div>
    340
    356
      </li>
    341
    357
     
    @@ -350,23 +366,23 @@
    350
    366
     
    351
    367
      <li class="odd ">
    352
    368
      <div class="item">
    353
    - <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>
    354
    - <small>Puppeteer::EmulationManager</small>
    369
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_down-instance_method" title="Puppeteer::Keyboard#async_down (method)">#async_down</a></span>
    370
    + <small>Puppeteer::Keyboard</small>
    355
    371
      </div>
    356
    372
      </li>
    357
    373
     
    358
    374
     
    359
    375
      <li class="even ">
    360
    376
      <div class="item">
    361
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate-instance_method" title="Puppeteer::JSHandle#async_evaluate (method)">#async_evaluate</a></span>
    362
    - <small>Puppeteer::JSHandle</small>
    377
    + <span class='object_link'><a href="Puppeteer/EmulationManager.html#async_emulate_viewport-instance_method" title="Puppeteer::EmulationManager#async_emulate_viewport (method)">#async_emulate_viewport</a></span>
    378
    + <small>Puppeteer::EmulationManager</small>
    363
    379
      </div>
    364
    380
      </li>
    365
    381
     
    366
    382
     
    367
    383
      <li class="odd ">
    368
    384
      <div class="item">
    369
    - <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>
    385
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate-instance_method" title="Puppeteer::JSHandle#async_evaluate (method)">#async_evaluate</a></span>
    370
    386
      <small>Puppeteer::JSHandle</small>
    371
    387
      </div>
    372
    388
      </li>
    @@ -374,31 +390,31 @@
    374
    390
     
    375
    391
      <li class="even ">
    376
    392
      <div class="item">
    377
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_move-instance_method" title="Puppeteer::Mouse#async_move (method)">#async_move</a></span>
    378
    - <small>Puppeteer::Mouse</small>
    393
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate_handle-instance_method" title="Puppeteer::JSHandle#async_evaluate_handle (method)">#async_evaluate_handle</a></span>
    394
    + <small>Puppeteer::JSHandle</small>
    379
    395
      </div>
    380
    396
      </li>
    381
    397
     
    382
    398
     
    383
    399
      <li class="odd ">
    384
    400
      <div class="item">
    385
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    386
    - <small>Puppeteer::ElementHandle</small>
    401
    + <span class='object_link'><a href="Puppeteer/Mouse.html#async_move-instance_method" title="Puppeteer::Mouse#async_move (method)">#async_move</a></span>
    402
    + <small>Puppeteer::Mouse</small>
    387
    403
      </div>
    388
    404
      </li>
    389
    405
     
    390
    406
     
    391
    407
      <li class="even ">
    392
    408
      <div class="item">
    393
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_press-instance_method" title="Puppeteer::Keyboard#async_press (method)">#async_press</a></span>
    394
    - <small>Puppeteer::Keyboard</small>
    409
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    410
    + <small>Puppeteer::ElementHandle</small>
    395
    411
      </div>
    396
    412
      </li>
    397
    413
     
    398
    414
     
    399
    415
      <li class="odd ">
    400
    416
      <div class="item">
    401
    - <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>
    417
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_press-instance_method" title="Puppeteer::Keyboard#async_press (method)">#async_press</a></span>
    402
    418
      <small>Puppeteer::Keyboard</small>
    403
    419
      </div>
    404
    420
      </li>
    @@ -406,8 +422,8 @@
    406
    422
     
    407
    423
      <li class="even ">
    408
    424
      <div class="item">
    409
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#async_send_message-instance_method" title="Puppeteer::CDPSession#async_send_message (method)">#async_send_message</a></span>
    410
    - <small>Puppeteer::CDPSession</small>
    425
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_send_character-instance_method" title="Puppeteer::Keyboard#async_send_character (method)">#async_send_character</a></span>
    426
    + <small>Puppeteer::Keyboard</small>
    411
    427
      </div>
    412
    428
      </li>
    413
    429
     
    @@ -422,31 +438,31 @@
    422
    438
     
    423
    439
      <li class="even ">
    424
    440
      <div class="item">
    425
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#async_tap-instance_method" title="Puppeteer::TouchScreen#async_tap (method)">#async_tap</a></span>
    426
    - <small>Puppeteer::TouchScreen</small>
    441
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#async_send_message-instance_method" title="Puppeteer::CDPSession#async_send_message (method)">#async_send_message</a></span>
    442
    + <small>Puppeteer::CDPSession</small>
    427
    443
      </div>
    428
    444
      </li>
    429
    445
     
    430
    446
     
    431
    447
      <li class="odd ">
    432
    448
      <div class="item">
    433
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
    434
    - <small>Puppeteer::ElementHandle</small>
    449
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#async_tap-instance_method" title="Puppeteer::TouchScreen#async_tap (method)">#async_tap</a></span>
    450
    + <small>Puppeteer::TouchScreen</small>
    435
    451
      </div>
    436
    452
      </li>
    437
    453
     
    438
    454
     
    439
    455
      <li class="even ">
    440
    456
      <div class="item">
    441
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_type_text-instance_method" title="Puppeteer::Keyboard#async_type_text (method)">#async_type_text</a></span>
    442
    - <small>Puppeteer::Keyboard</small>
    457
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
    458
    + <small>Puppeteer::ElementHandle</small>
    443
    459
      </div>
    444
    460
      </li>
    445
    461
     
    446
    462
     
    447
    463
      <li class="odd ">
    448
    464
      <div class="item">
    449
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    465
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_type_text-instance_method" title="Puppeteer::Keyboard#async_type_text (method)">#async_type_text</a></span>
    450
    466
      <small>Puppeteer::Keyboard</small>
    451
    467
      </div>
    452
    468
      </li>
    @@ -461,6 +477,14 @@
    461
    477
     
    462
    478
     
    463
    479
      <li class="odd ">
    480
    + <div class="item">
    481
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    482
    + <small>Puppeteer::Keyboard</small>
    483
    + </div>
    484
    + </li>
    485
    +
    486
    +
    487
    + <li class="even ">
    464
    488
      <div class="item">
    465
    489
      <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>
    466
    490
      <small>Puppeteer::Page</small>
    @@ -468,7 +492,7 @@
    468
    492
      </li>
    469
    493
     
    470
    494
     
    471
    - <li class="even ">
    495
    + <li class="odd ">
    472
    496
      <div class="item">
    473
    497
      <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#attached-instance_method" title="Puppeteer::Target::TargetInfo#attached (method)">#attached</a></span>
    474
    498
      <small>Puppeteer::Target::TargetInfo</small>
    @@ -476,7 +500,7 @@
    476
    500
      </li>
    477
    501
     
    478
    502
     
    479
    - <li class="odd ">
    503
    + <li class="even ">
    480
    504
      <div class="item">
    481
    505
      <span class='object_link'><a href="Puppeteer/Page.html#authenticate-instance_method" title="Puppeteer::Page#authenticate (method)">#authenticate</a></span>
    482
    506
      <small>Puppeteer::Page</small>
    @@ -484,7 +508,7 @@
    484
    508
      </li>
    485
    509
     
    486
    510
     
    487
    - <li class="even ">
    511
    + <li class="odd ">
    488
    512
      <div class="item">
    489
    513
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#authenticate-instance_method" title="Puppeteer::NetworkManager#authenticate (method)">#authenticate</a></span>
    490
    514
      <small>Puppeteer::NetworkManager</small>
    @@ -492,7 +516,7 @@
    492
    516
      </li>
    493
    517
     
    494
    518
     
    495
    - <li class="odd ">
    519
    + <li class="even ">
    496
    520
      <div class="item">
    497
    521
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await-instance_method" title="Puppeteer::ConcurrentRubyUtils#await (method)">#await</a></span>
    498
    522
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -500,7 +524,7 @@
    500
    524
      </li>
    501
    525
     
    502
    526
     
    503
    - <li class="even ">
    527
    + <li class="odd ">
    504
    528
      <div class="item">
    505
    529
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await_all-instance_method" title="Puppeteer::ConcurrentRubyUtils#await_all (method)">#await_all</a></span>
    506
    530
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -508,7 +532,7 @@
    508
    532
      </li>
    509
    533
     
    510
    534
     
    511
    - <li class="odd ">
    535
    + <li class="even ">
    512
    536
      <div class="item">
    513
    537
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await_any-instance_method" title="Puppeteer::ConcurrentRubyUtils#await_any (method)">#await_any</a></span>
    514
    538
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -516,15 +540,15 @@
    516
    540
      </li>
    517
    541
     
    518
    542
     
    519
    - <li class="even ">
    543
    + <li class="odd ">
    520
    544
      <div class="item">
    521
    - <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    522
    - <small>Puppeteer::Target</small>
    545
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#await_promise-instance_method" title="Puppeteer::WaitTask#await_promise (method)">#await_promise</a></span>
    546
    + <small>Puppeteer::WaitTask</small>
    523
    547
      </div>
    524
    548
      </li>
    525
    549
     
    526
    550
     
    527
    - <li class="odd ">
    551
    + <li class="even ">
    528
    552
      <div class="item">
    529
    553
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
    530
    554
      <small>Puppeteer::BrowserContext</small>
    @@ -532,7 +556,7 @@
    532
    556
      </li>
    533
    557
     
    534
    558
     
    535
    - <li class="even ">
    559
    + <li class="odd ">
    536
    560
      <div class="item">
    537
    561
      <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    538
    562
      <small>Puppeteer::Page</small>
    @@ -540,15 +564,15 @@
    540
    564
      </li>
    541
    565
     
    542
    566
     
    543
    - <li class="odd ">
    567
    + <li class="even ">
    544
    568
      <div class="item">
    545
    - <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    546
    - <small>Puppeteer::Page</small>
    569
    + <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    570
    + <small>Puppeteer::Target</small>
    547
    571
      </div>
    548
    572
      </li>
    549
    573
     
    550
    574
     
    551
    - <li class="even ">
    575
    + <li class="odd ">
    552
    576
      <div class="item">
    553
    577
      <span class='object_link'><a href="Puppeteer/Target.html#browser_context-instance_method" title="Puppeteer::Target#browser_context (method)">#browser_context</a></span>
    554
    578
      <small>Puppeteer::Target</small>
    @@ -556,6 +580,14 @@
    556
    580
      </li>
    557
    581
     
    558
    582
     
    583
    + <li class="even ">
    584
    + <div class="item">
    585
    + <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
    586
    + <small>Puppeteer::Page</small>
    587
    + </div>
    588
    + </li>
    589
    +
    590
    +
    559
    591
      <li class="odd ">
    560
    592
      <div class="item">
    561
    593
      <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#browser_context_id-instance_method" title="Puppeteer::Target::TargetInfo#browser_context_id (method)">#browser_context_id</a></span>
    @@ -574,16 +606,16 @@
    574
    606
     
    575
    607
      <li class="odd ">
    576
    608
      <div class="item">
    577
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    578
    - <small>Puppeteer::NetworkManager</small>
    609
    + <span class='object_link'><a href="Puppeteer/Page.html#cache_enabled=-instance_method" title="Puppeteer::Page#cache_enabled= (method)">#cache_enabled=</a></span>
    610
    + <small>Puppeteer::Page</small>
    579
    611
      </div>
    580
    612
      </li>
    581
    613
     
    582
    614
     
    583
    615
      <li class="even ">
    584
    616
      <div class="item">
    585
    - <span class='object_link'><a href="Puppeteer/Page.html#cache_enabled=-instance_method" title="Puppeteer::Page#cache_enabled= (method)">#cache_enabled=</a></span>
    586
    - <small>Puppeteer::Page</small>
    617
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
    618
    + <small>Puppeteer::NetworkManager</small>
    587
    619
      </div>
    588
    620
      </li>
    589
    621
     
    @@ -606,8 +638,8 @@
    606
    638
     
    607
    639
      <li class="odd ">
    608
    640
      <div class="item">
    609
    - <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    610
    - <small>Puppeteer::Frame</small>
    641
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    642
    + <small>Puppeteer::DOMWorld</small>
    611
    643
      </div>
    612
    644
      </li>
    613
    645
     
    @@ -622,16 +654,16 @@
    622
    654
     
    623
    655
      <li class="odd ">
    624
    656
      <div class="item">
    625
    - <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    626
    - <small>Puppeteer::Mouse</small>
    657
    + <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    658
    + <small>Puppeteer::Frame</small>
    627
    659
      </div>
    628
    660
      </li>
    629
    661
     
    630
    662
     
    631
    663
      <li class="even ">
    632
    664
      <div class="item">
    633
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    634
    - <small>Puppeteer::DOMWorld</small>
    665
    + <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    666
    + <small>Puppeteer::Mouse</small>
    635
    667
      </div>
    636
    668
      </li>
    637
    669
     
    @@ -670,48 +702,48 @@
    670
    702
     
    671
    703
      <li class="odd ">
    672
    704
      <div class="item">
    673
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    674
    - <small>Puppeteer::WebSocket</small>
    705
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    706
    + <small>Puppeteer::WebSocketTransport</small>
    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/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    682
    - <small>Puppeteer::BrowserRunner</small>
    713
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    714
    + <small>Puppeteer::BrowserContext</small>
    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/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    690
    - <small>Puppeteer::BrowserContext</small>
    721
    + <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    722
    + <small>Puppeteer::Browser</small>
    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/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    698
    - <small>Puppeteer::Browser</small>
    729
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    730
    + <small>Puppeteer::BrowserRunner</small>
    699
    731
      </div>
    700
    732
      </li>
    701
    733
     
    702
    734
     
    703
    735
      <li class="odd ">
    704
    736
      <div class="item">
    705
    - <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    706
    - <small>Puppeteer::Page</small>
    737
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    738
    + <small>Puppeteer::WebSocket</small>
    707
    739
      </div>
    708
    740
      </li>
    709
    741
     
    710
    742
     
    711
    743
      <li class="even ">
    712
    744
      <div class="item">
    713
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    714
    - <small>Puppeteer::WebSocketTransport</small>
    745
    + <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    746
    + <small>Puppeteer::Page</small>
    715
    747
      </div>
    716
    748
      </li>
    717
    749
     
    @@ -758,16 +790,16 @@
    758
    790
     
    759
    791
      <li class="even ">
    760
    792
      <div class="item">
    761
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    762
    - <small>Puppeteer::Launcher::Chrome</small>
    793
    + <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    794
    + <small>Puppeteer</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.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    770
    - <small>Puppeteer</small>
    801
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    802
    + <small>Puppeteer::Launcher::Chrome</small>
    771
    803
      </div>
    772
    804
      </li>
    773
    805
     
    @@ -798,32 +830,32 @@
    798
    830
     
    799
    831
      <li class="odd ">
    800
    832
      <div class="item">
    801
    - <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
    802
    - <small>Puppeteer::Page</small>
    833
    + <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    834
    + <small>Puppeteer::Frame</small>
    803
    835
      </div>
    804
    836
      </li>
    805
    837
     
    806
    838
     
    807
    839
      <li class="even ">
    808
    840
      <div class="item">
    809
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    810
    - <small>Puppeteer::Page::ScriptTag</small>
    841
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    842
    + <small>Puppeteer::Page::StyleTag</small>
    811
    843
      </div>
    812
    844
      </li>
    813
    845
     
    814
    846
     
    815
    847
      <li class="odd ">
    816
    848
      <div class="item">
    817
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    818
    - <small>Puppeteer::Page::StyleTag</small>
    849
    + <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
    850
    + <small>Puppeteer::Page</small>
    819
    851
      </div>
    820
    852
      </li>
    821
    853
     
    822
    854
     
    823
    855
      <li class="even ">
    824
    856
      <div class="item">
    825
    - <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    826
    - <small>Puppeteer::Frame</small>
    857
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    858
    + <small>Puppeteer::Page::ScriptTag</small>
    827
    859
      </div>
    828
    860
      </li>
    829
    861
     
    @@ -894,8 +926,8 @@
    894
    926
     
    895
    927
      <li class="odd ">
    896
    928
      <div class="item">
    897
    - <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    898
    - <small>Puppeteer::Browser</small>
    929
    + <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    930
    + <small>Puppeteer::Page</small>
    899
    931
      </div>
    900
    932
      </li>
    901
    933
     
    @@ -910,8 +942,8 @@
    910
    942
     
    911
    943
      <li class="odd ">
    912
    944
      <div class="item">
    913
    - <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
    914
    - <small>Puppeteer::Page</small>
    945
    + <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    946
    + <small>Puppeteer::Browser</small>
    915
    947
      </div>
    916
    948
      </li>
    917
    949
     
    @@ -974,16 +1006,16 @@
    974
    1006
     
    975
    1007
      <li class="odd ">
    976
    1008
      <div class="item">
    977
    - <span class='object_link'><a href="Puppeteer.html#default_args-instance_method" title="Puppeteer#default_args (method)">#default_args</a></span>
    978
    - <small>Puppeteer</small>
    1009
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#default_args-instance_method" title="Puppeteer::Launcher::Chrome#default_args (method)">#default_args</a></span>
    1010
    + <small>Puppeteer::Launcher::Chrome</small>
    979
    1011
      </div>
    980
    1012
      </li>
    981
    1013
     
    982
    1014
     
    983
    1015
      <li class="even ">
    984
    1016
      <div class="item">
    985
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#default_args-instance_method" title="Puppeteer::Launcher::Chrome#default_args (method)">#default_args</a></span>
    986
    - <small>Puppeteer::Launcher::Chrome</small>
    1017
    + <span class='object_link'><a href="Puppeteer.html#default_args-instance_method" title="Puppeteer#default_args (method)">#default_args</a></span>
    1018
    + <small>Puppeteer</small>
    987
    1019
      </div>
    988
    1020
      </li>
    989
    1021
     
    @@ -1038,24 +1070,24 @@
    1038
    1070
     
    1039
    1071
      <li class="odd ">
    1040
    1072
      <div class="item">
    1041
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#detach-instance_method" title="Puppeteer::DOMWorld#detach (method)">#detach</a></span>
    1042
    - <small>Puppeteer::DOMWorld</small>
    1073
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1074
    + <small>Puppeteer::CDPSession</small>
    1043
    1075
      </div>
    1044
    1076
      </li>
    1045
    1077
     
    1046
    1078
     
    1047
    1079
      <li class="even ">
    1048
    1080
      <div class="item">
    1049
    - <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1050
    - <small>Puppeteer::Frame</small>
    1081
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#detach-instance_method" title="Puppeteer::DOMWorld#detach (method)">#detach</a></span>
    1082
    + <small>Puppeteer::DOMWorld</small>
    1051
    1083
      </div>
    1052
    1084
      </li>
    1053
    1085
     
    1054
    1086
     
    1055
    1087
      <li class="odd ">
    1056
    1088
      <div class="item">
    1057
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1058
    - <small>Puppeteer::CDPSession</small>
    1089
    + <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1090
    + <small>Puppeteer::Frame</small>
    1059
    1091
      </div>
    1060
    1092
      </li>
    1061
    1093
     
    @@ -1102,32 +1134,32 @@
    1102
    1134
     
    1103
    1135
      <li class="odd ">
    1104
    1136
      <div class="item">
    1105
    - <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1106
    - <small>Puppeteer::Connection</small>
    1137
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1138
    + <small>Puppeteer::LifecycleWatcher</small>
    1107
    1139
      </div>
    1108
    1140
      </li>
    1109
    1141
     
    1110
    1142
     
    1111
    1143
      <li class="even ">
    1112
    1144
      <div class="item">
    1113
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1114
    - <small>Puppeteer::LifecycleWatcher</small>
    1145
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1146
    + <small>Puppeteer::JSHandle</small>
    1115
    1147
      </div>
    1116
    1148
      </li>
    1117
    1149
     
    1118
    1150
     
    1119
    1151
      <li class="odd ">
    1120
    1152
      <div class="item">
    1121
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1122
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    1153
    + <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
    1154
    + <small>Puppeteer::Connection</small>
    1123
    1155
      </div>
    1124
    1156
      </li>
    1125
    1157
     
    1126
    1158
     
    1127
    1159
      <li class="even ">
    1128
    1160
      <div class="item">
    1129
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1130
    - <small>Puppeteer::JSHandle</small>
    1161
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1162
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    1131
    1163
      </div>
    1132
    1164
      </li>
    1133
    1165
     
    @@ -1246,40 +1278,40 @@
    1246
    1278
     
    1247
    1279
      <li class="odd ">
    1248
    1280
      <div class="item">
    1249
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
    1250
    - <small>Puppeteer::Page</small>
    1281
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
    1282
    + <small>Puppeteer::ExecutionContext</small>
    1251
    1283
      </div>
    1252
    1284
      </li>
    1253
    1285
     
    1254
    1286
     
    1255
    1287
      <li class="even ">
    1256
    1288
      <div class="item">
    1257
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1258
    - <small>Puppeteer::DOMWorld</small>
    1289
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
    1290
    + <small>Puppeteer::JSHandle</small>
    1259
    1291
      </div>
    1260
    1292
      </li>
    1261
    1293
     
    1262
    1294
     
    1263
    1295
      <li class="odd ">
    1264
    1296
      <div class="item">
    1265
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
    1266
    - <small>Puppeteer::ExecutionContext</small>
    1297
    + <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
    1298
    + <small>Puppeteer::Frame</small>
    1267
    1299
      </div>
    1268
    1300
      </li>
    1269
    1301
     
    1270
    1302
     
    1271
    1303
      <li class="even ">
    1272
    1304
      <div class="item">
    1273
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
    1274
    - <small>Puppeteer::Frame</small>
    1305
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
    1306
    + <small>Puppeteer::DOMWorld</small>
    1275
    1307
      </div>
    1276
    1308
      </li>
    1277
    1309
     
    1278
    1310
     
    1279
    1311
      <li class="odd ">
    1280
    1312
      <div class="item">
    1281
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
    1282
    - <small>Puppeteer::JSHandle</small>
    1313
    + <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
    1314
    + <small>Puppeteer::Page</small>
    1283
    1315
      </div>
    1284
    1316
      </li>
    1285
    1317
     
    @@ -1294,32 +1326,32 @@
    1294
    1326
     
    1295
    1327
      <li class="odd ">
    1296
    1328
      <div class="item">
    1297
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1298
    - <small>Puppeteer::ExecutionContext</small>
    1329
    + <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1330
    + <small>Puppeteer::Frame</small>
    1299
    1331
      </div>
    1300
    1332
      </li>
    1301
    1333
     
    1302
    1334
     
    1303
    1335
      <li class="even ">
    1304
    1336
      <div class="item">
    1305
    - <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
    1306
    - <small>Puppeteer::Frame</small>
    1337
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1338
    + <small>Puppeteer::ExecutionContext</small>
    1307
    1339
      </div>
    1308
    1340
      </li>
    1309
    1341
     
    1310
    1342
     
    1311
    1343
      <li class="odd ">
    1312
    1344
      <div class="item">
    1313
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1314
    - <small>Puppeteer::JSHandle</small>
    1345
    + <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
    1346
    + <small>Puppeteer::Page</small>
    1315
    1347
      </div>
    1316
    1348
      </li>
    1317
    1349
     
    1318
    1350
     
    1319
    1351
      <li class="even ">
    1320
    1352
      <div class="item">
    1321
    - <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
    1322
    - <small>Puppeteer::Page</small>
    1353
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1354
    + <small>Puppeteer::JSHandle</small>
    1323
    1355
      </div>
    1324
    1356
      </li>
    1325
    1357
     
    @@ -1334,64 +1366,64 @@
    1334
    1366
     
    1335
    1367
      <li class="even ">
    1336
    1368
      <div class="item">
    1337
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#evaluate_with (method)">#evaluate_with</a></span>
    1338
    - <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    1369
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#evaluate_with (method)">#evaluate_with</a></span>
    1370
    + <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    1339
    1371
      </div>
    1340
    1372
      </li>
    1341
    1373
     
    1342
    1374
     
    1343
    1375
      <li class="odd ">
    1344
    1376
      <div class="item">
    1345
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#evaluate_with (method)">#evaluate_with</a></span>
    1346
    - <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    1377
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#evaluate_with-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#evaluate_with (method)">#evaluate_with</a></span>
    1378
    + <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    1347
    1379
      </div>
    1348
    1380
      </li>
    1349
    1381
     
    1350
    1382
     
    1351
    1383
      <li class="even ">
    1352
    1384
      <div class="item">
    1353
    - <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
    1354
    - <small>Puppeteer</small>
    1385
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
    1386
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    1355
    1387
      </div>
    1356
    1388
      </li>
    1357
    1389
     
    1358
    1390
     
    1359
    1391
      <li class="odd ">
    1360
    1392
      <div class="item">
    1361
    - <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>
    1362
    - <small>Puppeteer::Launcher::Chrome</small>
    1393
    + <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
    1394
    + <small>Puppeteer</small>
    1363
    1395
      </div>
    1364
    1396
      </li>
    1365
    1397
     
    1366
    1398
     
    1367
    1399
      <li class="even ">
    1368
    1400
      <div class="item">
    1369
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
    1370
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    1401
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#executable_path-instance_method" title="Puppeteer::Launcher::Chrome#executable_path (method)">#executable_path</a></span>
    1402
    + <small>Puppeteer::Launcher::Chrome</small>
    1371
    1403
      </div>
    1372
    1404
      </li>
    1373
    1405
     
    1374
    1406
     
    1375
    1407
      <li class="odd ">
    1376
    1408
      <div class="item">
    1377
    - <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1378
    - <small>Puppeteer::Frame</small>
    1409
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1410
    + <small>Puppeteer::DOMWorld</small>
    1379
    1411
      </div>
    1380
    1412
      </li>
    1381
    1413
     
    1382
    1414
     
    1383
    1415
      <li class="even ">
    1384
    1416
      <div class="item">
    1385
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
    1386
    - <small>Puppeteer::JSHandle</small>
    1417
    + <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
    1418
    + <small>Puppeteer::Frame</small>
    1387
    1419
      </div>
    1388
    1420
      </li>
    1389
    1421
     
    1390
    1422
     
    1391
    1423
      <li class="odd ">
    1392
    1424
      <div class="item">
    1393
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
    1394
    - <small>Puppeteer::DOMWorld</small>
    1425
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
    1426
    + <small>Puppeteer::JSHandle</small>
    1395
    1427
      </div>
    1396
    1428
      </li>
    1397
    1429
     
    @@ -1414,16 +1446,16 @@
    1414
    1446
     
    1415
    1447
      <li class="even ">
    1416
    1448
      <div class="item">
    1417
    - <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>
    1418
    - <small>Puppeteer::Page</small>
    1449
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#extra_http_headers=-instance_method" title="Puppeteer::NetworkManager#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1450
    + <small>Puppeteer::NetworkManager</small>
    1419
    1451
      </div>
    1420
    1452
      </li>
    1421
    1453
     
    1422
    1454
     
    1423
    1455
      <li class="odd ">
    1424
    1456
      <div class="item">
    1425
    - <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>
    1426
    - <small>Puppeteer::NetworkManager</small>
    1457
    + <span class='object_link'><a href="Puppeteer/Page.html#extra_http_headers=-instance_method" title="Puppeteer::Page#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1458
    + <small>Puppeteer::Page</small>
    1427
    1459
      </div>
    1428
    1460
      </li>
    1429
    1461
     
    @@ -1446,16 +1478,16 @@
    1446
    1478
     
    1447
    1479
      <li class="even ">
    1448
    1480
      <div class="item">
    1449
    - <span class='object_link'><a href="Puppeteer/Frame.html#focus-instance_method" title="Puppeteer::Frame#focus (method)">#focus</a></span>
    1450
    - <small>Puppeteer::Frame</small>
    1481
    + <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1482
    + <small>Puppeteer::Page</small>
    1451
    1483
      </div>
    1452
    1484
      </li>
    1453
    1485
     
    1454
    1486
     
    1455
    1487
      <li class="odd ">
    1456
    1488
      <div class="item">
    1457
    - <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
    1458
    - <small>Puppeteer::Page</small>
    1489
    + <span class='object_link'><a href="Puppeteer/Frame.html#focus-instance_method" title="Puppeteer::Frame#focus (method)">#focus</a></span>
    1490
    + <small>Puppeteer::Frame</small>
    1459
    1491
      </div>
    1460
    1492
      </li>
    1461
    1493
     
    @@ -1470,16 +1502,16 @@
    1470
    1502
     
    1471
    1503
      <li class="odd ">
    1472
    1504
      <div class="item">
    1473
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
    1474
    - <small>Puppeteer::ExecutionContext</small>
    1505
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1506
    + <small>Puppeteer::FrameManager</small>
    1475
    1507
      </div>
    1476
    1508
      </li>
    1477
    1509
     
    1478
    1510
     
    1479
    1511
      <li class="even ">
    1480
    1512
      <div class="item">
    1481
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
    1482
    - <small>Puppeteer::FrameManager</small>
    1513
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
    1514
    + <small>Puppeteer::ExecutionContext</small>
    1483
    1515
      </div>
    1484
    1516
      </li>
    1485
    1517
     
    @@ -1494,16 +1526,16 @@
    1494
    1526
     
    1495
    1527
      <li class="even ">
    1496
    1528
      <div class="item">
    1497
    - <span class='object_link'><a href="Puppeteer/Page.html#frames-instance_method" title="Puppeteer::Page#frames (method)">#frames</a></span>
    1498
    - <small>Puppeteer::Page</small>
    1529
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#frames-instance_method" title="Puppeteer::FrameManager#frames (method)">#frames</a></span>
    1530
    + <small>Puppeteer::FrameManager</small>
    1499
    1531
      </div>
    1500
    1532
      </li>
    1501
    1533
     
    1502
    1534
     
    1503
    1535
      <li class="odd ">
    1504
    1536
      <div class="item">
    1505
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#frames-instance_method" title="Puppeteer::FrameManager#frames (method)">#frames</a></span>
    1506
    - <small>Puppeteer::FrameManager</small>
    1537
    + <span class='object_link'><a href="Puppeteer/Page.html#frames-instance_method" title="Puppeteer::Page#frames (method)">#frames</a></span>
    1538
    + <small>Puppeteer::Page</small>
    1507
    1539
      </div>
    1508
    1540
      </li>
    1509
    1541
     
    @@ -1550,16 +1582,16 @@
    1550
    1582
     
    1551
    1583
      <li class="odd ">
    1552
    1584
      <div class="item">
    1553
    - <span class='object_link'><a href="Puppeteer/Frame.html#goto-instance_method" title="Puppeteer::Frame#goto (method)">#goto</a></span>
    1554
    - <small>Puppeteer::Frame</small>
    1585
    + <span class='object_link'><a href="Puppeteer/Page.html#goto-instance_method" title="Puppeteer::Page#goto (method)">#goto</a></span>
    1586
    + <small>Puppeteer::Page</small>
    1555
    1587
      </div>
    1556
    1588
      </li>
    1557
    1589
     
    1558
    1590
     
    1559
    1591
      <li class="even ">
    1560
    1592
      <div class="item">
    1561
    - <span class='object_link'><a href="Puppeteer/Page.html#goto-instance_method" title="Puppeteer::Page#goto (method)">#goto</a></span>
    1562
    - <small>Puppeteer::Page</small>
    1593
    + <span class='object_link'><a href="Puppeteer/Frame.html#goto-instance_method" title="Puppeteer::Frame#goto (method)">#goto</a></span>
    1594
    + <small>Puppeteer::Frame</small>
    1563
    1595
      </div>
    1564
    1596
      </li>
    1565
    1597
     
    @@ -1638,16 +1670,16 @@
    1638
    1670
     
    1639
    1671
      <li class="even ">
    1640
    1672
      <div class="item">
    1641
    - <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>
    1642
    - <small>Puppeteer::FrameManager</small>
    1673
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_frame_detached-instance_method" title="Puppeteer::LifecycleWatcher#handle_frame_detached (method)">#handle_frame_detached</a></span>
    1674
    + <small>Puppeteer::LifecycleWatcher</small>
    1643
    1675
      </div>
    1644
    1676
      </li>
    1645
    1677
     
    1646
    1678
     
    1647
    1679
      <li class="odd ">
    1648
    1680
      <div class="item">
    1649
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_frame_detached-instance_method" title="Puppeteer::LifecycleWatcher#handle_frame_detached (method)">#handle_frame_detached</a></span>
    1650
    - <small>Puppeteer::LifecycleWatcher</small>
    1681
    + <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>
    1682
    + <small>Puppeteer::FrameManager</small>
    1651
    1683
      </div>
    1652
    1684
      </li>
    1653
    1685
     
    @@ -1694,16 +1726,16 @@
    1694
    1726
     
    1695
    1727
      <li class="odd ">
    1696
    1728
      <div class="item">
    1697
    - <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>
    1698
    - <small>Puppeteer::Frame</small>
    1729
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1730
    + <small>Puppeteer::FrameManager</small>
    1699
    1731
      </div>
    1700
    1732
      </li>
    1701
    1733
     
    1702
    1734
     
    1703
    1735
      <li class="even ">
    1704
    1736
      <div class="item">
    1705
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1706
    - <small>Puppeteer::FrameManager</small>
    1737
    + <span class='object_link'><a href="Puppeteer/Frame.html#handle_lifecycle_event-instance_method" title="Puppeteer::Frame#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
    1738
    + <small>Puppeteer::Frame</small>
    1707
    1739
      </div>
    1708
    1740
      </li>
    1709
    1741
     
    @@ -1718,16 +1750,16 @@
    1718
    1750
     
    1719
    1751
      <li class="even ">
    1720
    1752
      <div class="item">
    1721
    - <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>
    1722
    - <small>Puppeteer::Connection::ResponseDebugPrinter</small>
    1753
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1754
    + <small>Puppeteer::CDPSession</small>
    1723
    1755
      </div>
    1724
    1756
      </li>
    1725
    1757
     
    1726
    1758
     
    1727
    1759
      <li class="odd ">
    1728
    1760
      <div class="item">
    1729
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
    1730
    - <small>Puppeteer::CDPSession</small>
    1761
    + <span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html#handle_message-instance_method" title="Puppeteer::Connection::ResponseDebugPrinter#handle_message (method)">#handle_message</a></span>
    1762
    + <small>Puppeteer::Connection::ResponseDebugPrinter</small>
    1731
    1763
      </div>
    1732
    1764
      </li>
    1733
    1765
     
    @@ -1766,16 +1798,16 @@
    1766
    1798
     
    1767
    1799
      <li class="even ">
    1768
    1800
      <div class="item">
    1769
    - <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_info_changed-instance_method" title="Puppeteer::Browser#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
    1770
    - <small>Puppeteer::Browser</small>
    1801
    + <span class='object_link'><a href="Puppeteer/Target.html#handle_target_info_changed-instance_method" title="Puppeteer::Target#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
    1802
    + <small>Puppeteer::Target</small>
    1771
    1803
      </div>
    1772
    1804
      </li>
    1773
    1805
     
    1774
    1806
     
    1775
    1807
      <li class="odd ">
    1776
    1808
      <div class="item">
    1777
    - <span class='object_link'><a href="Puppeteer/Target.html#handle_target_info_changed-instance_method" title="Puppeteer::Target#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
    1778
    - <small>Puppeteer::Target</small>
    1809
    + <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_info_changed-instance_method" title="Puppeteer::Browser#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
    1810
    + <small>Puppeteer::Browser</small>
    1779
    1811
      </div>
    1780
    1812
      </li>
    1781
    1813
     
    @@ -1814,16 +1846,16 @@
    1814
    1846
     
    1815
    1847
      <li class="even ">
    1816
    1848
      <div class="item">
    1817
    - <span class='object_link'><a href="Puppeteer/Page.html#hover-instance_method" title="Puppeteer::Page#hover (method)">#hover</a></span>
    1818
    - <small>Puppeteer::Page</small>
    1849
    + <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
    1850
    + <small>Puppeteer::Frame</small>
    1819
    1851
      </div>
    1820
    1852
      </li>
    1821
    1853
     
    1822
    1854
     
    1823
    1855
      <li class="odd ">
    1824
    1856
      <div class="item">
    1825
    - <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
    1826
    - <small>Puppeteer::Frame</small>
    1857
    + <span class='object_link'><a href="Puppeteer/Page.html#hover-instance_method" title="Puppeteer::Page#hover (method)">#hover</a></span>
    1858
    + <small>Puppeteer::Page</small>
    1827
    1859
      </div>
    1828
    1860
      </li>
    1829
    1861
     
    @@ -1886,112 +1918,112 @@
    1886
    1918
     
    1887
    1919
      <li class="odd ">
    1888
    1920
      <div class="item">
    1889
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
    1890
    - <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
    1921
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
    1922
    + <small>Puppeteer::WaitTask</small>
    1891
    1923
      </div>
    1892
    1924
      </li>
    1893
    1925
     
    1894
    1926
     
    1895
    1927
      <li class="even ">
    1896
    1928
      <div class="item">
    1897
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    1898
    - <small>Puppeteer::BrowserContext</small>
    1929
    + <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    1930
    + <small>Puppeteer</small>
    1899
    1931
      </div>
    1900
    1932
      </li>
    1901
    1933
     
    1902
    1934
     
    1903
    1935
      <li class="odd ">
    1904
    1936
      <div class="item">
    1905
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    1906
    - <small>Puppeteer::WebSocket</small>
    1937
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    1938
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    1907
    1939
      </div>
    1908
    1940
      </li>
    1909
    1941
     
    1910
    1942
     
    1911
    1943
      <li class="even ">
    1912
    1944
      <div class="item">
    1913
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    1914
    - <small>Puppeteer::Target::TargetInfo</small>
    1945
    + <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    1946
    + <small>Puppeteer::Target</small>
    1915
    1947
      </div>
    1916
    1948
      </li>
    1917
    1949
     
    1918
    1950
     
    1919
    1951
      <li class="odd ">
    1920
    1952
      <div class="item">
    1921
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    1922
    - <small>Puppeteer::LifecycleWatcher</small>
    1953
    + <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    1954
    + <small>Puppeteer::Connection::ProtocolError</small>
    1923
    1955
      </div>
    1924
    1956
      </li>
    1925
    1957
     
    1926
    1958
     
    1927
    1959
      <li class="even ">
    1928
    1960
      <div class="item">
    1929
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    1930
    - <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    1961
    + <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    1962
    + <small>Puppeteer::Connection::MessageCallback</small>
    1931
    1963
      </div>
    1932
    1964
      </li>
    1933
    1965
     
    1934
    1966
     
    1935
    1967
      <li class="odd ">
    1936
    1968
      <div class="item">
    1937
    - <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    1938
    - <small>Puppeteer::Device</small>
    1969
    + <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    1970
    + <small>Puppeteer::EventCallbackable::EventListeners</small>
    1939
    1971
      </div>
    1940
    1972
      </li>
    1941
    1973
     
    1942
    1974
     
    1943
    1975
      <li class="even ">
    1944
    1976
      <div class="item">
    1945
    - <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
    1946
    - <small>Puppeteer::EventCallbackable::EventListeners</small>
    1977
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    1978
    + <small>Puppeteer::ExecutionContext</small>
    1947
    1979
      </div>
    1948
    1980
      </li>
    1949
    1981
     
    1950
    1982
     
    1951
    1983
      <li class="odd ">
    1952
    1984
      <div class="item">
    1953
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    1954
    - <small>Puppeteer::CDPSession</small>
    1985
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    1986
    + <small>Puppeteer::Page::StyleTag</small>
    1955
    1987
      </div>
    1956
    1988
      </li>
    1957
    1989
     
    1958
    1990
     
    1959
    1991
      <li class="even ">
    1960
    1992
      <div class="item">
    1961
    - <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    1962
    - <small>Puppeteer::Mouse</small>
    1993
    + <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    1994
    + <small>Puppeteer::Connection</small>
    1963
    1995
      </div>
    1964
    1996
      </li>
    1965
    1997
     
    1966
    1998
     
    1967
    1999
      <li class="odd ">
    1968
    2000
      <div class="item">
    1969
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    1970
    - <small>Puppeteer::WebSocketTransport</small>
    2001
    + <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2002
    + <small>Puppeteer::EmulationManager</small>
    1971
    2003
      </div>
    1972
    2004
      </li>
    1973
    2005
     
    1974
    2006
     
    1975
    2007
      <li class="even ">
    1976
    2008
      <div class="item">
    1977
    - <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    1978
    - <small>Puppeteer::ElementHandle::Point</small>
    2009
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2010
    + <small>Puppeteer::Keyboard</small>
    1979
    2011
      </div>
    1980
    2012
      </li>
    1981
    2013
     
    1982
    2014
     
    1983
    2015
      <li class="odd ">
    1984
    2016
      <div class="item">
    1985
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    1986
    - <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2017
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
    2018
    + <small>Puppeteer::WebSocketTransport</small>
    1987
    2019
      </div>
    1988
    2020
      </li>
    1989
    2021
     
    1990
    2022
     
    1991
    2023
      <li class="even ">
    1992
    2024
      <div class="item">
    1993
    - <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    1994
    - <small>Puppeteer::Viewport</small>
    2025
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2026
    + <small>Puppeteer::NetworkManager</small>
    1995
    2027
      </div>
    1996
    2028
      </li>
    1997
    2029
     
    @@ -2014,311 +2046,311 @@
    2014
    2046
     
    2015
    2047
      <li class="odd ">
    2016
    2048
      <div class="item">
    2017
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
    2018
    - <small>Puppeteer::NetworkManager</small>
    2049
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
    2050
    + <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
    2019
    2051
      </div>
    2020
    2052
      </li>
    2021
    2053
     
    2022
    2054
     
    2023
    2055
      <li class="even ">
    2024
    2056
      <div class="item">
    2025
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
    2026
    - <small>Puppeteer::Keyboard</small>
    2057
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2058
    + <small>Puppeteer::ConsoleMessage</small>
    2027
    2059
      </div>
    2028
    2060
      </li>
    2029
    2061
     
    2030
    2062
     
    2031
    2063
      <li class="odd ">
    2032
    2064
      <div class="item">
    2033
    - <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
    2034
    - <small>Puppeteer::EmulationManager</small>
    2065
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2066
    + <small>Puppeteer::ConsoleMessage::Location</small>
    2035
    2067
      </div>
    2036
    2068
      </li>
    2037
    2069
     
    2038
    2070
     
    2039
    2071
      <li class="even ">
    2040
    2072
      <div class="item">
    2041
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
    2042
    - <small>Puppeteer::ExecutionContext</small>
    2073
    + <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2074
    + <small>Puppeteer::BrowserFetcher</small>
    2043
    2075
      </div>
    2044
    2076
      </li>
    2045
    2077
     
    2046
    2078
     
    2047
    2079
      <li class="odd ">
    2048
    2080
      <div class="item">
    2049
    - <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2050
    - <small>Puppeteer::Browser</small>
    2081
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2082
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    2051
    2083
      </div>
    2052
    2084
      </li>
    2053
    2085
     
    2054
    2086
     
    2055
    2087
      <li class="even ">
    2056
    2088
      <div class="item">
    2057
    - <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
    2058
    - <small>Puppeteer::WaitTask</small>
    2089
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2090
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    2059
    2091
      </div>
    2060
    2092
      </li>
    2061
    2093
     
    2062
    2094
     
    2063
    2095
      <li class="odd ">
    2064
    2096
      <div class="item">
    2065
    - <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
    2066
    - <small>Puppeteer::Connection::ProtocolError</small>
    2097
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2098
    + <small>Puppeteer::Page::ScriptTag</small>
    2067
    2099
      </div>
    2068
    2100
      </li>
    2069
    2101
     
    2070
    2102
     
    2071
    2103
      <li class="even ">
    2072
    2104
      <div class="item">
    2073
    - <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
    2074
    - <small>Puppeteer::Connection::MessageCallback</small>
    2105
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
    2106
    + <small>Puppeteer::WebSocket</small>
    2075
    2107
      </div>
    2076
    2108
      </li>
    2077
    2109
     
    2078
    2110
     
    2079
    2111
      <li class="odd ">
    2080
    2112
      <div class="item">
    2081
    - <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
    2082
    - <small>Puppeteer::Connection</small>
    2113
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
    2114
    + <small>Puppeteer::BrowserContext</small>
    2083
    2115
      </div>
    2084
    2116
      </li>
    2085
    2117
     
    2086
    2118
     
    2087
    2119
      <li class="even ">
    2088
    2120
      <div class="item">
    2089
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
    2090
    - <small>Puppeteer::ConsoleMessage</small>
    2121
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
    2122
    + <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
    2091
    2123
      </div>
    2092
    2124
      </li>
    2093
    2125
     
    2094
    2126
     
    2095
    2127
      <li class="odd ">
    2096
    2128
      <div class="item">
    2097
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2098
    - <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2129
    + <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
    2130
    + <small>Puppeteer::Browser</small>
    2099
    2131
      </div>
    2100
    2132
      </li>
    2101
    2133
     
    2102
    2134
     
    2103
    2135
      <li class="even ">
    2104
    2136
      <div class="item">
    2105
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
    2106
    - <small>Puppeteer::ConsoleMessage::Location</small>
    2137
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
    2138
    + <small>Puppeteer::Target::TargetInfo</small>
    2107
    2139
      </div>
    2108
    2140
      </li>
    2109
    2141
     
    2110
    2142
     
    2111
    2143
      <li class="odd ">
    2112
    2144
      <div class="item">
    2113
    - <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
    2114
    - <small>Puppeteer::BrowserFetcher</small>
    2145
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
    2146
    + <small>Puppeteer::CDPSession</small>
    2115
    2147
      </div>
    2116
    2148
      </li>
    2117
    2149
     
    2118
    2150
     
    2119
    2151
      <li class="even ">
    2120
    2152
      <div class="item">
    2121
    - <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
    2122
    - <small>Puppeteer::Target</small>
    2153
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2154
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2123
    2155
      </div>
    2124
    2156
      </li>
    2125
    2157
     
    2126
    2158
     
    2127
    2159
      <li class="odd ">
    2128
    2160
      <div class="item">
    2129
    - <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2130
    - <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2161
    + <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
    2162
    + <small>Puppeteer::Device</small>
    2131
    2163
      </div>
    2132
    2164
      </li>
    2133
    2165
     
    2134
    2166
     
    2135
    2167
      <li class="even ">
    2136
    2168
      <div class="item">
    2137
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2138
    - <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2169
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2170
    + <small>Puppeteer::DOMWorld</small>
    2139
    2171
      </div>
    2140
    2172
      </li>
    2141
    2173
     
    2142
    2174
     
    2143
    2175
      <li class="odd ">
    2144
    2176
      <div class="item">
    2145
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
    2146
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    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>
    2147
    2179
      </div>
    2148
    2180
      </li>
    2149
    2181
     
    2150
    2182
     
    2151
    2183
      <li class="even ">
    2152
    2184
      <div class="item">
    2153
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
    2154
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    2185
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
    2186
    + <small>Puppeteer::LifecycleWatcher</small>
    2155
    2187
      </div>
    2156
    2188
      </li>
    2157
    2189
     
    2158
    2190
     
    2159
    2191
      <li class="odd ">
    2160
    2192
      <div class="item">
    2161
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2162
    - <small>Puppeteer::TouchScreen</small>
    2193
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
    2194
    + <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
    2163
    2195
      </div>
    2164
    2196
      </li>
    2165
    2197
     
    2166
    2198
     
    2167
    2199
      <li class="even ">
    2168
    2200
      <div class="item">
    2169
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2170
    - <small>Puppeteer::FrameManager</small>
    2201
    + <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
    2202
    + <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
    2171
    2203
      </div>
    2172
    2204
      </li>
    2173
    2205
     
    2174
    2206
     
    2175
    2207
      <li class="odd ">
    2176
    2208
      <div class="item">
    2177
    - <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2178
    - <small>Puppeteer::Frame</small>
    2209
    + <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
    2210
    + <small>Puppeteer::WaitTask::TimeoutError</small>
    2179
    2211
      </div>
    2180
    2212
      </li>
    2181
    2213
     
    2182
    2214
     
    2183
    2215
      <li class="even ">
    2184
    2216
      <div class="item">
    2185
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2186
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    2217
    + <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2218
    + <small>Puppeteer::Launcher::Base</small>
    2187
    2219
      </div>
    2188
    2220
      </li>
    2189
    2221
     
    2190
    2222
     
    2191
    2223
      <li class="odd ">
    2192
    2224
      <div class="item">
    2193
    - <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2194
    - <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2225
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2226
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2195
    2227
      </div>
    2196
    2228
      </li>
    2197
    2229
     
    2198
    2230
     
    2199
    2231
      <li class="even ">
    2200
    2232
      <div class="item">
    2201
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
    2202
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2233
    + <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
    2234
    + <small>Puppeteer::Viewport</small>
    2203
    2235
      </div>
    2204
    2236
      </li>
    2205
    2237
     
    2206
    2238
     
    2207
    2239
      <li class="odd ">
    2208
    2240
      <div class="item">
    2209
    - <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2210
    - <small>Puppeteer::Launcher::BrowserOptions</small>
    2241
    + <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
    2242
    + <small>Puppeteer::Mouse</small>
    2211
    2243
      </div>
    2212
    2244
      </li>
    2213
    2245
     
    2214
    2246
     
    2215
    2247
      <li class="even ">
    2216
    2248
      <div class="item">
    2217
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
    2218
    - <small>Puppeteer::Page::StyleTag</small>
    2249
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
    2250
    + <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
    2219
    2251
      </div>
    2220
    2252
      </li>
    2221
    2253
     
    2222
    2254
     
    2223
    2255
      <li class="odd ">
    2224
    2256
      <div class="item">
    2225
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
    2226
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2257
    + <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
    2258
    + <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
    2227
    2259
      </div>
    2228
    2260
      </li>
    2229
    2261
     
    2230
    2262
     
    2231
    2263
      <li class="even ">
    2232
    2264
      <div class="item">
    2233
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
    2234
    - <small>Puppeteer::Page::ScriptTag</small>
    2265
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
    2266
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    2235
    2267
      </div>
    2236
    2268
      </li>
    2237
    2269
     
    2238
    2270
     
    2239
    2271
      <li class="odd ">
    2240
    2272
      <div class="item">
    2241
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
    2242
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    2273
    + <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
    2274
    + <small>Puppeteer::ElementHandle::Point</small>
    2243
    2275
      </div>
    2244
    2276
      </li>
    2245
    2277
     
    2246
    2278
     
    2247
    2279
      <li class="even ">
    2248
    2280
      <div class="item">
    2249
    - <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
    2250
    - <small>Puppeteer::Launcher::Base</small>
    2281
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    2282
    + <small>Puppeteer::ElementHandle</small>
    2251
    2283
      </div>
    2252
    2284
      </li>
    2253
    2285
     
    2254
    2286
     
    2255
    2287
      <li class="odd ">
    2256
    2288
      <div class="item">
    2257
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2258
    - <small>Puppeteer::RemoteObject</small>
    2289
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
    2290
    + <small>Puppeteer::TouchScreen</small>
    2259
    2291
      </div>
    2260
    2292
      </li>
    2261
    2293
     
    2262
    2294
     
    2263
    2295
      <li class="even ">
    2264
    2296
      <div class="item">
    2265
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
    2266
    - <small>Puppeteer::DOMWorld</small>
    2297
    + <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2298
    + <small>Puppeteer::Page</small>
    2267
    2299
      </div>
    2268
    2300
      </li>
    2269
    2301
     
    2270
    2302
     
    2271
    2303
      <li class="odd ">
    2272
    2304
      <div class="item">
    2273
    - <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
    2274
    - <small>Puppeteer::Page</small>
    2305
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
    2306
    + <small>Puppeteer::FrameManager</small>
    2275
    2307
      </div>
    2276
    2308
      </li>
    2277
    2309
     
    2278
    2310
     
    2279
    2311
      <li class="even ">
    2280
    2312
      <div class="item">
    2281
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
    2282
    - <small>Puppeteer::ElementHandle</small>
    2313
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2314
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2283
    2315
      </div>
    2284
    2316
      </li>
    2285
    2317
     
    2286
    2318
     
    2287
    2319
      <li class="odd ">
    2288
    2320
      <div class="item">
    2289
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2290
    - <small>Puppeteer::BrowserRunner</small>
    2321
    + <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
    2322
    + <small>Puppeteer::Launcher::BrowserOptions</small>
    2291
    2323
      </div>
    2292
    2324
      </li>
    2293
    2325
     
    2294
    2326
     
    2295
    2327
      <li class="even ">
    2296
    2328
      <div class="item">
    2297
    - <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
    2298
    - <small>Puppeteer</small>
    2329
    + <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
    2330
    + <small>Puppeteer::Frame</small>
    2299
    2331
      </div>
    2300
    2332
      </li>
    2301
    2333
     
    2302
    2334
     
    2303
    2335
      <li class="odd ">
    2304
    2336
      <div class="item">
    2305
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
    2306
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2337
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
    2338
    + <small>Puppeteer::BrowserRunner</small>
    2307
    2339
      </div>
    2308
    2340
      </li>
    2309
    2341
     
    2310
    2342
     
    2311
    2343
      <li class="even ">
    2312
    2344
      <div class="item">
    2313
    - <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
    2314
    - <small>Puppeteer::Target</small>
    2345
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
    2346
    + <small>Puppeteer::RemoteObject</small>
    2315
    2347
      </div>
    2316
    2348
      </li>
    2317
    2349
     
    2318
    2350
     
    2319
    2351
      <li class="odd ">
    2320
    2352
      <div class="item">
    2321
    - <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
    2353
    + <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
    2322
    2354
      <small>Puppeteer::Target</small>
    2323
    2355
      </div>
    2324
    2356
      </li>
    @@ -2326,32 +2358,32 @@
    2326
    2358
     
    2327
    2359
      <li class="even ">
    2328
    2360
      <div class="item">
    2329
    - <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
    2330
    - <small>Puppeteer</small>
    2361
    + <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
    2362
    + <small>Puppeteer::Target</small>
    2331
    2363
      </div>
    2332
    2364
      </li>
    2333
    2365
     
    2334
    2366
     
    2335
    2367
      <li class="odd ">
    2336
    2368
      <div class="item">
    2337
    - <span class='object_link'><a href="Puppeteer/Page.html#javascript_enabled-instance_method" title="Puppeteer::Page#javascript_enabled (method)">#javascript_enabled</a></span>
    2338
    - <small>Puppeteer::Page</small>
    2369
    + <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
    2370
    + <small>Puppeteer</small>
    2339
    2371
      </div>
    2340
    2372
      </li>
    2341
    2373
     
    2342
    2374
     
    2343
    2375
      <li class="even ">
    2344
    2376
      <div class="item">
    2345
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#json_value-instance_method" title="Puppeteer::JSHandle#json_value (method)">#json_value</a></span>
    2346
    - <small>Puppeteer::JSHandle</small>
    2377
    + <span class='object_link'><a href="Puppeteer/Page.html#javascript_enabled-instance_method" title="Puppeteer::Page#javascript_enabled (method)">#javascript_enabled</a></span>
    2378
    + <small>Puppeteer::Page</small>
    2347
    2379
      </div>
    2348
    2380
      </li>
    2349
    2381
     
    2350
    2382
     
    2351
    2383
      <li class="odd ">
    2352
    2384
      <div class="item">
    2353
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2354
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2385
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#json_value-instance_method" title="Puppeteer::JSHandle#json_value (method)">#json_value</a></span>
    2386
    + <small>Puppeteer::JSHandle</small>
    2355
    2387
      </div>
    2356
    2388
      </li>
    2357
    2389
     
    @@ -2366,8 +2398,8 @@
    2366
    2398
     
    2367
    2399
      <li class="odd ">
    2368
    2400
      <div class="item">
    2369
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key_code-instance_method" title="Puppeteer::Keyboard::KeyDescription#key_code (method)">#key_code</a></span>
    2370
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2401
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2402
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2371
    2403
      </div>
    2372
    2404
      </li>
    2373
    2405
     
    @@ -2382,16 +2414,16 @@
    2382
    2414
     
    2383
    2415
      <li class="odd ">
    2384
    2416
      <div class="item">
    2385
    - <span class='object_link'><a href="Puppeteer/Page.html#keyboard-instance_method" title="Puppeteer::Page#keyboard (method)">#keyboard</a></span>
    2386
    - <small>Puppeteer::Page</small>
    2417
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key_code-instance_method" title="Puppeteer::Keyboard::KeyDescription#key_code (method)">#key_code</a></span>
    2418
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2387
    2419
      </div>
    2388
    2420
      </li>
    2389
    2421
     
    2390
    2422
     
    2391
    2423
      <li class="even ">
    2392
    2424
      <div class="item">
    2393
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2394
    - <small>Puppeteer::BrowserRunner</small>
    2425
    + <span class='object_link'><a href="Puppeteer/Page.html#keyboard-instance_method" title="Puppeteer::Page#keyboard (method)">#keyboard</a></span>
    2426
    + <small>Puppeteer::Page</small>
    2395
    2427
      </div>
    2396
    2428
      </li>
    2397
    2429
     
    @@ -2405,6 +2437,14 @@
    2405
    2437
     
    2406
    2438
     
    2407
    2439
      <li class="even ">
    2440
    + <div class="item">
    2441
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2442
    + <small>Puppeteer::BrowserRunner</small>
    2443
    + </div>
    2444
    + </li>
    2445
    +
    2446
    +
    2447
    + <li class="odd ">
    2408
    2448
      <div class="item">
    2409
    2449
      <span class='object_link'><a href="Puppeteer/Viewport.html#landscape%3F-instance_method" title="Puppeteer::Viewport#landscape? (method)">#landscape?</a></span>
    2410
    2450
      <small>Puppeteer::Viewport</small>
    @@ -2412,7 +2452,7 @@
    2412
    2452
      </li>
    2413
    2453
     
    2414
    2454
     
    2415
    - <li class="odd ">
    2455
    + <li class="even ">
    2416
    2456
      <div class="item">
    2417
    2457
      <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
    2418
    2458
      <small>Puppeteer</small>
    @@ -2420,7 +2460,7 @@
    2420
    2460
      </li>
    2421
    2461
     
    2422
    2462
     
    2423
    - <li class="even ">
    2463
    + <li class="odd ">
    2424
    2464
      <div class="item">
    2425
    2465
      <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
    2426
    2466
      <small>Puppeteer::Launcher::Chrome</small>
    @@ -2428,7 +2468,7 @@
    2428
    2468
      </li>
    2429
    2469
     
    2430
    2470
     
    2431
    - <li class="odd ">
    2471
    + <li class="even ">
    2432
    2472
      <div class="item">
    2433
    2473
      <span class='object_link'><a href="Puppeteer/Frame.html#lifecycle_events-instance_method" title="Puppeteer::Frame#lifecycle_events (method)">#lifecycle_events</a></span>
    2434
    2474
      <small>Puppeteer::Frame</small>
    @@ -2436,7 +2476,7 @@
    2436
    2476
      </li>
    2437
    2477
     
    2438
    2478
     
    2439
    - <li class="even ">
    2479
    + <li class="odd ">
    2440
    2480
      <div class="item">
    2441
    2481
      <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#line_number-instance_method" title="Puppeteer::ConsoleMessage::Location#line_number (method)">#line_number</a></span>
    2442
    2482
      <small>Puppeteer::ConsoleMessage::Location</small>
    @@ -2444,7 +2484,7 @@
    2444
    2484
      </li>
    2445
    2485
     
    2446
    2486
     
    2447
    - <li class="odd ">
    2487
    + <li class="even ">
    2448
    2488
      <div class="item">
    2449
    2489
      <span class='object_link'><a href="Puppeteer/Frame.html#loader_id-instance_method" title="Puppeteer::Frame#loader_id (method)">#loader_id</a></span>
    2450
    2490
      <small>Puppeteer::Frame</small>
    @@ -2452,15 +2492,15 @@
    2452
    2492
      </li>
    2453
    2493
     
    2454
    2494
     
    2455
    - <li class="even ">
    2495
    + <li class="odd ">
    2456
    2496
      <div class="item">
    2457
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2458
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2497
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2498
    + <small>Puppeteer::ConsoleMessage</small>
    2459
    2499
      </div>
    2460
    2500
      </li>
    2461
    2501
     
    2462
    2502
     
    2463
    - <li class="odd ">
    2503
    + <li class="even ">
    2464
    2504
      <div class="item">
    2465
    2505
      <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2466
    2506
      <small>Puppeteer::Keyboard::KeyDescription</small>
    @@ -2468,15 +2508,15 @@
    2468
    2508
      </li>
    2469
    2509
     
    2470
    2510
     
    2471
    - <li class="even ">
    2511
    + <li class="odd ">
    2472
    2512
      <div class="item">
    2473
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2474
    - <small>Puppeteer::ConsoleMessage</small>
    2513
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2514
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2475
    2515
      </div>
    2476
    2516
      </li>
    2477
    2517
     
    2478
    2518
     
    2479
    - <li class="odd ">
    2519
    + <li class="even ">
    2480
    2520
      <div class="item">
    2481
    2521
      <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#log_type-instance_method" title="Puppeteer::ConsoleMessage#log_type (method)">#log_type</a></span>
    2482
    2522
      <small>Puppeteer::ConsoleMessage</small>
    @@ -2484,7 +2524,7 @@
    2484
    2524
      </li>
    2485
    2525
     
    2486
    2526
     
    2487
    - <li class="even ">
    2527
    + <li class="odd ">
    2488
    2528
      <div class="item">
    2489
    2529
      <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2490
    2530
      <small>Puppeteer::FrameManager</small>
    @@ -2492,7 +2532,7 @@
    2492
    2532
      </li>
    2493
    2533
     
    2494
    2534
     
    2495
    - <li class="odd ">
    2535
    + <li class="even ">
    2496
    2536
      <div class="item">
    2497
    2537
      <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2498
    2538
      <small>Puppeteer::Page</small>
    @@ -2500,7 +2540,7 @@
    2500
    2540
      </li>
    2501
    2541
     
    2502
    2542
     
    2503
    - <li class="even ">
    2543
    + <li class="odd ">
    2504
    2544
      <div class="item">
    2505
    2545
      <span class='object_link'><a href="Puppeteer/Frame.html#main_world-instance_method" title="Puppeteer::Frame#main_world (method)">#main_world</a></span>
    2506
    2546
      <small>Puppeteer::Frame</small>
    @@ -2508,7 +2548,7 @@
    2508
    2548
      </li>
    2509
    2549
     
    2510
    2550
     
    2511
    - <li class="odd ">
    2551
    + <li class="even ">
    2512
    2552
      <div class="item">
    2513
    2553
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#method-instance_method" title="Puppeteer::Connection::MessageCallback#method (method)">#method</a></span>
    2514
    2554
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -2516,7 +2556,7 @@
    2516
    2556
      </li>
    2517
    2557
     
    2518
    2558
     
    2519
    - <li class="even ">
    2559
    + <li class="odd ">
    2520
    2560
      <div class="item">
    2521
    2561
      <span class='object_link'><a href="Puppeteer.html#method_missing-class_method" title="Puppeteer.method_missing (method)">method_missing</a></span>
    2522
    2562
      <small>Puppeteer</small>
    @@ -2524,7 +2564,7 @@
    2524
    2564
      </li>
    2525
    2565
     
    2526
    2566
     
    2527
    - <li class="odd ">
    2567
    + <li class="even ">
    2528
    2568
      <div class="item">
    2529
    2569
      <span class='object_link'><a href="Puppeteer/Viewport.html#mobile%3F-instance_method" title="Puppeteer::Viewport#mobile? (method)">#mobile?</a></span>
    2530
    2570
      <small>Puppeteer::Viewport</small>
    @@ -2532,7 +2572,7 @@
    2532
    2572
      </li>
    2533
    2573
     
    2534
    2574
     
    2535
    - <li class="even ">
    2575
    + <li class="odd ">
    2536
    2576
      <div class="item">
    2537
    2577
      <span class='object_link'><a href="Puppeteer/Keyboard.html#modifiers-instance_method" title="Puppeteer::Keyboard#modifiers (method)">#modifiers</a></span>
    2538
    2578
      <small>Puppeteer::Keyboard</small>
    @@ -2540,7 +2580,7 @@
    2540
    2580
      </li>
    2541
    2581
     
    2542
    2582
     
    2543
    - <li class="odd ">
    2583
    + <li class="even ">
    2544
    2584
      <div class="item">
    2545
    2585
      <span class='object_link'><a href="Puppeteer/Page.html#mouse-instance_method" title="Puppeteer::Page#mouse (method)">#mouse</a></span>
    2546
    2586
      <small>Puppeteer::Page</small>
    @@ -2548,7 +2588,7 @@
    2548
    2588
      </li>
    2549
    2589
     
    2550
    2590
     
    2551
    - <li class="even ">
    2591
    + <li class="odd ">
    2552
    2592
      <div class="item">
    2553
    2593
      <span class='object_link'><a href="Puppeteer/Mouse.html#move-instance_method" title="Puppeteer::Mouse#move (method)">#move</a></span>
    2554
    2594
      <small>Puppeteer::Mouse</small>
    @@ -2556,23 +2596,23 @@
    2556
    2596
      </li>
    2557
    2597
     
    2558
    2598
     
    2559
    - <li class="odd ">
    2599
    + <li class="even ">
    2560
    2600
      <div class="item">
    2561
    - <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2562
    - <small>Puppeteer::Frame</small>
    2601
    + <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2602
    + <small>Puppeteer::Device</small>
    2563
    2603
      </div>
    2564
    2604
      </li>
    2565
    2605
     
    2566
    2606
     
    2567
    - <li class="even ">
    2607
    + <li class="odd ">
    2568
    2608
      <div class="item">
    2569
    - <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2570
    - <small>Puppeteer::Device</small>
    2609
    + <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2610
    + <small>Puppeteer::Frame</small>
    2571
    2611
      </div>
    2572
    2612
      </li>
    2573
    2613
     
    2574
    2614
     
    2575
    - <li class="odd ">
    2615
    + <li class="even ">
    2576
    2616
      <div class="item">
    2577
    2617
      <span class='object_link'><a href="Puppeteer/FrameManager.html#navigate_frame-instance_method" title="Puppeteer::FrameManager#navigate_frame (method)">#navigate_frame</a></span>
    2578
    2618
      <small>Puppeteer::FrameManager</small>
    @@ -2580,7 +2620,7 @@
    2580
    2620
      </li>
    2581
    2621
     
    2582
    2622
     
    2583
    - <li class="even ">
    2623
    + <li class="odd ">
    2584
    2624
      <div class="item">
    2585
    2625
      <span class='object_link'><a href="Puppeteer/Frame.html#navigated-instance_method" title="Puppeteer::Frame#navigated (method)">#navigated</a></span>
    2586
    2626
      <small>Puppeteer::Frame</small>
    @@ -2588,7 +2628,7 @@
    2588
    2628
      </li>
    2589
    2629
     
    2590
    2630
     
    2591
    - <li class="odd ">
    2631
    + <li class="even ">
    2592
    2632
      <div class="item">
    2593
    2633
      <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>
    2594
    2634
      <small>Puppeteer::Frame</small>
    @@ -2596,7 +2636,7 @@
    2596
    2636
      </li>
    2597
    2637
     
    2598
    2638
     
    2599
    - <li class="even ">
    2639
    + <li class="odd ">
    2600
    2640
      <div class="item">
    2601
    2641
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#navigation_response-instance_method" title="Puppeteer::LifecycleWatcher#navigation_response (method)">#navigation_response</a></span>
    2602
    2642
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2604,7 +2644,7 @@
    2604
    2644
      </li>
    2605
    2645
     
    2606
    2646
     
    2607
    - <li class="odd ">
    2647
    + <li class="even ">
    2608
    2648
      <div class="item">
    2609
    2649
      <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#navigation_timeout-instance_method" title="Puppeteer::TimeoutSettings#navigation_timeout (method)">#navigation_timeout</a></span>
    2610
    2650
      <small>Puppeteer::TimeoutSettings</small>
    @@ -2612,7 +2652,7 @@
    2612
    2652
      </li>
    2613
    2653
     
    2614
    2654
     
    2615
    - <li class="even ">
    2655
    + <li class="odd ">
    2616
    2656
      <div class="item">
    2617
    2657
      <span class='object_link'><a href="Puppeteer/FrameManager.html#network_manager-instance_method" title="Puppeteer::FrameManager#network_manager (method)">#network_manager</a></span>
    2618
    2658
      <small>Puppeteer::FrameManager</small>
    @@ -2620,7 +2660,7 @@
    2620
    2660
      </li>
    2621
    2661
     
    2622
    2662
     
    2623
    - <li class="odd ">
    2663
    + <li class="even ">
    2624
    2664
      <div class="item">
    2625
    2665
      <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>
    2626
    2666
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -2628,7 +2668,7 @@
    2628
    2668
      </li>
    2629
    2669
     
    2630
    2670
     
    2631
    - <li class="even ">
    2671
    + <li class="odd ">
    2632
    2672
      <div class="item">
    2633
    2673
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
    2634
    2674
      <small>Puppeteer::BrowserContext</small>
    @@ -2636,7 +2676,7 @@
    2636
    2676
      </li>
    2637
    2677
     
    2638
    2678
     
    2639
    - <li class="odd ">
    2679
    + <li class="even ">
    2640
    2680
      <div class="item">
    2641
    2681
      <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
    2642
    2682
      <small>Puppeteer::Browser</small>
    @@ -2644,7 +2684,7 @@
    2644
    2684
      </li>
    2645
    2685
     
    2646
    2686
     
    2647
    - <li class="even ">
    2687
    + <li class="odd ">
    2648
    2688
      <div class="item">
    2649
    2689
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#node_info-instance_method" title="Puppeteer::RemoteObject#node_info (method)">#node_info</a></span>
    2650
    2690
      <small>Puppeteer::RemoteObject</small>
    @@ -2652,7 +2692,7 @@
    2652
    2692
      </li>
    2653
    2693
     
    2654
    2694
     
    2655
    - <li class="odd ">
    2695
    + <li class="even ">
    2656
    2696
      <div class="item">
    2657
    2697
      <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
    2658
    2698
      <small>Puppeteer::Page</small>
    @@ -2660,7 +2700,7 @@
    2660
    2700
      </li>
    2661
    2701
     
    2662
    2702
     
    2663
    - <li class="even ">
    2703
    + <li class="odd ">
    2664
    2704
      <div class="item">
    2665
    2705
      <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
    2666
    2706
      <small>Puppeteer::NetworkManager</small>
    @@ -2668,7 +2708,7 @@
    2668
    2708
      </li>
    2669
    2709
     
    2670
    2710
     
    2671
    - <li class="odd ">
    2711
    + <li class="even ">
    2672
    2712
      <div class="item">
    2673
    2713
      <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#omit_background%3F-instance_method" title="Puppeteer::Page::ScreenshotOptions#omit_background? (method)">#omit_background?</a></span>
    2674
    2714
      <small>Puppeteer::Page::ScreenshotOptions</small>
    @@ -2676,23 +2716,23 @@
    2676
    2716
      </li>
    2677
    2717
     
    2678
    2718
     
    2679
    - <li class="even ">
    2719
    + <li class="odd ">
    2680
    2720
      <div class="item">
    2681
    - <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
    2682
    - <small>Puppeteer::Target</small>
    2721
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2722
    + <small>Puppeteer::WebSocketTransport</small>
    2683
    2723
      </div>
    2684
    2724
      </li>
    2685
    2725
     
    2686
    2726
     
    2687
    - <li class="odd ">
    2727
    + <li class="even ">
    2688
    2728
      <div class="item">
    2689
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2690
    - <small>Puppeteer::WebSocketTransport</small>
    2729
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2730
    + <small>Puppeteer::Connection</small>
    2691
    2731
      </div>
    2692
    2732
      </li>
    2693
    2733
     
    2694
    2734
     
    2695
    - <li class="even ">
    2735
    + <li class="odd ">
    2696
    2736
      <div class="item">
    2697
    2737
      <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2698
    2738
      <small>Puppeteer::WebSocket</small>
    @@ -2700,15 +2740,15 @@
    2700
    2740
      </li>
    2701
    2741
     
    2702
    2742
     
    2703
    - <li class="odd ">
    2743
    + <li class="even ">
    2704
    2744
      <div class="item">
    2705
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2706
    - <small>Puppeteer::Connection</small>
    2745
    + <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
    2746
    + <small>Puppeteer::Target</small>
    2707
    2747
      </div>
    2708
    2748
      </li>
    2709
    2749
     
    2710
    2750
     
    2711
    - <li class="even ">
    2751
    + <li class="odd ">
    2712
    2752
      <div class="item">
    2713
    2753
      <span class='object_link'><a href="Puppeteer/WebSocket.html#on_error-instance_method" title="Puppeteer::WebSocket#on_error (method)">#on_error</a></span>
    2714
    2754
      <small>Puppeteer::WebSocket</small>
    @@ -2716,7 +2756,7 @@
    2716
    2756
      </li>
    2717
    2757
     
    2718
    2758
     
    2719
    - <li class="odd ">
    2759
    + <li class="even ">
    2720
    2760
      <div class="item">
    2721
    2761
      <span class='object_link'><a href="Puppeteer/EventCallbackable.html#on_event-instance_method" title="Puppeteer::EventCallbackable#on_event (method)">#on_event</a></span>
    2722
    2762
      <small>Puppeteer::EventCallbackable</small>
    @@ -2724,7 +2764,7 @@
    2724
    2764
      </li>
    2725
    2765
     
    2726
    2766
     
    2727
    - <li class="even ">
    2767
    + <li class="odd ">
    2728
    2768
      <div class="item">
    2729
    2769
      <span class='object_link'><a href="Puppeteer/Target.html#on_initialize_succeeded-instance_method" title="Puppeteer::Target#on_initialize_succeeded (method)">#on_initialize_succeeded</a></span>
    2730
    2770
      <small>Puppeteer::Target</small>
    @@ -2732,7 +2772,7 @@
    2732
    2772
      </li>
    2733
    2773
     
    2734
    2774
     
    2735
    - <li class="odd ">
    2775
    + <li class="even ">
    2736
    2776
      <div class="item">
    2737
    2777
      <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2738
    2778
      <small>Puppeteer::Connection</small>
    @@ -2740,6 +2780,14 @@
    2740
    2780
      </li>
    2741
    2781
     
    2742
    2782
     
    2783
    + <li class="odd ">
    2784
    + <div class="item">
    2785
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2786
    + <small>Puppeteer::WebSocket</small>
    2787
    + </div>
    2788
    + </li>
    2789
    +
    2790
    +
    2743
    2791
      <li class="even ">
    2744
    2792
      <div class="item">
    2745
    2793
      <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    @@ -2750,7 +2798,7 @@
    2750
    2798
     
    2751
    2799
      <li class="odd ">
    2752
    2800
      <div class="item">
    2753
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2801
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_open-instance_method" title="Puppeteer::WebSocket#on_open (method)">#on_open</a></span>
    2754
    2802
      <small>Puppeteer::WebSocket</small>
    2755
    2803
      </div>
    2756
    2804
      </li>
    @@ -2758,24 +2806,24 @@
    2758
    2806
     
    2759
    2807
      <li class="even ">
    2760
    2808
      <div class="item">
    2761
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_open-instance_method" title="Puppeteer::WebSocket#on_open (method)">#on_open</a></span>
    2762
    - <small>Puppeteer::WebSocket</small>
    2809
    + <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    2810
    + <small>Puppeteer::Target</small>
    2763
    2811
      </div>
    2764
    2812
      </li>
    2765
    2813
     
    2766
    2814
     
    2767
    2815
      <li class="odd ">
    2768
    2816
      <div class="item">
    2769
    - <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    2770
    - <small>Puppeteer::Target</small>
    2817
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#opener_id-instance_method" title="Puppeteer::Target::TargetInfo#opener_id (method)">#opener_id</a></span>
    2818
    + <small>Puppeteer::Target::TargetInfo</small>
    2771
    2819
      </div>
    2772
    2820
      </li>
    2773
    2821
     
    2774
    2822
     
    2775
    2823
      <li class="even ">
    2776
    2824
      <div class="item">
    2777
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#opener_id-instance_method" title="Puppeteer::Target::TargetInfo#opener_id (method)">#opener_id</a></span>
    2778
    - <small>Puppeteer::Target::TargetInfo</small>
    2825
    + <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    2826
    + <small>Puppeteer::Target</small>
    2779
    2827
      </div>
    2780
    2828
      </li>
    2781
    2829
     
    @@ -2789,14 +2837,6 @@
    2789
    2837
     
    2790
    2838
     
    2791
    2839
      <li class="even ">
    2792
    - <div class="item">
    2793
    - <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    2794
    - <small>Puppeteer::Target</small>
    2795
    - </div>
    2796
    - </li>
    2797
    -
    2798
    -
    2799
    - <li class="odd ">
    2800
    2840
      <div class="item">
    2801
    2841
      <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
    2802
    2842
      <small>Puppeteer::Browser</small>
    @@ -2804,7 +2844,7 @@
    2804
    2844
      </li>
    2805
    2845
     
    2806
    2846
     
    2807
    - <li class="even ">
    2847
    + <li class="odd ">
    2808
    2848
      <div class="item">
    2809
    2849
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    2810
    2850
      <small>Puppeteer::BrowserContext</small>
    @@ -2812,7 +2852,7 @@
    2812
    2852
      </li>
    2813
    2853
     
    2814
    2854
     
    2815
    - <li class="odd ">
    2855
    + <li class="even ">
    2816
    2856
      <div class="item">
    2817
    2857
      <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
    2818
    2858
      <small>Puppeteer::Frame</small>
    @@ -2820,7 +2860,7 @@
    2820
    2860
      </li>
    2821
    2861
     
    2822
    2862
     
    2823
    - <li class="even ">
    2863
    + <li class="odd ">
    2824
    2864
      <div class="item">
    2825
    2865
      <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
    2826
    2866
      <small>Puppeteer::NetworkManager::Credentials</small>
    @@ -2828,7 +2868,7 @@
    2828
    2868
      </li>
    2829
    2869
     
    2830
    2870
     
    2831
    - <li class="odd ">
    2871
    + <li class="even ">
    2832
    2872
      <div class="item">
    2833
    2873
      <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    2834
    2874
      <small>Puppeteer::Page::ScreenshotOptions</small>
    @@ -2836,7 +2876,7 @@
    2836
    2876
      </li>
    2837
    2877
     
    2838
    2878
     
    2839
    - <li class="even ">
    2879
    + <li class="odd ">
    2840
    2880
      <div class="item">
    2841
    2881
      <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
    2842
    2882
      <small>Puppeteer::Page::StyleTag</small>
    @@ -2844,7 +2884,7 @@
    2844
    2884
      </li>
    2845
    2885
     
    2846
    2886
     
    2847
    - <li class="odd ">
    2887
    + <li class="even ">
    2848
    2888
      <div class="item">
    2849
    2889
      <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
    2850
    2890
      <small>Puppeteer::Page::ScriptTag</small>
    @@ -2852,7 +2892,7 @@
    2852
    2892
      </li>
    2853
    2893
     
    2854
    2894
     
    2855
    - <li class="even ">
    2895
    + <li class="odd ">
    2856
    2896
      <div class="item">
    2857
    2897
      <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
    2858
    2898
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -2860,14 +2900,6 @@
    2860
    2900
      </li>
    2861
    2901
     
    2862
    2902
     
    2863
    - <li class="odd ">
    2864
    - <div class="item">
    2865
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
    2866
    - <small>Puppeteer::ElementHandle</small>
    2867
    - </div>
    2868
    - </li>
    2869
    -
    2870
    -
    2871
    2903
      <li class="even ">
    2872
    2904
      <div class="item">
    2873
    2905
      <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
    @@ -2878,32 +2910,32 @@
    2878
    2910
     
    2879
    2911
      <li class="odd ">
    2880
    2912
      <div class="item">
    2881
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
    2882
    - <small>Puppeteer::BrowserRunner</small>
    2913
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
    2914
    + <small>Puppeteer::ElementHandle</small>
    2883
    2915
      </div>
    2884
    2916
      </li>
    2885
    2917
     
    2886
    2918
     
    2887
    2919
      <li class="even ">
    2888
    2920
      <div class="item">
    2889
    - <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
    2890
    - <small>Puppeteer::Browser</small>
    2921
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
    2922
    + <small>Puppeteer::BrowserRunner</small>
    2891
    2923
      </div>
    2892
    2924
      </li>
    2893
    2925
     
    2894
    2926
     
    2895
    2927
      <li class="odd ">
    2896
    2928
      <div class="item">
    2897
    - <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
    2898
    - <small>Puppeteer</small>
    2929
    + <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
    2930
    + <small>Puppeteer::Browser</small>
    2899
    2931
      </div>
    2900
    2932
      </li>
    2901
    2933
     
    2902
    2934
     
    2903
    2935
      <li class="even ">
    2904
    2936
      <div class="item">
    2905
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    2906
    - <small>Puppeteer::JSHandle</small>
    2937
    + <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
    2938
    + <small>Puppeteer</small>
    2907
    2939
      </div>
    2908
    2940
      </li>
    2909
    2941
     
    @@ -2917,6 +2949,14 @@
    2917
    2949
     
    2918
    2950
     
    2919
    2951
      <li class="even ">
    2952
    + <div class="item">
    2953
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    2954
    + <small>Puppeteer::JSHandle</small>
    2955
    + </div>
    2956
    + </li>
    2957
    +
    2958
    +
    2959
    + <li class="odd ">
    2920
    2960
      <div class="item">
    2921
    2961
      <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#quality-instance_method" title="Puppeteer::Page::ScreenshotOptions#quality (method)">#quality</a></span>
    2922
    2962
      <small>Puppeteer::Page::ScreenshotOptions</small>
    @@ -2924,7 +2964,7 @@
    2924
    2964
      </li>
    2925
    2965
     
    2926
    2966
     
    2927
    - <li class="odd ">
    2967
    + <li class="even ">
    2928
    2968
      <div class="item">
    2929
    2969
      <span class='object_link'><a href="Puppeteer/Page.html#query_objects-instance_method" title="Puppeteer::Page#query_objects (method)">#query_objects</a></span>
    2930
    2970
      <small>Puppeteer::Page</small>
    @@ -2932,7 +2972,7 @@
    2932
    2972
      </li>
    2933
    2973
     
    2934
    2974
     
    2935
    - <li class="even ">
    2975
    + <li class="odd ">
    2936
    2976
      <div class="item">
    2937
    2977
      <span class='object_link'><a href="Puppeteer/Connection.html#raw_send-instance_method" title="Puppeteer::Connection#raw_send (method)">#raw_send</a></span>
    2938
    2978
      <small>Puppeteer::Connection</small>
    @@ -2940,7 +2980,7 @@
    2940
    2980
      </li>
    2941
    2981
     
    2942
    2982
     
    2943
    - <li class="odd ">
    2983
    + <li class="even ">
    2944
    2984
      <div class="item">
    2945
    2985
      <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#readpartial-instance_method" title="Puppeteer::WebSocket::DriverImpl#readpartial (method)">#readpartial</a></span>
    2946
    2986
      <small>Puppeteer::WebSocket::DriverImpl</small>
    @@ -2948,7 +2988,7 @@
    2948
    2988
      </li>
    2949
    2989
     
    2950
    2990
     
    2951
    - <li class="even ">
    2991
    + <li class="odd ">
    2952
    2992
      <div class="item">
    2953
    2993
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#reject-instance_method" title="Puppeteer::Connection::MessageCallback#reject (method)">#reject</a></span>
    2954
    2994
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -2956,7 +2996,7 @@
    2956
    2996
      </li>
    2957
    2997
     
    2958
    2998
     
    2959
    - <li class="odd ">
    2999
    + <li class="even ">
    2960
    3000
      <div class="item">
    2961
    3001
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#release-instance_method" title="Puppeteer::RemoteObject#release (method)">#release</a></span>
    2962
    3002
      <small>Puppeteer::RemoteObject</small>
    @@ -2964,7 +3004,7 @@
    2964
    3004
      </li>
    2965
    3005
     
    2966
    3006
     
    2967
    - <li class="even ">
    3007
    + <li class="odd ">
    2968
    3008
      <div class="item">
    2969
    3009
      <span class='object_link'><a href="Puppeteer/Page.html#reload-instance_method" title="Puppeteer::Page#reload (method)">#reload</a></span>
    2970
    3010
      <small>Puppeteer::Page</small>
    @@ -2972,7 +3012,7 @@
    2972
    3012
      </li>
    2973
    3013
     
    2974
    3014
     
    2975
    - <li class="odd ">
    3015
    + <li class="even ">
    2976
    3016
      <div class="item">
    2977
    3017
      <span class='object_link'><a href="Puppeteer/JSHandle.html#remote_object-instance_method" title="Puppeteer::JSHandle#remote_object (method)">#remote_object</a></span>
    2978
    3018
      <small>Puppeteer::JSHandle</small>
    @@ -2980,7 +3020,7 @@
    2980
    3020
      </li>
    2981
    3021
     
    2982
    3022
     
    2983
    - <li class="even ">
    3023
    + <li class="odd ">
    2984
    3024
      <div class="item">
    2985
    3025
      <span class='object_link'><a href="Puppeteer/EventCallbackable.html#remove_event_listener-instance_method" title="Puppeteer::EventCallbackable#remove_event_listener (method)">#remove_event_listener</a></span>
    2986
    3026
      <small>Puppeteer::EventCallbackable</small>
    @@ -2988,6 +3028,14 @@
    2988
    3028
      </li>
    2989
    3029
     
    2990
    3030
     
    3031
    + <li class="even ">
    3032
    + <div class="item">
    3033
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3034
    + <small>Puppeteer::NetworkManager</small>
    3035
    + </div>
    3036
    + </li>
    3037
    +
    3038
    +
    2991
    3039
      <li class="odd ">
    2992
    3040
      <div class="item">
    2993
    3041
      <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    @@ -2998,8 +3046,8 @@
    2998
    3046
     
    2999
    3047
      <li class="even ">
    3000
    3048
      <div class="item">
    3001
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3002
    - <small>Puppeteer::NetworkManager</small>
    3049
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#rerun-instance_method" title="Puppeteer::WaitTask#rerun (method)">#rerun</a></span>
    3050
    + <small>Puppeteer::WaitTask</small>
    3003
    3051
      </div>
    3004
    3052
      </li>
    3005
    3053
     
    @@ -3086,16 +3134,16 @@
    3086
    3134
     
    3087
    3135
      <li class="odd ">
    3088
    3136
      <div class="item">
    3089
    - <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3090
    - <small>Puppeteer::Connection</small>
    3137
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
    3138
    + <small>Puppeteer::CDPSession</small>
    3091
    3139
      </div>
    3092
    3140
      </li>
    3093
    3141
     
    3094
    3142
     
    3095
    3143
      <li class="even ">
    3096
    3144
      <div class="item">
    3097
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
    3098
    - <small>Puppeteer::CDPSession</small>
    3145
    + <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3146
    + <small>Puppeteer::Connection</small>
    3099
    3147
      </div>
    3100
    3148
      </li>
    3101
    3149
     
    @@ -3212,6 +3260,22 @@
    3212
    3260
      </li>
    3213
    3261
     
    3214
    3262
     
    3263
    + <li class="odd ">
    3264
    + <div class="item">
    3265
    + <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3266
    + <small>Puppeteer::Frame</small>
    3267
    + </div>
    3268
    + </li>
    3269
    +
    3270
    +
    3271
    + <li class="even ">
    3272
    + <div class="item">
    3273
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
    3274
    + <small>Puppeteer::DOMWorld</small>
    3275
    + </div>
    3276
    + </li>
    3277
    +
    3278
    +
    3215
    3279
      <li class="odd ">
    3216
    3280
      <div class="item">
    3217
    3281
      <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    @@ -3230,64 +3294,64 @@
    3230
    3294
     
    3231
    3295
      <li class="odd ">
    3232
    3296
      <div class="item">
    3233
    - <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3234
    - <small>Puppeteer::Frame</small>
    3297
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3298
    + <small>Puppeteer::ElementHandle</small>
    3235
    3299
      </div>
    3236
    3300
      </li>
    3237
    3301
     
    3238
    3302
     
    3239
    3303
      <li class="even ">
    3240
    3304
      <div class="item">
    3241
    - <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3242
    - <small>Puppeteer::Page</small>
    3305
    + <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3306
    + <small>Puppeteer::Browser</small>
    3243
    3307
      </div>
    3244
    3308
      </li>
    3245
    3309
     
    3246
    3310
     
    3247
    3311
      <li class="odd ">
    3248
    3312
      <div class="item">
    3249
    - <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
    3250
    - <small>Puppeteer::Browser</small>
    3313
    + <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3314
    + <small>Puppeteer::Page</small>
    3251
    3315
      </div>
    3252
    3316
      </li>
    3253
    3317
     
    3254
    3318
     
    3255
    3319
      <li class="even ">
    3256
    3320
      <div class="item">
    3257
    - <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
    3258
    - <small>Puppeteer::Target</small>
    3321
    + <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>
    3322
    + <small>Puppeteer::Target::TargetInfo</small>
    3259
    3323
      </div>
    3260
    3324
      </li>
    3261
    3325
     
    3262
    3326
     
    3263
    3327
      <li class="odd ">
    3264
    3328
      <div class="item">
    3265
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#target_id-instance_method" title="Puppeteer::Target::TargetInfo#target_id (method)">#target_id</a></span>
    3266
    - <small>Puppeteer::Target::TargetInfo</small>
    3329
    + <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
    3330
    + <small>Puppeteer::Target</small>
    3267
    3331
      </div>
    3268
    3332
      </li>
    3269
    3333
     
    3270
    3334
     
    3271
    3335
      <li class="even ">
    3272
    3336
      <div class="item">
    3273
    - <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
    3274
    - <small>Puppeteer::Browser</small>
    3337
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#targets-instance_method" title="Puppeteer::BrowserContext#targets (method)">#targets</a></span>
    3338
    + <small>Puppeteer::BrowserContext</small>
    3275
    3339
      </div>
    3276
    3340
      </li>
    3277
    3341
     
    3278
    3342
     
    3279
    3343
      <li class="odd ">
    3280
    3344
      <div class="item">
    3281
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#targets-instance_method" title="Puppeteer::BrowserContext#targets (method)">#targets</a></span>
    3282
    - <small>Puppeteer::BrowserContext</small>
    3345
    + <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
    3346
    + <small>Puppeteer::Browser</small>
    3283
    3347
      </div>
    3284
    3348
      </li>
    3285
    3349
     
    3286
    3350
     
    3287
    3351
      <li class="even ">
    3288
    3352
      <div class="item">
    3289
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3290
    - <small>Puppeteer::ConsoleMessage</small>
    3353
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3354
    + <small>Puppeteer::WaitTask</small>
    3291
    3355
      </div>
    3292
    3356
      </li>
    3293
    3357
     
    @@ -3302,48 +3366,48 @@
    3302
    3366
     
    3303
    3367
      <li class="even ">
    3304
    3368
      <div class="item">
    3305
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
    3306
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    3369
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3370
    + <small>Puppeteer::ConsoleMessage</small>
    3307
    3371
      </div>
    3308
    3372
      </li>
    3309
    3373
     
    3310
    3374
     
    3311
    3375
      <li class="odd ">
    3312
    3376
      <div class="item">
    3313
    - <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3314
    - <small>Puppeteer::TimeoutSettings</small>
    3377
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
    3378
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    3315
    3379
      </div>
    3316
    3380
      </li>
    3317
    3381
     
    3318
    3382
     
    3319
    3383
      <li class="even ">
    3320
    3384
      <div class="item">
    3321
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3322
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    3385
    + <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3386
    + <small>Puppeteer::TimeoutSettings</small>
    3323
    3387
      </div>
    3324
    3388
      </li>
    3325
    3389
     
    3326
    3390
     
    3327
    3391
      <li class="odd ">
    3328
    3392
      <div class="item">
    3329
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#timeout_or_termination_promise-instance_method" title="Puppeteer::LifecycleWatcher#timeout_or_termination_promise (method)">#timeout_or_termination_promise</a></span>
    3330
    - <small>Puppeteer::LifecycleWatcher</small>
    3393
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3394
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    3331
    3395
      </div>
    3332
    3396
      </li>
    3333
    3397
     
    3334
    3398
     
    3335
    3399
      <li class="even ">
    3336
    3400
      <div class="item">
    3337
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3338
    - <small>Puppeteer::FrameManager</small>
    3401
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#timeout_or_termination_promise-instance_method" title="Puppeteer::LifecycleWatcher#timeout_or_termination_promise (method)">#timeout_or_termination_promise</a></span>
    3402
    + <small>Puppeteer::LifecycleWatcher</small>
    3339
    3403
      </div>
    3340
    3404
      </li>
    3341
    3405
     
    3342
    3406
     
    3343
    3407
      <li class="odd ">
    3344
    3408
      <div class="item">
    3345
    - <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3346
    - <small>Puppeteer::Frame</small>
    3409
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3410
    + <small>Puppeteer::FrameManager</small>
    3347
    3411
      </div>
    3348
    3412
      </li>
    3349
    3413
     
    @@ -3366,64 +3430,64 @@
    3366
    3430
     
    3367
    3431
      <li class="even ">
    3368
    3432
      <div class="item">
    3369
    - <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3370
    - <small>Puppeteer::Page</small>
    3433
    + <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    3434
    + <small>Puppeteer::Frame</small>
    3371
    3435
      </div>
    3372
    3436
      </li>
    3373
    3437
     
    3374
    3438
     
    3375
    3439
      <li class="odd ">
    3376
    3440
      <div class="item">
    3377
    - <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
    3378
    - <small>Puppeteer::Target</small>
    3441
    + <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3442
    + <small>Puppeteer::Page</small>
    3379
    3443
      </div>
    3380
    3444
      </li>
    3381
    3445
     
    3382
    3446
     
    3383
    3447
      <li class="even ">
    3384
    3448
      <div class="item">
    3385
    - <span class='object_link'><a href="Puppeteer/Page.html#type-instance_method" title="Puppeteer::Page#type (method)">#type</a></span>
    3386
    - <small>Puppeteer::Page</small>
    3449
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3450
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3387
    3451
      </div>
    3388
    3452
      </li>
    3389
    3453
     
    3390
    3454
     
    3391
    3455
      <li class="odd ">
    3392
    3456
      <div class="item">
    3393
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
    3394
    - <small>Puppeteer::Target::TargetInfo</small>
    3457
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3458
    + <small>Puppeteer::Page::ScriptTag</small>
    3395
    3459
      </div>
    3396
    3460
      </li>
    3397
    3461
     
    3398
    3462
     
    3399
    3463
      <li class="even ">
    3400
    3464
      <div class="item">
    3401
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3402
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3465
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
    3466
    + <small>Puppeteer::Target::TargetInfo</small>
    3403
    3467
      </div>
    3404
    3468
      </li>
    3405
    3469
     
    3406
    3470
     
    3407
    3471
      <li class="odd ">
    3408
    3472
      <div class="item">
    3409
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3410
    - <small>Puppeteer::Page::ScriptTag</small>
    3473
    + <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
    3474
    + <small>Puppeteer::Target</small>
    3411
    3475
      </div>
    3412
    3476
      </li>
    3413
    3477
     
    3414
    3478
     
    3415
    3479
      <li class="even ">
    3416
    3480
      <div class="item">
    3417
    - <span class='object_link'><a href="Puppeteer/Frame.html#type-instance_method" title="Puppeteer::Frame#type (method)">#type</a></span>
    3418
    - <small>Puppeteer::Frame</small>
    3481
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3482
    + <small>Puppeteer::ElementHandle</small>
    3419
    3483
      </div>
    3420
    3484
      </li>
    3421
    3485
     
    3422
    3486
     
    3423
    3487
      <li class="odd ">
    3424
    3488
      <div class="item">
    3425
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3426
    - <small>Puppeteer::ElementHandle</small>
    3489
    + <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3490
    + <small>Puppeteer::Frame</small>
    3427
    3491
      </div>
    3428
    3492
      </li>
    3429
    3493
     
    @@ -3438,32 +3502,32 @@
    3438
    3502
     
    3439
    3503
      <li class="odd ">
    3440
    3504
      <div class="item">
    3441
    - <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3442
    - <small>Puppeteer::Mouse</small>
    3505
    + <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
    3506
    + <small>Puppeteer::Page</small>
    3443
    3507
      </div>
    3444
    3508
      </li>
    3445
    3509
     
    3446
    3510
     
    3447
    3511
      <li class="even ">
    3448
    3512
      <div class="item">
    3449
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3450
    - <small>Puppeteer::Keyboard</small>
    3513
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3514
    + <small>Puppeteer::DOMWorld</small>
    3451
    3515
      </div>
    3452
    3516
      </li>
    3453
    3517
     
    3454
    3518
     
    3455
    3519
      <li class="odd ">
    3456
    3520
      <div class="item">
    3457
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3458
    - <small>Puppeteer::ConsoleMessage::Location</small>
    3521
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
    3522
    + <small>Puppeteer::Keyboard</small>
    3459
    3523
      </div>
    3460
    3524
      </li>
    3461
    3525
     
    3462
    3526
     
    3463
    3527
      <li class="even ">
    3464
    3528
      <div class="item">
    3465
    - <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3466
    - <small>Puppeteer::Frame</small>
    3529
    + <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3530
    + <small>Puppeteer::Mouse</small>
    3467
    3531
      </div>
    3468
    3532
      </li>
    3469
    3533
     
    @@ -3478,77 +3542,85 @@
    3478
    3542
     
    3479
    3543
      <li class="even ">
    3480
    3544
      <div class="item">
    3481
    - <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3482
    - <small>Puppeteer::Page</small>
    3545
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3546
    + <small>Puppeteer::Page::StyleTag</small>
    3483
    3547
      </div>
    3484
    3548
      </li>
    3485
    3549
     
    3486
    3550
     
    3487
    3551
      <li class="odd ">
    3488
    3552
      <div class="item">
    3489
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3490
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    3553
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
    3554
    + <small>Puppeteer::ConsoleMessage::Location</small>
    3491
    3555
      </div>
    3492
    3556
      </li>
    3493
    3557
     
    3494
    3558
     
    3495
    3559
      <li class="even ">
    3496
    3560
      <div class="item">
    3497
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3498
    - <small>Puppeteer::Page::ScriptTag</small>
    3561
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3562
    + <small>Puppeteer::Target::TargetInfo</small>
    3499
    3563
      </div>
    3500
    3564
      </li>
    3501
    3565
     
    3502
    3566
     
    3503
    3567
      <li class="odd ">
    3504
    3568
      <div class="item">
    3505
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3506
    - <small>Puppeteer::Target::TargetInfo</small>
    3569
    + <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3570
    + <small>Puppeteer::Target</small>
    3507
    3571
      </div>
    3508
    3572
      </li>
    3509
    3573
     
    3510
    3574
     
    3511
    3575
      <li class="even ">
    3512
    3576
      <div class="item">
    3513
    - <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3514
    - <small>Puppeteer::Target</small>
    3577
    + <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
    3578
    + <small>Puppeteer::Page</small>
    3515
    3579
      </div>
    3516
    3580
      </li>
    3517
    3581
     
    3518
    3582
     
    3519
    3583
      <li class="odd ">
    3520
    3584
      <div class="item">
    3521
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3522
    - <small>Puppeteer::Page::StyleTag</small>
    3585
    + <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3586
    + <small>Puppeteer::Frame</small>
    3523
    3587
      </div>
    3524
    3588
      </li>
    3525
    3589
     
    3526
    3590
     
    3527
    3591
      <li class="even ">
    3528
    3592
      <div class="item">
    3529
    - <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3530
    - <small>Puppeteer::Device</small>
    3593
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3594
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    3531
    3595
      </div>
    3532
    3596
      </li>
    3533
    3597
     
    3534
    3598
     
    3535
    3599
      <li class="odd ">
    3536
    3600
      <div class="item">
    3537
    - <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3538
    - <small>Puppeteer::Browser</small>
    3601
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3602
    + <small>Puppeteer::Page::ScriptTag</small>
    3539
    3603
      </div>
    3540
    3604
      </li>
    3541
    3605
     
    3542
    3606
     
    3543
    3607
      <li class="even ">
    3544
    3608
      <div class="item">
    3545
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3546
    - <small>Puppeteer::NetworkManager</small>
    3609
    + <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3610
    + <small>Puppeteer::Browser</small>
    3547
    3611
      </div>
    3548
    3612
      </li>
    3549
    3613
     
    3550
    3614
     
    3551
    3615
      <li class="odd ">
    3616
    + <div class="item">
    3617
    + <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3618
    + <small>Puppeteer::Device</small>
    3619
    + </div>
    3620
    + </li>
    3621
    +
    3622
    +
    3623
    + <li class="even ">
    3552
    3624
      <div class="item">
    3553
    3625
      <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
    3554
    3626
      <small>Puppeteer::Page</small>
    @@ -3556,6 +3628,14 @@
    3556
    3628
      </li>
    3557
    3629
     
    3558
    3630
     
    3631
    + <li class="odd ">
    3632
    + <div class="item">
    3633
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3634
    + <small>Puppeteer::NetworkManager</small>
    3635
    + </div>
    3636
    + </li>
    3637
    +
    3638
    +
    3559
    3639
      <li class="even ">
    3560
    3640
      <div class="item">
    3561
    3641
      <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>
    @@ -3590,16 +3670,16 @@
    3590
    3670
     
    3591
    3671
      <li class="even ">
    3592
    3672
      <div class="item">
    3593
    - <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    3594
    - <small>Puppeteer::Page</small>
    3673
    + <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3674
    + <small>Puppeteer::Device</small>
    3595
    3675
      </div>
    3596
    3676
      </li>
    3597
    3677
     
    3598
    3678
     
    3599
    3679
      <li class="odd ">
    3600
    3680
      <div class="item">
    3601
    - <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3602
    - <small>Puppeteer::Device</small>
    3681
    + <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    3682
    + <small>Puppeteer::Page</small>
    3603
    3683
      </div>
    3604
    3684
      </li>
    3605
    3685
     
    @@ -3614,16 +3694,16 @@
    3614
    3694
     
    3615
    3695
      <li class="odd ">
    3616
    3696
      <div class="item">
    3617
    - <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>
    3618
    - <small>Puppeteer::Frame</small>
    3697
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
    3698
    + <small>Puppeteer::Page</small>
    3619
    3699
      </div>
    3620
    3700
      </li>
    3621
    3701
     
    3622
    3702
     
    3623
    3703
      <li class="even ">
    3624
    3704
      <div class="item">
    3625
    - <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
    3626
    - <small>Puppeteer::Page</small>
    3705
    + <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>
    3706
    + <small>Puppeteer::Frame</small>
    3627
    3707
      </div>
    3628
    3708
      </li>
    3629
    3709
     
    @@ -3638,8 +3718,8 @@
    3638
    3718
     
    3639
    3719
      <li class="even ">
    3640
    3720
      <div class="item">
    3641
    - <span class='object_link'><a href="Puppeteer/Page.html#wait_for_selector-instance_method" title="Puppeteer::Page#wait_for_selector (method)">#wait_for_selector</a></span>
    3642
    - <small>Puppeteer::Page</small>
    3721
    + <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>
    3722
    + <small>Puppeteer::DOMWorld</small>
    3643
    3723
      </div>
    3644
    3724
      </li>
    3645
    3725
     
    @@ -3653,6 +3733,14 @@
    3653
    3733
     
    3654
    3734
     
    3655
    3735
      <li class="even ">
    3736
    + <div class="item">
    3737
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_selector-instance_method" title="Puppeteer::Page#wait_for_selector (method)">#wait_for_selector</a></span>
    3738
    + <small>Puppeteer::Page</small>
    3739
    + </div>
    3740
    + </li>
    3741
    +
    3742
    +
    3743
    + <li class="odd ">
    3656
    3744
      <div class="item">
    3657
    3745
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#wait_for_target-instance_method" title="Puppeteer::BrowserContext#wait_for_target (method)">#wait_for_target</a></span>
    3658
    3746
      <small>Puppeteer::BrowserContext</small>
    @@ -3660,7 +3748,7 @@
    3660
    3748
      </li>
    3661
    3749
     
    3662
    3750
     
    3663
    - <li class="odd ">
    3751
    + <li class="even ">
    3664
    3752
      <div class="item">
    3665
    3753
      <span class='object_link'><a href="Puppeteer/Browser.html#wait_for_target-instance_method" title="Puppeteer::Browser#wait_for_target (method)">#wait_for_target</a></span>
    3666
    3754
      <small>Puppeteer::Browser</small>
    @@ -3668,6 +3756,14 @@
    3668
    3756
      </li>
    3669
    3757
     
    3670
    3758
     
    3759
    + <li class="odd ">
    3760
    + <div class="item">
    3761
    + <span class='object_link'><a href="Puppeteer/Page.html#wait_for_xpath-instance_method" title="Puppeteer::Page#wait_for_xpath (method)">#wait_for_xpath</a></span>
    3762
    + <small>Puppeteer::Page</small>
    3763
    + </div>
    3764
    + </li>
    3765
    +
    3766
    +
    3671
    3767
      <li class="even ">
    3672
    3768
      <div class="item">
    3673
    3769
      <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
    @@ -3678,8 +3774,8 @@
    3678
    3774
     
    3679
    3775
      <li class="odd ">
    3680
    3776
      <div class="item">
    3681
    - <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>
    3682
    - <small>Puppeteer::Page</small>
    3777
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_xpath-instance_method" title="Puppeteer::DOMWorld#wait_for_xpath (method)">#wait_for_xpath</a></span>
    3778
    + <small>Puppeteer::DOMWorld</small>
    3683
    3779
      </div>
    3684
    3780
      </li>
    3685
    3781