puppeteer-ruby 0.0.10 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (132) 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 +54 -1
  6. data/lib/puppeteer.rb +37 -13
  7. data/lib/puppeteer/browser.rb +39 -26
  8. data/lib/puppeteer/cdp_session.rb +3 -19
  9. data/lib/puppeteer/concurrent_ruby_utils.rb +12 -2
  10. data/lib/puppeteer/connection.rb +16 -16
  11. data/lib/puppeteer/define_async_method.rb +23 -0
  12. data/lib/puppeteer/dom_world.rb +58 -71
  13. data/lib/puppeteer/element_handle.rb +15 -44
  14. data/lib/puppeteer/emulation_manager.rb +2 -6
  15. data/lib/puppeteer/event_callbackable.rb +11 -0
  16. data/lib/puppeteer/execution_context.rb +1 -6
  17. data/lib/puppeteer/frame.rb +38 -3
  18. data/lib/puppeteer/frame_manager.rb +7 -25
  19. data/lib/puppeteer/js_handle.rb +3 -12
  20. data/lib/puppeteer/keyboard.rb +6 -27
  21. data/lib/puppeteer/launcher.rb +6 -6
  22. data/lib/puppeteer/launcher/chrome.rb +10 -8
  23. data/lib/puppeteer/mouse.rb +8 -33
  24. data/lib/puppeteer/page.rb +132 -121
  25. data/lib/puppeteer/page/pdf_options.rb +166 -0
  26. data/lib/puppeteer/remote_object.rb +2 -5
  27. data/lib/puppeteer/target.rb +1 -1
  28. data/lib/puppeteer/touch_screen.rb +2 -7
  29. data/lib/puppeteer/version.rb +1 -1
  30. data/lib/puppeteer/wait_task.rb +2 -4
  31. data/lib/puppeteer/web_socket_transport.rb +8 -8
  32. data/puppeteer-ruby.gemspec +1 -1
  33. data/puppeteer-ruby.png +0 -0
  34. metadata +9 -102
  35. data/Dockerfile +0 -6
  36. data/docker-compose.yml +0 -15
  37. data/docs/Puppeteer.html +0 -2020
  38. data/docs/Puppeteer/AsyncAwaitBehavior.html +0 -105
  39. data/docs/Puppeteer/Browser.html +0 -2148
  40. data/docs/Puppeteer/BrowserContext.html +0 -809
  41. data/docs/Puppeteer/BrowserFetcher.html +0 -214
  42. data/docs/Puppeteer/BrowserRunner.html +0 -914
  43. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +0 -477
  44. data/docs/Puppeteer/CDPSession.html +0 -813
  45. data/docs/Puppeteer/CDPSession/Error.html +0 -124
  46. data/docs/Puppeteer/ConcurrentRubyUtils.html +0 -430
  47. data/docs/Puppeteer/Connection.html +0 -960
  48. data/docs/Puppeteer/Connection/MessageCallback.html +0 -434
  49. data/docs/Puppeteer/Connection/ProtocolError.html +0 -216
  50. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +0 -217
  51. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +0 -244
  52. data/docs/Puppeteer/ConsoleMessage.html +0 -565
  53. data/docs/Puppeteer/ConsoleMessage/Location.html +0 -433
  54. data/docs/Puppeteer/DOMWorld.html +0 -2219
  55. data/docs/Puppeteer/DOMWorld/DetachedError.html +0 -124
  56. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +0 -124
  57. data/docs/Puppeteer/DebugPrint.html +0 -233
  58. data/docs/Puppeteer/Device.html +0 -470
  59. data/docs/Puppeteer/Devices.html +0 -139
  60. data/docs/Puppeteer/ElementHandle.html +0 -2542
  61. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +0 -206
  62. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +0 -206
  63. data/docs/Puppeteer/ElementHandle/Point.html +0 -492
  64. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +0 -124
  65. data/docs/Puppeteer/EmulationManager.html +0 -454
  66. data/docs/Puppeteer/EventCallbackable.html +0 -433
  67. data/docs/Puppeteer/EventCallbackable/EventListeners.html +0 -435
  68. data/docs/Puppeteer/ExecutionContext.html +0 -998
  69. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +0 -124
  70. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +0 -357
  71. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +0 -389
  72. data/docs/Puppeteer/FileChooser.html +0 -455
  73. data/docs/Puppeteer/Frame.html +0 -3677
  74. data/docs/Puppeteer/FrameManager.html +0 -2410
  75. data/docs/Puppeteer/FrameManager/NavigationError.html +0 -124
  76. data/docs/Puppeteer/IfPresent.html +0 -222
  77. data/docs/Puppeteer/JSHandle.html +0 -1352
  78. data/docs/Puppeteer/Keyboard.html +0 -1557
  79. data/docs/Puppeteer/Keyboard/KeyDefinition.html +0 -831
  80. data/docs/Puppeteer/Keyboard/KeyDescription.html +0 -603
  81. data/docs/Puppeteer/Launcher.html +0 -237
  82. data/docs/Puppeteer/Launcher/Base.html +0 -385
  83. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +0 -124
  84. data/docs/Puppeteer/Launcher/BrowserOptions.html +0 -441
  85. data/docs/Puppeteer/Launcher/Chrome.html +0 -669
  86. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +0 -382
  87. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +0 -531
  88. data/docs/Puppeteer/Launcher/LaunchOptions.html +0 -893
  89. data/docs/Puppeteer/LifecycleWatcher.html +0 -834
  90. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +0 -363
  91. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +0 -206
  92. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +0 -124
  93. data/docs/Puppeteer/Mouse.html +0 -1105
  94. data/docs/Puppeteer/Mouse/Button.html +0 -136
  95. data/docs/Puppeteer/NetworkManager.html +0 -901
  96. data/docs/Puppeteer/NetworkManager/Credentials.html +0 -385
  97. data/docs/Puppeteer/Page.html +0 -5970
  98. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +0 -206
  99. data/docs/Puppeteer/Page/ScreenshotOptions.html +0 -845
  100. data/docs/Puppeteer/Page/ScriptTag.html +0 -555
  101. data/docs/Puppeteer/Page/StyleTag.html +0 -448
  102. data/docs/Puppeteer/Page/TargetCrashedError.html +0 -124
  103. data/docs/Puppeteer/RemoteObject.html +0 -1087
  104. data/docs/Puppeteer/Target.html +0 -1336
  105. data/docs/Puppeteer/Target/InitializeFailure.html +0 -124
  106. data/docs/Puppeteer/Target/TargetInfo.html +0 -729
  107. data/docs/Puppeteer/TimeoutError.html +0 -135
  108. data/docs/Puppeteer/TimeoutSettings.html +0 -496
  109. data/docs/Puppeteer/TouchScreen.html +0 -464
  110. data/docs/Puppeteer/Viewport.html +0 -837
  111. data/docs/Puppeteer/WaitTask.html +0 -637
  112. data/docs/Puppeteer/WaitTask/TerminatedError.html +0 -124
  113. data/docs/Puppeteer/WaitTask/TimeoutError.html +0 -206
  114. data/docs/Puppeteer/WebSocket.html +0 -673
  115. data/docs/Puppeteer/WebSocket/DriverImpl.html +0 -412
  116. data/docs/Puppeteer/WebSocketTransport.html +0 -600
  117. data/docs/Puppeteer/WebSocktTransportError.html +0 -124
  118. data/docs/_index.html +0 -823
  119. data/docs/class_list.html +0 -51
  120. data/docs/css/common.css +0 -1
  121. data/docs/css/full_list.css +0 -58
  122. data/docs/css/style.css +0 -496
  123. data/docs/file.README.html +0 -123
  124. data/docs/file_list.html +0 -56
  125. data/docs/frames.html +0 -17
  126. data/docs/index.html +0 -123
  127. data/docs/js/app.js +0 -314
  128. data/docs/js/full_list.js +0 -216
  129. data/docs/js/jquery.js +0 -4
  130. data/docs/method_list.html +0 -4075
  131. data/docs/top-level-namespace.html +0 -126
  132. 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,823 +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/DOMWorld/DocumentEvaluationError.html" title="Puppeteer::DOMWorld::DocumentEvaluationError (class)">DocumentEvaluationError</a></span>
277
-
278
- <small>(Puppeteer::DOMWorld)</small>
279
-
280
- </li>
281
-
282
- <li>
283
- <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span>
284
-
285
- <small>(Puppeteer::WebSocket)</small>
286
-
287
- </li>
288
-
289
- </ul>
290
- </ul>
291
-
292
-
293
- <ul id="alpha_E" class="alpha">
294
- <li class="letter">E</li>
295
- <ul>
296
-
297
- <li>
298
- <span class='object_link'><a href="Puppeteer/ElementHandle.html" title="Puppeteer::ElementHandle (class)">ElementHandle</a></span>
299
-
300
- <small>(Puppeteer)</small>
301
-
302
- </li>
303
-
304
- <li>
305
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html" title="Puppeteer::ElementHandle::ElementNotFoundError (class)">ElementNotFoundError</a></span>
306
-
307
- <small>(Puppeteer::ElementHandle)</small>
308
-
309
- </li>
310
-
311
- <li>
312
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html" title="Puppeteer::ElementHandle::ElementNotVisibleError (class)">ElementNotVisibleError</a></span>
313
-
314
- <small>(Puppeteer::ElementHandle)</small>
315
-
316
- </li>
317
-
318
- <li>
319
- <span class='object_link'><a href="Puppeteer/EmulationManager.html" title="Puppeteer::EmulationManager (class)">EmulationManager</a></span>
320
-
321
- <small>(Puppeteer)</small>
322
-
323
- </li>
324
-
325
- <li>
326
- <span class='object_link'><a href="Puppeteer/CDPSession/Error.html" title="Puppeteer::CDPSession::Error (class)">Error</a></span>
327
-
328
- <small>(Puppeteer::CDPSession)</small>
329
-
330
- </li>
331
-
332
- <li>
333
- <span class='object_link'><a href="Puppeteer/ExecutionContext/EvaluationError.html" title="Puppeteer::ExecutionContext::EvaluationError (class)">EvaluationError</a></span>
334
-
335
- <small>(Puppeteer::ExecutionContext)</small>
336
-
337
- </li>
338
-
339
- <li>
340
- <span class='object_link'><a href="Puppeteer/EventCallbackable.html" title="Puppeteer::EventCallbackable (module)">EventCallbackable</a></span>
341
-
342
- <small>(Puppeteer)</small>
343
-
344
- </li>
345
-
346
- <li>
347
- <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html" title="Puppeteer::EventCallbackable::EventListeners (class)">EventListeners</a></span>
348
-
349
- <small>(Puppeteer::EventCallbackable)</small>
350
-
351
- </li>
352
-
353
- <li>
354
- <span class='object_link'><a href="Puppeteer/Launcher/Base/ExecutablePathNotFound.html" title="Puppeteer::Launcher::Base::ExecutablePathNotFound (class)">ExecutablePathNotFound</a></span>
355
-
356
- <small>(Puppeteer::Launcher::Base)</small>
357
-
358
- </li>
359
-
360
- <li>
361
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html" title="Puppeteer::ExecutionContext (class)">ExecutionContext</a></span>
362
-
363
- <small>(Puppeteer)</small>
364
-
365
- </li>
366
-
367
- <li>
368
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle (class)">ExpectedLifecycle</a></span>
369
-
370
- <small>(Puppeteer::LifecycleWatcher)</small>
371
-
372
- </li>
373
-
374
- </ul>
375
- </ul>
376
-
377
-
378
- <ul id="alpha_F" class="alpha">
379
- <li class="letter">F</li>
380
- <ul>
381
-
382
- <li>
383
- <span class='object_link'><a href="Puppeteer/FileChooser.html" title="Puppeteer::FileChooser (class)">FileChooser</a></span>
384
-
385
- <small>(Puppeteer)</small>
386
-
387
- </li>
388
-
389
- <li>
390
- <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html" title="Puppeteer::Page::FileChooserTimeoutError (class)">FileChooserTimeoutError</a></span>
391
-
392
- <small>(Puppeteer::Page)</small>
393
-
394
- </li>
395
-
396
- <li>
397
- <span class='object_link'><a href="Puppeteer/Frame.html" title="Puppeteer::Frame (class)">Frame</a></span>
398
-
399
- <small>(Puppeteer)</small>
400
-
401
- </li>
402
-
403
- <li>
404
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html" title="Puppeteer::LifecycleWatcher::FrameDetachedError (class)">FrameDetachedError</a></span>
405
-
406
- <small>(Puppeteer::LifecycleWatcher)</small>
407
-
408
- </li>
409
-
410
- <li>
411
- <span class='object_link'><a href="Puppeteer/FrameManager.html" title="Puppeteer::FrameManager (class)">FrameManager</a></span>
412
-
413
- <small>(Puppeteer)</small>
414
-
415
- </li>
416
-
417
- </ul>
418
- </ul>
419
-
420
-
421
- <ul id="alpha_I" class="alpha">
422
- <li class="letter">I</li>
423
- <ul>
424
-
425
- <li>
426
- <span class='object_link'><a href="Puppeteer/IfPresent.html" title="Puppeteer::IfPresent (module)">IfPresent</a></span>
427
-
428
- <small>(Puppeteer)</small>
429
-
430
- </li>
431
-
432
- <li>
433
- <span class='object_link'><a href="Puppeteer/Target/InitializeFailure.html" title="Puppeteer::Target::InitializeFailure (class)">InitializeFailure</a></span>
434
-
435
- <small>(Puppeteer::Target)</small>
436
-
437
- </li>
438
-
439
- </ul>
440
- </ul>
441
-
442
-
443
- </td><td valign='top' width="33%">
444
-
445
-
446
- <ul id="alpha_J" class="alpha">
447
- <li class="letter">J</li>
448
- <ul>
449
-
450
- <li>
451
- <span class='object_link'><a href="Puppeteer/JSHandle.html" title="Puppeteer::JSHandle (class)">JSHandle</a></span>
452
-
453
- <small>(Puppeteer)</small>
454
-
455
- </li>
456
-
457
- <li>
458
- <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html" title="Puppeteer::ExecutionContext::JavaScriptExpression (class)">JavaScriptExpression</a></span>
459
-
460
- <small>(Puppeteer::ExecutionContext)</small>
461
-
462
- </li>
463
-
464
- <li>
465
- <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html" title="Puppeteer::ExecutionContext::JavaScriptFunction (class)">JavaScriptFunction</a></span>
466
-
467
- <small>(Puppeteer::ExecutionContext)</small>
468
-
469
- </li>
470
-
471
- </ul>
472
- </ul>
473
-
474
-
475
- <ul id="alpha_K" class="alpha">
476
- <li class="letter">K</li>
477
- <ul>
478
-
479
- <li>
480
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html" title="Puppeteer::Keyboard::KeyDefinition (class)">KeyDefinition</a></span>
481
-
482
- <small>(Puppeteer::Keyboard)</small>
483
-
484
- </li>
485
-
486
- <li>
487
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html" title="Puppeteer::Keyboard::KeyDescription (class)">KeyDescription</a></span>
488
-
489
- <small>(Puppeteer::Keyboard)</small>
490
-
491
- </li>
492
-
493
- <li>
494
- <span class='object_link'><a href="Puppeteer/Keyboard.html" title="Puppeteer::Keyboard (class)">Keyboard</a></span>
495
-
496
- <small>(Puppeteer)</small>
497
-
498
- </li>
499
-
500
- </ul>
501
- </ul>
502
-
503
-
504
- <ul id="alpha_L" class="alpha">
505
- <li class="letter">L</li>
506
- <ul>
507
-
508
- <li>
509
- <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html" title="Puppeteer::Launcher::LaunchOptions (class)">LaunchOptions</a></span>
510
-
511
- <small>(Puppeteer::Launcher)</small>
512
-
513
- </li>
514
-
515
- <li>
516
- <span class='object_link'><a href="Puppeteer/Launcher.html" title="Puppeteer::Launcher (module)">Launcher</a></span>
517
-
518
- <small>(Puppeteer)</small>
519
-
520
- </li>
521
-
522
- <li>
523
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html" title="Puppeteer::LifecycleWatcher (class)">LifecycleWatcher</a></span>
524
-
525
- <small>(Puppeteer)</small>
526
-
527
- </li>
528
-
529
- <li>
530
- <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html" title="Puppeteer::ConsoleMessage::Location (class)">Location</a></span>
531
-
532
- <small>(Puppeteer::ConsoleMessage)</small>
533
-
534
- </li>
535
-
536
- </ul>
537
- </ul>
538
-
539
-
540
- <ul id="alpha_M" class="alpha">
541
- <li class="letter">M</li>
542
- <ul>
543
-
544
- <li>
545
- <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html" title="Puppeteer::Connection::MessageCallback (class)">MessageCallback</a></span>
546
-
547
- <small>(Puppeteer::Connection)</small>
548
-
549
- </li>
550
-
551
- <li>
552
- <span class='object_link'><a href="Puppeteer/Mouse.html" title="Puppeteer::Mouse (class)">Mouse</a></span>
553
-
554
- <small>(Puppeteer)</small>
555
-
556
- </li>
557
-
558
- </ul>
559
- </ul>
560
-
561
-
562
- <ul id="alpha_N" class="alpha">
563
- <li class="letter">N</li>
564
- <ul>
565
-
566
- <li>
567
- <span class='object_link'><a href="Puppeteer/FrameManager/NavigationError.html" title="Puppeteer::FrameManager::NavigationError (class)">NavigationError</a></span>
568
-
569
- <small>(Puppeteer::FrameManager)</small>
570
-
571
- </li>
572
-
573
- <li>
574
- <span class='object_link'><a href="Puppeteer/NetworkManager.html" title="Puppeteer::NetworkManager (class)">NetworkManager</a></span>
575
-
576
- <small>(Puppeteer)</small>
577
-
578
- </li>
579
-
580
- </ul>
581
- </ul>
582
-
583
-
584
- <ul id="alpha_P" class="alpha">
585
- <li class="letter">P</li>
586
- <ul>
587
-
588
- <li>
589
- <span class='object_link'><a href="Puppeteer/Page.html" title="Puppeteer::Page (class)">Page</a></span>
590
-
591
- <small>(Puppeteer)</small>
592
-
593
- </li>
594
-
595
- <li>
596
- <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html" title="Puppeteer::ElementHandle::Point (class)">Point</a></span>
597
-
598
- <small>(Puppeteer::ElementHandle)</small>
599
-
600
- </li>
601
-
602
- <li>
603
- <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html" title="Puppeteer::Connection::ProtocolError (class)">ProtocolError</a></span>
604
-
605
- <small>(Puppeteer::Connection)</small>
606
-
607
- </li>
608
-
609
- <li>
610
- <span class='object_link'><a href="Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span>
611
-
612
- </li>
613
-
614
- </ul>
615
- </ul>
616
-
617
-
618
- <ul id="alpha_R" class="alpha">
619
- <li class="letter">R</li>
620
- <ul>
621
-
622
- <li>
623
- <span class='object_link'><a href="Puppeteer/RemoteObject.html" title="Puppeteer::RemoteObject (class)">RemoteObject</a></span>
624
-
625
- <small>(Puppeteer)</small>
626
-
627
- </li>
628
-
629
- <li>
630
- <span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html" title="Puppeteer::Connection::RequestDebugPrinter (class)">RequestDebugPrinter</a></span>
631
-
632
- <small>(Puppeteer::Connection)</small>
633
-
634
- </li>
635
-
636
- <li>
637
- <span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html" title="Puppeteer::Connection::ResponseDebugPrinter (class)">ResponseDebugPrinter</a></span>
638
-
639
- <small>(Puppeteer::Connection)</small>
640
-
641
- </li>
642
-
643
- </ul>
644
- </ul>
645
-
646
-
647
- <ul id="alpha_S" class="alpha">
648
- <li class="letter">S</li>
649
- <ul>
650
-
651
- <li>
652
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html" title="Puppeteer::Page::ScreenshotOptions (class)">ScreenshotOptions</a></span>
653
-
654
- <small>(Puppeteer::Page)</small>
655
-
656
- </li>
657
-
658
- <li>
659
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html" title="Puppeteer::Page::ScriptTag (class)">ScriptTag</a></span>
660
-
661
- <small>(Puppeteer::Page)</small>
662
-
663
- </li>
664
-
665
- <li>
666
- <span class='object_link'><a href="Puppeteer/ElementHandle/ScrollIntoViewError.html" title="Puppeteer::ElementHandle::ScrollIntoViewError (class)">ScrollIntoViewError</a></span>
667
-
668
- <small>(Puppeteer::ElementHandle)</small>
669
-
670
- </li>
671
-
672
- <li>
673
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html" title="Puppeteer::Page::StyleTag (class)">StyleTag</a></span>
674
-
675
- <small>(Puppeteer::Page)</small>
676
-
677
- </li>
678
-
679
- </ul>
680
- </ul>
681
-
682
-
683
- </td><td valign='top' width="33%">
684
-
685
-
686
- <ul id="alpha_T" class="alpha">
687
- <li class="letter">T</li>
688
- <ul>
689
-
690
- <li>
691
- <span class='object_link'><a href="Puppeteer/Target.html" title="Puppeteer::Target (class)">Target</a></span>
692
-
693
- <small>(Puppeteer)</small>
694
-
695
- </li>
696
-
697
- <li>
698
- <span class='object_link'><a href="Puppeteer/Page/TargetCrashedError.html" title="Puppeteer::Page::TargetCrashedError (class)">TargetCrashedError</a></span>
699
-
700
- <small>(Puppeteer::Page)</small>
701
-
702
- </li>
703
-
704
- <li>
705
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html" title="Puppeteer::Target::TargetInfo (class)">TargetInfo</a></span>
706
-
707
- <small>(Puppeteer::Target)</small>
708
-
709
- </li>
710
-
711
- <li>
712
- <span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span>
713
-
714
- <small>(Puppeteer::WaitTask)</small>
715
-
716
- </li>
717
-
718
- <li>
719
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span>
720
-
721
- <small>(Puppeteer::LifecycleWatcher)</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/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span>
734
-
735
- <small>(Puppeteer)</small>
736
-
737
- </li>
738
-
739
- <li>
740
- <span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span>
741
-
742
- <small>(Puppeteer)</small>
743
-
744
- </li>
745
-
746
- <li>
747
- <span class='object_link'><a href="Puppeteer/TouchScreen.html" title="Puppeteer::TouchScreen (class)">TouchScreen</a></span>
748
-
749
- <small>(Puppeteer)</small>
750
-
751
- </li>
752
-
753
- <li>
754
- <span class='object_link'><a href="Puppeteer/WebSocket/TransportError.html" title="Puppeteer::WebSocket::TransportError (class)">TransportError</a></span>
755
-
756
- <small>(Puppeteer::WebSocket)</small>
757
-
758
- </li>
759
-
760
- </ul>
761
- </ul>
762
-
763
-
764
- <ul id="alpha_V" class="alpha">
765
- <li class="letter">V</li>
766
- <ul>
767
-
768
- <li>
769
- <span class='object_link'><a href="Puppeteer/Viewport.html" title="Puppeteer::Viewport (class)">Viewport</a></span>
770
-
771
- <small>(Puppeteer)</small>
772
-
773
- </li>
774
-
775
- </ul>
776
- </ul>
777
-
778
-
779
- <ul id="alpha_W" class="alpha">
780
- <li class="letter">W</li>
781
- <ul>
782
-
783
- <li>
784
- <span class='object_link'><a href="Puppeteer/WaitTask.html" title="Puppeteer::WaitTask (class)">WaitTask</a></span>
785
-
786
- <small>(Puppeteer)</small>
787
-
788
- </li>
789
-
790
- <li>
791
- <span class='object_link'><a href="Puppeteer/WebSocket.html" title="Puppeteer::WebSocket (class)">WebSocket</a></span>
792
-
793
- <small>(Puppeteer)</small>
794
-
795
- </li>
796
-
797
- <li>
798
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html" title="Puppeteer::WebSocketTransport (class)">WebSocketTransport</a></span>
799
-
800
- <small>(Puppeteer)</small>
801
-
802
- </li>
803
-
804
- </ul>
805
- </ul>
806
-
807
- </td>
808
- </tr>
809
- </table>
810
-
811
- </div>
812
-
813
- </div>
814
-
815
- <div id="footer">
816
- Generated on Fri Jun 12 12:38:32 2020 by
817
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
818
- 0.9.24 (ruby-2.6.3).
819
- </div>
820
-
821
- </div>
822
- </body>
823
- </html>