puppeteer-ruby 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +0 -12
  3. data/.github/workflows/docs.yml +45 -0
  4. data/.github/workflows/reviewdog.yml +15 -0
  5. data/README.md +52 -1
  6. data/lib/puppeteer.rb +1 -1
  7. data/lib/puppeteer/browser.rb +17 -25
  8. data/lib/puppeteer/cdp_session.rb +3 -19
  9. data/lib/puppeteer/concurrent_ruby_utils.rb +6 -0
  10. data/lib/puppeteer/connection.rb +3 -15
  11. data/lib/puppeteer/define_async_method.rb +23 -0
  12. data/lib/puppeteer/dom_world.rb +6 -21
  13. data/lib/puppeteer/element_handle.rb +15 -44
  14. data/lib/puppeteer/emulation_manager.rb +2 -6
  15. data/lib/puppeteer/execution_context.rb +1 -6
  16. data/lib/puppeteer/frame.rb +30 -16
  17. data/lib/puppeteer/frame_manager.rb +7 -25
  18. data/lib/puppeteer/js_handle.rb +3 -12
  19. data/lib/puppeteer/keyboard.rb +6 -27
  20. data/lib/puppeteer/mouse.rb +5 -25
  21. data/lib/puppeteer/page.rb +39 -63
  22. data/lib/puppeteer/remote_object.rb +2 -5
  23. data/lib/puppeteer/touch_screen.rb +2 -7
  24. data/lib/puppeteer/version.rb +1 -1
  25. data/lib/puppeteer/wait_task.rb +2 -4
  26. data/puppeteer-ruby.gemspec +1 -1
  27. metadata +7 -103
  28. data/docs/Puppeteer.html +0 -2338
  29. data/docs/Puppeteer/AsyncAwaitBehavior.html +0 -105
  30. data/docs/Puppeteer/Browser.html +0 -2258
  31. data/docs/Puppeteer/BrowserContext.html +0 -809
  32. data/docs/Puppeteer/BrowserFetcher.html +0 -214
  33. data/docs/Puppeteer/BrowserRunner.html +0 -914
  34. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +0 -477
  35. data/docs/Puppeteer/CDPSession.html +0 -813
  36. data/docs/Puppeteer/CDPSession/Error.html +0 -124
  37. data/docs/Puppeteer/ConcurrentRubyUtils.html +0 -438
  38. data/docs/Puppeteer/Connection.html +0 -964
  39. data/docs/Puppeteer/Connection/MessageCallback.html +0 -434
  40. data/docs/Puppeteer/Connection/ProtocolError.html +0 -216
  41. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +0 -217
  42. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +0 -244
  43. data/docs/Puppeteer/ConsoleMessage.html +0 -565
  44. data/docs/Puppeteer/ConsoleMessage/Location.html +0 -433
  45. data/docs/Puppeteer/DOMWorld.html +0 -2293
  46. data/docs/Puppeteer/DOMWorld/DetachedError.html +0 -124
  47. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +0 -124
  48. data/docs/Puppeteer/DebugPrint.html +0 -233
  49. data/docs/Puppeteer/Device.html +0 -470
  50. data/docs/Puppeteer/Devices.html +0 -139
  51. data/docs/Puppeteer/ElementHandle.html +0 -2542
  52. data/docs/Puppeteer/ElementHandle/BoundingBox.html +0 -507
  53. data/docs/Puppeteer/ElementHandle/BoxModel.html +0 -404
  54. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +0 -206
  55. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +0 -206
  56. data/docs/Puppeteer/ElementHandle/Point.html +0 -492
  57. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +0 -124
  58. data/docs/Puppeteer/EmulationManager.html +0 -454
  59. data/docs/Puppeteer/EventCallbackable.html +0 -499
  60. data/docs/Puppeteer/EventCallbackable/EventListeners.html +0 -435
  61. data/docs/Puppeteer/ExecutionContext.html +0 -998
  62. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +0 -124
  63. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +0 -357
  64. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +0 -389
  65. data/docs/Puppeteer/FileChooser.html +0 -455
  66. data/docs/Puppeteer/Frame.html +0 -3835
  67. data/docs/Puppeteer/FrameManager.html +0 -2410
  68. data/docs/Puppeteer/FrameManager/NavigationError.html +0 -124
  69. data/docs/Puppeteer/IfPresent.html +0 -222
  70. data/docs/Puppeteer/JSHandle.html +0 -1352
  71. data/docs/Puppeteer/Keyboard.html +0 -1557
  72. data/docs/Puppeteer/Keyboard/KeyDefinition.html +0 -831
  73. data/docs/Puppeteer/Keyboard/KeyDescription.html +0 -603
  74. data/docs/Puppeteer/Launcher.html +0 -237
  75. data/docs/Puppeteer/Launcher/Base.html +0 -385
  76. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +0 -124
  77. data/docs/Puppeteer/Launcher/BrowserOptions.html +0 -441
  78. data/docs/Puppeteer/Launcher/Chrome.html +0 -674
  79. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +0 -382
  80. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +0 -531
  81. data/docs/Puppeteer/Launcher/LaunchOptions.html +0 -893
  82. data/docs/Puppeteer/LifecycleWatcher.html +0 -834
  83. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +0 -363
  84. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +0 -206
  85. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +0 -124
  86. data/docs/Puppeteer/Mouse.html +0 -1095
  87. data/docs/Puppeteer/Mouse/Button.html +0 -136
  88. data/docs/Puppeteer/NetworkManager.html +0 -901
  89. data/docs/Puppeteer/NetworkManager/Credentials.html +0 -385
  90. data/docs/Puppeteer/Page.html +0 -6173
  91. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +0 -206
  92. data/docs/Puppeteer/Page/ScreenshotOptions.html +0 -845
  93. data/docs/Puppeteer/Page/ScriptTag.html +0 -555
  94. data/docs/Puppeteer/Page/StyleTag.html +0 -448
  95. data/docs/Puppeteer/Page/TargetCrashedError.html +0 -124
  96. data/docs/Puppeteer/RemoteObject.html +0 -1087
  97. data/docs/Puppeteer/Target.html +0 -1336
  98. data/docs/Puppeteer/Target/InitializeFailure.html +0 -124
  99. data/docs/Puppeteer/Target/TargetInfo.html +0 -729
  100. data/docs/Puppeteer/TimeoutError.html +0 -135
  101. data/docs/Puppeteer/TimeoutSettings.html +0 -496
  102. data/docs/Puppeteer/TouchScreen.html +0 -464
  103. data/docs/Puppeteer/Viewport.html +0 -837
  104. data/docs/Puppeteer/WaitTask.html +0 -637
  105. data/docs/Puppeteer/WaitTask/TerminatedError.html +0 -124
  106. data/docs/Puppeteer/WaitTask/TimeoutError.html +0 -206
  107. data/docs/Puppeteer/WebSocket.html +0 -673
  108. data/docs/Puppeteer/WebSocket/DriverImpl.html +0 -412
  109. data/docs/Puppeteer/WebSocket/TransportError.html +0 -124
  110. data/docs/Puppeteer/WebSocketTransport.html +0 -600
  111. data/docs/Puppeteer/WebSocktTransportError.html +0 -124
  112. data/docs/_index.html +0 -816
  113. data/docs/class_list.html +0 -51
  114. data/docs/css/common.css +0 -1
  115. data/docs/css/full_list.css +0 -58
  116. data/docs/css/style.css +0 -496
  117. data/docs/file.README.html +0 -125
  118. data/docs/file_list.html +0 -56
  119. data/docs/frames.html +0 -17
  120. data/docs/index.html +0 -125
  121. data/docs/js/app.js +0 -314
  122. data/docs/js/full_list.js +0 -216
  123. data/docs/js/jquery.js +0 -4
  124. data/docs/method_list.html +0 -4123
  125. data/docs/top-level-namespace.html +0 -126
  126. data/lib/puppeteer/async_await_behavior.rb +0 -38
@@ -1,124 +0,0 @@
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::WebSocktTransportError
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::WebSocktTransportError";
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 (W)</a> &raquo;
40
- <span class='title'><span class='object_link'><a href="../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span></span>
41
- &raquo;
42
- <span class="title">WebSocktTransportError</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::WebSocktTransportError
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::WebSocktTransportError</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/errors.rb</dd>
100
- </dl>
101
-
102
- </div>
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
-
113
-
114
- </div>
115
-
116
- <div id="footer">
117
- Generated on Tue Jun 9 00:13:39 2020 by
118
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.24 (ruby-2.6.3).
120
- </div>
121
-
122
- </div>
123
- </body>
124
- </html>
@@ -1,816 +0,0 @@
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
- Documentation by YARD 0.9.24
8
-
9
- </title>
10
-
11
- <link rel="stylesheet" href="css/style.css" type="text/css" />
12
-
13
- <link rel="stylesheet" href="css/common.css" type="text/css" />
14
-
15
- <script type="text/javascript">
16
- pathId = null;
17
- relpath = '';
18
- </script>
19
-
20
-
21
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
24
-
25
-
26
- </head>
27
- <body>
28
- <div class="nav_wrap">
29
- <iframe id="nav" src="class_list.html?1"></iframe>
30
- <div id="resizer"></div>
31
- </div>
32
-
33
- <div id="main" tabindex="-1">
34
- <div id="header">
35
- <div id="menu">
36
-
37
- </div>
38
-
39
- <div id="search">
40
-
41
- <a class="full_list_link" id="class_list_link"
42
- href="class_list.html">
43
-
44
- <svg width="24" height="24">
45
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
- </svg>
49
- </a>
50
-
51
- </div>
52
- <div class="clear"></div>
53
- </div>
54
-
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.24</h1>
56
- <div id="listing">
57
- <h1 class="alphaindex">Alphabetic Index</h1>
58
-
59
- <h2>File Listing</h2>
60
- <ul id="files" class="index_inline_list">
61
-
62
-
63
- <li class="r1"><a href="index.html" title="README">README</a></li>
64
-
65
-
66
- </ul>
67
-
68
- <div class="clear"></div>
69
- <h2>Namespace Listing A-Z</h2>
70
-
71
-
72
-
73
-
74
- <table>
75
- <tr>
76
- <td valign='top' width="33%">
77
-
78
-
79
- <ul id="alpha_A" class="alpha">
80
- <li class="letter">A</li>
81
- <ul>
82
-
83
- <li>
84
- <span class='object_link'><a href="Puppeteer/AsyncAwaitBehavior.html" title="Puppeteer::AsyncAwaitBehavior (module)">AsyncAwaitBehavior</a></span>
85
-
86
- <small>(Puppeteer)</small>
87
-
88
- </li>
89
-
90
- </ul>
91
- </ul>
92
-
93
-
94
- <ul id="alpha_B" class="alpha">
95
- <li class="letter">B</li>
96
- <ul>
97
-
98
- <li>
99
- <span class='object_link'><a href="Puppeteer/Launcher/Base.html" title="Puppeteer::Launcher::Base (class)">Base</a></span>
100
-
101
- <small>(Puppeteer::Launcher)</small>
102
-
103
- </li>
104
-
105
- <li>
106
- <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html" title="Puppeteer::ElementHandle::BoundingBox (class)">BoundingBox</a></span>
107
-
108
- <small>(Puppeteer::ElementHandle)</small>
109
-
110
- </li>
111
-
112
- <li>
113
- <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html" title="Puppeteer::ElementHandle::BoxModel (class)">BoxModel</a></span>
114
-
115
- <small>(Puppeteer::ElementHandle)</small>
116
-
117
- </li>
118
-
119
- <li>
120
- <span class='object_link'><a href="Puppeteer/Browser.html" title="Puppeteer::Browser (class)">Browser</a></span>
121
-
122
- <small>(Puppeteer)</small>
123
-
124
- </li>
125
-
126
- <li>
127
- <span class='object_link'><a href="Puppeteer/BrowserContext.html" title="Puppeteer::BrowserContext (class)">BrowserContext</a></span>
128
-
129
- <small>(Puppeteer)</small>
130
-
131
- </li>
132
-
133
- <li>
134
- <span class='object_link'><a href="Puppeteer/BrowserFetcher.html" title="Puppeteer::BrowserFetcher (class)">BrowserFetcher</a></span>
135
-
136
- <small>(Puppeteer)</small>
137
-
138
- </li>
139
-
140
- <li>
141
- <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html" title="Puppeteer::Launcher::BrowserOptions (class)">BrowserOptions</a></span>
142
-
143
- <small>(Puppeteer::Launcher)</small>
144
-
145
- </li>
146
-
147
- <li>
148
- <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html" title="Puppeteer::BrowserRunner::BrowserProcess (class)">BrowserProcess</a></span>
149
-
150
- <small>(Puppeteer::BrowserRunner)</small>
151
-
152
- </li>
153
-
154
- <li>
155
- <span class='object_link'><a href="Puppeteer/BrowserRunner.html" title="Puppeteer::BrowserRunner (class)">BrowserRunner</a></span>
156
-
157
- <small>(Puppeteer)</small>
158
-
159
- </li>
160
-
161
- <li>
162
- <span class='object_link'><a href="Puppeteer/Mouse/Button.html" title="Puppeteer::Mouse::Button (module)">Button</a></span>
163
-
164
- <small>(Puppeteer::Mouse)</small>
165
-
166
- </li>
167
-
168
- </ul>
169
- </ul>
170
-
171
-
172
- <ul id="alpha_C" class="alpha">
173
- <li class="letter">C</li>
174
- <ul>
175
-
176
- <li>
177
- <span class='object_link'><a href="Puppeteer/CDPSession.html" title="Puppeteer::CDPSession (class)">CDPSession</a></span>
178
-
179
- <small>(Puppeteer)</small>
180
-
181
- </li>
182
-
183
- <li>
184
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html" title="Puppeteer::Launcher::Chrome (class)">Chrome</a></span>
185
-
186
- <small>(Puppeteer::Launcher)</small>
187
-
188
- </li>
189
-
190
- <li>
191
- <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html" title="Puppeteer::Launcher::ChromeArgOptions (class)">ChromeArgOptions</a></span>
192
-
193
- <small>(Puppeteer::Launcher)</small>
194
-
195
- </li>
196
-
197
- <li>
198
- <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html" title="Puppeteer::ConcurrentRubyUtils (module)">ConcurrentRubyUtils</a></span>
199
-
200
- <small>(Puppeteer)</small>
201
-
202
- </li>
203
-
204
- <li>
205
- <span class='object_link'><a href="Puppeteer/Connection.html" title="Puppeteer::Connection (class)">Connection</a></span>
206
-
207
- <small>(Puppeteer)</small>
208
-
209
- </li>
210
-
211
- <li>
212
- <span class='object_link'><a href="Puppeteer/ConsoleMessage.html" title="Puppeteer::ConsoleMessage (class)">ConsoleMessage</a></span>
213
-
214
- <small>(Puppeteer)</small>
215
-
216
- </li>
217
-
218
- <li>
219
- <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html" title="Puppeteer::NetworkManager::Credentials (class)">Credentials</a></span>
220
-
221
- <small>(Puppeteer::NetworkManager)</small>
222
-
223
- </li>
224
-
225
- </ul>
226
- </ul>
227
-
228
-
229
- <ul id="alpha_D" class="alpha">
230
- <li class="letter">D</li>
231
- <ul>
232
-
233
- <li>
234
- <span class='object_link'><a href="Puppeteer/DOMWorld.html" title="Puppeteer::DOMWorld (class)">DOMWorld</a></span>
235
-
236
- <small>(Puppeteer)</small>
237
-
238
- </li>
239
-
240
- <li>
241
- <span class='object_link'><a href="Puppeteer/DebugPrint.html" title="Puppeteer::DebugPrint (module)">DebugPrint</a></span>
242
-
243
- <small>(Puppeteer)</small>
244
-
245
- </li>
246
-
247
- <li>
248
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html" title="Puppeteer::Launcher::Chrome::DefaultArgs (class)">DefaultArgs</a></span>
249
-
250
- <small>(Puppeteer::Launcher::Chrome)</small>
251
-
252
- </li>
253
-
254
- <li>
255
- <span class='object_link'><a href="Puppeteer/DOMWorld/DetachedError.html" title="Puppeteer::DOMWorld::DetachedError (class)">DetachedError</a></span>
256
-
257
- <small>(Puppeteer::DOMWorld)</small>
258
-
259
- </li>
260
-
261
- <li>
262
- <span class='object_link'><a href="Puppeteer/Device.html" title="Puppeteer::Device (class)">Device</a></span>
263
-
264
- <small>(Puppeteer)</small>
265
-
266
- </li>
267
-
268
- <li>
269
- <span class='object_link'><a href="Puppeteer/Devices.html" title="Puppeteer::Devices (class)">Devices</a></span>
270
-
271
- <small>(Puppeteer)</small>
272
-
273
- </li>
274
-
275
- <li>
276
- <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span>
277
-
278
- <small>(Puppeteer::WebSocket)</small>
279
-
280
- </li>
281
-
282
- </ul>
283
- </ul>
284
-
285
-
286
- <ul id="alpha_E" class="alpha">
287
- <li class="letter">E</li>
288
- <ul>
289
-
290
- <li>
291
- <span class='object_link'><a href="Puppeteer/ElementHandle.html" title="Puppeteer::ElementHandle (class)">ElementHandle</a></span>
292
-
293
- <small>(Puppeteer)</small>
294
-
295
- </li>
296
-
297
- <li>
298
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html" title="Puppeteer::ElementHandle::ElementNotFoundError (class)">ElementNotFoundError</a></span>
299
-
300
- <small>(Puppeteer::ElementHandle)</small>
301
-
302
- </li>
303
-
304
- <li>
305
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html" title="Puppeteer::ElementHandle::ElementNotVisibleError (class)">ElementNotVisibleError</a></span>
306
-
307
- <small>(Puppeteer::ElementHandle)</small>
308
-
309
- </li>
310
-
311
- <li>
312
- <span class='object_link'><a href="Puppeteer/EmulationManager.html" title="Puppeteer::EmulationManager (class)">EmulationManager</a></span>
313
-
314
- <small>(Puppeteer)</small>
315
-
316
- </li>
317
-
318
- <li>
319
- <span class='object_link'><a href="Puppeteer/CDPSession/Error.html" title="Puppeteer::CDPSession::Error (class)">Error</a></span>
320
-
321
- <small>(Puppeteer::CDPSession)</small>
322
-
323
- </li>
324
-
325
- <li>
326
- <span class='object_link'><a href="Puppeteer/ExecutionContext/EvaluationError.html" title="Puppeteer::ExecutionContext::EvaluationError (class)">EvaluationError</a></span>
327
-
328
- <small>(Puppeteer::ExecutionContext)</small>
329
-
330
- </li>
331
-
332
- <li>
333
- <span class='object_link'><a href="Puppeteer/EventCallbackable.html" title="Puppeteer::EventCallbackable (module)">EventCallbackable</a></span>
334
-
335
- <small>(Puppeteer)</small>
336
-
337
- </li>
338
-
339
- <li>
340
- <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html" title="Puppeteer::EventCallbackable::EventListeners (class)">EventListeners</a></span>
341
-
342
- <small>(Puppeteer::EventCallbackable)</small>
343
-
344
- </li>
345
-
346
- <li>
347
- <span class='object_link'><a href="Puppeteer/Launcher/Base/ExecutablePathNotFound.html" title="Puppeteer::Launcher::Base::ExecutablePathNotFound (class)">ExecutablePathNotFound</a></span>
348
-
349
- <small>(Puppeteer::Launcher::Base)</small>
350
-
351
- </li>
352
-
353
- <li>
354
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html" title="Puppeteer::ExecutionContext (class)">ExecutionContext</a></span>
355
-
356
- <small>(Puppeteer)</small>
357
-
358
- </li>
359
-
360
- <li>
361
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle (class)">ExpectedLifecycle</a></span>
362
-
363
- <small>(Puppeteer::LifecycleWatcher)</small>
364
-
365
- </li>
366
-
367
- </ul>
368
- </ul>
369
-
370
-
371
- <ul id="alpha_F" class="alpha">
372
- <li class="letter">F</li>
373
- <ul>
374
-
375
- <li>
376
- <span class='object_link'><a href="Puppeteer/FileChooser.html" title="Puppeteer::FileChooser (class)">FileChooser</a></span>
377
-
378
- <small>(Puppeteer)</small>
379
-
380
- </li>
381
-
382
- <li>
383
- <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html" title="Puppeteer::Page::FileChooserTimeoutError (class)">FileChooserTimeoutError</a></span>
384
-
385
- <small>(Puppeteer::Page)</small>
386
-
387
- </li>
388
-
389
- <li>
390
- <span class='object_link'><a href="Puppeteer/Frame.html" title="Puppeteer::Frame (class)">Frame</a></span>
391
-
392
- <small>(Puppeteer)</small>
393
-
394
- </li>
395
-
396
- <li>
397
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html" title="Puppeteer::LifecycleWatcher::FrameDetachedError (class)">FrameDetachedError</a></span>
398
-
399
- <small>(Puppeteer::LifecycleWatcher)</small>
400
-
401
- </li>
402
-
403
- <li>
404
- <span class='object_link'><a href="Puppeteer/FrameManager.html" title="Puppeteer::FrameManager (class)">FrameManager</a></span>
405
-
406
- <small>(Puppeteer)</small>
407
-
408
- </li>
409
-
410
- </ul>
411
- </ul>
412
-
413
-
414
- <ul id="alpha_I" class="alpha">
415
- <li class="letter">I</li>
416
- <ul>
417
-
418
- <li>
419
- <span class='object_link'><a href="Puppeteer/IfPresent.html" title="Puppeteer::IfPresent (module)">IfPresent</a></span>
420
-
421
- <small>(Puppeteer)</small>
422
-
423
- </li>
424
-
425
- <li>
426
- <span class='object_link'><a href="Puppeteer/Target/InitializeFailure.html" title="Puppeteer::Target::InitializeFailure (class)">InitializeFailure</a></span>
427
-
428
- <small>(Puppeteer::Target)</small>
429
-
430
- </li>
431
-
432
- </ul>
433
- </ul>
434
-
435
-
436
- </td><td valign='top' width="33%">
437
-
438
-
439
- <ul id="alpha_J" class="alpha">
440
- <li class="letter">J</li>
441
- <ul>
442
-
443
- <li>
444
- <span class='object_link'><a href="Puppeteer/JSHandle.html" title="Puppeteer::JSHandle (class)">JSHandle</a></span>
445
-
446
- <small>(Puppeteer)</small>
447
-
448
- </li>
449
-
450
- <li>
451
- <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html" title="Puppeteer::ExecutionContext::JavaScriptExpression (class)">JavaScriptExpression</a></span>
452
-
453
- <small>(Puppeteer::ExecutionContext)</small>
454
-
455
- </li>
456
-
457
- <li>
458
- <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html" title="Puppeteer::ExecutionContext::JavaScriptFunction (class)">JavaScriptFunction</a></span>
459
-
460
- <small>(Puppeteer::ExecutionContext)</small>
461
-
462
- </li>
463
-
464
- </ul>
465
- </ul>
466
-
467
-
468
- <ul id="alpha_K" class="alpha">
469
- <li class="letter">K</li>
470
- <ul>
471
-
472
- <li>
473
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html" title="Puppeteer::Keyboard::KeyDefinition (class)">KeyDefinition</a></span>
474
-
475
- <small>(Puppeteer::Keyboard)</small>
476
-
477
- </li>
478
-
479
- <li>
480
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html" title="Puppeteer::Keyboard::KeyDescription (class)">KeyDescription</a></span>
481
-
482
- <small>(Puppeteer::Keyboard)</small>
483
-
484
- </li>
485
-
486
- <li>
487
- <span class='object_link'><a href="Puppeteer/Keyboard.html" title="Puppeteer::Keyboard (class)">Keyboard</a></span>
488
-
489
- <small>(Puppeteer)</small>
490
-
491
- </li>
492
-
493
- </ul>
494
- </ul>
495
-
496
-
497
- <ul id="alpha_L" class="alpha">
498
- <li class="letter">L</li>
499
- <ul>
500
-
501
- <li>
502
- <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html" title="Puppeteer::Launcher::LaunchOptions (class)">LaunchOptions</a></span>
503
-
504
- <small>(Puppeteer::Launcher)</small>
505
-
506
- </li>
507
-
508
- <li>
509
- <span class='object_link'><a href="Puppeteer/Launcher.html" title="Puppeteer::Launcher (module)">Launcher</a></span>
510
-
511
- <small>(Puppeteer)</small>
512
-
513
- </li>
514
-
515
- <li>
516
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html" title="Puppeteer::LifecycleWatcher (class)">LifecycleWatcher</a></span>
517
-
518
- <small>(Puppeteer)</small>
519
-
520
- </li>
521
-
522
- <li>
523
- <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html" title="Puppeteer::ConsoleMessage::Location (class)">Location</a></span>
524
-
525
- <small>(Puppeteer::ConsoleMessage)</small>
526
-
527
- </li>
528
-
529
- </ul>
530
- </ul>
531
-
532
-
533
- <ul id="alpha_M" class="alpha">
534
- <li class="letter">M</li>
535
- <ul>
536
-
537
- <li>
538
- <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html" title="Puppeteer::Connection::MessageCallback (class)">MessageCallback</a></span>
539
-
540
- <small>(Puppeteer::Connection)</small>
541
-
542
- </li>
543
-
544
- <li>
545
- <span class='object_link'><a href="Puppeteer/Mouse.html" title="Puppeteer::Mouse (class)">Mouse</a></span>
546
-
547
- <small>(Puppeteer)</small>
548
-
549
- </li>
550
-
551
- </ul>
552
- </ul>
553
-
554
-
555
- <ul id="alpha_N" class="alpha">
556
- <li class="letter">N</li>
557
- <ul>
558
-
559
- <li>
560
- <span class='object_link'><a href="Puppeteer/FrameManager/NavigationError.html" title="Puppeteer::FrameManager::NavigationError (class)">NavigationError</a></span>
561
-
562
- <small>(Puppeteer::FrameManager)</small>
563
-
564
- </li>
565
-
566
- <li>
567
- <span class='object_link'><a href="Puppeteer/NetworkManager.html" title="Puppeteer::NetworkManager (class)">NetworkManager</a></span>
568
-
569
- <small>(Puppeteer)</small>
570
-
571
- </li>
572
-
573
- </ul>
574
- </ul>
575
-
576
-
577
- <ul id="alpha_P" class="alpha">
578
- <li class="letter">P</li>
579
- <ul>
580
-
581
- <li>
582
- <span class='object_link'><a href="Puppeteer/Page.html" title="Puppeteer::Page (class)">Page</a></span>
583
-
584
- <small>(Puppeteer)</small>
585
-
586
- </li>
587
-
588
- <li>
589
- <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html" title="Puppeteer::ElementHandle::Point (class)">Point</a></span>
590
-
591
- <small>(Puppeteer::ElementHandle)</small>
592
-
593
- </li>
594
-
595
- <li>
596
- <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html" title="Puppeteer::Connection::ProtocolError (class)">ProtocolError</a></span>
597
-
598
- <small>(Puppeteer::Connection)</small>
599
-
600
- </li>
601
-
602
- <li>
603
- <span class='object_link'><a href="Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span>
604
-
605
- </li>
606
-
607
- </ul>
608
- </ul>
609
-
610
-
611
- <ul id="alpha_R" class="alpha">
612
- <li class="letter">R</li>
613
- <ul>
614
-
615
- <li>
616
- <span class='object_link'><a href="Puppeteer/RemoteObject.html" title="Puppeteer::RemoteObject (class)">RemoteObject</a></span>
617
-
618
- <small>(Puppeteer)</small>
619
-
620
- </li>
621
-
622
- <li>
623
- <span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html" title="Puppeteer::Connection::RequestDebugPrinter (class)">RequestDebugPrinter</a></span>
624
-
625
- <small>(Puppeteer::Connection)</small>
626
-
627
- </li>
628
-
629
- <li>
630
- <span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html" title="Puppeteer::Connection::ResponseDebugPrinter (class)">ResponseDebugPrinter</a></span>
631
-
632
- <small>(Puppeteer::Connection)</small>
633
-
634
- </li>
635
-
636
- </ul>
637
- </ul>
638
-
639
-
640
- <ul id="alpha_S" class="alpha">
641
- <li class="letter">S</li>
642
- <ul>
643
-
644
- <li>
645
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html" title="Puppeteer::Page::ScreenshotOptions (class)">ScreenshotOptions</a></span>
646
-
647
- <small>(Puppeteer::Page)</small>
648
-
649
- </li>
650
-
651
- <li>
652
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html" title="Puppeteer::Page::ScriptTag (class)">ScriptTag</a></span>
653
-
654
- <small>(Puppeteer::Page)</small>
655
-
656
- </li>
657
-
658
- <li>
659
- <span class='object_link'><a href="Puppeteer/ElementHandle/ScrollIntoViewError.html" title="Puppeteer::ElementHandle::ScrollIntoViewError (class)">ScrollIntoViewError</a></span>
660
-
661
- <small>(Puppeteer::ElementHandle)</small>
662
-
663
- </li>
664
-
665
- <li>
666
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html" title="Puppeteer::Page::StyleTag (class)">StyleTag</a></span>
667
-
668
- <small>(Puppeteer::Page)</small>
669
-
670
- </li>
671
-
672
- </ul>
673
- </ul>
674
-
675
-
676
- </td><td valign='top' width="33%">
677
-
678
-
679
- <ul id="alpha_T" class="alpha">
680
- <li class="letter">T</li>
681
- <ul>
682
-
683
- <li>
684
- <span class='object_link'><a href="Puppeteer/Target.html" title="Puppeteer::Target (class)">Target</a></span>
685
-
686
- <small>(Puppeteer)</small>
687
-
688
- </li>
689
-
690
- <li>
691
- <span class='object_link'><a href="Puppeteer/Page/TargetCrashedError.html" title="Puppeteer::Page::TargetCrashedError (class)">TargetCrashedError</a></span>
692
-
693
- <small>(Puppeteer::Page)</small>
694
-
695
- </li>
696
-
697
- <li>
698
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html" title="Puppeteer::Target::TargetInfo (class)">TargetInfo</a></span>
699
-
700
- <small>(Puppeteer::Target)</small>
701
-
702
- </li>
703
-
704
- <li>
705
- <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
706
-
707
- <small>(Puppeteer::WaitTask)</small>
708
-
709
- </li>
710
-
711
- <li>
712
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span>
713
-
714
- <small>(Puppeteer::LifecycleWatcher)</small>
715
-
716
- </li>
717
-
718
- <li>
719
- <span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span>
720
-
721
- <small>(Puppeteer)</small>
722
-
723
- </li>
724
-
725
- <li>
726
- <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span>
727
-
728
- <small>(Puppeteer::WaitTask)</small>
729
-
730
- </li>
731
-
732
- <li>
733
- <span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span>
734
-
735
- <small>(Puppeteer)</small>
736
-
737
- </li>
738
-
739
- <li>
740
- <span class='object_link'><a href="Puppeteer/TouchScreen.html" title="Puppeteer::TouchScreen (class)">TouchScreen</a></span>
741
-
742
- <small>(Puppeteer)</small>
743
-
744
- </li>
745
-
746
- <li>
747
- <span class='object_link'><a href="Puppeteer/WebSocket/TransportError.html" title="Puppeteer::WebSocket::TransportError (class)">TransportError</a></span>
748
-
749
- <small>(Puppeteer::WebSocket)</small>
750
-
751
- </li>
752
-
753
- </ul>
754
- </ul>
755
-
756
-
757
- <ul id="alpha_V" class="alpha">
758
- <li class="letter">V</li>
759
- <ul>
760
-
761
- <li>
762
- <span class='object_link'><a href="Puppeteer/Viewport.html" title="Puppeteer::Viewport (class)">Viewport</a></span>
763
-
764
- <small>(Puppeteer)</small>
765
-
766
- </li>
767
-
768
- </ul>
769
- </ul>
770
-
771
-
772
- <ul id="alpha_W" class="alpha">
773
- <li class="letter">W</li>
774
- <ul>
775
-
776
- <li>
777
- <span class='object_link'><a href="Puppeteer/WaitTask.html" title="Puppeteer::WaitTask (class)">WaitTask</a></span>
778
-
779
- <small>(Puppeteer)</small>
780
-
781
- </li>
782
-
783
- <li>
784
- <span class='object_link'><a href="Puppeteer/WebSocket.html" title="Puppeteer::WebSocket (class)">WebSocket</a></span>
785
-
786
- <small>(Puppeteer)</small>
787
-
788
- </li>
789
-
790
- <li>
791
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html" title="Puppeteer::WebSocketTransport (class)">WebSocketTransport</a></span>
792
-
793
- <small>(Puppeteer)</small>
794
-
795
- </li>
796
-
797
- </ul>
798
- </ul>
799
-
800
- </td>
801
- </tr>
802
- </table>
803
-
804
- </div>
805
-
806
- </div>
807
-
808
- <div id="footer">
809
- Generated on Wed Jun 24 03:07:58 2020 by
810
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
811
- 0.9.24 (ruby-2.6.3).
812
- </div>
813
-
814
- </div>
815
- </body>
816
- </html>