puppeteer-ruby 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) 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 +1 -1
  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 +75 -1
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DebugPrint.html +1 -1
  22. data/docs/Puppeteer/Device.html +1 -1
  23. data/docs/Puppeteer/Devices.html +1 -1
  24. data/docs/Puppeteer/ElementHandle.html +1 -1
  25. data/docs/Puppeteer/ElementHandle/BoundingBox.html +1 -1
  26. data/docs/Puppeteer/ElementHandle/BoxModel.html +1 -1
  27. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +1 -1
  28. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +1 -1
  29. data/docs/Puppeteer/ElementHandle/Point.html +1 -1
  30. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  31. data/docs/Puppeteer/EmulationManager.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable.html +1 -1
  33. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  37. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  38. data/docs/Puppeteer/FileChooser.html +1 -1
  39. data/docs/Puppeteer/Frame.html +44 -22
  40. data/docs/Puppeteer/FrameManager.html +1 -1
  41. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  42. data/docs/Puppeteer/IfPresent.html +1 -1
  43. data/docs/Puppeteer/JSHandle.html +1 -1
  44. data/docs/Puppeteer/Keyboard.html +1 -1
  45. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  46. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  47. data/docs/Puppeteer/Launcher.html +1 -1
  48. data/docs/Puppeteer/Launcher/Base.html +1 -1
  49. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  50. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  51. data/docs/Puppeteer/Launcher/Chrome.html +36 -31
  52. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  53. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  54. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  58. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  59. data/docs/Puppeteer/Mouse.html +1 -1
  60. data/docs/Puppeteer/Mouse/Button.html +1 -1
  61. data/docs/Puppeteer/NetworkManager.html +1 -1
  62. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  63. data/docs/Puppeteer/Page.html +5 -5
  64. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  65. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  66. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  67. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  68. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  69. data/docs/Puppeteer/RemoteObject.html +1 -1
  70. data/docs/Puppeteer/Target.html +1 -1
  71. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  72. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  73. data/docs/Puppeteer/TimeoutError.html +1 -1
  74. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  75. data/docs/Puppeteer/TouchScreen.html +1 -1
  76. data/docs/Puppeteer/Viewport.html +1 -1
  77. data/docs/Puppeteer/WaitTask.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  79. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  80. data/docs/Puppeteer/WebSocket.html +1 -1
  81. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  82. data/docs/Puppeteer/WebSocket/TransportError.html +1 -1
  83. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  84. data/docs/_index.html +1 -1
  85. data/docs/file.README.html +1 -1
  86. data/docs/index.html +1 -1
  87. data/docs/method_list.html +278 -270
  88. data/docs/top-level-namespace.html +1 -1
  89. data/lib/puppeteer/dom_world.rb +4 -6
  90. data/lib/puppeteer/frame.rb +1 -0
  91. data/lib/puppeteer/launcher/chrome.rb +9 -7
  92. data/lib/puppeteer/page.rb +2 -2
  93. data/lib/puppeteer/version.rb +1 -1
  94. metadata +1 -1
@@ -883,7 +883,7 @@
883
883
  </div>
884
884
 
885
885
  <div id="footer">
886
- Generated on Tue Jun 23 10:25:01 2020 by
886
+ Generated on Wed Jun 24 03:08:01 2020 by
887
887
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
888
888
  0.9.24 (ruby-2.6.3).
889
889
  </div>
@@ -824,7 +824,7 @@
824
824
  </div>
825
825
 
826
826
  <div id="footer">
827
- Generated on Tue Jun 23 10:25:01 2020 by
827
+ Generated on Wed Jun 24 03:08:01 2020 by
828
828
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
829
829
  0.9.24 (ruby-2.6.3).
830
830
  </div>
@@ -353,7 +353,7 @@
353
353
  </div>
354
354
 
355
355
  <div id="footer">
356
- Generated on Tue Jun 23 10:25:01 2020 by
356
+ Generated on Wed Jun 24 03:08:01 2020 by
357
357
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
358
358
  0.9.24 (ruby-2.6.3).
359
359
  </div>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Tue Jun 23 10:25:01 2020 by
199
+ Generated on Wed Jun 24 03:08:01 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:25:01 2020 by
117
+ Generated on Wed Jun 24 03:08:01 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>
@@ -1085,7 +1085,7 @@
1085
1085
  </div>
1086
1086
 
1087
1087
  <div id="footer">
1088
- Generated on Tue Jun 23 10:24:59 2020 by
1088
+ Generated on Wed Jun 24 03:07:59 2020 by
1089
1089
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1090
1090
  0.9.24 (ruby-2.6.3).
1091
1091
  </div>
@@ -126,7 +126,7 @@
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Tue Jun 23 10:24:58 2020 by
129
+ Generated on Wed Jun 24 03:07:58 2020 by
130
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.24 (ruby-2.6.3).
132
132
  </div>
@@ -891,7 +891,7 @@
891
891
  </div>
892
892
 
893
893
  <div id="footer">
894
- Generated on Tue Jun 23 10:25:00 2020 by
894
+ Generated on Wed Jun 24 03:08:01 2020 by
895
895
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
896
896
  0.9.24 (ruby-2.6.3).
897
897
  </div>
@@ -375,7 +375,7 @@
375
375
  </div>
376
376
 
377
377
  <div id="footer">
378
- Generated on Tue Jun 23 10:25:00 2020 by
378
+ Generated on Wed Jun 24 03:08:01 2020 by
379
379
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380
380
  0.9.24 (ruby-2.6.3).
381
381
  </div>
@@ -1509,7 +1509,7 @@
1509
1509
  <li class="public ">
1510
1510
  <span class="summary_signature">
1511
1511
 
1512
- <a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> &#x21d2; !Promise&lt;string&gt; </a>
1512
+ <a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> &#x21d2; String </a>
1513
1513
 
1514
1514
 
1515
1515
 
@@ -5497,7 +5497,7 @@ await this._client.send('Emulation.setGeolocationOverride', latitude, ac
5497
5497
  <div class="method_details ">
5498
5498
  <h3 class="signature " id="title-instance_method">
5499
5499
 
5500
- #<strong>title</strong> &#x21d2; <tt>!Promise&lt;string&gt;</tt>
5500
+ #<strong>title</strong> &#x21d2; <tt>String</tt>
5501
5501
 
5502
5502
 
5503
5503
 
@@ -5517,7 +5517,7 @@ await this._client.send('Emulation.setGeolocationOverride', latitude, ac
5517
5517
  <li>
5518
5518
 
5519
5519
 
5520
- <span class='type'>(<tt>!Promise&lt;string&gt;</tt>)</span>
5520
+ <span class='type'>(<tt>String</tt>)</span>
5521
5521
 
5522
5522
 
5523
5523
 
@@ -5539,7 +5539,7 @@ await this._client.send('Emulation.setGeolocationOverride', latitude, ac
5539
5539
  <pre class="code"><span class="info file"># File 'lib/puppeteer/page.rb', line 849</span>
5540
5540
 
5541
5541
  <span class='kw'>def</span> <span class='id identifier rubyid_title'>title</span>
5542
- <span class='ivar'>@title</span>
5542
+ <span class='id identifier rubyid_main_frame'>main_frame</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span>
5543
5543
  <span class='kw'>end</span></pre>
5544
5544
  </td>
5545
5545
  </tr>
@@ -6163,7 +6163,7 @@ await this._client.send('Emulation.setGeolocationOverride', latitude, ac
6163
6163
  </div>
6164
6164
 
6165
6165
  <div id="footer">
6166
- Generated on Tue Jun 23 10:24:58 2020 by
6166
+ Generated on Wed Jun 24 03:07:59 2020 by
6167
6167
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
6168
6168
  0.9.24 (ruby-2.6.3).
6169
6169
  </div>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Tue Jun 23 10:24:58 2020 by
199
+ Generated on Wed Jun 24 03:07:59 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -835,7 +835,7 @@
835
835
  </div>
836
836
 
837
837
  <div id="footer">
838
- Generated on Tue Jun 23 10:25:01 2020 by
838
+ Generated on Wed Jun 24 03:08:01 2020 by
839
839
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
840
840
  0.9.24 (ruby-2.6.3).
841
841
  </div>
@@ -545,7 +545,7 @@ if (items.length)
545
545
  </div>
546
546
 
547
547
  <div id="footer">
548
- Generated on Tue Jun 23 10:24:58 2020 by
548
+ Generated on Wed Jun 24 03:07:59 2020 by
549
549
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
550
550
  0.9.24 (ruby-2.6.3).
551
551
  </div>
@@ -438,7 +438,7 @@
438
438
  </div>
439
439
 
440
440
  <div id="footer">
441
- Generated on Tue Jun 23 10:24:58 2020 by
441
+ Generated on Wed Jun 24 03:07:59 2020 by
442
442
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
443
443
  0.9.24 (ruby-2.6.3).
444
444
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:24:58 2020 by
117
+ Generated on Wed Jun 24 03:07:59 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>
@@ -1077,7 +1077,7 @@
1077
1077
  </div>
1078
1078
 
1079
1079
  <div id="footer">
1080
- Generated on Tue Jun 23 10:25:00 2020 by
1080
+ Generated on Wed Jun 24 03:08:01 2020 by
1081
1081
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1082
1082
  0.9.24 (ruby-2.6.3).
1083
1083
  </div>
@@ -1326,7 +1326,7 @@
1326
1326
  </div>
1327
1327
 
1328
1328
  <div id="footer">
1329
- Generated on Tue Jun 23 10:24:59 2020 by
1329
+ Generated on Wed Jun 24 03:07:59 2020 by
1330
1330
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1331
1331
  0.9.24 (ruby-2.6.3).
1332
1332
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:24:59 2020 by
117
+ Generated on Wed Jun 24 03:07:59 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>
@@ -719,7 +719,7 @@
719
719
  </div>
720
720
 
721
721
  <div id="footer">
722
- Generated on Tue Jun 23 10:24:59 2020 by
722
+ Generated on Wed Jun 24 03:07:59 2020 by
723
723
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
724
724
  0.9.24 (ruby-2.6.3).
725
725
  </div>
@@ -125,7 +125,7 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Tue Jun 23 10:24:59 2020 by
128
+ Generated on Wed Jun 24 03:07:59 2020 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
130
  0.9.24 (ruby-2.6.3).
131
131
  </div>
@@ -486,7 +486,7 @@
486
486
  </div>
487
487
 
488
488
  <div id="footer">
489
- Generated on Tue Jun 23 10:25:00 2020 by
489
+ Generated on Wed Jun 24 03:08:01 2020 by
490
490
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
491
491
  0.9.24 (ruby-2.6.3).
492
492
  </div>
@@ -454,7 +454,7 @@
454
454
  </div>
455
455
 
456
456
  <div id="footer">
457
- Generated on Tue Jun 23 10:25:00 2020 by
457
+ Generated on Wed Jun 24 03:08:00 2020 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
459
  0.9.24 (ruby-2.6.3).
460
460
  </div>
@@ -827,7 +827,7 @@
827
827
  </div>
828
828
 
829
829
  <div id="footer">
830
- Generated on Tue Jun 23 10:24:59 2020 by
830
+ Generated on Wed Jun 24 03:08:00 2020 by
831
831
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
832
832
  0.9.24 (ruby-2.6.3).
833
833
  </div>
@@ -627,7 +627,7 @@
627
627
  </div>
628
628
 
629
629
  <div id="footer">
630
- Generated on Tue Jun 23 10:24:59 2020 by
630
+ Generated on Wed Jun 24 03:08:00 2020 by
631
631
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
632
632
  0.9.24 (ruby-2.6.3).
633
633
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:24:59 2020 by
117
+ Generated on Wed Jun 24 03:08:00 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>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Tue Jun 23 10:24:59 2020 by
199
+ Generated on Wed Jun 24 03:08:00 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -663,7 +663,7 @@
663
663
  </div>
664
664
 
665
665
  <div id="footer">
666
- Generated on Tue Jun 23 10:25:00 2020 by
666
+ Generated on Wed Jun 24 03:08:00 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 Tue Jun 23 10:25:00 2020 by
405
+ Generated on Wed Jun 24 03:08:00 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>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:25:00 2020 by
117
+ Generated on Wed Jun 24 03:08:00 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>
@@ -590,7 +590,7 @@
590
590
  </div>
591
591
 
592
592
  <div id="footer">
593
- Generated on Tue Jun 23 10:25:01 2020 by
593
+ Generated on Wed Jun 24 03:08:01 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>
@@ -806,7 +806,7 @@
806
806
  </div>
807
807
 
808
808
  <div id="footer">
809
- Generated on Tue Jun 23 10:24:58 2020 by
809
+ Generated on Wed Jun 24 03:07:58 2020 by
810
810
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
811
811
  0.9.24 (ruby-2.6.3).
812
812
  </div>
@@ -115,7 +115,7 @@
115
115
  </div></div>
116
116
 
117
117
  <div id="footer">
118
- Generated on Tue Jun 23 10:24:58 2020 by
118
+ Generated on Wed Jun 24 03:07:58 2020 by
119
119
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
120
120
  0.9.24 (ruby-2.6.3).
121
121
  </div>
@@ -115,7 +115,7 @@
115
115
  </div></div>
116
116
 
117
117
  <div id="footer">
118
- Generated on Tue Jun 23 10:24:58 2020 by
118
+ Generated on Wed Jun 24 03:07:58 2020 by
119
119
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
120
120
  0.9.24 (ruby-2.6.3).
121
121
  </div>
@@ -1902,16 +1902,16 @@
1902
1902
 
1903
1903
  <li class="odd ">
1904
1904
  <div class="item">
1905
- <span class='object_link'><a href="Puppeteer/Target.html#handle_target_info_changed-instance_method" title="Puppeteer::Target#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
1906
- <small>Puppeteer::Target</small>
1905
+ <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>
1906
+ <small>Puppeteer::Browser</small>
1907
1907
  </div>
1908
1908
  </li>
1909
1909
 
1910
1910
 
1911
1911
  <li class="even ">
1912
1912
  <div class="item">
1913
- <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_info_changed-instance_method" title="Puppeteer::Browser#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
1914
- <small>Puppeteer::Browser</small>
1913
+ <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>
1914
+ <small>Puppeteer::Target</small>
1915
1915
  </div>
1916
1916
  </li>
1917
1917
 
@@ -1942,24 +1942,24 @@
1942
1942
 
1943
1943
  <li class="even ">
1944
1944
  <div class="item">
1945
- <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#height-instance_method" title="Puppeteer::ElementHandle::BoxModel#height (method)">#height</a></span>
1946
- <small>Puppeteer::ElementHandle::BoxModel</small>
1945
+ <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
1946
+ <small>Puppeteer::Viewport</small>
1947
1947
  </div>
1948
1948
  </li>
1949
1949
 
1950
1950
 
1951
1951
  <li class="odd ">
1952
1952
  <div class="item">
1953
- <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#height-instance_method" title="Puppeteer::ElementHandle::BoundingBox#height (method)">#height</a></span>
1954
- <small>Puppeteer::ElementHandle::BoundingBox</small>
1953
+ <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#height-instance_method" title="Puppeteer::ElementHandle::BoxModel#height (method)">#height</a></span>
1954
+ <small>Puppeteer::ElementHandle::BoxModel</small>
1955
1955
  </div>
1956
1956
  </li>
1957
1957
 
1958
1958
 
1959
1959
  <li class="even ">
1960
1960
  <div class="item">
1961
- <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
1962
- <small>Puppeteer::Viewport</small>
1961
+ <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#height-instance_method" title="Puppeteer::ElementHandle::BoundingBox#height (method)">#height</a></span>
1962
+ <small>Puppeteer::ElementHandle::BoundingBox</small>
1963
1963
  </div>
1964
1964
  </li>
1965
1965
 
@@ -2046,184 +2046,184 @@
2046
2046
 
2047
2047
  <li class="odd ">
2048
2048
  <div class="item">
2049
- <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
2050
- <small>Puppeteer::EventCallbackable::EventListeners</small>
2049
+ <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
2050
+ <small>Puppeteer::NetworkManager::Credentials</small>
2051
2051
  </div>
2052
2052
  </li>
2053
2053
 
2054
2054
 
2055
2055
  <li class="even ">
2056
2056
  <div class="item">
2057
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
2058
- <small>Puppeteer::LifecycleWatcher</small>
2057
+ <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
2058
+ <small>Puppeteer</small>
2059
2059
  </div>
2060
2060
  </li>
2061
2061
 
2062
2062
 
2063
2063
  <li class="odd ">
2064
2064
  <div class="item">
2065
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
2066
- <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
2065
+ <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
2066
+ <small>Puppeteer::Launcher::ChromeArgOptions</small>
2067
2067
  </div>
2068
2068
  </li>
2069
2069
 
2070
2070
 
2071
2071
  <li class="even ">
2072
2072
  <div class="item">
2073
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
2074
- <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
2073
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
2074
+ <small>Puppeteer::JSHandle</small>
2075
2075
  </div>
2076
2076
  </li>
2077
2077
 
2078
2078
 
2079
2079
  <li class="odd ">
2080
2080
  <div class="item">
2081
- <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
2082
- <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
2081
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
2082
+ <small>Puppeteer::DOMWorld</small>
2083
2083
  </div>
2084
2084
  </li>
2085
2085
 
2086
2086
 
2087
2087
  <li class="even ">
2088
2088
  <div class="item">
2089
- <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
2090
- <small>Puppeteer::WebSocket::DriverImpl</small>
2089
+ <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
2090
+ <small>Puppeteer::Viewport</small>
2091
2091
  </div>
2092
2092
  </li>
2093
2093
 
2094
2094
 
2095
2095
  <li class="odd ">
2096
2096
  <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>
2097
+ <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
2098
+ <small>Puppeteer::WaitTask::TimeoutError</small>
2099
2099
  </div>
2100
2100
  </li>
2101
2101
 
2102
2102
 
2103
2103
  <li class="even ">
2104
2104
  <div class="item">
2105
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
2106
- <small>Puppeteer::ExecutionContext</small>
2105
+ <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
2106
+ <small>Puppeteer::WaitTask</small>
2107
2107
  </div>
2108
2108
  </li>
2109
2109
 
2110
2110
 
2111
2111
  <li class="odd ">
2112
2112
  <div class="item">
2113
- <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
2114
- <small>Puppeteer::WebSocket</small>
2113
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
2114
+ <small>Puppeteer::Keyboard::KeyDefinition</small>
2115
2115
  </div>
2116
2116
  </li>
2117
2117
 
2118
2118
 
2119
2119
  <li class="even ">
2120
2120
  <div class="item">
2121
- <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
2122
- <small>Puppeteer::EmulationManager</small>
2121
+ <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
2122
+ <small>Puppeteer::Connection::ProtocolError</small>
2123
2123
  </div>
2124
2124
  </li>
2125
2125
 
2126
2126
 
2127
2127
  <li class="odd ">
2128
2128
  <div class="item">
2129
- <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
2130
- <small>Puppeteer::Keyboard</small>
2129
+ <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
2130
+ <small>Puppeteer::Connection::MessageCallback</small>
2131
2131
  </div>
2132
2132
  </li>
2133
2133
 
2134
2134
 
2135
2135
  <li class="even ">
2136
2136
  <div class="item">
2137
- <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
2138
- <small>Puppeteer::Frame</small>
2137
+ <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoundingBox#initialize (method)">#initialize</a></span>
2138
+ <small>Puppeteer::ElementHandle::BoundingBox</small>
2139
2139
  </div>
2140
2140
  </li>
2141
2141
 
2142
2142
 
2143
2143
  <li class="odd ">
2144
2144
  <div class="item">
2145
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
2146
- <small>Puppeteer::NetworkManager</small>
2145
+ <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
2146
+ <small>Puppeteer::Connection</small>
2147
2147
  </div>
2148
2148
  </li>
2149
2149
 
2150
2150
 
2151
2151
  <li class="even ">
2152
2152
  <div class="item">
2153
- <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
2154
- <small>Puppeteer::CDPSession</small>
2153
+ <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
2154
+ <small>Puppeteer::Launcher::BrowserOptions</small>
2155
2155
  </div>
2156
2156
  </li>
2157
2157
 
2158
2158
 
2159
2159
  <li class="odd ">
2160
2160
  <div class="item">
2161
- <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
2162
- <small>Puppeteer::NetworkManager::Credentials</small>
2161
+ <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
2162
+ <small>Puppeteer::Page</small>
2163
2163
  </div>
2164
2164
  </li>
2165
2165
 
2166
2166
 
2167
2167
  <li class="even ">
2168
2168
  <div class="item">
2169
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
2170
- <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
2169
+ <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
2170
+ <small>Puppeteer::WebSocket::DriverImpl</small>
2171
2171
  </div>
2172
2172
  </li>
2173
2173
 
2174
2174
 
2175
2175
  <li class="odd ">
2176
2176
  <div class="item">
2177
- <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
2178
- <small>Puppeteer::ConsoleMessage</small>
2177
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
2178
+ <small>Puppeteer::Keyboard::KeyDescription</small>
2179
2179
  </div>
2180
2180
  </li>
2181
2181
 
2182
2182
 
2183
2183
  <li class="even ">
2184
2184
  <div class="item">
2185
- <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
2186
- <small>Puppeteer::ConsoleMessage::Location</small>
2185
+ <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoxModel#initialize (method)">#initialize</a></span>
2186
+ <small>Puppeteer::ElementHandle::BoxModel</small>
2187
2187
  </div>
2188
2188
  </li>
2189
2189
 
2190
2190
 
2191
2191
  <li class="odd ">
2192
2192
  <div class="item">
2193
- <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
2194
- <small>Puppeteer::BrowserFetcher</small>
2193
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
2194
+ <small>Puppeteer::WebSocket</small>
2195
2195
  </div>
2196
2196
  </li>
2197
2197
 
2198
2198
 
2199
2199
  <li class="even ">
2200
2200
  <div class="item">
2201
- <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
2202
- <small>Puppeteer::FileChooser</small>
2201
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
2202
+ <small>Puppeteer::Keyboard</small>
2203
2203
  </div>
2204
2204
  </li>
2205
2205
 
2206
2206
 
2207
2207
  <li class="odd ">
2208
2208
  <div class="item">
2209
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
2210
- <small>Puppeteer::BrowserContext</small>
2209
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
2210
+ <small>Puppeteer::CDPSession</small>
2211
2211
  </div>
2212
2212
  </li>
2213
2213
 
2214
2214
 
2215
2215
  <li class="even ">
2216
2216
  <div class="item">
2217
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
2218
- <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
2217
+ <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
2218
+ <small>Puppeteer::Page::ScreenshotOptions</small>
2219
2219
  </div>
2220
2220
  </li>
2221
2221
 
2222
2222
 
2223
2223
  <li class="odd ">
2224
2224
  <div class="item">
2225
- <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
2226
- <small>Puppeteer::Mouse</small>
2225
+ <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
2226
+ <small>Puppeteer::FileChooser</small>
2227
2227
  </div>
2228
2228
  </li>
2229
2229
 
@@ -2238,8 +2238,8 @@
2238
2238
 
2239
2239
  <li class="odd ">
2240
2240
  <div class="item">
2241
- <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
2242
- <small>Puppeteer::Device</small>
2241
+ <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
2242
+ <small>Puppeteer::Page::FileChooserTimeoutError</small>
2243
2243
  </div>
2244
2244
  </li>
2245
2245
 
@@ -2254,32 +2254,32 @@
2254
2254
 
2255
2255
  <li class="odd ">
2256
2256
  <div class="item">
2257
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
2258
- <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
2257
+ <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
2258
+ <small>Puppeteer::Browser</small>
2259
2259
  </div>
2260
2260
  </li>
2261
2261
 
2262
2262
 
2263
2263
  <li class="even ">
2264
2264
  <div class="item">
2265
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
2266
- <small>Puppeteer::ElementHandle</small>
2265
+ <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
2266
+ <small>Puppeteer::Launcher::LaunchOptions</small>
2267
2267
  </div>
2268
2268
  </li>
2269
2269
 
2270
2270
 
2271
2271
  <li class="odd ">
2272
2272
  <div class="item">
2273
- <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
2274
- <small>Puppeteer::BrowserRunner::BrowserProcess</small>
2273
+ <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
2274
+ <small>Puppeteer::Launcher::Base</small>
2275
2275
  </div>
2276
2276
  </li>
2277
2277
 
2278
2278
 
2279
2279
  <li class="even ">
2280
2280
  <div class="item">
2281
- <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
2282
- <small>Puppeteer::BrowserRunner</small>
2281
+ <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
2282
+ <small>Puppeteer::RemoteObject</small>
2283
2283
  </div>
2284
2284
  </li>
2285
2285
 
@@ -2294,216 +2294,216 @@
2294
2294
 
2295
2295
  <li class="even ">
2296
2296
  <div class="item">
2297
- <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
2298
- <small>Puppeteer::RemoteObject</small>
2297
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
2298
+ <small>Puppeteer::WebSocketTransport</small>
2299
2299
  </div>
2300
2300
  </li>
2301
2301
 
2302
2302
 
2303
2303
  <li class="odd ">
2304
2304
  <div class="item">
2305
- <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
2306
- <small>Puppeteer::Launcher::Base</small>
2305
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
2306
+ <small>Puppeteer::Page::ScriptTag</small>
2307
2307
  </div>
2308
2308
  </li>
2309
2309
 
2310
2310
 
2311
2311
  <li class="even ">
2312
2312
  <div class="item">
2313
- <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
2314
- <small>Puppeteer::Browser</small>
2313
+ <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
2314
+ <small>Puppeteer::BrowserRunner</small>
2315
2315
  </div>
2316
2316
  </li>
2317
2317
 
2318
2318
 
2319
2319
  <li class="odd ">
2320
2320
  <div class="item">
2321
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
2322
- <small>Puppeteer::Target::TargetInfo</small>
2321
+ <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
2322
+ <small>Puppeteer::ElementHandle::Point</small>
2323
2323
  </div>
2324
2324
  </li>
2325
2325
 
2326
2326
 
2327
2327
  <li class="even ">
2328
2328
  <div class="item">
2329
- <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
2330
- <small>Puppeteer</small>
2329
+ <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#initialize-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#initialize (method)">#initialize</a></span>
2330
+ <small>Puppeteer::BrowserRunner::BrowserProcess</small>
2331
2331
  </div>
2332
2332
  </li>
2333
2333
 
2334
2334
 
2335
2335
  <li class="odd ">
2336
2336
  <div class="item">
2337
- <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
2338
- <small>Puppeteer::Launcher::ChromeArgOptions</small>
2337
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
2338
+ <small>Puppeteer::Page::StyleTag</small>
2339
2339
  </div>
2340
2340
  </li>
2341
2341
 
2342
2342
 
2343
2343
  <li class="even ">
2344
2344
  <div class="item">
2345
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
2346
- <small>Puppeteer::Keyboard::KeyDefinition</small>
2345
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
2346
+ <small>Puppeteer::Target::TargetInfo</small>
2347
2347
  </div>
2348
2348
  </li>
2349
2349
 
2350
2350
 
2351
2351
  <li class="odd ">
2352
2352
  <div class="item">
2353
- <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
2354
- <small>Puppeteer::JSHandle</small>
2353
+ <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
2354
+ <small>Puppeteer::EventCallbackable::EventListeners</small>
2355
2355
  </div>
2356
2356
  </li>
2357
2357
 
2358
2358
 
2359
2359
  <li class="even ">
2360
2360
  <div class="item">
2361
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
2362
- <small>Puppeteer::DOMWorld</small>
2361
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
2362
+ <small>Puppeteer::ElementHandle</small>
2363
2363
  </div>
2364
2364
  </li>
2365
2365
 
2366
2366
 
2367
2367
  <li class="odd ">
2368
2368
  <div class="item">
2369
- <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoundingBox#initialize (method)">#initialize</a></span>
2370
- <small>Puppeteer::ElementHandle::BoundingBox</small>
2369
+ <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
2370
+ <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
2371
2371
  </div>
2372
2372
  </li>
2373
2373
 
2374
2374
 
2375
2375
  <li class="even ">
2376
2376
  <div class="item">
2377
- <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
2378
- <small>Puppeteer::Launcher::BrowserOptions</small>
2377
+ <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
2378
+ <small>Puppeteer::Device</small>
2379
2379
  </div>
2380
2380
  </li>
2381
2381
 
2382
2382
 
2383
2383
  <li class="odd ">
2384
2384
  <div class="item">
2385
- <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
2386
- <small>Puppeteer::Page</small>
2385
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
2386
+ <small>Puppeteer::LifecycleWatcher</small>
2387
2387
  </div>
2388
2388
  </li>
2389
2389
 
2390
2390
 
2391
2391
  <li class="even ">
2392
2392
  <div class="item">
2393
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
2394
- <small>Puppeteer::Keyboard::KeyDescription</small>
2393
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
2394
+ <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
2395
2395
  </div>
2396
2396
  </li>
2397
2397
 
2398
2398
 
2399
2399
  <li class="odd ">
2400
2400
  <div class="item">
2401
- <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
2402
- <small>Puppeteer::Viewport</small>
2401
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
2402
+ <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
2403
2403
  </div>
2404
2404
  </li>
2405
2405
 
2406
2406
 
2407
2407
  <li class="even ">
2408
2408
  <div class="item">
2409
- <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
2410
- <small>Puppeteer::WaitTask::TimeoutError</small>
2409
+ <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
2410
+ <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
2411
2411
  </div>
2412
2412
  </li>
2413
2413
 
2414
2414
 
2415
2415
  <li class="odd ">
2416
2416
  <div class="item">
2417
- <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
2418
- <small>Puppeteer::WaitTask</small>
2417
+ <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
2418
+ <small>Puppeteer::Mouse</small>
2419
2419
  </div>
2420
2420
  </li>
2421
2421
 
2422
2422
 
2423
2423
  <li class="even ">
2424
2424
  <div class="item">
2425
- <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#initialize-instance_method" title="Puppeteer::ElementHandle::BoxModel#initialize (method)">#initialize</a></span>
2426
- <small>Puppeteer::ElementHandle::BoxModel</small>
2425
+ <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
2426
+ <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
2427
2427
  </div>
2428
2428
  </li>
2429
2429
 
2430
2430
 
2431
2431
  <li class="odd ">
2432
2432
  <div class="item">
2433
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
2434
- <small>Puppeteer::Page::ScreenshotOptions</small>
2433
+ <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
2434
+ <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
2435
2435
  </div>
2436
2436
  </li>
2437
2437
 
2438
2438
 
2439
2439
  <li class="even ">
2440
2440
  <div class="item">
2441
- <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
2442
- <small>Puppeteer::Connection::ProtocolError</small>
2441
+ <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
2442
+ <small>Puppeteer::ExecutionContext</small>
2443
2443
  </div>
2444
2444
  </li>
2445
2445
 
2446
2446
 
2447
2447
  <li class="odd ">
2448
2448
  <div class="item">
2449
- <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
2450
- <small>Puppeteer::Connection::MessageCallback</small>
2449
+ <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
2450
+ <small>Puppeteer::EmulationManager</small>
2451
2451
  </div>
2452
2452
  </li>
2453
2453
 
2454
2454
 
2455
2455
  <li class="even ">
2456
2456
  <div class="item">
2457
- <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
2458
- <small>Puppeteer::Page::FileChooserTimeoutError</small>
2457
+ <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
2458
+ <small>Puppeteer::Frame</small>
2459
2459
  </div>
2460
2460
  </li>
2461
2461
 
2462
2462
 
2463
2463
  <li class="odd ">
2464
2464
  <div class="item">
2465
- <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
2466
- <small>Puppeteer::Launcher::LaunchOptions</small>
2465
+ <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
2466
+ <small>Puppeteer::BrowserContext</small>
2467
2467
  </div>
2468
2468
  </li>
2469
2469
 
2470
2470
 
2471
2471
  <li class="even ">
2472
2472
  <div class="item">
2473
- <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
2474
- <small>Puppeteer::Connection</small>
2473
+ <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
2474
+ <small>Puppeteer::BrowserFetcher</small>
2475
2475
  </div>
2476
2476
  </li>
2477
2477
 
2478
2478
 
2479
2479
  <li class="odd ">
2480
2480
  <div class="item">
2481
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
2482
- <small>Puppeteer::WebSocketTransport</small>
2481
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
2482
+ <small>Puppeteer::ConsoleMessage::Location</small>
2483
2483
  </div>
2484
2484
  </li>
2485
2485
 
2486
2486
 
2487
2487
  <li class="even ">
2488
2488
  <div class="item">
2489
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
2490
- <small>Puppeteer::Page::ScriptTag</small>
2489
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
2490
+ <small>Puppeteer::ConsoleMessage</small>
2491
2491
  </div>
2492
2492
  </li>
2493
2493
 
2494
2494
 
2495
2495
  <li class="odd ">
2496
2496
  <div class="item">
2497
- <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
2498
- <small>Puppeteer::ElementHandle::Point</small>
2497
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
2498
+ <small>Puppeteer::NetworkManager</small>
2499
2499
  </div>
2500
2500
  </li>
2501
2501
 
2502
2502
 
2503
2503
  <li class="even ">
2504
2504
  <div class="item">
2505
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
2506
- <small>Puppeteer::Page::StyleTag</small>
2505
+ <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
2506
+ <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
2507
2507
  </div>
2508
2508
  </li>
2509
2509
 
@@ -2558,16 +2558,16 @@
2558
2558
 
2559
2559
  <li class="odd ">
2560
2560
  <div class="item">
2561
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
2562
- <small>Puppeteer::Keyboard::KeyDescription</small>
2561
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
2562
+ <small>Puppeteer::Keyboard::KeyDefinition</small>
2563
2563
  </div>
2564
2564
  </li>
2565
2565
 
2566
2566
 
2567
2567
  <li class="even ">
2568
2568
  <div class="item">
2569
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
2570
- <small>Puppeteer::Keyboard::KeyDefinition</small>
2569
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
2570
+ <small>Puppeteer::Keyboard::KeyDescription</small>
2571
2571
  </div>
2572
2572
  </li>
2573
2573
 
@@ -2622,16 +2622,16 @@
2622
2622
 
2623
2623
  <li class="odd ">
2624
2624
  <div class="item">
2625
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
2626
- <small>Puppeteer::Launcher::Chrome</small>
2625
+ <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
2626
+ <small>Puppeteer</small>
2627
2627
  </div>
2628
2628
  </li>
2629
2629
 
2630
2630
 
2631
2631
  <li class="even ">
2632
2632
  <div class="item">
2633
- <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
2634
- <small>Puppeteer</small>
2633
+ <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
2634
+ <small>Puppeteer::Launcher::Chrome</small>
2635
2635
  </div>
2636
2636
  </li>
2637
2637
 
@@ -2886,16 +2886,16 @@
2886
2886
 
2887
2887
  <li class="even ">
2888
2888
  <div class="item">
2889
- <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
2890
- <small>Puppeteer::Page</small>
2889
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
2890
+ <small>Puppeteer::NetworkManager</small>
2891
2891
  </div>
2892
2892
  </li>
2893
2893
 
2894
2894
 
2895
2895
  <li class="odd ">
2896
2896
  <div class="item">
2897
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
2898
- <small>Puppeteer::NetworkManager</small>
2897
+ <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
2898
+ <small>Puppeteer::Page</small>
2899
2899
  </div>
2900
2900
  </li>
2901
2901
 
@@ -2910,40 +2910,40 @@
2910
2910
 
2911
2911
  <li class="odd ">
2912
2912
  <div class="item">
2913
- <span class='object_link'><a href="Puppeteer/Browser.html#on-instance_method" title="Puppeteer::Browser#on (method)">#on</a></span>
2914
- <small>Puppeteer::Browser</small>
2913
+ <span class='object_link'><a href="Puppeteer/Page.html#on-instance_method" title="Puppeteer::Page#on (method)">#on</a></span>
2914
+ <small>Puppeteer::Page</small>
2915
2915
  </div>
2916
2916
  </li>
2917
2917
 
2918
2918
 
2919
2919
  <li class="even ">
2920
2920
  <div class="item">
2921
- <span class='object_link'><a href="Puppeteer/Page.html#on-instance_method" title="Puppeteer::Page#on (method)">#on</a></span>
2922
- <small>Puppeteer::Page</small>
2921
+ <span class='object_link'><a href="Puppeteer/Browser.html#on-instance_method" title="Puppeteer::Browser#on (method)">#on</a></span>
2922
+ <small>Puppeteer::Browser</small>
2923
2923
  </div>
2924
2924
  </li>
2925
2925
 
2926
2926
 
2927
2927
  <li class="odd ">
2928
2928
  <div class="item">
2929
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
2930
- <small>Puppeteer::WebSocketTransport</small>
2929
+ <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
2930
+ <small>Puppeteer::Connection</small>
2931
2931
  </div>
2932
2932
  </li>
2933
2933
 
2934
2934
 
2935
2935
  <li class="even ">
2936
2936
  <div class="item">
2937
- <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
2938
- <small>Puppeteer::Connection</small>
2937
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
2938
+ <small>Puppeteer::WebSocket</small>
2939
2939
  </div>
2940
2940
  </li>
2941
2941
 
2942
2942
 
2943
2943
  <li class="odd ">
2944
2944
  <div class="item">
2945
- <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
2946
- <small>Puppeteer::WebSocket</small>
2945
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
2946
+ <small>Puppeteer::WebSocketTransport</small>
2947
2947
  </div>
2948
2948
  </li>
2949
2949
 
@@ -2974,16 +2974,16 @@
2974
2974
 
2975
2975
  <li class="odd ">
2976
2976
  <div class="item">
2977
- <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
2978
- <small>Puppeteer::WebSocket</small>
2977
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
2978
+ <small>Puppeteer::WebSocketTransport</small>
2979
2979
  </div>
2980
2980
  </li>
2981
2981
 
2982
2982
 
2983
2983
  <li class="even ">
2984
2984
  <div class="item">
2985
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
2986
- <small>Puppeteer::WebSocketTransport</small>
2985
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
2986
+ <small>Puppeteer::WebSocket</small>
2987
2987
  </div>
2988
2988
  </li>
2989
2989
 
@@ -3038,16 +3038,16 @@
3038
3038
 
3039
3039
  <li class="odd ">
3040
3040
  <div class="item">
3041
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
3042
- <small>Puppeteer::BrowserContext</small>
3041
+ <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
3042
+ <small>Puppeteer::Browser</small>
3043
3043
  </div>
3044
3044
  </li>
3045
3045
 
3046
3046
 
3047
3047
  <li class="even ">
3048
3048
  <div class="item">
3049
- <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
3050
- <small>Puppeteer::Browser</small>
3049
+ <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
3050
+ <small>Puppeteer::BrowserContext</small>
3051
3051
  </div>
3052
3052
  </li>
3053
3053
 
@@ -3070,16 +3070,16 @@
3070
3070
 
3071
3071
  <li class="odd ">
3072
3072
  <div class="item">
3073
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
3074
- <small>Puppeteer::Page::StyleTag</small>
3073
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
3074
+ <small>Puppeteer::Page::ScriptTag</small>
3075
3075
  </div>
3076
3076
  </li>
3077
3077
 
3078
3078
 
3079
3079
  <li class="even ">
3080
3080
  <div class="item">
3081
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
3082
- <small>Puppeteer::Page::ScriptTag</small>
3081
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
3082
+ <small>Puppeteer::Page::StyleTag</small>
3083
3083
  </div>
3084
3084
  </li>
3085
3085
 
@@ -3230,16 +3230,16 @@
3230
3230
 
3231
3231
  <li class="odd ">
3232
3232
  <div class="item">
3233
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
3234
- <small>Puppeteer::NetworkManager</small>
3233
+ <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
3234
+ <small>Puppeteer::Page</small>
3235
3235
  </div>
3236
3236
  </li>
3237
3237
 
3238
3238
 
3239
3239
  <li class="even ">
3240
3240
  <div class="item">
3241
- <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
3242
- <small>Puppeteer::Page</small>
3241
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
3242
+ <small>Puppeteer::NetworkManager</small>
3243
3243
  </div>
3244
3244
  </li>
3245
3245
 
@@ -3286,16 +3286,16 @@
3286
3286
 
3287
3287
  <li class="even ">
3288
3288
  <div class="item">
3289
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
3290
- <small>Puppeteer::ElementHandle</small>
3289
+ <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
3290
+ <small>Puppeteer::Page</small>
3291
3291
  </div>
3292
3292
  </li>
3293
3293
 
3294
3294
 
3295
3295
  <li class="odd ">
3296
3296
  <div class="item">
3297
- <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
3298
- <small>Puppeteer::Page</small>
3297
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
3298
+ <small>Puppeteer::ElementHandle</small>
3299
3299
  </div>
3300
3300
  </li>
3301
3301
 
@@ -3326,16 +3326,16 @@
3326
3326
 
3327
3327
  <li class="odd ">
3328
3328
  <div class="item">
3329
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
3330
- <small>Puppeteer::ElementHandle</small>
3329
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
3330
+ <small>Puppeteer::DOMWorld</small>
3331
3331
  </div>
3332
3332
  </li>
3333
3333
 
3334
3334
 
3335
3335
  <li class="even ">
3336
3336
  <div class="item">
3337
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
3338
- <small>Puppeteer::DOMWorld</small>
3337
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
3338
+ <small>Puppeteer::ElementHandle</small>
3339
3339
  </div>
3340
3340
  </li>
3341
3341
 
@@ -3358,16 +3358,16 @@
3358
3358
 
3359
3359
  <li class="odd ">
3360
3360
  <div class="item">
3361
- <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
3362
- <small>Puppeteer::Connection</small>
3361
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
3362
+ <small>Puppeteer::CDPSession</small>
3363
3363
  </div>
3364
3364
  </li>
3365
3365
 
3366
3366
 
3367
3367
  <li class="even ">
3368
3368
  <div class="item">
3369
- <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
3370
- <small>Puppeteer::CDPSession</small>
3369
+ <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
3370
+ <small>Puppeteer::Connection</small>
3371
3371
  </div>
3372
3372
  </li>
3373
3373
 
@@ -3398,16 +3398,16 @@
3398
3398
 
3399
3399
  <li class="even ">
3400
3400
  <div class="item">
3401
- <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
3402
- <small>Puppeteer::Frame</small>
3401
+ <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
3402
+ <small>Puppeteer::Page</small>
3403
3403
  </div>
3404
3404
  </li>
3405
3405
 
3406
3406
 
3407
3407
  <li class="odd ">
3408
3408
  <div class="item">
3409
- <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
3410
- <small>Puppeteer::Page</small>
3409
+ <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
3410
+ <small>Puppeteer::Frame</small>
3411
3411
  </div>
3412
3412
  </li>
3413
3413
 
@@ -3494,16 +3494,16 @@
3494
3494
 
3495
3495
  <li class="even ">
3496
3496
  <div class="item">
3497
- <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
3498
- <small>Puppeteer::Page</small>
3497
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
3498
+ <small>Puppeteer::DOMWorld</small>
3499
3499
  </div>
3500
3500
  </li>
3501
3501
 
3502
3502
 
3503
3503
  <li class="odd ">
3504
3504
  <div class="item">
3505
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
3506
- <small>Puppeteer::DOMWorld</small>
3505
+ <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
3506
+ <small>Puppeteer::TouchScreen</small>
3507
3507
  </div>
3508
3508
  </li>
3509
3509
 
@@ -3518,32 +3518,32 @@
3518
3518
 
3519
3519
  <li class="odd ">
3520
3520
  <div class="item">
3521
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
3522
- <small>Puppeteer::ElementHandle</small>
3521
+ <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
3522
+ <small>Puppeteer::Page</small>
3523
3523
  </div>
3524
3524
  </li>
3525
3525
 
3526
3526
 
3527
3527
  <li class="even ">
3528
3528
  <div class="item">
3529
- <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
3530
- <small>Puppeteer::TouchScreen</small>
3529
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
3530
+ <small>Puppeteer::ElementHandle</small>
3531
3531
  </div>
3532
3532
  </li>
3533
3533
 
3534
3534
 
3535
3535
  <li class="odd ">
3536
3536
  <div class="item">
3537
- <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
3538
- <small>Puppeteer::Browser</small>
3537
+ <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
3538
+ <small>Puppeteer::Page</small>
3539
3539
  </div>
3540
3540
  </li>
3541
3541
 
3542
3542
 
3543
3543
  <li class="even ">
3544
3544
  <div class="item">
3545
- <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
3546
- <small>Puppeteer::Page</small>
3545
+ <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
3546
+ <small>Puppeteer::Browser</small>
3547
3547
  </div>
3548
3548
  </li>
3549
3549
 
@@ -3598,16 +3598,16 @@
3598
3598
 
3599
3599
  <li class="odd ">
3600
3600
  <div class="item">
3601
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#text (method)">#text</a></span>
3602
- <small>Puppeteer::Keyboard::KeyDefinition</small>
3601
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
3602
+ <small>Puppeteer::ConsoleMessage</small>
3603
3603
  </div>
3604
3604
  </li>
3605
3605
 
3606
3606
 
3607
3607
  <li class="even ">
3608
3608
  <div class="item">
3609
- <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
3610
- <small>Puppeteer::ConsoleMessage</small>
3609
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#text (method)">#text</a></span>
3610
+ <small>Puppeteer::Keyboard::KeyDefinition</small>
3611
3611
  </div>
3612
3612
  </li>
3613
3613
 
@@ -3646,8 +3646,8 @@
3646
3646
 
3647
3647
  <li class="odd ">
3648
3648
  <div class="item">
3649
- <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
3650
- <small>Puppeteer::Frame</small>
3649
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#title-instance_method" title="Puppeteer::DOMWorld#title (method)">#title</a></span>
3650
+ <small>Puppeteer::DOMWorld</small>
3651
3651
  </div>
3652
3652
  </li>
3653
3653
 
@@ -3670,32 +3670,32 @@
3670
3670
 
3671
3671
  <li class="even ">
3672
3672
  <div class="item">
3673
- <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
3674
- <small>Puppeteer::Page</small>
3673
+ <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
3674
+ <small>Puppeteer::Frame</small>
3675
3675
  </div>
3676
3676
  </li>
3677
3677
 
3678
3678
 
3679
3679
  <li class="odd ">
3680
3680
  <div class="item">
3681
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
3682
- <small>Puppeteer::Page::ScriptTag</small>
3681
+ <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
3682
+ <small>Puppeteer::Page</small>
3683
3683
  </div>
3684
3684
  </li>
3685
3685
 
3686
3686
 
3687
3687
  <li class="even ">
3688
3688
  <div class="item">
3689
- <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
3690
- <small>Puppeteer::Target</small>
3689
+ <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
3690
+ <small>Puppeteer::Page::ScreenshotOptions</small>
3691
3691
  </div>
3692
3692
  </li>
3693
3693
 
3694
3694
 
3695
3695
  <li class="odd ">
3696
3696
  <div class="item">
3697
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
3698
- <small>Puppeteer::Page::ScreenshotOptions</small>
3697
+ <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
3698
+ <small>Puppeteer::Target</small>
3699
3699
  </div>
3700
3700
  </li>
3701
3701
 
@@ -3710,48 +3710,48 @@
3710
3710
 
3711
3711
  <li class="odd ">
3712
3712
  <div class="item">
3713
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
3714
- <small>Puppeteer::DOMWorld</small>
3713
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
3714
+ <small>Puppeteer::Page::ScriptTag</small>
3715
3715
  </div>
3716
3716
  </li>
3717
3717
 
3718
3718
 
3719
3719
  <li class="even ">
3720
3720
  <div class="item">
3721
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
3722
- <small>Puppeteer::ElementHandle</small>
3721
+ <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
3722
+ <small>Puppeteer::Frame</small>
3723
3723
  </div>
3724
3724
  </li>
3725
3725
 
3726
3726
 
3727
3727
  <li class="odd ">
3728
3728
  <div class="item">
3729
- <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
3730
- <small>Puppeteer::Frame</small>
3729
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
3730
+ <small>Puppeteer::Keyboard</small>
3731
3731
  </div>
3732
3732
  </li>
3733
3733
 
3734
3734
 
3735
3735
  <li class="even ">
3736
3736
  <div class="item">
3737
- <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
3738
- <small>Puppeteer::Keyboard</small>
3737
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
3738
+ <small>Puppeteer::ElementHandle</small>
3739
3739
  </div>
3740
3740
  </li>
3741
3741
 
3742
3742
 
3743
3743
  <li class="odd ">
3744
3744
  <div class="item">
3745
- <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
3746
- <small>Puppeteer::Page</small>
3745
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
3746
+ <small>Puppeteer::DOMWorld</small>
3747
3747
  </div>
3748
3748
  </li>
3749
3749
 
3750
3750
 
3751
3751
  <li class="even ">
3752
3752
  <div class="item">
3753
- <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
3754
- <small>Puppeteer::Keyboard</small>
3753
+ <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
3754
+ <small>Puppeteer::Page</small>
3755
3755
  </div>
3756
3756
  </li>
3757
3757
 
@@ -3766,85 +3766,93 @@
3766
3766
 
3767
3767
  <li class="even ">
3768
3768
  <div class="item">
3769
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
3770
- <small>Puppeteer::ElementHandle</small>
3769
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
3770
+ <small>Puppeteer::Keyboard</small>
3771
3771
  </div>
3772
3772
  </li>
3773
3773
 
3774
3774
 
3775
3775
  <li class="odd ">
3776
3776
  <div class="item">
3777
- <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
3778
- <small>Puppeteer::WebSocket::DriverImpl</small>
3777
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
3778
+ <small>Puppeteer::ElementHandle</small>
3779
3779
  </div>
3780
3780
  </li>
3781
3781
 
3782
3782
 
3783
3783
  <li class="even ">
3784
3784
  <div class="item">
3785
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
3786
- <small>Puppeteer::Target::TargetInfo</small>
3785
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
3786
+ <small>Puppeteer::Page::StyleTag</small>
3787
3787
  </div>
3788
3788
  </li>
3789
3789
 
3790
3790
 
3791
3791
  <li class="odd ">
3792
3792
  <div class="item">
3793
- <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
3794
- <small>Puppeteer::Frame</small>
3793
+ <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
3794
+ <small>Puppeteer::Page</small>
3795
3795
  </div>
3796
3796
  </li>
3797
3797
 
3798
3798
 
3799
3799
  <li class="even ">
3800
3800
  <div class="item">
3801
- <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
3802
- <small>Puppeteer::Connection</small>
3801
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
3802
+ <small>Puppeteer::Page::ScriptTag</small>
3803
3803
  </div>
3804
3804
  </li>
3805
3805
 
3806
3806
 
3807
3807
  <li class="odd ">
3808
3808
  <div class="item">
3809
- <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
3810
- <small>Puppeteer::Page</small>
3809
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
3810
+ <small>Puppeteer::Target::TargetInfo</small>
3811
3811
  </div>
3812
3812
  </li>
3813
3813
 
3814
3814
 
3815
3815
  <li class="even ">
3816
3816
  <div class="item">
3817
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
3818
- <small>Puppeteer::Page::StyleTag</small>
3817
+ <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
3818
+ <small>Puppeteer::Target</small>
3819
3819
  </div>
3820
3820
  </li>
3821
3821
 
3822
3822
 
3823
3823
  <li class="odd ">
3824
3824
  <div class="item">
3825
- <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
3826
- <small>Puppeteer::Target</small>
3825
+ <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
3826
+ <small>Puppeteer::WebSocket::DriverImpl</small>
3827
3827
  </div>
3828
3828
  </li>
3829
3829
 
3830
3830
 
3831
3831
  <li class="even ">
3832
3832
  <div class="item">
3833
- <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
3834
- <small>Puppeteer::ConsoleMessage::Location</small>
3833
+ <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
3834
+ <small>Puppeteer::Connection</small>
3835
3835
  </div>
3836
3836
  </li>
3837
3837
 
3838
3838
 
3839
3839
  <li class="odd ">
3840
3840
  <div class="item">
3841
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
3842
- <small>Puppeteer::Page::ScriptTag</small>
3841
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
3842
+ <small>Puppeteer::ConsoleMessage::Location</small>
3843
3843
  </div>
3844
3844
  </li>
3845
3845
 
3846
3846
 
3847
3847
  <li class="even ">
3848
+ <div class="item">
3849
+ <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
3850
+ <small>Puppeteer::Frame</small>
3851
+ </div>
3852
+ </li>
3853
+
3854
+
3855
+ <li class="odd ">
3848
3856
  <div class="item">
3849
3857
  <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
3850
3858
  <small>Puppeteer::Device</small>
@@ -3852,7 +3860,7 @@
3852
3860
  </li>
3853
3861
 
3854
3862
 
3855
- <li class="odd ">
3863
+ <li class="even ">
3856
3864
  <div class="item">
3857
3865
  <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
3858
3866
  <small>Puppeteer::Browser</small>
@@ -3860,7 +3868,7 @@
3860
3868
  </li>
3861
3869
 
3862
3870
 
3863
- <li class="even ">
3871
+ <li class="odd ">
3864
3872
  <div class="item">
3865
3873
  <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
3866
3874
  <small>Puppeteer::NetworkManager</small>
@@ -3868,7 +3876,7 @@
3868
3876
  </li>
3869
3877
 
3870
3878
 
3871
- <li class="odd ">
3879
+ <li class="even ">
3872
3880
  <div class="item">
3873
3881
  <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
3874
3882
  <small>Puppeteer::Page</small>
@@ -3876,7 +3884,7 @@
3876
3884
  </li>
3877
3885
 
3878
3886
 
3879
- <li class="even ">
3887
+ <li class="odd ">
3880
3888
  <div class="item">
3881
3889
  <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#user_data_dir-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#user_data_dir (method)">#user_data_dir</a></span>
3882
3890
  <small>Puppeteer::Launcher::ChromeArgOptions</small>
@@ -3884,7 +3892,7 @@
3884
3892
  </li>
3885
3893
 
3886
3894
 
3887
- <li class="odd ">
3895
+ <li class="even ">
3888
3896
  <div class="item">
3889
3897
  <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#username-instance_method" title="Puppeteer::NetworkManager::Credentials#username (method)">#username</a></span>
3890
3898
  <small>Puppeteer::NetworkManager::Credentials</small>
@@ -3892,7 +3900,7 @@
3892
3900
  </li>
3893
3901
 
3894
3902
 
3895
- <li class="even ">
3903
+ <li class="odd ">
3896
3904
  <div class="item">
3897
3905
  <span class='object_link'><a href="Puppeteer/RemoteObject.html#value-instance_method" title="Puppeteer::RemoteObject#value (method)">#value</a></span>
3898
3906
  <small>Puppeteer::RemoteObject</small>
@@ -3900,7 +3908,7 @@
3900
3908
  </li>
3901
3909
 
3902
3910
 
3903
- <li class="odd ">
3911
+ <li class="even ">
3904
3912
  <div class="item">
3905
3913
  <span class='object_link'><a href="Puppeteer/Browser.html#version-instance_method" title="Puppeteer::Browser#version (method)">#version</a></span>
3906
3914
  <small>Puppeteer::Browser</small>
@@ -3908,7 +3916,7 @@
3908
3916
  </li>
3909
3917
 
3910
3918
 
3911
- <li class="even ">
3919
+ <li class="odd ">
3912
3920
  <div class="item">
3913
3921
  <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
3914
3922
  <small>Puppeteer::Page</small>
@@ -3916,7 +3924,7 @@
3916
3924
  </li>
3917
3925
 
3918
3926
 
3919
- <li class="odd ">
3927
+ <li class="even ">
3920
3928
  <div class="item">
3921
3929
  <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
3922
3930
  <small>Puppeteer::Device</small>
@@ -3924,7 +3932,7 @@
3924
3932
  </li>
3925
3933
 
3926
3934
 
3927
- <li class="even ">
3935
+ <li class="odd ">
3928
3936
  <div class="item">
3929
3937
  <span class='object_link'><a href="Puppeteer/Page.html#wait_for_file_chooser-instance_method" title="Puppeteer::Page#wait_for_file_chooser (method)">#wait_for_file_chooser</a></span>
3930
3938
  <small>Puppeteer::Page</small>
@@ -3932,7 +3940,7 @@
3932
3940
  </li>
3933
3941
 
3934
3942
 
3935
- <li class="odd ">
3943
+ <li class="even ">
3936
3944
  <div class="item">
3937
3945
  <span class='object_link'><a href="Puppeteer/FrameManager.html#wait_for_frame_navigation-instance_method" title="Puppeteer::FrameManager#wait_for_frame_navigation (method)">#wait_for_frame_navigation</a></span>
3938
3946
  <small>Puppeteer::FrameManager</small>
@@ -3940,14 +3948,6 @@
3940
3948
  </li>
3941
3949
 
3942
3950
 
3943
- <li class="even ">
3944
- <div class="item">
3945
- <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>
3946
- <small>Puppeteer::Frame</small>
3947
- </div>
3948
- </li>
3949
-
3950
-
3951
3951
  <li class="odd ">
3952
3952
  <div class="item">
3953
3953
  <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
@@ -3958,8 +3958,8 @@
3958
3958
 
3959
3959
  <li class="even ">
3960
3960
  <div class="item">
3961
- <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>
3962
- <small>Puppeteer::DOMWorld</small>
3961
+ <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_function-instance_method" title="Puppeteer::Frame#wait_for_function (method)">#wait_for_function</a></span>
3962
+ <small>Puppeteer::Frame</small>
3963
3963
  </div>
3964
3964
  </li>
3965
3965
 
@@ -3982,24 +3982,24 @@
3982
3982
 
3983
3983
  <li class="odd ">
3984
3984
  <div class="item">
3985
- <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>
3986
- <small>Puppeteer::BrowserContext</small>
3985
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_selector-instance_method" title="Puppeteer::DOMWorld#wait_for_selector (method)">#wait_for_selector</a></span>
3986
+ <small>Puppeteer::DOMWorld</small>
3987
3987
  </div>
3988
3988
  </li>
3989
3989
 
3990
3990
 
3991
3991
  <li class="even ">
3992
3992
  <div class="item">
3993
- <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>
3994
- <small>Puppeteer::Browser</small>
3993
+ <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>
3994
+ <small>Puppeteer::BrowserContext</small>
3995
3995
  </div>
3996
3996
  </li>
3997
3997
 
3998
3998
 
3999
3999
  <li class="odd ">
4000
4000
  <div class="item">
4001
- <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
4002
- <small>Puppeteer::Frame</small>
4001
+ <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>
4002
+ <small>Puppeteer::Browser</small>
4003
4003
  </div>
4004
4004
  </li>
4005
4005
 
@@ -4013,6 +4013,14 @@
4013
4013
 
4014
4014
 
4015
4015
  <li class="odd ">
4016
+ <div class="item">
4017
+ <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
4018
+ <small>Puppeteer::Frame</small>
4019
+ </div>
4020
+ </li>
4021
+
4022
+
4023
+ <li class="even ">
4016
4024
  <div class="item">
4017
4025
  <span class='object_link'><a href="Puppeteer/Page.html#wait_for_xpath-instance_method" title="Puppeteer::Page#wait_for_xpath (method)">#wait_for_xpath</a></span>
4018
4026
  <small>Puppeteer::Page</small>
@@ -4020,7 +4028,7 @@
4020
4028
  </li>
4021
4029
 
4022
4030
 
4023
- <li class="even ">
4031
+ <li class="odd ">
4024
4032
  <div class="item">
4025
4033
  <span class='object_link'><a href="Puppeteer/Browser.html#websocket_endpoint-instance_method" title="Puppeteer::Browser#websocket_endpoint (method)">#websocket_endpoint</a></span>
4026
4034
  <small>Puppeteer::Browser</small>
@@ -4028,7 +4036,7 @@
4028
4036
  </li>
4029
4037
 
4030
4038
 
4031
- <li class="odd ">
4039
+ <li class="even ">
4032
4040
  <div class="item">
4033
4041
  <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#width-instance_method" title="Puppeteer::ElementHandle::BoxModel#width (method)">#width</a></span>
4034
4042
  <small>Puppeteer::ElementHandle::BoxModel</small>
@@ -4036,7 +4044,7 @@
4036
4044
  </li>
4037
4045
 
4038
4046
 
4039
- <li class="even ">
4047
+ <li class="odd ">
4040
4048
  <div class="item">
4041
4049
  <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#width-instance_method" title="Puppeteer::ElementHandle::BoundingBox#width (method)">#width</a></span>
4042
4050
  <small>Puppeteer::ElementHandle::BoundingBox</small>
@@ -4044,7 +4052,7 @@
4044
4052
  </li>
4045
4053
 
4046
4054
 
4047
- <li class="odd ">
4055
+ <li class="even ">
4048
4056
  <div class="item">
4049
4057
  <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
4050
4058
  <small>Puppeteer::Viewport</small>
@@ -4052,7 +4060,7 @@
4052
4060
  </li>
4053
4061
 
4054
4062
 
4055
- <li class="even ">
4063
+ <li class="odd ">
4056
4064
  <div class="item">
4057
4065
  <span class='object_link'><a href="Puppeteer/Page.html#workers-instance_method" title="Puppeteer::Page#workers (method)">#workers</a></span>
4058
4066
  <small>Puppeteer::Page</small>
@@ -4060,7 +4068,7 @@
4060
4068
  </li>
4061
4069
 
4062
4070
 
4063
- <li class="odd ">
4071
+ <li class="even ">
4064
4072
  <div class="item">
4065
4073
  <span class='object_link'><a href="Puppeteer/ExecutionContext.html#world-instance_method" title="Puppeteer::ExecutionContext#world (method)">#world</a></span>
4066
4074
  <small>Puppeteer::ExecutionContext</small>
@@ -4068,7 +4076,7 @@
4068
4076
  </li>
4069
4077
 
4070
4078
 
4071
- <li class="even ">
4079
+ <li class="odd ">
4072
4080
  <div class="item">
4073
4081
  <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#write-instance_method" title="Puppeteer::WebSocket::DriverImpl#write (method)">#write</a></span>
4074
4082
  <small>Puppeteer::WebSocket::DriverImpl</small>
@@ -4076,7 +4084,7 @@
4076
4084
  </li>
4077
4085
 
4078
4086
 
4079
- <li class="odd ">
4087
+ <li class="even ">
4080
4088
  <div class="item">
4081
4089
  <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#x-instance_method" title="Puppeteer::ElementHandle::Point#x (method)">#x</a></span>
4082
4090
  <small>Puppeteer::ElementHandle::Point</small>
@@ -4084,7 +4092,7 @@
4084
4092
  </li>
4085
4093
 
4086
4094
 
4087
- <li class="even ">
4095
+ <li class="odd ">
4088
4096
  <div class="item">
4089
4097
  <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#x-instance_method" title="Puppeteer::ElementHandle::BoundingBox#x (method)">#x</a></span>
4090
4098
  <small>Puppeteer::ElementHandle::BoundingBox</small>
@@ -4092,7 +4100,7 @@
4092
4100
  </li>
4093
4101
 
4094
4102
 
4095
- <li class="odd ">
4103
+ <li class="even ">
4096
4104
  <div class="item">
4097
4105
  <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
4098
4106
  <small>Puppeteer::ElementHandle::Point</small>
@@ -4100,7 +4108,7 @@
4100
4108
  </li>
4101
4109
 
4102
4110
 
4103
- <li class="even ">
4111
+ <li class="odd ">
4104
4112
  <div class="item">
4105
4113
  <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#y-instance_method" title="Puppeteer::ElementHandle::BoundingBox#y (method)">#y</a></span>
4106
4114
  <small>Puppeteer::ElementHandle::BoundingBox</small>