puppeteer-ruby 0.0.6 → 0.0.8

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 (101) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/docs/Puppeteer.html +53 -43
  4. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  5. data/docs/Puppeteer/Browser.html +1 -1
  6. data/docs/Puppeteer/BrowserContext.html +1 -1
  7. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner.html +1 -1
  9. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  10. data/docs/Puppeteer/CDPSession.html +1 -1
  11. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  12. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  13. data/docs/Puppeteer/Connection.html +1 -1
  14. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  15. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  16. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +1 -1
  17. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +1 -1
  18. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  19. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  20. data/docs/Puppeteer/DOMWorld.html +116 -19
  21. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  22. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +1 -1
  23. data/docs/Puppeteer/DebugPrint.html +1 -1
  24. data/docs/Puppeteer/Device.html +1 -1
  25. data/docs/Puppeteer/Devices.html +1 -1
  26. data/docs/Puppeteer/ElementHandle.html +565 -141
  27. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +5 -5
  28. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +5 -5
  29. data/docs/Puppeteer/ElementHandle/Point.html +21 -21
  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 +114 -11
  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 +455 -0
  39. data/docs/Puppeteer/Frame.html +1 -1
  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 +64 -23
  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 +841 -349
  64. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +206 -0
  65. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  66. data/docs/Puppeteer/Page/ScriptTag.html +24 -24
  67. data/docs/Puppeteer/Page/StyleTag.html +19 -19
  68. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  69. data/docs/Puppeteer/RemoteObject.html +68 -3
  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/WebSocketTransport.html +1 -1
  83. data/docs/Puppeteer/WebSocktTransportError.html +1 -1
  84. data/docs/_index.html +19 -5
  85. data/docs/class_list.html +1 -1
  86. data/docs/file.README.html +5 -3
  87. data/docs/index.html +5 -3
  88. data/docs/method_list.html +644 -508
  89. data/docs/top-level-namespace.html +1 -1
  90. data/lib/puppeteer.rb +7 -1
  91. data/lib/puppeteer/browser_runner.rb +1 -1
  92. data/lib/puppeteer/dom_world.rb +9 -12
  93. data/lib/puppeteer/element_handle.rb +82 -61
  94. data/lib/puppeteer/execution_context.rb +13 -0
  95. data/lib/puppeteer/file_chooser.rb +29 -0
  96. data/lib/puppeteer/frame_manager.rb +0 -2
  97. data/lib/puppeteer/launcher/chrome.rb +48 -2
  98. data/lib/puppeteer/page.rb +85 -52
  99. data/lib/puppeteer/remote_object.rb +6 -1
  100. data/lib/puppeteer/version.rb +1 -1
  101. metadata +5 -2
@@ -1374,7 +1374,7 @@
1374
1374
  </div>
1375
1375
 
1376
1376
  <div id="footer">
1377
- Generated on Mon May 25 23:22:49 2020 by
1377
+ Generated on Thu Jun 4 23:54:41 2020 by
1378
1378
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1379
1379
  0.9.24 (ruby-2.6.3).
1380
1380
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Mon May 25 23:22:49 2020 by
117
+ Generated on Thu Jun 4 23:54:42 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 Mon May 25 23:22:49 2020 by
722
+ Generated on Thu Jun 4 23:54:42 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 Mon May 25 23:22:49 2020 by
128
+ Generated on Thu Jun 4 23:54:41 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 Mon May 25 23:22:50 2020 by
489
+ Generated on Thu Jun 4 23:54:43 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 Mon May 25 23:22:50 2020 by
457
+ Generated on Thu Jun 4 23:54:43 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>
@@ -747,7 +747,7 @@
747
747
  </div>
748
748
 
749
749
  <div id="footer">
750
- Generated on Mon May 25 23:22:49 2020 by
750
+ Generated on Thu Jun 4 23:54:42 2020 by
751
751
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
752
752
  0.9.24 (ruby-2.6.3).
753
753
  </div>
@@ -627,7 +627,7 @@
627
627
  </div>
628
628
 
629
629
  <div id="footer">
630
- Generated on Mon May 25 23:22:50 2020 by
630
+ Generated on Thu Jun 4 23:54:42 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 Mon May 25 23:22:50 2020 by
117
+ Generated on Thu Jun 4 23:54:42 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 Mon May 25 23:22:50 2020 by
199
+ Generated on Thu Jun 4 23:54:42 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 Mon May 25 23:22:50 2020 by
666
+ Generated on Thu Jun 4 23:54:42 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 Mon May 25 23:22:50 2020 by
405
+ Generated on Thu Jun 4 23:54:42 2020 by
406
406
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
407
407
  0.9.24 (ruby-2.6.3).
408
408
  </div>
@@ -590,7 +590,7 @@
590
590
  </div>
591
591
 
592
592
  <div id="footer">
593
- Generated on Mon May 25 23:22:51 2020 by
593
+ Generated on Thu Jun 4 23:54:43 2020 by
594
594
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
595
595
  0.9.24 (ruby-2.6.3).
596
596
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Mon May 25 23:22:49 2020 by
117
+ Generated on Thu Jun 4 23:54:41 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>
data/docs/_index.html CHANGED
@@ -365,6 +365,20 @@
365
365
  <li class="letter">F</li>
366
366
  <ul>
367
367
 
368
+ <li>
369
+ <span class='object_link'><a href="Puppeteer/FileChooser.html" title="Puppeteer::FileChooser (class)">FileChooser</a></span>
370
+
371
+ <small>(Puppeteer)</small>
372
+
373
+ </li>
374
+
375
+ <li>
376
+ <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html" title="Puppeteer::Page::FileChooserTimeoutError (class)">FileChooserTimeoutError</a></span>
377
+
378
+ <small>(Puppeteer::Page)</small>
379
+
380
+ </li>
381
+
368
382
  <li>
369
383
  <span class='object_link'><a href="Puppeteer/Frame.html" title="Puppeteer::Frame (class)">Frame</a></span>
370
384
 
@@ -695,16 +709,16 @@
695
709
  </li>
696
710
 
697
711
  <li>
698
- <span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span>
712
+ <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span>
699
713
 
700
- <small>(Puppeteer)</small>
714
+ <small>(Puppeteer::WaitTask)</small>
701
715
 
702
716
  </li>
703
717
 
704
718
  <li>
705
- <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span>
719
+ <span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span>
706
720
 
707
- <small>(Puppeteer::WaitTask)</small>
721
+ <small>(Puppeteer)</small>
708
722
 
709
723
  </li>
710
724
 
@@ -785,7 +799,7 @@
785
799
  </div>
786
800
 
787
801
  <div id="footer">
788
- Generated on Mon May 25 23:22:48 2020 by
802
+ Generated on Thu Jun 4 23:54:40 2020 by
789
803
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
790
804
  0.9.24 (ruby-2.6.3).
791
805
  </div>
data/docs/class_list.html CHANGED
@@ -43,7 +43,7 @@
43
43
 
44
44
  <ul id="full_list" class="class">
45
45
  <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
- <li id='object_Puppeteer' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Puppeteer::AsyncAwaitBehavior' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/AsyncAwaitBehavior.html" title="Puppeteer::AsyncAwaitBehavior (module)">AsyncAwaitBehavior</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Browser' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Browser.html" title="Puppeteer::Browser (class)">Browser</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::BrowserContext' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/BrowserContext.html" title="Puppeteer::BrowserContext (class)">BrowserContext</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::BrowserFetcher' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/BrowserFetcher.html" title="Puppeteer::BrowserFetcher (class)">BrowserFetcher</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::BrowserRunner' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/BrowserRunner.html" title="Puppeteer::BrowserRunner (class)">BrowserRunner</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::BrowserRunner::BrowserProcess' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html" title="Puppeteer::BrowserRunner::BrowserProcess (class)">BrowserProcess</a></span> &lt; Object<small class='search_info'>Puppeteer::BrowserRunner</small></div></li></ul></li><li id='object_Puppeteer::CDPSession' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/CDPSession.html" title="Puppeteer::CDPSession (class)">CDPSession</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::CDPSession::Error' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/CDPSession/Error.html" title="Puppeteer::CDPSession::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>Puppeteer::CDPSession</small></div></li></ul></li><li id='object_Puppeteer::ConcurrentRubyUtils' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html" title="Puppeteer::ConcurrentRubyUtils (module)">ConcurrentRubyUtils</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Connection' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Connection.html" title="Puppeteer::Connection (class)">Connection</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Connection::MessageCallback' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html" title="Puppeteer::Connection::MessageCallback (class)">MessageCallback</a></span> &lt; Object<small class='search_info'>Puppeteer::Connection</small></div></li><li id='object_Puppeteer::Connection::ProtocolError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html" title="Puppeteer::Connection::ProtocolError (class)">ProtocolError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Connection</small></div></li><li id='object_Puppeteer::Connection::RequestDebugPrinter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html" title="Puppeteer::Connection::RequestDebugPrinter (class)">RequestDebugPrinter</a></span> &lt; Object<small class='search_info'>Puppeteer::Connection</small></div></li><li id='object_Puppeteer::Connection::ResponseDebugPrinter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html" title="Puppeteer::Connection::ResponseDebugPrinter (class)">ResponseDebugPrinter</a></span> &lt; Object<small class='search_info'>Puppeteer::Connection</small></div></li></ul></li><li id='object_Puppeteer::ConsoleMessage' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/ConsoleMessage.html" title="Puppeteer::ConsoleMessage (class)">ConsoleMessage</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::ConsoleMessage::Location' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html" title="Puppeteer::ConsoleMessage::Location (class)">Location</a></span> &lt; Object<small class='search_info'>Puppeteer::ConsoleMessage</small></div></li></ul></li><li id='object_Puppeteer::DOMWorld' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/DOMWorld.html" title="Puppeteer::DOMWorld (class)">DOMWorld</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::DOMWorld::DetachedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/DOMWorld/DetachedError.html" title="Puppeteer::DOMWorld::DetachedError (class)">DetachedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::DOMWorld</small></div></li><li id='object_Puppeteer::DOMWorld::DocumentEvaluationError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/DOMWorld/DocumentEvaluationError.html" title="Puppeteer::DOMWorld::DocumentEvaluationError (class)">DocumentEvaluationError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::DOMWorld</small></div></li></ul></li><li id='object_Puppeteer::DebugPrint' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/DebugPrint.html" title="Puppeteer::DebugPrint (module)">DebugPrint</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Device' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Device.html" title="Puppeteer::Device (class)">Device</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Devices' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Devices.html" title="Puppeteer::Devices (class)">Devices</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::ElementHandle' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/ElementHandle.html" title="Puppeteer::ElementHandle (class)">ElementHandle</a></span> &lt; JSHandle<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::ElementHandle::ElementNotFoundError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html" title="Puppeteer::ElementHandle::ElementNotFoundError (class)">ElementNotFoundError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ElementHandle</small></div></li><li id='object_Puppeteer::ElementHandle::ElementNotVisibleError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html" title="Puppeteer::ElementHandle::ElementNotVisibleError (class)">ElementNotVisibleError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ElementHandle</small></div></li><li id='object_Puppeteer::ElementHandle::Point' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/Point.html" title="Puppeteer::ElementHandle::Point (class)">Point</a></span> &lt; Object<small class='search_info'>Puppeteer::ElementHandle</small></div></li><li id='object_Puppeteer::ElementHandle::ScrollIntoViewError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/ScrollIntoViewError.html" title="Puppeteer::ElementHandle::ScrollIntoViewError (class)">ScrollIntoViewError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ElementHandle</small></div></li></ul></li><li id='object_Puppeteer::EmulationManager' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/EmulationManager.html" title="Puppeteer::EmulationManager (class)">EmulationManager</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::EventCallbackable' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/EventCallbackable.html" title="Puppeteer::EventCallbackable (module)">EventCallbackable</a></span><small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::EventCallbackable::EventListeners' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html" title="Puppeteer::EventCallbackable::EventListeners (class)">EventListeners</a></span> &lt; Object<small class='search_info'>Puppeteer::EventCallbackable</small></div></li></ul></li><li id='object_Puppeteer::ExecutionContext' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/ExecutionContext.html" title="Puppeteer::ExecutionContext (class)">ExecutionContext</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::ExecutionContext::EvaluationError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ExecutionContext/EvaluationError.html" title="Puppeteer::ExecutionContext::EvaluationError (class)">EvaluationError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ExecutionContext</small></div></li><li id='object_Puppeteer::ExecutionContext::JavaScriptExpression' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html" title="Puppeteer::ExecutionContext::JavaScriptExpression (class)">JavaScriptExpression</a></span> &lt; Object<small class='search_info'>Puppeteer::ExecutionContext</small></div></li><li id='object_Puppeteer::ExecutionContext::JavaScriptFunction' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html" title="Puppeteer::ExecutionContext::JavaScriptFunction (class)">JavaScriptFunction</a></span> &lt; Object<small class='search_info'>Puppeteer::ExecutionContext</small></div></li></ul></li><li id='object_Puppeteer::Frame' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Frame.html" title="Puppeteer::Frame (class)">Frame</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::FrameManager' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/FrameManager.html" title="Puppeteer::FrameManager (class)">FrameManager</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::FrameManager::NavigationError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/FrameManager/NavigationError.html" title="Puppeteer::FrameManager::NavigationError (class)">NavigationError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::FrameManager</small></div></li></ul></li><li id='object_Puppeteer::IfPresent' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/IfPresent.html" title="Puppeteer::IfPresent (module)">IfPresent</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::JSHandle' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/JSHandle.html" title="Puppeteer::JSHandle (class)">JSHandle</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Keyboard' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Keyboard.html" title="Puppeteer::Keyboard (class)">Keyboard</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Keyboard::KeyDefinition' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html" title="Puppeteer::Keyboard::KeyDefinition (class)">KeyDefinition</a></span> &lt; Object<small class='search_info'>Puppeteer::Keyboard</small></div></li><li id='object_Puppeteer::Keyboard::KeyDescription' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html" title="Puppeteer::Keyboard::KeyDescription (class)">KeyDescription</a></span> &lt; Object<small class='search_info'>Puppeteer::Keyboard</small></div></li></ul></li><li id='object_Puppeteer::Launcher' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Launcher.html" title="Puppeteer::Launcher (module)">Launcher</a></span><small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Launcher::Base' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Launcher/Base.html" title="Puppeteer::Launcher::Base (class)">Base</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div><ul><li id='object_Puppeteer::Launcher::Base::ExecutablePathNotFound' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Puppeteer/Launcher/Base/ExecutablePathNotFound.html" title="Puppeteer::Launcher::Base::ExecutablePathNotFound (class)">ExecutablePathNotFound</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Launcher::Base</small></div></li></ul></li><li id='object_Puppeteer::Launcher::BrowserOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html" title="Puppeteer::Launcher::BrowserOptions (class)">BrowserOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div></li><li id='object_Puppeteer::Launcher::Chrome' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html" title="Puppeteer::Launcher::Chrome (class)">Chrome</a></span> &lt; Base<small class='search_info'>Puppeteer::Launcher</small></div><ul><li id='object_Puppeteer::Launcher::Chrome::DefaultArgs' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html" title="Puppeteer::Launcher::Chrome::DefaultArgs (class)">DefaultArgs</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher::Chrome</small></div></li></ul></li><li id='object_Puppeteer::Launcher::ChromeArgOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html" title="Puppeteer::Launcher::ChromeArgOptions (class)">ChromeArgOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div></li><li id='object_Puppeteer::Launcher::LaunchOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html" title="Puppeteer::Launcher::LaunchOptions (class)">LaunchOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div></li></ul></li><li id='object_Puppeteer::LifecycleWatcher' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html" title="Puppeteer::LifecycleWatcher (class)">LifecycleWatcher</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::LifecycleWatcher::ExpectedLifecycle' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle (class)">ExpectedLifecycle</a></span> &lt; Object<small class='search_info'>Puppeteer::LifecycleWatcher</small></div></li><li id='object_Puppeteer::LifecycleWatcher::FrameDetachedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html" title="Puppeteer::LifecycleWatcher::FrameDetachedError (class)">FrameDetachedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::LifecycleWatcher</small></div></li><li id='object_Puppeteer::LifecycleWatcher::TerminatedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::LifecycleWatcher</small></div></li></ul></li><li id='object_Puppeteer::Mouse' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Mouse.html" title="Puppeteer::Mouse (class)">Mouse</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Mouse::Button' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Mouse/Button.html" title="Puppeteer::Mouse::Button (module)">Button</a></span><small class='search_info'>Puppeteer::Mouse</small></div></li></ul></li><li id='object_Puppeteer::NetworkManager' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/NetworkManager.html" title="Puppeteer::NetworkManager (class)">NetworkManager</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::NetworkManager::Credentials' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html" title="Puppeteer::NetworkManager::Credentials (class)">Credentials</a></span> &lt; Object<small class='search_info'>Puppeteer::NetworkManager</small></div></li></ul></li><li id='object_Puppeteer::Page' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Page.html" title="Puppeteer::Page (class)">Page</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Page::ScreenshotOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html" title="Puppeteer::Page::ScreenshotOptions (class)">ScreenshotOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Page</small></div></li><li id='object_Puppeteer::Page::ScriptTag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/ScriptTag.html" title="Puppeteer::Page::ScriptTag (class)">ScriptTag</a></span> &lt; Object<small class='search_info'>Puppeteer::Page</small></div></li><li id='object_Puppeteer::Page::StyleTag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/StyleTag.html" title="Puppeteer::Page::StyleTag (class)">StyleTag</a></span> &lt; Object<small class='search_info'>Puppeteer::Page</small></div></li><li id='object_Puppeteer::Page::TargetCrashedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/TargetCrashedError.html" title="Puppeteer::Page::TargetCrashedError (class)">TargetCrashedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Page</small></div></li></ul></li><li id='object_Puppeteer::RemoteObject' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/RemoteObject.html" title="Puppeteer::RemoteObject (class)">RemoteObject</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Target' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Target.html" title="Puppeteer::Target (class)">Target</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Target::InitializeFailure' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Target/InitializeFailure.html" title="Puppeteer::Target::InitializeFailure (class)">InitializeFailure</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Target</small></div></li><li id='object_Puppeteer::Target::TargetInfo' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Target/TargetInfo.html" title="Puppeteer::Target::TargetInfo (class)">TargetInfo</a></span> &lt; Object<small class='search_info'>Puppeteer::Target</small></div></li></ul></li><li id='object_Puppeteer::TimeoutError' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span> &lt; StandardError<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::TimeoutSettings' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::TouchScreen' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/TouchScreen.html" title="Puppeteer::TouchScreen (class)">TouchScreen</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Viewport' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Viewport.html" title="Puppeteer::Viewport (class)">Viewport</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::WaitTask' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/WaitTask.html" title="Puppeteer::WaitTask (class)">WaitTask</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::WaitTask::TerminatedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::WaitTask</small></div></li><li id='object_Puppeteer::WaitTask::TimeoutError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::WaitTask</small></div></li></ul></li><li id='object_Puppeteer::WebSocket' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/WebSocket.html" title="Puppeteer::WebSocket (class)">WebSocket</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::WebSocket::DriverImpl' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span> &lt; Object<small class='search_info'>Puppeteer::WebSocket</small></div></li></ul></li><li id='object_Puppeteer::WebSocketTransport' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/WebSocketTransport.html" title="Puppeteer::WebSocketTransport (class)">WebSocketTransport</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::WebSocktTransportError' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/WebSocktTransportError.html" title="Puppeteer::WebSocktTransportError (class)">WebSocktTransportError</a></span> &lt; StandardError<small class='search_info'>Puppeteer</small></div></li></ul></li>
46
+ <li id='object_Puppeteer' class='even'><div class='item' style='padding-left:30px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span> &lt; Object<small class='search_info'>Top Level Namespace</small></div><ul><li id='object_Puppeteer::AsyncAwaitBehavior' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/AsyncAwaitBehavior.html" title="Puppeteer::AsyncAwaitBehavior (module)">AsyncAwaitBehavior</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Browser' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Browser.html" title="Puppeteer::Browser (class)">Browser</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::BrowserContext' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/BrowserContext.html" title="Puppeteer::BrowserContext (class)">BrowserContext</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::BrowserFetcher' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/BrowserFetcher.html" title="Puppeteer::BrowserFetcher (class)">BrowserFetcher</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::BrowserRunner' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/BrowserRunner.html" title="Puppeteer::BrowserRunner (class)">BrowserRunner</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::BrowserRunner::BrowserProcess' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html" title="Puppeteer::BrowserRunner::BrowserProcess (class)">BrowserProcess</a></span> &lt; Object<small class='search_info'>Puppeteer::BrowserRunner</small></div></li></ul></li><li id='object_Puppeteer::CDPSession' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/CDPSession.html" title="Puppeteer::CDPSession (class)">CDPSession</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::CDPSession::Error' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/CDPSession/Error.html" title="Puppeteer::CDPSession::Error (class)">Error</a></span> &lt; StandardError<small class='search_info'>Puppeteer::CDPSession</small></div></li></ul></li><li id='object_Puppeteer::ConcurrentRubyUtils' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html" title="Puppeteer::ConcurrentRubyUtils (module)">ConcurrentRubyUtils</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Connection' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Connection.html" title="Puppeteer::Connection (class)">Connection</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Connection::MessageCallback' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html" title="Puppeteer::Connection::MessageCallback (class)">MessageCallback</a></span> &lt; Object<small class='search_info'>Puppeteer::Connection</small></div></li><li id='object_Puppeteer::Connection::ProtocolError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html" title="Puppeteer::Connection::ProtocolError (class)">ProtocolError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Connection</small></div></li><li id='object_Puppeteer::Connection::RequestDebugPrinter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html" title="Puppeteer::Connection::RequestDebugPrinter (class)">RequestDebugPrinter</a></span> &lt; Object<small class='search_info'>Puppeteer::Connection</small></div></li><li id='object_Puppeteer::Connection::ResponseDebugPrinter' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Connection/ResponseDebugPrinter.html" title="Puppeteer::Connection::ResponseDebugPrinter (class)">ResponseDebugPrinter</a></span> &lt; Object<small class='search_info'>Puppeteer::Connection</small></div></li></ul></li><li id='object_Puppeteer::ConsoleMessage' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/ConsoleMessage.html" title="Puppeteer::ConsoleMessage (class)">ConsoleMessage</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::ConsoleMessage::Location' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html" title="Puppeteer::ConsoleMessage::Location (class)">Location</a></span> &lt; Object<small class='search_info'>Puppeteer::ConsoleMessage</small></div></li></ul></li><li id='object_Puppeteer::DOMWorld' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/DOMWorld.html" title="Puppeteer::DOMWorld (class)">DOMWorld</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::DOMWorld::DetachedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/DOMWorld/DetachedError.html" title="Puppeteer::DOMWorld::DetachedError (class)">DetachedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::DOMWorld</small></div></li><li id='object_Puppeteer::DOMWorld::DocumentEvaluationError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/DOMWorld/DocumentEvaluationError.html" title="Puppeteer::DOMWorld::DocumentEvaluationError (class)">DocumentEvaluationError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::DOMWorld</small></div></li></ul></li><li id='object_Puppeteer::DebugPrint' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/DebugPrint.html" title="Puppeteer::DebugPrint (module)">DebugPrint</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Device' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Device.html" title="Puppeteer::Device (class)">Device</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Devices' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Devices.html" title="Puppeteer::Devices (class)">Devices</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::ElementHandle' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/ElementHandle.html" title="Puppeteer::ElementHandle (class)">ElementHandle</a></span> &lt; JSHandle<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::ElementHandle::ElementNotFoundError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html" title="Puppeteer::ElementHandle::ElementNotFoundError (class)">ElementNotFoundError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ElementHandle</small></div></li><li id='object_Puppeteer::ElementHandle::ElementNotVisibleError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html" title="Puppeteer::ElementHandle::ElementNotVisibleError (class)">ElementNotVisibleError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ElementHandle</small></div></li><li id='object_Puppeteer::ElementHandle::Point' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/Point.html" title="Puppeteer::ElementHandle::Point (class)">Point</a></span> &lt; Object<small class='search_info'>Puppeteer::ElementHandle</small></div></li><li id='object_Puppeteer::ElementHandle::ScrollIntoViewError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ElementHandle/ScrollIntoViewError.html" title="Puppeteer::ElementHandle::ScrollIntoViewError (class)">ScrollIntoViewError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ElementHandle</small></div></li></ul></li><li id='object_Puppeteer::EmulationManager' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/EmulationManager.html" title="Puppeteer::EmulationManager (class)">EmulationManager</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::EventCallbackable' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/EventCallbackable.html" title="Puppeteer::EventCallbackable (module)">EventCallbackable</a></span><small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::EventCallbackable::EventListeners' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html" title="Puppeteer::EventCallbackable::EventListeners (class)">EventListeners</a></span> &lt; Object<small class='search_info'>Puppeteer::EventCallbackable</small></div></li></ul></li><li id='object_Puppeteer::ExecutionContext' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/ExecutionContext.html" title="Puppeteer::ExecutionContext (class)">ExecutionContext</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::ExecutionContext::EvaluationError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ExecutionContext/EvaluationError.html" title="Puppeteer::ExecutionContext::EvaluationError (class)">EvaluationError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::ExecutionContext</small></div></li><li id='object_Puppeteer::ExecutionContext::JavaScriptExpression' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html" title="Puppeteer::ExecutionContext::JavaScriptExpression (class)">JavaScriptExpression</a></span> &lt; Object<small class='search_info'>Puppeteer::ExecutionContext</small></div></li><li id='object_Puppeteer::ExecutionContext::JavaScriptFunction' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html" title="Puppeteer::ExecutionContext::JavaScriptFunction (class)">JavaScriptFunction</a></span> &lt; Object<small class='search_info'>Puppeteer::ExecutionContext</small></div></li></ul></li><li id='object_Puppeteer::FileChooser' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/FileChooser.html" title="Puppeteer::FileChooser (class)">FileChooser</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Frame' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Frame.html" title="Puppeteer::Frame (class)">Frame</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::FrameManager' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/FrameManager.html" title="Puppeteer::FrameManager (class)">FrameManager</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::FrameManager::NavigationError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/FrameManager/NavigationError.html" title="Puppeteer::FrameManager::NavigationError (class)">NavigationError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::FrameManager</small></div></li></ul></li><li id='object_Puppeteer::IfPresent' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/IfPresent.html" title="Puppeteer::IfPresent (module)">IfPresent</a></span><small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::JSHandle' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/JSHandle.html" title="Puppeteer::JSHandle (class)">JSHandle</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Keyboard' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Keyboard.html" title="Puppeteer::Keyboard (class)">Keyboard</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Keyboard::KeyDefinition' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html" title="Puppeteer::Keyboard::KeyDefinition (class)">KeyDefinition</a></span> &lt; Object<small class='search_info'>Puppeteer::Keyboard</small></div></li><li id='object_Puppeteer::Keyboard::KeyDescription' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html" title="Puppeteer::Keyboard::KeyDescription (class)">KeyDescription</a></span> &lt; Object<small class='search_info'>Puppeteer::Keyboard</small></div></li></ul></li><li id='object_Puppeteer::Launcher' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Launcher.html" title="Puppeteer::Launcher (module)">Launcher</a></span><small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Launcher::Base' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Launcher/Base.html" title="Puppeteer::Launcher::Base (class)">Base</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div><ul><li id='object_Puppeteer::Launcher::Base::ExecutablePathNotFound' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Puppeteer/Launcher/Base/ExecutablePathNotFound.html" title="Puppeteer::Launcher::Base::ExecutablePathNotFound (class)">ExecutablePathNotFound</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Launcher::Base</small></div></li></ul></li><li id='object_Puppeteer::Launcher::BrowserOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html" title="Puppeteer::Launcher::BrowserOptions (class)">BrowserOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div></li><li id='object_Puppeteer::Launcher::Chrome' class='collapsed'><div class='item' style='padding-left:60px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html" title="Puppeteer::Launcher::Chrome (class)">Chrome</a></span> &lt; Base<small class='search_info'>Puppeteer::Launcher</small></div><ul><li id='object_Puppeteer::Launcher::Chrome::DefaultArgs' class='collapsed'><div class='item' style='padding-left:75px'><span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html" title="Puppeteer::Launcher::Chrome::DefaultArgs (class)">DefaultArgs</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher::Chrome</small></div></li></ul></li><li id='object_Puppeteer::Launcher::ChromeArgOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html" title="Puppeteer::Launcher::ChromeArgOptions (class)">ChromeArgOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div></li><li id='object_Puppeteer::Launcher::LaunchOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html" title="Puppeteer::Launcher::LaunchOptions (class)">LaunchOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Launcher</small></div></li></ul></li><li id='object_Puppeteer::LifecycleWatcher' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html" title="Puppeteer::LifecycleWatcher (class)">LifecycleWatcher</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::LifecycleWatcher::ExpectedLifecycle' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle (class)">ExpectedLifecycle</a></span> &lt; Object<small class='search_info'>Puppeteer::LifecycleWatcher</small></div></li><li id='object_Puppeteer::LifecycleWatcher::FrameDetachedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html" title="Puppeteer::LifecycleWatcher::FrameDetachedError (class)">FrameDetachedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::LifecycleWatcher</small></div></li><li id='object_Puppeteer::LifecycleWatcher::TerminatedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/LifecycleWatcher/TerminatedError.html" title="Puppeteer::LifecycleWatcher::TerminatedError (class)">TerminatedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::LifecycleWatcher</small></div></li></ul></li><li id='object_Puppeteer::Mouse' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Mouse.html" title="Puppeteer::Mouse (class)">Mouse</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Mouse::Button' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Mouse/Button.html" title="Puppeteer::Mouse::Button (module)">Button</a></span><small class='search_info'>Puppeteer::Mouse</small></div></li></ul></li><li id='object_Puppeteer::NetworkManager' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/NetworkManager.html" title="Puppeteer::NetworkManager (class)">NetworkManager</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::NetworkManager::Credentials' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html" title="Puppeteer::NetworkManager::Credentials (class)">Credentials</a></span> &lt; Object<small class='search_info'>Puppeteer::NetworkManager</small></div></li></ul></li><li id='object_Puppeteer::Page' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Page.html" title="Puppeteer::Page (class)">Page</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Page::FileChooserTimeoutError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html" title="Puppeteer::Page::FileChooserTimeoutError (class)">FileChooserTimeoutError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Page</small></div></li><li id='object_Puppeteer::Page::ScreenshotOptions' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html" title="Puppeteer::Page::ScreenshotOptions (class)">ScreenshotOptions</a></span> &lt; Object<small class='search_info'>Puppeteer::Page</small></div></li><li id='object_Puppeteer::Page::ScriptTag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/ScriptTag.html" title="Puppeteer::Page::ScriptTag (class)">ScriptTag</a></span> &lt; Object<small class='search_info'>Puppeteer::Page</small></div></li><li id='object_Puppeteer::Page::StyleTag' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/StyleTag.html" title="Puppeteer::Page::StyleTag (class)">StyleTag</a></span> &lt; Object<small class='search_info'>Puppeteer::Page</small></div></li><li id='object_Puppeteer::Page::TargetCrashedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Page/TargetCrashedError.html" title="Puppeteer::Page::TargetCrashedError (class)">TargetCrashedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Page</small></div></li></ul></li><li id='object_Puppeteer::RemoteObject' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/RemoteObject.html" title="Puppeteer::RemoteObject (class)">RemoteObject</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Target' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/Target.html" title="Puppeteer::Target (class)">Target</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::Target::InitializeFailure' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Target/InitializeFailure.html" title="Puppeteer::Target::InitializeFailure (class)">InitializeFailure</a></span> &lt; StandardError<small class='search_info'>Puppeteer::Target</small></div></li><li id='object_Puppeteer::Target::TargetInfo' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/Target/TargetInfo.html" title="Puppeteer::Target::TargetInfo (class)">TargetInfo</a></span> &lt; Object<small class='search_info'>Puppeteer::Target</small></div></li></ul></li><li id='object_Puppeteer::TimeoutError' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span> &lt; StandardError<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::TimeoutSettings' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/TimeoutSettings.html" title="Puppeteer::TimeoutSettings (class)">TimeoutSettings</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::TouchScreen' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/TouchScreen.html" title="Puppeteer::TouchScreen (class)">TouchScreen</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::Viewport' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/Viewport.html" title="Puppeteer::Viewport (class)">Viewport</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::WaitTask' class='collapsed odd'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/WaitTask.html" title="Puppeteer::WaitTask (class)">WaitTask</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::WaitTask::TerminatedError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/WaitTask/TerminatedError.html" title="Puppeteer::WaitTask::TerminatedError (class)">TerminatedError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::WaitTask</small></div></li><li id='object_Puppeteer::WaitTask::TimeoutError' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span> &lt; StandardError<small class='search_info'>Puppeteer::WaitTask</small></div></li></ul></li><li id='object_Puppeteer::WebSocket' class='collapsed even'><div class='item' style='padding-left:45px'><a class='toggle'></a> <span class='object_link'><a href="Puppeteer/WebSocket.html" title="Puppeteer::WebSocket (class)">WebSocket</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div><ul><li id='object_Puppeteer::WebSocket::DriverImpl' class='collapsed'><div class='item' style='padding-left:60px'><span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span> &lt; Object<small class='search_info'>Puppeteer::WebSocket</small></div></li></ul></li><li id='object_Puppeteer::WebSocketTransport' class='collapsed odd'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/WebSocketTransport.html" title="Puppeteer::WebSocketTransport (class)">WebSocketTransport</a></span> &lt; Object<small class='search_info'>Puppeteer</small></div></li><li id='object_Puppeteer::WebSocktTransportError' class='collapsed even'><div class='item' style='padding-left:45px'><span class='object_link'><a href="Puppeteer/WebSocktTransportError.html" title="Puppeteer::WebSocktTransportError (class)">WebSocktTransportError</a></span> &lt; StandardError<small class='search_info'>Puppeteer</small></div></li></ul></li>
47
47
 
48
48
  </ul>
49
49
  </div>
@@ -101,17 +101,19 @@
101
101
  <span class='kw'>end</span>
102
102
  </code></pre>
103
103
 
104
- <p><img src="https://user-images.githubusercontent.com/11763113/78505735-6e7f3000-77b0-11ea-9c82-9016828dd2a9.gif"></p>
105
-
106
104
  <p>More usage examples can be found <a href="https://github.com/YusukeIwaki/puppeteer-ruby-example">here</a></p>
107
105
 
106
+ <h2 id="label-API">API</h2>
107
+
108
+ <p><a href="https://yusukeiwaki.github.io/puppeteer-ruby">yusukeiwaki.github.io/puppeteer-ruby</a>/</p>
109
+
108
110
  <h2 id="label-Contributing">Contributing</h2>
109
111
 
110
112
  <p>Bug reports and pull requests are welcome on GitHub at <a href="https://github.com/YusukeIwaki/puppeteer-ruby">github.com/YusukeIwaki/puppeteer-ruby</a>.</p>
111
113
  </div></div>
112
114
 
113
115
  <div id="footer">
114
- Generated on Mon May 25 23:22:48 2020 by
116
+ Generated on Thu Jun 4 23:54:40 2020 by
115
117
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
118
  0.9.24 (ruby-2.6.3).
117
119
  </div>
data/docs/index.html CHANGED
@@ -101,17 +101,19 @@
101
101
  <span class='kw'>end</span>
102
102
  </code></pre>
103
103
 
104
- <p><img src="https://user-images.githubusercontent.com/11763113/78505735-6e7f3000-77b0-11ea-9c82-9016828dd2a9.gif"></p>
105
-
106
104
  <p>More usage examples can be found <a href="https://github.com/YusukeIwaki/puppeteer-ruby-example">here</a></p>
107
105
 
106
+ <h2 id="label-API">API</h2>
107
+
108
+ <p><a href="https://yusukeiwaki.github.io/puppeteer-ruby">yusukeiwaki.github.io/puppeteer-ruby</a>/</p>
109
+
108
110
  <h2 id="label-Contributing">Contributing</h2>
109
111
 
110
112
  <p>Bug reports and pull requests are welcome on GitHub at <a href="https://github.com/YusukeIwaki/puppeteer-ruby">github.com/YusukeIwaki/puppeteer-ruby</a>.</p>
111
113
  </div></div>
112
114
 
113
115
  <div id="footer">
114
- Generated on Mon May 25 23:22:48 2020 by
116
+ Generated on Thu Jun 4 23:54:40 2020 by
115
117
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
118
  0.9.24 (ruby-2.6.3).
117
119
  </div>
@@ -70,8 +70,8 @@
70
70
 
71
71
  <li class="even ">
72
72
  <div class="item">
73
- <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
74
- <small>Puppeteer::Page</small>
73
+ <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
74
+ <small>Puppeteer::Frame</small>
75
75
  </div>
76
76
  </li>
77
77
 
@@ -86,8 +86,8 @@
86
86
 
87
87
  <li class="even ">
88
88
  <div class="item">
89
- <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
90
- <small>Puppeteer::Frame</small>
89
+ <span class='object_link'><a href="Puppeteer/Page.html#S-instance_method" title="Puppeteer::Page#S (method)">#S</a></span>
90
+ <small>Puppeteer::Page</small>
91
91
  </div>
92
92
  </li>
93
93
 
@@ -102,8 +102,8 @@
102
102
 
103
103
  <li class="even ">
104
104
  <div class="item">
105
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
106
- <small>Puppeteer::ElementHandle</small>
105
+ <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
106
+ <small>Puppeteer::Frame</small>
107
107
  </div>
108
108
  </li>
109
109
 
@@ -126,24 +126,24 @@
126
126
 
127
127
  <li class="odd ">
128
128
  <div class="item">
129
- <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
130
- <small>Puppeteer::Frame</small>
129
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
130
+ <small>Puppeteer::ElementHandle</small>
131
131
  </div>
132
132
  </li>
133
133
 
134
134
 
135
135
  <li class="even ">
136
136
  <div class="item">
137
- <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
138
- <small>Puppeteer::Page</small>
137
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
138
+ <small>Puppeteer::ElementHandle</small>
139
139
  </div>
140
140
  </li>
141
141
 
142
142
 
143
143
  <li class="odd ">
144
144
  <div class="item">
145
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
146
- <small>Puppeteer::ElementHandle</small>
145
+ <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
146
+ <small>Puppeteer::Page</small>
147
147
  </div>
148
148
  </li>
149
149
 
@@ -166,24 +166,24 @@
166
166
 
167
167
  <li class="even ">
168
168
  <div class="item">
169
- <span class='object_link'><a href="Puppeteer/Page.html#Seval-instance_method" title="Puppeteer::Page#Seval (method)">#Seval</a></span>
170
- <small>Puppeteer::Page</small>
169
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
170
+ <small>Puppeteer::ElementHandle</small>
171
171
  </div>
172
172
  </li>
173
173
 
174
174
 
175
175
  <li class="odd ">
176
176
  <div class="item">
177
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
178
- <small>Puppeteer::DOMWorld</small>
177
+ <span class='object_link'><a href="Puppeteer/Page.html#Seval-instance_method" title="Puppeteer::Page#Seval (method)">#Seval</a></span>
178
+ <small>Puppeteer::Page</small>
179
179
  </div>
180
180
  </li>
181
181
 
182
182
 
183
183
  <li class="even ">
184
184
  <div class="item">
185
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
186
- <small>Puppeteer::ElementHandle</small>
185
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
186
+ <small>Puppeteer::DOMWorld</small>
187
187
  </div>
188
188
  </li>
189
189
 
@@ -198,32 +198,32 @@
198
198
 
199
199
  <li class="even ">
200
200
  <div class="item">
201
- <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
202
- <small>Puppeteer::Page</small>
201
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
202
+ <small>Puppeteer::ElementHandle</small>
203
203
  </div>
204
204
  </li>
205
205
 
206
206
 
207
207
  <li class="odd ">
208
208
  <div class="item">
209
- <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
210
- <small>Puppeteer::Frame</small>
209
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
210
+ <small>Puppeteer::DOMWorld</small>
211
211
  </div>
212
212
  </li>
213
213
 
214
214
 
215
215
  <li class="even ">
216
216
  <div class="item">
217
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#Sx-instance_method" title="Puppeteer::DOMWorld#Sx (method)">#Sx</a></span>
218
- <small>Puppeteer::DOMWorld</small>
217
+ <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
218
+ <small>Puppeteer::Page</small>
219
219
  </div>
220
220
  </li>
221
221
 
222
222
 
223
223
  <li class="odd ">
224
224
  <div class="item">
225
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
226
- <small>Puppeteer::ElementHandle</small>
225
+ <span class='object_link'><a href="Puppeteer/Frame.html#Sx-instance_method" title="Puppeteer::Frame#Sx (method)">#Sx</a></span>
226
+ <small>Puppeteer::Frame</small>
227
227
  </div>
228
228
  </li>
229
229
 
@@ -245,6 +245,14 @@
245
245
 
246
246
 
247
247
  <li class="even ">
248
+ <div class="item">
249
+ <span class='object_link'><a href="Puppeteer/FileChooser.html#accept-instance_method" title="Puppeteer::FileChooser#accept (method)">#accept</a></span>
250
+ <small>Puppeteer::FileChooser</small>
251
+ </div>
252
+ </li>
253
+
254
+
255
+ <li class="odd ">
248
256
  <div class="item">
249
257
  <span class='object_link'><a href="Puppeteer/Page.html#accessibility-instance_method" title="Puppeteer::Page#accessibility (method)">#accessibility</a></span>
250
258
  <small>Puppeteer::Page</small>
@@ -252,7 +260,7 @@
252
260
  </li>
253
261
 
254
262
 
255
- <li class="odd ">
263
+ <li class="even ">
256
264
  <div class="item">
257
265
  <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#add-instance_method" title="Puppeteer::EventCallbackable::EventListeners#add (method)">#add</a></span>
258
266
  <small>Puppeteer::EventCallbackable::EventListeners</small>
@@ -260,7 +268,7 @@
260
268
  </li>
261
269
 
262
270
 
263
- <li class="even ">
271
+ <li class="odd ">
264
272
  <div class="item">
265
273
  <span class='object_link'><a href="Puppeteer/EventCallbackable.html#add_event_listener-instance_method" title="Puppeteer::EventCallbackable#add_event_listener (method)">#add_event_listener</a></span>
266
274
  <small>Puppeteer::EventCallbackable</small>
@@ -268,7 +276,7 @@
268
276
  </li>
269
277
 
270
278
 
271
- <li class="odd ">
279
+ <li class="even ">
272
280
  <div class="item">
273
281
  <span class='object_link'><a href="Puppeteer/Page.html#add_script_tag-instance_method" title="Puppeteer::Page#add_script_tag (method)">#add_script_tag</a></span>
274
282
  <small>Puppeteer::Page</small>
@@ -276,7 +284,7 @@
276
284
  </li>
277
285
 
278
286
 
279
- <li class="even ">
287
+ <li class="odd ">
280
288
  <div class="item">
281
289
  <span class='object_link'><a href="Puppeteer/Frame.html#add_script_tag-instance_method" title="Puppeteer::Frame#add_script_tag (method)">#add_script_tag</a></span>
282
290
  <small>Puppeteer::Frame</small>
@@ -284,7 +292,7 @@
284
292
  </li>
285
293
 
286
294
 
287
- <li class="odd ">
295
+ <li class="even ">
288
296
  <div class="item">
289
297
  <span class='object_link'><a href="Puppeteer/Page.html#add_style_tag-instance_method" title="Puppeteer::Page#add_style_tag (method)">#add_style_tag</a></span>
290
298
  <small>Puppeteer::Page</small>
@@ -292,7 +300,7 @@
292
300
  </li>
293
301
 
294
302
 
295
- <li class="even ">
303
+ <li class="odd ">
296
304
  <div class="item">
297
305
  <span class='object_link'><a href="Puppeteer/Frame.html#add_style_tag-instance_method" title="Puppeteer::Frame#add_style_tag (method)">#add_style_tag</a></span>
298
306
  <small>Puppeteer::Frame</small>
@@ -300,6 +308,14 @@
300
308
  </li>
301
309
 
302
310
 
311
+ <li class="even ">
312
+ <div class="item">
313
+ <span class='object_link'><a href="Puppeteer/ExecutionContext.html#adopt_backend_node_id-instance_method" title="Puppeteer::ExecutionContext#adopt_backend_node_id (method)">#adopt_backend_node_id</a></span>
314
+ <small>Puppeteer::ExecutionContext</small>
315
+ </div>
316
+ </li>
317
+
318
+
303
319
  <li class="odd ">
304
320
  <div class="item">
305
321
  <span class='object_link'><a href="Puppeteer/ExecutionContext.html#adopt_element_handle-instance_method" title="Puppeteer::ExecutionContext#adopt_element_handle (method)">#adopt_element_handle</a></span>
@@ -342,13 +358,37 @@
342
358
 
343
359
  <li class="even ">
344
360
  <div class="item">
345
- <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
361
+ <span class='object_link'><a href="Puppeteer/Page.html#async_SSeval-instance_method" title="Puppeteer::Page#async_SSeval (method)">#async_SSeval</a></span>
362
+ <small>Puppeteer::Page</small>
363
+ </div>
364
+ </li>
365
+
366
+
367
+ <li class="odd ">
368
+ <div class="item">
369
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_SSeval-instance_method" title="Puppeteer::ElementHandle#async_SSeval (method)">#async_SSeval</a></span>
370
+ <small>Puppeteer::ElementHandle</small>
371
+ </div>
372
+ </li>
373
+
374
+
375
+ <li class="even ">
376
+ <div class="item">
377
+ <span class='object_link'><a href="Puppeteer/Page.html#async_Seval-instance_method" title="Puppeteer::Page#async_Seval (method)">#async_Seval</a></span>
346
378
  <small>Puppeteer::Page</small>
347
379
  </div>
348
380
  </li>
349
381
 
350
382
 
351
383
  <li class="odd ">
384
+ <div class="item">
385
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_Seval-instance_method" title="Puppeteer::ElementHandle#async_Seval (method)">#async_Seval</a></span>
386
+ <small>Puppeteer::ElementHandle</small>
387
+ </div>
388
+ </li>
389
+
390
+
391
+ <li class="even ">
352
392
  <div class="item">
353
393
  <span class='object_link'><a href="Puppeteer/Mouse.html#async_click-instance_method" title="Puppeteer::Mouse#async_click (method)">#async_click</a></span>
354
394
  <small>Puppeteer::Mouse</small>
@@ -356,6 +396,14 @@
356
396
  </li>
357
397
 
358
398
 
399
+ <li class="odd ">
400
+ <div class="item">
401
+ <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
402
+ <small>Puppeteer::Page</small>
403
+ </div>
404
+ </li>
405
+
406
+
359
407
  <li class="even ">
360
408
  <div class="item">
361
409
  <span class='object_link'><a href="Puppeteer/Mouse.html#async_down-instance_method" title="Puppeteer::Mouse#async_down (method)">#async_down</a></span>
@@ -430,16 +478,16 @@
430
478
 
431
479
  <li class="odd ">
432
480
  <div class="item">
433
- <span class='object_link'><a href="Puppeteer/Connection.html#async_send_message-instance_method" title="Puppeteer::Connection#async_send_message (method)">#async_send_message</a></span>
434
- <small>Puppeteer::Connection</small>
481
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#async_send_message-instance_method" title="Puppeteer::CDPSession#async_send_message (method)">#async_send_message</a></span>
482
+ <small>Puppeteer::CDPSession</small>
435
483
  </div>
436
484
  </li>
437
485
 
438
486
 
439
487
  <li class="even ">
440
488
  <div class="item">
441
- <span class='object_link'><a href="Puppeteer/CDPSession.html#async_send_message-instance_method" title="Puppeteer::CDPSession#async_send_message (method)">#async_send_message</a></span>
442
- <small>Puppeteer::CDPSession</small>
489
+ <span class='object_link'><a href="Puppeteer/Connection.html#async_send_message-instance_method" title="Puppeteer::Connection#async_send_message (method)">#async_send_message</a></span>
490
+ <small>Puppeteer::Connection</small>
443
491
  </div>
444
492
  </li>
445
493
 
@@ -454,16 +502,16 @@
454
502
 
455
503
  <li class="even ">
456
504
  <div class="item">
457
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
458
- <small>Puppeteer::ElementHandle</small>
505
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#async_type_text-instance_method" title="Puppeteer::Keyboard#async_type_text (method)">#async_type_text</a></span>
506
+ <small>Puppeteer::Keyboard</small>
459
507
  </div>
460
508
  </li>
461
509
 
462
510
 
463
511
  <li class="odd ">
464
512
  <div class="item">
465
- <span class='object_link'><a href="Puppeteer/Keyboard.html#async_type_text-instance_method" title="Puppeteer::Keyboard#async_type_text (method)">#async_type_text</a></span>
466
- <small>Puppeteer::Keyboard</small>
513
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_type_text-instance_method" title="Puppeteer::ElementHandle#async_type_text (method)">#async_type_text</a></span>
514
+ <small>Puppeteer::ElementHandle</small>
467
515
  </div>
468
516
  </li>
469
517
 
@@ -486,13 +534,21 @@
486
534
 
487
535
  <li class="even ">
488
536
  <div class="item">
489
- <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_navigation-instance_method" title="Puppeteer::Page#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
537
+ <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_file_chooser-instance_method" title="Puppeteer::Page#async_wait_for_file_chooser (method)">#async_wait_for_file_chooser</a></span>
490
538
  <small>Puppeteer::Page</small>
491
539
  </div>
492
540
  </li>
493
541
 
494
542
 
495
543
  <li class="odd ">
544
+ <div class="item">
545
+ <span class='object_link'><a href="Puppeteer/Page.html#async_wait_for_navigation-instance_method" title="Puppeteer::Page#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
546
+ <small>Puppeteer::Page</small>
547
+ </div>
548
+ </li>
549
+
550
+
551
+ <li class="even ">
496
552
  <div class="item">
497
553
  <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#attached-instance_method" title="Puppeteer::Target::TargetInfo#attached (method)">#attached</a></span>
498
554
  <small>Puppeteer::Target::TargetInfo</small>
@@ -500,7 +556,7 @@
500
556
  </li>
501
557
 
502
558
 
503
- <li class="even ">
559
+ <li class="odd ">
504
560
  <div class="item">
505
561
  <span class='object_link'><a href="Puppeteer/Page.html#authenticate-instance_method" title="Puppeteer::Page#authenticate (method)">#authenticate</a></span>
506
562
  <small>Puppeteer::Page</small>
@@ -508,7 +564,7 @@
508
564
  </li>
509
565
 
510
566
 
511
- <li class="odd ">
567
+ <li class="even ">
512
568
  <div class="item">
513
569
  <span class='object_link'><a href="Puppeteer/NetworkManager.html#authenticate-instance_method" title="Puppeteer::NetworkManager#authenticate (method)">#authenticate</a></span>
514
570
  <small>Puppeteer::NetworkManager</small>
@@ -516,7 +572,7 @@
516
572
  </li>
517
573
 
518
574
 
519
- <li class="even ">
575
+ <li class="odd ">
520
576
  <div class="item">
521
577
  <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await-instance_method" title="Puppeteer::ConcurrentRubyUtils#await (method)">#await</a></span>
522
578
  <small>Puppeteer::ConcurrentRubyUtils</small>
@@ -524,7 +580,7 @@
524
580
  </li>
525
581
 
526
582
 
527
- <li class="odd ">
583
+ <li class="even ">
528
584
  <div class="item">
529
585
  <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await_all-instance_method" title="Puppeteer::ConcurrentRubyUtils#await_all (method)">#await_all</a></span>
530
586
  <small>Puppeteer::ConcurrentRubyUtils</small>
@@ -532,7 +588,7 @@
532
588
  </li>
533
589
 
534
590
 
535
- <li class="even ">
591
+ <li class="odd ">
536
592
  <div class="item">
537
593
  <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#await_any-instance_method" title="Puppeteer::ConcurrentRubyUtils#await_any (method)">#await_any</a></span>
538
594
  <small>Puppeteer::ConcurrentRubyUtils</small>
@@ -540,7 +596,7 @@
540
596
  </li>
541
597
 
542
598
 
543
- <li class="odd ">
599
+ <li class="even ">
544
600
  <div class="item">
545
601
  <span class='object_link'><a href="Puppeteer/WaitTask.html#await_promise-instance_method" title="Puppeteer::WaitTask#await_promise (method)">#await_promise</a></span>
546
602
  <small>Puppeteer::WaitTask</small>
@@ -548,15 +604,15 @@
548
604
  </li>
549
605
 
550
606
 
551
- <li class="even ">
607
+ <li class="odd ">
552
608
  <div class="item">
553
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
554
- <small>Puppeteer::BrowserContext</small>
609
+ <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
610
+ <small>Puppeteer::Target</small>
555
611
  </div>
556
612
  </li>
557
613
 
558
614
 
559
- <li class="odd ">
615
+ <li class="even ">
560
616
  <div class="item">
561
617
  <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
562
618
  <small>Puppeteer::Page</small>
@@ -564,10 +620,18 @@
564
620
  </li>
565
621
 
566
622
 
623
+ <li class="odd ">
624
+ <div class="item">
625
+ <span class='object_link'><a href="Puppeteer/BrowserContext.html#browser-instance_method" title="Puppeteer::BrowserContext#browser (method)">#browser</a></span>
626
+ <small>Puppeteer::BrowserContext</small>
627
+ </div>
628
+ </li>
629
+
630
+
567
631
  <li class="even ">
568
632
  <div class="item">
569
- <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
570
- <small>Puppeteer::Target</small>
633
+ <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
634
+ <small>Puppeteer::Page</small>
571
635
  </div>
572
636
  </li>
573
637
 
@@ -582,24 +646,24 @@
582
646
 
583
647
  <li class="even ">
584
648
  <div class="item">
585
- <span class='object_link'><a href="Puppeteer/Page.html#browser_context-instance_method" title="Puppeteer::Page#browser_context (method)">#browser_context</a></span>
586
- <small>Puppeteer::Page</small>
649
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#browser_context_id-instance_method" title="Puppeteer::Target::TargetInfo#browser_context_id (method)">#browser_context_id</a></span>
650
+ <small>Puppeteer::Target::TargetInfo</small>
587
651
  </div>
588
652
  </li>
589
653
 
590
654
 
591
655
  <li class="odd ">
592
656
  <div class="item">
593
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#browser_context_id-instance_method" title="Puppeteer::Target::TargetInfo#browser_context_id (method)">#browser_context_id</a></span>
594
- <small>Puppeteer::Target::TargetInfo</small>
657
+ <span class='object_link'><a href="Puppeteer/Browser.html#browser_contexts-instance_method" title="Puppeteer::Browser#browser_contexts (method)">#browser_contexts</a></span>
658
+ <small>Puppeteer::Browser</small>
595
659
  </div>
596
660
  </li>
597
661
 
598
662
 
599
663
  <li class="even ">
600
664
  <div class="item">
601
- <span class='object_link'><a href="Puppeteer/Browser.html#browser_contexts-instance_method" title="Puppeteer::Browser#browser_contexts (method)">#browser_contexts</a></span>
602
- <small>Puppeteer::Browser</small>
665
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
666
+ <small>Puppeteer::NetworkManager</small>
603
667
  </div>
604
668
  </li>
605
669
 
@@ -614,8 +678,8 @@
614
678
 
615
679
  <li class="even ">
616
680
  <div class="item">
617
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#cache_enabled=-instance_method" title="Puppeteer::NetworkManager#cache_enabled= (method)">#cache_enabled=</a></span>
618
- <small>Puppeteer::NetworkManager</small>
681
+ <span class='object_link'><a href="Puppeteer/FileChooser.html#cancel-instance_method" title="Puppeteer::FileChooser#cancel (method)">#cancel</a></span>
682
+ <small>Puppeteer::FileChooser</small>
619
683
  </div>
620
684
  </li>
621
685
 
@@ -630,40 +694,40 @@
630
694
 
631
695
  <li class="even ">
632
696
  <div class="item">
633
- <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
634
- <small>Puppeteer::Page</small>
697
+ <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
698
+ <small>Puppeteer::Frame</small>
635
699
  </div>
636
700
  </li>
637
701
 
638
702
 
639
703
  <li class="odd ">
640
704
  <div class="item">
641
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
642
- <small>Puppeteer::DOMWorld</small>
705
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
706
+ <small>Puppeteer::ElementHandle</small>
643
707
  </div>
644
708
  </li>
645
709
 
646
710
 
647
711
  <li class="even ">
648
712
  <div class="item">
649
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
650
- <small>Puppeteer::ElementHandle</small>
713
+ <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
714
+ <small>Puppeteer::Page</small>
651
715
  </div>
652
716
  </li>
653
717
 
654
718
 
655
719
  <li class="odd ">
656
720
  <div class="item">
657
- <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
658
- <small>Puppeteer::Frame</small>
721
+ <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
722
+ <small>Puppeteer::Mouse</small>
659
723
  </div>
660
724
  </li>
661
725
 
662
726
 
663
727
  <li class="even ">
664
728
  <div class="item">
665
- <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
666
- <small>Puppeteer::Mouse</small>
729
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
730
+ <small>Puppeteer::DOMWorld</small>
667
731
  </div>
668
732
  </li>
669
733
 
@@ -678,16 +742,16 @@
678
742
 
679
743
  <li class="even ">
680
744
  <div class="item">
681
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html#client-instance_method" title="Puppeteer::ExecutionContext#client (method)">#client</a></span>
682
- <small>Puppeteer::ExecutionContext</small>
745
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
746
+ <small>Puppeteer::FrameManager</small>
683
747
  </div>
684
748
  </li>
685
749
 
686
750
 
687
751
  <li class="odd ">
688
752
  <div class="item">
689
- <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
690
- <small>Puppeteer::FrameManager</small>
753
+ <span class='object_link'><a href="Puppeteer/ExecutionContext.html#client-instance_method" title="Puppeteer::ExecutionContext#client (method)">#client</a></span>
754
+ <small>Puppeteer::ExecutionContext</small>
691
755
  </div>
692
756
  </li>
693
757
 
@@ -702,48 +766,48 @@
702
766
 
703
767
  <li class="odd ">
704
768
  <div class="item">
705
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
706
- <small>Puppeteer::WebSocketTransport</small>
769
+ <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
770
+ <small>Puppeteer::BrowserContext</small>
707
771
  </div>
708
772
  </li>
709
773
 
710
774
 
711
775
  <li class="even ">
712
776
  <div class="item">
713
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
714
- <small>Puppeteer::BrowserContext</small>
777
+ <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
778
+ <small>Puppeteer::Page</small>
715
779
  </div>
716
780
  </li>
717
781
 
718
782
 
719
783
  <li class="odd ">
720
784
  <div class="item">
721
- <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
722
- <small>Puppeteer::Browser</small>
785
+ <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
786
+ <small>Puppeteer::BrowserRunner</small>
723
787
  </div>
724
788
  </li>
725
789
 
726
790
 
727
791
  <li class="even ">
728
792
  <div class="item">
729
- <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
730
- <small>Puppeteer::BrowserRunner</small>
793
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
794
+ <small>Puppeteer::WebSocket</small>
731
795
  </div>
732
796
  </li>
733
797
 
734
798
 
735
799
  <li class="odd ">
736
800
  <div class="item">
737
- <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
738
- <small>Puppeteer::WebSocket</small>
801
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
802
+ <small>Puppeteer::WebSocketTransport</small>
739
803
  </div>
740
804
  </li>
741
805
 
742
806
 
743
807
  <li class="even ">
744
808
  <div class="item">
745
- <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
746
- <small>Puppeteer::Page</small>
809
+ <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
810
+ <small>Puppeteer::Browser</small>
747
811
  </div>
748
812
  </li>
749
813
 
@@ -758,16 +822,16 @@
758
822
 
759
823
  <li class="even ">
760
824
  <div class="item">
761
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#code-instance_method" title="Puppeteer::Keyboard::KeyDescription#code (method)">#code</a></span>
762
- <small>Puppeteer::Keyboard::KeyDescription</small>
825
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#code (method)">#code</a></span>
826
+ <small>Puppeteer::Keyboard::KeyDefinition</small>
763
827
  </div>
764
828
  </li>
765
829
 
766
830
 
767
831
  <li class="odd ">
768
832
  <div class="item">
769
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#code (method)">#code</a></span>
770
- <small>Puppeteer::Keyboard::KeyDefinition</small>
833
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#code-instance_method" title="Puppeteer::Keyboard::KeyDescription#code (method)">#code</a></span>
834
+ <small>Puppeteer::Keyboard::KeyDescription</small>
771
835
  </div>
772
836
  </li>
773
837
 
@@ -790,16 +854,16 @@
790
854
 
791
855
  <li class="even ">
792
856
  <div class="item">
793
- <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
794
- <small>Puppeteer</small>
857
+ <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
858
+ <small>Puppeteer::Launcher::Chrome</small>
795
859
  </div>
796
860
  </li>
797
861
 
798
862
 
799
863
  <li class="odd ">
800
864
  <div class="item">
801
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
802
- <small>Puppeteer::Launcher::Chrome</small>
865
+ <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
866
+ <small>Puppeteer</small>
803
867
  </div>
804
868
  </li>
805
869
 
@@ -814,48 +878,48 @@
814
878
 
815
879
  <li class="odd ">
816
880
  <div class="item">
817
- <span class='object_link'><a href="Puppeteer/BrowserRunner.html#connection-instance_method" title="Puppeteer::BrowserRunner#connection (method)">#connection</a></span>
818
- <small>Puppeteer::BrowserRunner</small>
881
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#connection-instance_method" title="Puppeteer::CDPSession#connection (method)">#connection</a></span>
882
+ <small>Puppeteer::CDPSession</small>
819
883
  </div>
820
884
  </li>
821
885
 
822
886
 
823
887
  <li class="even ">
824
888
  <div class="item">
825
- <span class='object_link'><a href="Puppeteer/CDPSession.html#connection-instance_method" title="Puppeteer::CDPSession#connection (method)">#connection</a></span>
826
- <small>Puppeteer::CDPSession</small>
889
+ <span class='object_link'><a href="Puppeteer/BrowserRunner.html#connection-instance_method" title="Puppeteer::BrowserRunner#connection (method)">#connection</a></span>
890
+ <small>Puppeteer::BrowserRunner</small>
827
891
  </div>
828
892
  </li>
829
893
 
830
894
 
831
895
  <li class="odd ">
832
896
  <div class="item">
833
- <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
834
- <small>Puppeteer::Frame</small>
897
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
898
+ <small>Puppeteer::Page::ScriptTag</small>
835
899
  </div>
836
900
  </li>
837
901
 
838
902
 
839
903
  <li class="even ">
840
904
  <div class="item">
841
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
842
- <small>Puppeteer::Page::StyleTag</small>
905
+ <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
906
+ <small>Puppeteer::Page</small>
843
907
  </div>
844
908
  </li>
845
909
 
846
910
 
847
911
  <li class="odd ">
848
912
  <div class="item">
849
- <span class='object_link'><a href="Puppeteer/Page.html#content-instance_method" title="Puppeteer::Page#content (method)">#content</a></span>
850
- <small>Puppeteer::Page</small>
913
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
914
+ <small>Puppeteer::Page::StyleTag</small>
851
915
  </div>
852
916
  </li>
853
917
 
854
918
 
855
919
  <li class="even ">
856
920
  <div class="item">
857
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
858
- <small>Puppeteer::Page::ScriptTag</small>
921
+ <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
922
+ <small>Puppeteer::Frame</small>
859
923
  </div>
860
924
  </li>
861
925
 
@@ -918,16 +982,16 @@
918
982
 
919
983
  <li class="even ">
920
984
  <div class="item">
921
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
922
- <small>Puppeteer::WebSocketTransport</small>
985
+ <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
986
+ <small>Puppeteer::Browser</small>
923
987
  </div>
924
988
  </li>
925
989
 
926
990
 
927
991
  <li class="odd ">
928
992
  <div class="item">
929
- <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
930
- <small>Puppeteer::Page</small>
993
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
994
+ <small>Puppeteer::WebSocketTransport</small>
931
995
  </div>
932
996
  </li>
933
997
 
@@ -942,8 +1006,8 @@
942
1006
 
943
1007
  <li class="odd ">
944
1008
  <div class="item">
945
- <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
946
- <small>Puppeteer::Browser</small>
1009
+ <span class='object_link'><a href="Puppeteer/Page.html#create-class_method" title="Puppeteer::Page.create (method)">create</a></span>
1010
+ <small>Puppeteer::Page</small>
947
1011
  </div>
948
1012
  </li>
949
1013
 
@@ -1070,8 +1134,8 @@
1070
1134
 
1071
1135
  <li class="odd ">
1072
1136
  <div class="item">
1073
- <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
1074
- <small>Puppeteer::CDPSession</small>
1137
+ <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
1138
+ <small>Puppeteer::Frame</small>
1075
1139
  </div>
1076
1140
  </li>
1077
1141
 
@@ -1086,8 +1150,8 @@
1086
1150
 
1087
1151
  <li class="odd ">
1088
1152
  <div class="item">
1089
- <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
1090
- <small>Puppeteer::Frame</small>
1153
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
1154
+ <small>Puppeteer::CDPSession</small>
1091
1155
  </div>
1092
1156
  </li>
1093
1157
 
@@ -1134,32 +1198,32 @@
1134
1198
 
1135
1199
  <li class="odd ">
1136
1200
  <div class="item">
1137
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
1138
- <small>Puppeteer::LifecycleWatcher</small>
1201
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
1202
+ <small>Puppeteer::JSHandle</small>
1139
1203
  </div>
1140
1204
  </li>
1141
1205
 
1142
1206
 
1143
1207
  <li class="even ">
1144
1208
  <div class="item">
1145
- <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
1146
- <small>Puppeteer::JSHandle</small>
1209
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
1210
+ <small>Puppeteer::LifecycleWatcher</small>
1147
1211
  </div>
1148
1212
  </li>
1149
1213
 
1150
1214
 
1151
1215
  <li class="odd ">
1152
1216
  <div class="item">
1153
- <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
1154
- <small>Puppeteer::Connection</small>
1217
+ <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
1218
+ <small>Puppeteer::BrowserRunner::BrowserProcess</small>
1155
1219
  </div>
1156
1220
  </li>
1157
1221
 
1158
1222
 
1159
1223
  <li class="even ">
1160
1224
  <div class="item">
1161
- <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
1162
- <small>Puppeteer::BrowserRunner::BrowserProcess</small>
1225
+ <span class='object_link'><a href="Puppeteer/Connection.html#dispose-instance_method" title="Puppeteer::Connection#dispose (method)">#dispose</a></span>
1226
+ <small>Puppeteer::Connection</small>
1163
1227
  </div>
1164
1228
  </li>
1165
1229
 
@@ -1206,16 +1270,16 @@
1206
1270
 
1207
1271
  <li class="even ">
1208
1272
  <div class="item">
1209
- <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#each-instance_method" title="Puppeteer::EventCallbackable::EventListeners#each (method)">#each</a></span>
1210
- <small>Puppeteer::EventCallbackable::EventListeners</small>
1273
+ <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#each-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#each (method)">#each</a></span>
1274
+ <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
1211
1275
  </div>
1212
1276
  </li>
1213
1277
 
1214
1278
 
1215
1279
  <li class="odd ">
1216
1280
  <div class="item">
1217
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#each-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#each (method)">#each</a></span>
1218
- <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
1281
+ <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#each-instance_method" title="Puppeteer::EventCallbackable::EventListeners#each (method)">#each</a></span>
1282
+ <small>Puppeteer::EventCallbackable::EventListeners</small>
1219
1283
  </div>
1220
1284
  </li>
1221
1285
 
@@ -1286,24 +1350,24 @@
1286
1350
 
1287
1351
  <li class="even ">
1288
1352
  <div class="item">
1289
- <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
1290
- <small>Puppeteer::JSHandle</small>
1353
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
1354
+ <small>Puppeteer::DOMWorld</small>
1291
1355
  </div>
1292
1356
  </li>
1293
1357
 
1294
1358
 
1295
1359
  <li class="odd ">
1296
1360
  <div class="item">
1297
- <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
1298
- <small>Puppeteer::Frame</small>
1361
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
1362
+ <small>Puppeteer::JSHandle</small>
1299
1363
  </div>
1300
1364
  </li>
1301
1365
 
1302
1366
 
1303
1367
  <li class="even ">
1304
1368
  <div class="item">
1305
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
1306
- <small>Puppeteer::DOMWorld</small>
1369
+ <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
1370
+ <small>Puppeteer::Frame</small>
1307
1371
  </div>
1308
1372
  </li>
1309
1373
 
@@ -1318,40 +1382,40 @@
1318
1382
 
1319
1383
  <li class="even ">
1320
1384
  <div class="item">
1321
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
1322
- <small>Puppeteer::DOMWorld</small>
1385
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
1386
+ <small>Puppeteer::JSHandle</small>
1323
1387
  </div>
1324
1388
  </li>
1325
1389
 
1326
1390
 
1327
1391
  <li class="odd ">
1328
1392
  <div class="item">
1329
- <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
1330
- <small>Puppeteer::Frame</small>
1393
+ <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
1394
+ <small>Puppeteer::ExecutionContext</small>
1331
1395
  </div>
1332
1396
  </li>
1333
1397
 
1334
1398
 
1335
1399
  <li class="even ">
1336
1400
  <div class="item">
1337
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
1338
- <small>Puppeteer::ExecutionContext</small>
1401
+ <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
1402
+ <small>Puppeteer::Page</small>
1339
1403
  </div>
1340
1404
  </li>
1341
1405
 
1342
1406
 
1343
1407
  <li class="odd ">
1344
1408
  <div class="item">
1345
- <span class='object_link'><a href="Puppeteer/Page.html#evaluate_handle-instance_method" title="Puppeteer::Page#evaluate_handle (method)">#evaluate_handle</a></span>
1346
- <small>Puppeteer::Page</small>
1409
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate_handle-instance_method" title="Puppeteer::DOMWorld#evaluate_handle (method)">#evaluate_handle</a></span>
1410
+ <small>Puppeteer::DOMWorld</small>
1347
1411
  </div>
1348
1412
  </li>
1349
1413
 
1350
1414
 
1351
1415
  <li class="even ">
1352
1416
  <div class="item">
1353
- <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
1354
- <small>Puppeteer::JSHandle</small>
1417
+ <span class='object_link'><a href="Puppeteer/Frame.html#evaluate_handle-instance_method" title="Puppeteer::Frame#evaluate_handle (method)">#evaluate_handle</a></span>
1418
+ <small>Puppeteer::Frame</small>
1355
1419
  </div>
1356
1420
  </li>
1357
1421
 
@@ -1406,8 +1470,8 @@
1406
1470
 
1407
1471
  <li class="odd ">
1408
1472
  <div class="item">
1409
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
1410
- <small>Puppeteer::DOMWorld</small>
1473
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
1474
+ <small>Puppeteer::JSHandle</small>
1411
1475
  </div>
1412
1476
  </li>
1413
1477
 
@@ -1422,8 +1486,8 @@
1422
1486
 
1423
1487
  <li class="odd ">
1424
1488
  <div class="item">
1425
- <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
1426
- <small>Puppeteer::JSHandle</small>
1489
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
1490
+ <small>Puppeteer::DOMWorld</small>
1427
1491
  </div>
1428
1492
  </li>
1429
1493
 
@@ -1470,16 +1534,16 @@
1470
1534
 
1471
1535
  <li class="odd ">
1472
1536
  <div class="item">
1473
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#focus-instance_method" title="Puppeteer::ElementHandle#focus (method)">#focus</a></span>
1474
- <small>Puppeteer::ElementHandle</small>
1537
+ <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
1538
+ <small>Puppeteer::Page</small>
1475
1539
  </div>
1476
1540
  </li>
1477
1541
 
1478
1542
 
1479
1543
  <li class="even ">
1480
1544
  <div class="item">
1481
- <span class='object_link'><a href="Puppeteer/Page.html#focus-instance_method" title="Puppeteer::Page#focus (method)">#focus</a></span>
1482
- <small>Puppeteer::Page</small>
1545
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#focus-instance_method" title="Puppeteer::ElementHandle#focus (method)">#focus</a></span>
1546
+ <small>Puppeteer::ElementHandle</small>
1483
1547
  </div>
1484
1548
  </li>
1485
1549
 
@@ -1494,16 +1558,16 @@
1494
1558
 
1495
1559
  <li class="even ">
1496
1560
  <div class="item">
1497
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
1498
- <small>Puppeteer::DOMWorld</small>
1561
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
1562
+ <small>Puppeteer::FrameManager</small>
1499
1563
  </div>
1500
1564
  </li>
1501
1565
 
1502
1566
 
1503
1567
  <li class="odd ">
1504
1568
  <div class="item">
1505
- <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
1506
- <small>Puppeteer::FrameManager</small>
1569
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#frame-instance_method" title="Puppeteer::DOMWorld#frame (method)">#frame</a></span>
1570
+ <small>Puppeteer::DOMWorld</small>
1507
1571
  </div>
1508
1572
  </li>
1509
1573
 
@@ -1526,16 +1590,16 @@
1526
1590
 
1527
1591
  <li class="even ">
1528
1592
  <div class="item">
1529
- <span class='object_link'><a href="Puppeteer/FrameManager.html#frames-instance_method" title="Puppeteer::FrameManager#frames (method)">#frames</a></span>
1530
- <small>Puppeteer::FrameManager</small>
1593
+ <span class='object_link'><a href="Puppeteer/Page.html#frames-instance_method" title="Puppeteer::Page#frames (method)">#frames</a></span>
1594
+ <small>Puppeteer::Page</small>
1531
1595
  </div>
1532
1596
  </li>
1533
1597
 
1534
1598
 
1535
1599
  <li class="odd ">
1536
1600
  <div class="item">
1537
- <span class='object_link'><a href="Puppeteer/Page.html#frames-instance_method" title="Puppeteer::Page#frames (method)">#frames</a></span>
1538
- <small>Puppeteer::Page</small>
1601
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#frames-instance_method" title="Puppeteer::FrameManager#frames (method)">#frames</a></span>
1602
+ <small>Puppeteer::FrameManager</small>
1539
1603
  </div>
1540
1604
  </li>
1541
1605
 
@@ -1622,16 +1686,16 @@
1622
1686
 
1623
1687
  <li class="even ">
1624
1688
  <div class="item">
1625
- <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_closed-instance_method" title="Puppeteer::CDPSession#handle_closed (method)">#handle_closed</a></span>
1626
- <small>Puppeteer::CDPSession</small>
1689
+ <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
1690
+ <small>Puppeteer::Target</small>
1627
1691
  </div>
1628
1692
  </li>
1629
1693
 
1630
1694
 
1631
1695
  <li class="odd ">
1632
1696
  <div class="item">
1633
- <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
1634
- <small>Puppeteer::Target</small>
1697
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_closed-instance_method" title="Puppeteer::CDPSession#handle_closed (method)">#handle_closed</a></span>
1698
+ <small>Puppeteer::CDPSession</small>
1635
1699
  </div>
1636
1700
  </li>
1637
1701
 
@@ -1662,16 +1726,16 @@
1662
1726
 
1663
1727
  <li class="odd ">
1664
1728
  <div class="item">
1665
- <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_attached-instance_method" title="Puppeteer::FrameManager#handle_frame_attached (method)">#handle_frame_attached</a></span>
1666
- <small>Puppeteer::FrameManager</small>
1729
+ <span class='object_link'><a href="Puppeteer/Page.html#handle_file_chooser-instance_method" title="Puppeteer::Page#handle_file_chooser (method)">#handle_file_chooser</a></span>
1730
+ <small>Puppeteer::Page</small>
1667
1731
  </div>
1668
1732
  </li>
1669
1733
 
1670
1734
 
1671
1735
  <li class="even ">
1672
1736
  <div class="item">
1673
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_frame_detached-instance_method" title="Puppeteer::LifecycleWatcher#handle_frame_detached (method)">#handle_frame_detached</a></span>
1674
- <small>Puppeteer::LifecycleWatcher</small>
1737
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_attached-instance_method" title="Puppeteer::FrameManager#handle_frame_attached (method)">#handle_frame_attached</a></span>
1738
+ <small>Puppeteer::FrameManager</small>
1675
1739
  </div>
1676
1740
  </li>
1677
1741
 
@@ -1686,15 +1750,15 @@
1686
1750
 
1687
1751
  <li class="even ">
1688
1752
  <div class="item">
1689
- <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated (method)">#handle_frame_navigated</a></span>
1690
- <small>Puppeteer::FrameManager</small>
1753
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_frame_detached-instance_method" title="Puppeteer::LifecycleWatcher#handle_frame_detached (method)">#handle_frame_detached</a></span>
1754
+ <small>Puppeteer::LifecycleWatcher</small>
1691
1755
  </div>
1692
1756
  </li>
1693
1757
 
1694
1758
 
1695
1759
  <li class="odd ">
1696
1760
  <div class="item">
1697
- <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated_within_document-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated_within_document (method)">#handle_frame_navigated_within_document</a></span>
1761
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated (method)">#handle_frame_navigated</a></span>
1698
1762
  <small>Puppeteer::FrameManager</small>
1699
1763
  </div>
1700
1764
  </li>
@@ -1702,7 +1766,7 @@
1702
1766
 
1703
1767
  <li class="even ">
1704
1768
  <div class="item">
1705
- <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_stopped_loading-instance_method" title="Puppeteer::FrameManager#handle_frame_stopped_loading (method)">#handle_frame_stopped_loading</a></span>
1769
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_navigated_within_document-instance_method" title="Puppeteer::FrameManager#handle_frame_navigated_within_document (method)">#handle_frame_navigated_within_document</a></span>
1706
1770
  <small>Puppeteer::FrameManager</small>
1707
1771
  </div>
1708
1772
  </li>
@@ -1710,7 +1774,7 @@
1710
1774
 
1711
1775
  <li class="odd ">
1712
1776
  <div class="item">
1713
- <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_tree-instance_method" title="Puppeteer::FrameManager#handle_frame_tree (method)">#handle_frame_tree</a></span>
1777
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_stopped_loading-instance_method" title="Puppeteer::FrameManager#handle_frame_stopped_loading (method)">#handle_frame_stopped_loading</a></span>
1714
1778
  <small>Puppeteer::FrameManager</small>
1715
1779
  </div>
1716
1780
  </li>
@@ -1718,16 +1782,16 @@
1718
1782
 
1719
1783
  <li class="even ">
1720
1784
  <div class="item">
1721
- <span class='object_link'><a href="Puppeteer/Target.html#handle_initialized-instance_method" title="Puppeteer::Target#handle_initialized (method)">#handle_initialized</a></span>
1722
- <small>Puppeteer::Target</small>
1785
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_frame_tree-instance_method" title="Puppeteer::FrameManager#handle_frame_tree (method)">#handle_frame_tree</a></span>
1786
+ <small>Puppeteer::FrameManager</small>
1723
1787
  </div>
1724
1788
  </li>
1725
1789
 
1726
1790
 
1727
1791
  <li class="odd ">
1728
1792
  <div class="item">
1729
- <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
1730
- <small>Puppeteer::FrameManager</small>
1793
+ <span class='object_link'><a href="Puppeteer/Target.html#handle_initialized-instance_method" title="Puppeteer::Target#handle_initialized (method)">#handle_initialized</a></span>
1794
+ <small>Puppeteer::Target</small>
1731
1795
  </div>
1732
1796
  </li>
1733
1797
 
@@ -1742,16 +1806,16 @@
1742
1806
 
1743
1807
  <li class="odd ">
1744
1808
  <div class="item">
1745
- <span class='object_link'><a href="Puppeteer/Frame.html#handle_loading_stopped-instance_method" title="Puppeteer::Frame#handle_loading_stopped (method)">#handle_loading_stopped</a></span>
1746
- <small>Puppeteer::Frame</small>
1809
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
1810
+ <small>Puppeteer::FrameManager</small>
1747
1811
  </div>
1748
1812
  </li>
1749
1813
 
1750
1814
 
1751
1815
  <li class="even ">
1752
1816
  <div class="item">
1753
- <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
1754
- <small>Puppeteer::CDPSession</small>
1817
+ <span class='object_link'><a href="Puppeteer/Frame.html#handle_loading_stopped-instance_method" title="Puppeteer::Frame#handle_loading_stopped (method)">#handle_loading_stopped</a></span>
1818
+ <small>Puppeteer::Frame</small>
1755
1819
  </div>
1756
1820
  </li>
1757
1821
 
@@ -1766,31 +1830,31 @@
1766
1830
 
1767
1831
  <li class="even ">
1768
1832
  <div class="item">
1769
- <span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html#handle_payload-instance_method" title="Puppeteer::Connection::RequestDebugPrinter#handle_payload (method)">#handle_payload</a></span>
1770
- <small>Puppeteer::Connection::RequestDebugPrinter</small>
1833
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
1834
+ <small>Puppeteer::CDPSession</small>
1771
1835
  </div>
1772
1836
  </li>
1773
1837
 
1774
1838
 
1775
1839
  <li class="odd ">
1776
1840
  <div class="item">
1777
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_request-instance_method" title="Puppeteer::LifecycleWatcher#handle_request (method)">#handle_request</a></span>
1778
- <small>Puppeteer::LifecycleWatcher</small>
1841
+ <span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html#handle_payload-instance_method" title="Puppeteer::Connection::RequestDebugPrinter#handle_payload (method)">#handle_payload</a></span>
1842
+ <small>Puppeteer::Connection::RequestDebugPrinter</small>
1779
1843
  </div>
1780
1844
  </li>
1781
1845
 
1782
1846
 
1783
1847
  <li class="even ">
1784
1848
  <div class="item">
1785
- <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_created-instance_method" title="Puppeteer::Browser#handle_target_created (method)">#handle_target_created</a></span>
1786
- <small>Puppeteer::Browser</small>
1849
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_request-instance_method" title="Puppeteer::LifecycleWatcher#handle_request (method)">#handle_request</a></span>
1850
+ <small>Puppeteer::LifecycleWatcher</small>
1787
1851
  </div>
1788
1852
  </li>
1789
1853
 
1790
1854
 
1791
1855
  <li class="odd ">
1792
1856
  <div class="item">
1793
- <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_destroyed-instance_method" title="Puppeteer::Browser#handle_target_destroyed (method)">#handle_target_destroyed</a></span>
1857
+ <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_created-instance_method" title="Puppeteer::Browser#handle_target_created (method)">#handle_target_created</a></span>
1794
1858
  <small>Puppeteer::Browser</small>
1795
1859
  </div>
1796
1860
  </li>
@@ -1798,8 +1862,8 @@
1798
1862
 
1799
1863
  <li class="even ">
1800
1864
  <div class="item">
1801
- <span class='object_link'><a href="Puppeteer/Target.html#handle_target_info_changed-instance_method" title="Puppeteer::Target#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
1802
- <small>Puppeteer::Target</small>
1865
+ <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_destroyed-instance_method" title="Puppeteer::Browser#handle_target_destroyed (method)">#handle_target_destroyed</a></span>
1866
+ <small>Puppeteer::Browser</small>
1803
1867
  </div>
1804
1868
  </li>
1805
1869
 
@@ -1814,40 +1878,40 @@
1814
1878
 
1815
1879
  <li class="even ">
1816
1880
  <div class="item">
1817
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#has_context%3F-instance_method" title="Puppeteer::DOMWorld#has_context? (method)">#has_context?</a></span>
1818
- <small>Puppeteer::DOMWorld</small>
1881
+ <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>
1882
+ <small>Puppeteer::Target</small>
1819
1883
  </div>
1820
1884
  </li>
1821
1885
 
1822
1886
 
1823
1887
  <li class="odd ">
1824
1888
  <div class="item">
1825
- <span class='object_link'><a href="Puppeteer/Viewport.html#has_touch%3F-instance_method" title="Puppeteer::Viewport#has_touch? (method)">#has_touch?</a></span>
1826
- <small>Puppeteer::Viewport</small>
1889
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#has_context%3F-instance_method" title="Puppeteer::DOMWorld#has_context? (method)">#has_context?</a></span>
1890
+ <small>Puppeteer::DOMWorld</small>
1827
1891
  </div>
1828
1892
  </li>
1829
1893
 
1830
1894
 
1831
1895
  <li class="even ">
1832
1896
  <div class="item">
1833
- <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
1834
- <small>Puppeteer::Launcher::ChromeArgOptions</small>
1897
+ <span class='object_link'><a href="Puppeteer/Viewport.html#has_touch%3F-instance_method" title="Puppeteer::Viewport#has_touch? (method)">#has_touch?</a></span>
1898
+ <small>Puppeteer::Viewport</small>
1835
1899
  </div>
1836
1900
  </li>
1837
1901
 
1838
1902
 
1839
1903
  <li class="odd ">
1840
1904
  <div class="item">
1841
- <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
1842
- <small>Puppeteer::Viewport</small>
1905
+ <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
1906
+ <small>Puppeteer::Launcher::ChromeArgOptions</small>
1843
1907
  </div>
1844
1908
  </li>
1845
1909
 
1846
1910
 
1847
1911
  <li class="even ">
1848
1912
  <div class="item">
1849
- <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
1850
- <small>Puppeteer::Frame</small>
1913
+ <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
1914
+ <small>Puppeteer::Viewport</small>
1851
1915
  </div>
1852
1916
  </li>
1853
1917
 
@@ -1862,13 +1926,21 @@
1862
1926
 
1863
1927
  <li class="even ">
1864
1928
  <div class="item">
1865
- <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
1929
+ <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
1866
1930
  <small>Puppeteer::Frame</small>
1867
1931
  </div>
1868
1932
  </li>
1869
1933
 
1870
1934
 
1871
1935
  <li class="odd ">
1936
+ <div class="item">
1937
+ <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
1938
+ <small>Puppeteer::Frame</small>
1939
+ </div>
1940
+ </li>
1941
+
1942
+
1943
+ <li class="even ">
1872
1944
  <div class="item">
1873
1945
  <span class='object_link'><a href="Puppeteer/IfPresent.html#if_present-instance_method" title="Puppeteer::IfPresent#if_present (method)">#if_present</a></span>
1874
1946
  <small>Puppeteer::IfPresent</small>
@@ -1876,7 +1948,7 @@
1876
1948
  </li>
1877
1949
 
1878
1950
 
1879
- <li class="even ">
1951
+ <li class="odd ">
1880
1952
  <div class="item">
1881
1953
  <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#ignore_default_args-instance_method" title="Puppeteer::Launcher::LaunchOptions#ignore_default_args (method)">#ignore_default_args</a></span>
1882
1954
  <small>Puppeteer::Launcher::LaunchOptions</small>
@@ -1884,7 +1956,7 @@
1884
1956
  </li>
1885
1957
 
1886
1958
 
1887
- <li class="odd ">
1959
+ <li class="even ">
1888
1960
  <div class="item">
1889
1961
  <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#ignore_https_errors%3F-instance_method" title="Puppeteer::Launcher::BrowserOptions#ignore_https_errors? (method)">#ignore_https_errors?</a></span>
1890
1962
  <small>Puppeteer::Launcher::BrowserOptions</small>
@@ -1892,7 +1964,7 @@
1892
1964
  </li>
1893
1965
 
1894
1966
 
1895
- <li class="even ">
1967
+ <li class="odd ">
1896
1968
  <div class="item">
1897
1969
  <span class='object_link'><a href="Puppeteer/BrowserContext.html#incognito%3F-instance_method" title="Puppeteer::BrowserContext#incognito? (method)">#incognito?</a></span>
1898
1970
  <small>Puppeteer::BrowserContext</small>
@@ -1900,7 +1972,7 @@
1900
1972
  </li>
1901
1973
 
1902
1974
 
1903
- <li class="odd ">
1975
+ <li class="even ">
1904
1976
  <div class="item">
1905
1977
  <span class='object_link'><a href="Puppeteer/NetworkManager.html#init-instance_method" title="Puppeteer::NetworkManager#init (method)">#init</a></span>
1906
1978
  <small>Puppeteer::NetworkManager</small>
@@ -1908,7 +1980,7 @@
1908
1980
  </li>
1909
1981
 
1910
1982
 
1911
- <li class="even ">
1983
+ <li class="odd ">
1912
1984
  <div class="item">
1913
1985
  <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
1914
1986
  <small>Puppeteer::Page</small>
@@ -1916,15 +1988,15 @@
1916
1988
  </li>
1917
1989
 
1918
1990
 
1919
- <li class="odd ">
1991
+ <li class="even ">
1920
1992
  <div class="item">
1921
- <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
1922
- <small>Puppeteer::WaitTask</small>
1993
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
1994
+ <small>Puppeteer::ElementHandle</small>
1923
1995
  </div>
1924
1996
  </li>
1925
1997
 
1926
1998
 
1927
- <li class="even ">
1999
+ <li class="odd ">
1928
2000
  <div class="item">
1929
2001
  <span class='object_link'><a href="Puppeteer.html#initialize-instance_method" title="Puppeteer#initialize (method)">#initialize</a></span>
1930
2002
  <small>Puppeteer</small>
@@ -1932,7 +2004,7 @@
1932
2004
  </li>
1933
2005
 
1934
2006
 
1935
- <li class="odd ">
2007
+ <li class="even ">
1936
2008
  <div class="item">
1937
2009
  <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#initialize-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#initialize (method)">#initialize</a></span>
1938
2010
  <small>Puppeteer::Launcher::ChromeArgOptions</small>
@@ -1940,370 +2012,378 @@
1940
2012
  </li>
1941
2013
 
1942
2014
 
1943
- <li class="even ">
1944
- <div class="item">
1945
- <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
1946
- <small>Puppeteer::Target</small>
1947
- </div>
1948
- </li>
1949
-
1950
-
1951
2015
  <li class="odd ">
1952
2016
  <div class="item">
1953
- <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
1954
- <small>Puppeteer::Connection::ProtocolError</small>
2017
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
2018
+ <small>Puppeteer::DOMWorld</small>
1955
2019
  </div>
1956
2020
  </li>
1957
2021
 
1958
2022
 
1959
2023
  <li class="even ">
1960
2024
  <div class="item">
1961
- <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
1962
- <small>Puppeteer::Connection::MessageCallback</small>
2025
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
2026
+ <small>Puppeteer::JSHandle</small>
1963
2027
  </div>
1964
2028
  </li>
1965
2029
 
1966
2030
 
1967
2031
  <li class="odd ">
1968
2032
  <div class="item">
1969
- <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
1970
- <small>Puppeteer::EventCallbackable::EventListeners</small>
2033
+ <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
2034
+ <small>Puppeteer::Viewport</small>
1971
2035
  </div>
1972
2036
  </li>
1973
2037
 
1974
2038
 
1975
2039
  <li class="even ">
1976
2040
  <div class="item">
1977
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
1978
- <small>Puppeteer::ExecutionContext</small>
2041
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
2042
+ <small>Puppeteer::Keyboard::KeyDefinition</small>
1979
2043
  </div>
1980
2044
  </li>
1981
2045
 
1982
2046
 
1983
2047
  <li class="odd ">
1984
2048
  <div class="item">
1985
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
1986
- <small>Puppeteer::Page::StyleTag</small>
2049
+ <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
2050
+ <small>Puppeteer::WaitTask::TimeoutError</small>
1987
2051
  </div>
1988
2052
  </li>
1989
2053
 
1990
2054
 
1991
2055
  <li class="even ">
1992
2056
  <div class="item">
1993
- <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
1994
- <small>Puppeteer::Connection</small>
2057
+ <span class='object_link'><a href="Puppeteer/WaitTask.html#initialize-instance_method" title="Puppeteer::WaitTask#initialize (method)">#initialize</a></span>
2058
+ <small>Puppeteer::WaitTask</small>
1995
2059
  </div>
1996
2060
  </li>
1997
2061
 
1998
2062
 
1999
2063
  <li class="odd ">
2000
2064
  <div class="item">
2001
- <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
2002
- <small>Puppeteer::EmulationManager</small>
2065
+ <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
2066
+ <small>Puppeteer::Launcher::BrowserOptions</small>
2003
2067
  </div>
2004
2068
  </li>
2005
2069
 
2006
2070
 
2007
2071
  <li class="even ">
2008
2072
  <div class="item">
2009
- <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
2010
- <small>Puppeteer::Keyboard</small>
2073
+ <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
2074
+ <small>Puppeteer::Page</small>
2011
2075
  </div>
2012
2076
  </li>
2013
2077
 
2014
2078
 
2015
2079
  <li class="odd ">
2016
2080
  <div class="item">
2017
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
2018
- <small>Puppeteer::WebSocketTransport</small>
2081
+ <span class='object_link'><a href="Puppeteer/Connection/ProtocolError.html#initialize-instance_method" title="Puppeteer::Connection::ProtocolError#initialize (method)">#initialize</a></span>
2082
+ <small>Puppeteer::Connection::ProtocolError</small>
2019
2083
  </div>
2020
2084
  </li>
2021
2085
 
2022
2086
 
2023
2087
  <li class="even ">
2024
2088
  <div class="item">
2025
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
2026
- <small>Puppeteer::NetworkManager</small>
2089
+ <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#initialize-instance_method" title="Puppeteer::Connection::MessageCallback#initialize (method)">#initialize</a></span>
2090
+ <small>Puppeteer::Connection::MessageCallback</small>
2027
2091
  </div>
2028
2092
  </li>
2029
2093
 
2030
2094
 
2031
2095
  <li class="odd ">
2032
2096
  <div class="item">
2033
- <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
2034
- <small>Puppeteer::NetworkManager::Credentials</small>
2097
+ <span class='object_link'><a href="Puppeteer/Connection.html#initialize-instance_method" title="Puppeteer::Connection#initialize (method)">#initialize</a></span>
2098
+ <small>Puppeteer::Connection</small>
2035
2099
  </div>
2036
2100
  </li>
2037
2101
 
2038
2102
 
2039
2103
  <li class="even ">
2040
2104
  <div class="item">
2041
- <span class='object_link'><a href="Puppeteer/JSHandle.html#initialize-instance_method" title="Puppeteer::JSHandle#initialize (method)">#initialize</a></span>
2042
- <small>Puppeteer::JSHandle</small>
2105
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
2106
+ <small>Puppeteer::Keyboard::KeyDescription</small>
2043
2107
  </div>
2044
2108
  </li>
2045
2109
 
2046
2110
 
2047
2111
  <li class="odd ">
2048
2112
  <div class="item">
2049
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
2050
- <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
2113
+ <span class='object_link'><a href="Puppeteer/Page/FileChooserTimeoutError.html#initialize-instance_method" title="Puppeteer::Page::FileChooserTimeoutError#initialize (method)">#initialize</a></span>
2114
+ <small>Puppeteer::Page::FileChooserTimeoutError</small>
2051
2115
  </div>
2052
2116
  </li>
2053
2117
 
2054
2118
 
2055
2119
  <li class="even ">
2056
2120
  <div class="item">
2057
- <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
2058
- <small>Puppeteer::ConsoleMessage</small>
2121
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#initialize-instance_method" title="Puppeteer::Keyboard#initialize (method)">#initialize</a></span>
2122
+ <small>Puppeteer::Keyboard</small>
2059
2123
  </div>
2060
2124
  </li>
2061
2125
 
2062
2126
 
2063
2127
  <li class="odd ">
2064
2128
  <div class="item">
2065
- <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
2066
- <small>Puppeteer::ConsoleMessage::Location</small>
2129
+ <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
2130
+ <small>Puppeteer::Page::ScreenshotOptions</small>
2067
2131
  </div>
2068
2132
  </li>
2069
2133
 
2070
2134
 
2071
2135
  <li class="even ">
2072
2136
  <div class="item">
2073
- <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
2074
- <small>Puppeteer::BrowserFetcher</small>
2137
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#initialize-instance_method" title="Puppeteer::WebSocketTransport#initialize (method)">#initialize</a></span>
2138
+ <small>Puppeteer::WebSocketTransport</small>
2075
2139
  </div>
2076
2140
  </li>
2077
2141
 
2078
2142
 
2079
2143
  <li class="odd ">
2080
2144
  <div class="item">
2081
- <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
2082
- <small>Puppeteer::WebSocket::DriverImpl</small>
2145
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
2146
+ <small>Puppeteer::WebSocket</small>
2083
2147
  </div>
2084
2148
  </li>
2085
2149
 
2086
2150
 
2087
2151
  <li class="even ">
2088
2152
  <div class="item">
2089
- <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
2090
- <small>Puppeteer::Launcher::LaunchOptions</small>
2153
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#initialize-instance_method" title="Puppeteer::Page::StyleTag#initialize (method)">#initialize</a></span>
2154
+ <small>Puppeteer::Page::StyleTag</small>
2091
2155
  </div>
2092
2156
  </li>
2093
2157
 
2094
2158
 
2095
2159
  <li class="odd ">
2096
2160
  <div class="item">
2097
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
2098
- <small>Puppeteer::Page::ScriptTag</small>
2161
+ <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#initialize-instance_method" title="Puppeteer::EventCallbackable::EventListeners#initialize (method)">#initialize</a></span>
2162
+ <small>Puppeteer::EventCallbackable::EventListeners</small>
2099
2163
  </div>
2100
2164
  </li>
2101
2165
 
2102
2166
 
2103
2167
  <li class="even ">
2104
2168
  <div class="item">
2105
- <span class='object_link'><a href="Puppeteer/WebSocket.html#initialize-instance_method" title="Puppeteer::WebSocket#initialize (method)">#initialize</a></span>
2106
- <small>Puppeteer::WebSocket</small>
2169
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
2170
+ <small>Puppeteer::LifecycleWatcher</small>
2107
2171
  </div>
2108
2172
  </li>
2109
2173
 
2110
2174
 
2111
2175
  <li class="odd ">
2112
2176
  <div class="item">
2113
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
2114
- <small>Puppeteer::BrowserContext</small>
2177
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
2178
+ <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
2115
2179
  </div>
2116
2180
  </li>
2117
2181
 
2118
2182
 
2119
2183
  <li class="even ">
2120
2184
  <div class="item">
2121
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
2122
- <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
2185
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
2186
+ <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
2123
2187
  </div>
2124
2188
  </li>
2125
2189
 
2126
2190
 
2127
2191
  <li class="odd ">
2128
2192
  <div class="item">
2129
- <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
2130
- <small>Puppeteer::Browser</small>
2193
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
2194
+ <small>Puppeteer::CDPSession</small>
2131
2195
  </div>
2132
2196
  </li>
2133
2197
 
2134
2198
 
2135
2199
  <li class="even ">
2136
2200
  <div class="item">
2137
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
2138
- <small>Puppeteer::Target::TargetInfo</small>
2201
+ <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
2202
+ <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
2139
2203
  </div>
2140
2204
  </li>
2141
2205
 
2142
2206
 
2143
2207
  <li class="odd ">
2144
2208
  <div class="item">
2145
- <span class='object_link'><a href="Puppeteer/CDPSession.html#initialize-instance_method" title="Puppeteer::CDPSession#initialize (method)">#initialize</a></span>
2146
- <small>Puppeteer::CDPSession</small>
2209
+ <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
2210
+ <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
2147
2211
  </div>
2148
2212
  </li>
2149
2213
 
2150
2214
 
2151
2215
  <li class="even ">
2152
2216
  <div class="item">
2153
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDefinition#initialize (method)">#initialize</a></span>
2154
- <small>Puppeteer::Keyboard::KeyDefinition</small>
2217
+ <span class='object_link'><a href="Puppeteer/ExecutionContext.html#initialize-instance_method" title="Puppeteer::ExecutionContext#initialize (method)">#initialize</a></span>
2218
+ <small>Puppeteer::ExecutionContext</small>
2155
2219
  </div>
2156
2220
  </li>
2157
2221
 
2158
2222
 
2159
2223
  <li class="odd ">
2160
2224
  <div class="item">
2161
- <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
2162
- <small>Puppeteer::Device</small>
2225
+ <span class='object_link'><a href="Puppeteer/EmulationManager.html#initialize-instance_method" title="Puppeteer::EmulationManager#initialize (method)">#initialize</a></span>
2226
+ <small>Puppeteer::EmulationManager</small>
2163
2227
  </div>
2164
2228
  </li>
2165
2229
 
2166
2230
 
2167
2231
  <li class="even ">
2168
2232
  <div class="item">
2169
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#initialize-instance_method" title="Puppeteer::DOMWorld#initialize (method)">#initialize</a></span>
2170
- <small>Puppeteer::DOMWorld</small>
2233
+ <span class='object_link'><a href="Puppeteer/FileChooser.html#initialize-instance_method" title="Puppeteer::FileChooser#initialize (method)">#initialize</a></span>
2234
+ <small>Puppeteer::FileChooser</small>
2171
2235
  </div>
2172
2236
  </li>
2173
2237
 
2174
2238
 
2175
2239
  <li class="odd ">
2176
2240
  <div class="item">
2177
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/FrameDetachedError.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::FrameDetachedError#initialize (method)">#initialize</a></span>
2178
- <small>Puppeteer::LifecycleWatcher::FrameDetachedError</small>
2241
+ <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
2242
+ <small>Puppeteer::TouchScreen</small>
2179
2243
  </div>
2180
2244
  </li>
2181
2245
 
2182
2246
 
2183
2247
  <li class="even ">
2184
2248
  <div class="item">
2185
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher#initialize (method)">#initialize</a></span>
2186
- <small>Puppeteer::LifecycleWatcher</small>
2249
+ <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
2250
+ <small>Puppeteer::Frame</small>
2187
2251
  </div>
2188
2252
  </li>
2189
2253
 
2190
2254
 
2191
2255
  <li class="odd ">
2192
2256
  <div class="item">
2193
- <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptFunction.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptFunction#initialize (method)">#initialize</a></span>
2194
- <small>Puppeteer::ExecutionContext::JavaScriptFunction</small>
2257
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
2258
+ <small>Puppeteer::FrameManager</small>
2195
2259
  </div>
2196
2260
  </li>
2197
2261
 
2198
2262
 
2199
2263
  <li class="even ">
2200
2264
  <div class="item">
2201
- <span class='object_link'><a href="Puppeteer/ExecutionContext/JavaScriptExpression.html#initialize-instance_method" title="Puppeteer::ExecutionContext::JavaScriptExpression#initialize (method)">#initialize</a></span>
2202
- <small>Puppeteer::ExecutionContext::JavaScriptExpression</small>
2265
+ <span class='object_link'><a href="Puppeteer/Browser.html#initialize-instance_method" title="Puppeteer::Browser#initialize (method)">#initialize</a></span>
2266
+ <small>Puppeteer::Browser</small>
2203
2267
  </div>
2204
2268
  </li>
2205
2269
 
2206
2270
 
2207
2271
  <li class="odd ">
2208
2272
  <div class="item">
2209
- <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html#initialize-instance_method" title="Puppeteer::WaitTask::TimeoutError#initialize (method)">#initialize</a></span>
2210
- <small>Puppeteer::WaitTask::TimeoutError</small>
2273
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#initialize-instance_method" title="Puppeteer::NetworkManager#initialize (method)">#initialize</a></span>
2274
+ <small>Puppeteer::NetworkManager</small>
2211
2275
  </div>
2212
2276
  </li>
2213
2277
 
2214
2278
 
2215
2279
  <li class="even ">
2216
2280
  <div class="item">
2217
- <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
2218
- <small>Puppeteer::Launcher::Base</small>
2281
+ <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#initialize-instance_method" title="Puppeteer::NetworkManager::Credentials#initialize (method)">#initialize</a></span>
2282
+ <small>Puppeteer::NetworkManager::Credentials</small>
2219
2283
  </div>
2220
2284
  </li>
2221
2285
 
2222
2286
 
2223
2287
  <li class="odd ">
2224
2288
  <div class="item">
2225
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#initialize-instance_method" title="Puppeteer::Keyboard::KeyDescription#initialize (method)">#initialize</a></span>
2226
- <small>Puppeteer::Keyboard::KeyDescription</small>
2289
+ <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#initialize-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#initialize (method)">#initialize</a></span>
2290
+ <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
2227
2291
  </div>
2228
2292
  </li>
2229
2293
 
2230
2294
 
2231
2295
  <li class="even ">
2232
2296
  <div class="item">
2233
- <span class='object_link'><a href="Puppeteer/Viewport.html#initialize-instance_method" title="Puppeteer::Viewport#initialize (method)">#initialize</a></span>
2234
- <small>Puppeteer::Viewport</small>
2297
+ <span class='object_link'><a href="Puppeteer/Target.html#initialize-instance_method" title="Puppeteer::Target#initialize (method)">#initialize</a></span>
2298
+ <small>Puppeteer::Target</small>
2235
2299
  </div>
2236
2300
  </li>
2237
2301
 
2238
2302
 
2239
2303
  <li class="odd ">
2240
2304
  <div class="item">
2241
- <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
2242
- <small>Puppeteer::Mouse</small>
2305
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#initialize-instance_method" title="Puppeteer::ConsoleMessage#initialize (method)">#initialize</a></span>
2306
+ <small>Puppeteer::ConsoleMessage</small>
2243
2307
  </div>
2244
2308
  </li>
2245
2309
 
2246
2310
 
2247
2311
  <li class="even ">
2248
2312
  <div class="item">
2249
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher/ExpectedLifecycle.html#initialize-instance_method" title="Puppeteer::LifecycleWatcher::ExpectedLifecycle#initialize (method)">#initialize</a></span>
2250
- <small>Puppeteer::LifecycleWatcher::ExpectedLifecycle</small>
2313
+ <span class='object_link'><a href="Puppeteer/Launcher/Base.html#initialize-instance_method" title="Puppeteer::Launcher::Base#initialize (method)">#initialize</a></span>
2314
+ <small>Puppeteer::Launcher::Base</small>
2251
2315
  </div>
2252
2316
  </li>
2253
2317
 
2254
2318
 
2255
2319
  <li class="odd ">
2256
2320
  <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>
2321
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
2322
+ <small>Puppeteer::ConsoleMessage::Location</small>
2259
2323
  </div>
2260
2324
  </li>
2261
2325
 
2262
2326
 
2263
2327
  <li class="even ">
2264
2328
  <div class="item">
2265
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#initialize-instance_method" title="Puppeteer::Page::ScreenshotOptions#initialize (method)">#initialize</a></span>
2266
- <small>Puppeteer::Page::ScreenshotOptions</small>
2329
+ <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
2330
+ <small>Puppeteer::RemoteObject</small>
2267
2331
  </div>
2268
2332
  </li>
2269
2333
 
2270
2334
 
2271
2335
  <li class="odd ">
2272
2336
  <div class="item">
2273
- <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
2274
- <small>Puppeteer::ElementHandle::Point</small>
2337
+ <span class='object_link'><a href="Puppeteer/BrowserFetcher.html#initialize-instance_method" title="Puppeteer::BrowserFetcher#initialize (method)">#initialize</a></span>
2338
+ <small>Puppeteer::BrowserFetcher</small>
2275
2339
  </div>
2276
2340
  </li>
2277
2341
 
2278
2342
 
2279
2343
  <li class="even ">
2280
2344
  <div class="item">
2281
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#initialize-instance_method" title="Puppeteer::ElementHandle#initialize (method)">#initialize</a></span>
2282
- <small>Puppeteer::ElementHandle</small>
2345
+ <span class='object_link'><a href="Puppeteer/BrowserContext.html#initialize-instance_method" title="Puppeteer::BrowserContext#initialize (method)">#initialize</a></span>
2346
+ <small>Puppeteer::BrowserContext</small>
2283
2347
  </div>
2284
2348
  </li>
2285
2349
 
2286
2350
 
2287
2351
  <li class="odd ">
2288
2352
  <div class="item">
2289
- <span class='object_link'><a href="Puppeteer/TouchScreen.html#initialize-instance_method" title="Puppeteer::TouchScreen#initialize (method)">#initialize</a></span>
2290
- <small>Puppeteer::TouchScreen</small>
2353
+ <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotFoundError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotFoundError#initialize (method)">#initialize</a></span>
2354
+ <small>Puppeteer::ElementHandle::ElementNotFoundError</small>
2291
2355
  </div>
2292
2356
  </li>
2293
2357
 
2294
2358
 
2295
2359
  <li class="even ">
2296
2360
  <div class="item">
2297
- <span class='object_link'><a href="Puppeteer/Page.html#initialize-instance_method" title="Puppeteer::Page#initialize (method)">#initialize</a></span>
2298
- <small>Puppeteer::Page</small>
2361
+ <span class='object_link'><a href="Puppeteer/Mouse.html#initialize-instance_method" title="Puppeteer::Mouse#initialize (method)">#initialize</a></span>
2362
+ <small>Puppeteer::Mouse</small>
2299
2363
  </div>
2300
2364
  </li>
2301
2365
 
2302
2366
 
2303
2367
  <li class="odd ">
2304
2368
  <div class="item">
2305
- <span class='object_link'><a href="Puppeteer/FrameManager.html#initialize-instance_method" title="Puppeteer::FrameManager#initialize (method)">#initialize</a></span>
2306
- <small>Puppeteer::FrameManager</small>
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
+ </div>
2372
+ </li>
2373
+
2374
+
2375
+ <li class="even ">
2376
+ <div class="item">
2377
+ <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
2378
+ <small>Puppeteer::BrowserRunner</small>
2379
+ </div>
2380
+ </li>
2381
+
2382
+
2383
+ <li class="odd ">
2384
+ <div class="item">
2385
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#initialize-instance_method" title="Puppeteer::Target::TargetInfo#initialize (method)">#initialize</a></span>
2386
+ <small>Puppeteer::Target::TargetInfo</small>
2307
2387
  </div>
2308
2388
  </li>
2309
2389
 
@@ -2318,47 +2398,47 @@
2318
2398
 
2319
2399
  <li class="odd ">
2320
2400
  <div class="item">
2321
- <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#initialize-instance_method" title="Puppeteer::Launcher::BrowserOptions#initialize (method)">#initialize</a></span>
2322
- <small>Puppeteer::Launcher::BrowserOptions</small>
2401
+ <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">#initialize</a></span>
2402
+ <small>Puppeteer::ElementHandle::Point</small>
2323
2403
  </div>
2324
2404
  </li>
2325
2405
 
2326
2406
 
2327
2407
  <li class="even ">
2328
2408
  <div class="item">
2329
- <span class='object_link'><a href="Puppeteer/Frame.html#initialize-instance_method" title="Puppeteer::Frame#initialize (method)">#initialize</a></span>
2330
- <small>Puppeteer::Frame</small>
2409
+ <span class='object_link'><a href="Puppeteer/Device.html#initialize-instance_method" title="Puppeteer::Device#initialize (method)">#initialize</a></span>
2410
+ <small>Puppeteer::Device</small>
2331
2411
  </div>
2332
2412
  </li>
2333
2413
 
2334
2414
 
2335
2415
  <li class="odd ">
2336
2416
  <div class="item">
2337
- <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
2338
- <small>Puppeteer::BrowserRunner</small>
2417
+ <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#initialize-instance_method" title="Puppeteer::WebSocket::DriverImpl#initialize (method)">#initialize</a></span>
2418
+ <small>Puppeteer::WebSocket::DriverImpl</small>
2339
2419
  </div>
2340
2420
  </li>
2341
2421
 
2342
2422
 
2343
2423
  <li class="even ">
2344
2424
  <div class="item">
2345
- <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
2346
- <small>Puppeteer::RemoteObject</small>
2425
+ <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#initialize-instance_method" title="Puppeteer::Launcher::LaunchOptions#initialize (method)">#initialize</a></span>
2426
+ <small>Puppeteer::Launcher::LaunchOptions</small>
2347
2427
  </div>
2348
2428
  </li>
2349
2429
 
2350
2430
 
2351
2431
  <li class="odd ">
2352
2432
  <div class="item">
2353
- <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
2354
- <small>Puppeteer::Target</small>
2433
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#initialize-instance_method" title="Puppeteer::Page::ScriptTag#initialize (method)">#initialize</a></span>
2434
+ <small>Puppeteer::Page::ScriptTag</small>
2355
2435
  </div>
2356
2436
  </li>
2357
2437
 
2358
2438
 
2359
2439
  <li class="even ">
2360
2440
  <div class="item">
2361
- <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
2441
+ <span class='object_link'><a href="Puppeteer/Target.html#initialized%3F-instance_method" title="Puppeteer::Target#initialized? (method)">#initialized?</a></span>
2362
2442
  <small>Puppeteer::Target</small>
2363
2443
  </div>
2364
2444
  </li>
@@ -2366,32 +2446,32 @@
2366
2446
 
2367
2447
  <li class="odd ">
2368
2448
  <div class="item">
2369
- <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
2370
- <small>Puppeteer</small>
2449
+ <span class='object_link'><a href="Puppeteer/Target.html#initialized_promise-instance_method" title="Puppeteer::Target#initialized_promise (method)">#initialized_promise</a></span>
2450
+ <small>Puppeteer::Target</small>
2371
2451
  </div>
2372
2452
  </li>
2373
2453
 
2374
2454
 
2375
2455
  <li class="even ">
2376
2456
  <div class="item">
2377
- <span class='object_link'><a href="Puppeteer/Page.html#javascript_enabled-instance_method" title="Puppeteer::Page#javascript_enabled (method)">#javascript_enabled</a></span>
2378
- <small>Puppeteer::Page</small>
2457
+ <span class='object_link'><a href="Puppeteer.html#instance-class_method" title="Puppeteer.instance (method)">instance</a></span>
2458
+ <small>Puppeteer</small>
2379
2459
  </div>
2380
2460
  </li>
2381
2461
 
2382
2462
 
2383
2463
  <li class="odd ">
2384
2464
  <div class="item">
2385
- <span class='object_link'><a href="Puppeteer/JSHandle.html#json_value-instance_method" title="Puppeteer::JSHandle#json_value (method)">#json_value</a></span>
2386
- <small>Puppeteer::JSHandle</small>
2465
+ <span class='object_link'><a href="Puppeteer/Page.html#javascript_enabled-instance_method" title="Puppeteer::Page#javascript_enabled (method)">#javascript_enabled</a></span>
2466
+ <small>Puppeteer::Page</small>
2387
2467
  </div>
2388
2468
  </li>
2389
2469
 
2390
2470
 
2391
2471
  <li class="even ">
2392
2472
  <div class="item">
2393
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
2394
- <small>Puppeteer::Keyboard::KeyDescription</small>
2473
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#json_value-instance_method" title="Puppeteer::JSHandle#json_value (method)">#json_value</a></span>
2474
+ <small>Puppeteer::JSHandle</small>
2395
2475
  </div>
2396
2476
  </li>
2397
2477
 
@@ -2405,6 +2485,14 @@
2405
2485
 
2406
2486
 
2407
2487
  <li class="even ">
2488
+ <div class="item">
2489
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
2490
+ <small>Puppeteer::Keyboard::KeyDescription</small>
2491
+ </div>
2492
+ </li>
2493
+
2494
+
2495
+ <li class="odd ">
2408
2496
  <div class="item">
2409
2497
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key_code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key_code (method)">#key_code</a></span>
2410
2498
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -2412,7 +2500,7 @@
2412
2500
  </li>
2413
2501
 
2414
2502
 
2415
- <li class="odd ">
2503
+ <li class="even ">
2416
2504
  <div class="item">
2417
2505
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key_code-instance_method" title="Puppeteer::Keyboard::KeyDescription#key_code (method)">#key_code</a></span>
2418
2506
  <small>Puppeteer::Keyboard::KeyDescription</small>
@@ -2420,7 +2508,7 @@
2420
2508
  </li>
2421
2509
 
2422
2510
 
2423
- <li class="even ">
2511
+ <li class="odd ">
2424
2512
  <div class="item">
2425
2513
  <span class='object_link'><a href="Puppeteer/Page.html#keyboard-instance_method" title="Puppeteer::Page#keyboard (method)">#keyboard</a></span>
2426
2514
  <small>Puppeteer::Page</small>
@@ -2428,7 +2516,7 @@
2428
2516
  </li>
2429
2517
 
2430
2518
 
2431
- <li class="odd ">
2519
+ <li class="even ">
2432
2520
  <div class="item">
2433
2521
  <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
2434
2522
  <small>Puppeteer::BrowserRunner::BrowserProcess</small>
@@ -2436,7 +2524,7 @@
2436
2524
  </li>
2437
2525
 
2438
2526
 
2439
- <li class="even ">
2527
+ <li class="odd ">
2440
2528
  <div class="item">
2441
2529
  <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
2442
2530
  <small>Puppeteer::BrowserRunner</small>
@@ -2444,7 +2532,7 @@
2444
2532
  </li>
2445
2533
 
2446
2534
 
2447
- <li class="odd ">
2535
+ <li class="even ">
2448
2536
  <div class="item">
2449
2537
  <span class='object_link'><a href="Puppeteer/Viewport.html#landscape%3F-instance_method" title="Puppeteer::Viewport#landscape? (method)">#landscape?</a></span>
2450
2538
  <small>Puppeteer::Viewport</small>
@@ -2452,7 +2540,7 @@
2452
2540
  </li>
2453
2541
 
2454
2542
 
2455
- <li class="even ">
2543
+ <li class="odd ">
2456
2544
  <div class="item">
2457
2545
  <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
2458
2546
  <small>Puppeteer</small>
@@ -2460,7 +2548,7 @@
2460
2548
  </li>
2461
2549
 
2462
2550
 
2463
- <li class="odd ">
2551
+ <li class="even ">
2464
2552
  <div class="item">
2465
2553
  <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
2466
2554
  <small>Puppeteer::Launcher::Chrome</small>
@@ -2468,7 +2556,7 @@
2468
2556
  </li>
2469
2557
 
2470
2558
 
2471
- <li class="even ">
2559
+ <li class="odd ">
2472
2560
  <div class="item">
2473
2561
  <span class='object_link'><a href="Puppeteer/Frame.html#lifecycle_events-instance_method" title="Puppeteer::Frame#lifecycle_events (method)">#lifecycle_events</a></span>
2474
2562
  <small>Puppeteer::Frame</small>
@@ -2476,7 +2564,7 @@
2476
2564
  </li>
2477
2565
 
2478
2566
 
2479
- <li class="odd ">
2567
+ <li class="even ">
2480
2568
  <div class="item">
2481
2569
  <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#line_number-instance_method" title="Puppeteer::ConsoleMessage::Location#line_number (method)">#line_number</a></span>
2482
2570
  <small>Puppeteer::ConsoleMessage::Location</small>
@@ -2484,7 +2572,7 @@
2484
2572
  </li>
2485
2573
 
2486
2574
 
2487
- <li class="even ">
2575
+ <li class="odd ">
2488
2576
  <div class="item">
2489
2577
  <span class='object_link'><a href="Puppeteer/Frame.html#loader_id-instance_method" title="Puppeteer::Frame#loader_id (method)">#loader_id</a></span>
2490
2578
  <small>Puppeteer::Frame</small>
@@ -2492,14 +2580,6 @@
2492
2580
  </li>
2493
2581
 
2494
2582
 
2495
- <li class="odd ">
2496
- <div class="item">
2497
- <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
2498
- <small>Puppeteer::ConsoleMessage</small>
2499
- </div>
2500
- </li>
2501
-
2502
-
2503
2583
  <li class="even ">
2504
2584
  <div class="item">
2505
2585
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
@@ -2518,13 +2598,21 @@
2518
2598
 
2519
2599
  <li class="even ">
2520
2600
  <div class="item">
2521
- <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#log_type-instance_method" title="Puppeteer::ConsoleMessage#log_type (method)">#log_type</a></span>
2601
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
2522
2602
  <small>Puppeteer::ConsoleMessage</small>
2523
2603
  </div>
2524
2604
  </li>
2525
2605
 
2526
2606
 
2527
2607
  <li class="odd ">
2608
+ <div class="item">
2609
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#log_type-instance_method" title="Puppeteer::ConsoleMessage#log_type (method)">#log_type</a></span>
2610
+ <small>Puppeteer::ConsoleMessage</small>
2611
+ </div>
2612
+ </li>
2613
+
2614
+
2615
+ <li class="even ">
2528
2616
  <div class="item">
2529
2617
  <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
2530
2618
  <small>Puppeteer::FrameManager</small>
@@ -2532,7 +2620,7 @@
2532
2620
  </li>
2533
2621
 
2534
2622
 
2535
- <li class="even ">
2623
+ <li class="odd ">
2536
2624
  <div class="item">
2537
2625
  <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
2538
2626
  <small>Puppeteer::Page</small>
@@ -2540,7 +2628,7 @@
2540
2628
  </li>
2541
2629
 
2542
2630
 
2543
- <li class="odd ">
2631
+ <li class="even ">
2544
2632
  <div class="item">
2545
2633
  <span class='object_link'><a href="Puppeteer/Frame.html#main_world-instance_method" title="Puppeteer::Frame#main_world (method)">#main_world</a></span>
2546
2634
  <small>Puppeteer::Frame</small>
@@ -2548,7 +2636,7 @@
2548
2636
  </li>
2549
2637
 
2550
2638
 
2551
- <li class="even ">
2639
+ <li class="odd ">
2552
2640
  <div class="item">
2553
2641
  <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#method-instance_method" title="Puppeteer::Connection::MessageCallback#method (method)">#method</a></span>
2554
2642
  <small>Puppeteer::Connection::MessageCallback</small>
@@ -2556,7 +2644,7 @@
2556
2644
  </li>
2557
2645
 
2558
2646
 
2559
- <li class="odd ">
2647
+ <li class="even ">
2560
2648
  <div class="item">
2561
2649
  <span class='object_link'><a href="Puppeteer.html#method_missing-class_method" title="Puppeteer.method_missing (method)">method_missing</a></span>
2562
2650
  <small>Puppeteer</small>
@@ -2564,7 +2652,7 @@
2564
2652
  </li>
2565
2653
 
2566
2654
 
2567
- <li class="even ">
2655
+ <li class="odd ">
2568
2656
  <div class="item">
2569
2657
  <span class='object_link'><a href="Puppeteer/Viewport.html#mobile%3F-instance_method" title="Puppeteer::Viewport#mobile? (method)">#mobile?</a></span>
2570
2658
  <small>Puppeteer::Viewport</small>
@@ -2572,7 +2660,7 @@
2572
2660
  </li>
2573
2661
 
2574
2662
 
2575
- <li class="odd ">
2663
+ <li class="even ">
2576
2664
  <div class="item">
2577
2665
  <span class='object_link'><a href="Puppeteer/Keyboard.html#modifiers-instance_method" title="Puppeteer::Keyboard#modifiers (method)">#modifiers</a></span>
2578
2666
  <small>Puppeteer::Keyboard</small>
@@ -2580,7 +2668,7 @@
2580
2668
  </li>
2581
2669
 
2582
2670
 
2583
- <li class="even ">
2671
+ <li class="odd ">
2584
2672
  <div class="item">
2585
2673
  <span class='object_link'><a href="Puppeteer/Page.html#mouse-instance_method" title="Puppeteer::Page#mouse (method)">#mouse</a></span>
2586
2674
  <small>Puppeteer::Page</small>
@@ -2588,7 +2676,7 @@
2588
2676
  </li>
2589
2677
 
2590
2678
 
2591
- <li class="odd ">
2679
+ <li class="even ">
2592
2680
  <div class="item">
2593
2681
  <span class='object_link'><a href="Puppeteer/Mouse.html#move-instance_method" title="Puppeteer::Mouse#move (method)">#move</a></span>
2594
2682
  <small>Puppeteer::Mouse</small>
@@ -2596,6 +2684,14 @@
2596
2684
  </li>
2597
2685
 
2598
2686
 
2687
+ <li class="odd ">
2688
+ <div class="item">
2689
+ <span class='object_link'><a href="Puppeteer/FileChooser.html#multiple%3F-instance_method" title="Puppeteer::FileChooser#multiple? (method)">#multiple?</a></span>
2690
+ <small>Puppeteer::FileChooser</small>
2691
+ </div>
2692
+ </li>
2693
+
2694
+
2599
2695
  <li class="even ">
2600
2696
  <div class="item">
2601
2697
  <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
@@ -2670,16 +2766,16 @@
2670
2766
 
2671
2767
  <li class="odd ">
2672
2768
  <div class="item">
2673
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
2674
- <small>Puppeteer::BrowserContext</small>
2769
+ <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
2770
+ <small>Puppeteer::Browser</small>
2675
2771
  </div>
2676
2772
  </li>
2677
2773
 
2678
2774
 
2679
2775
  <li class="even ">
2680
2776
  <div class="item">
2681
- <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
2682
- <small>Puppeteer::Browser</small>
2777
+ <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
2778
+ <small>Puppeteer::BrowserContext</small>
2683
2779
  </div>
2684
2780
  </li>
2685
2781
 
@@ -2694,16 +2790,16 @@
2694
2790
 
2695
2791
  <li class="even ">
2696
2792
  <div class="item">
2697
- <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
2698
- <small>Puppeteer::Page</small>
2793
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
2794
+ <small>Puppeteer::NetworkManager</small>
2699
2795
  </div>
2700
2796
  </li>
2701
2797
 
2702
2798
 
2703
2799
  <li class="odd ">
2704
2800
  <div class="item">
2705
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
2706
- <small>Puppeteer::NetworkManager</small>
2801
+ <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
2802
+ <small>Puppeteer::Page</small>
2707
2803
  </div>
2708
2804
  </li>
2709
2805
 
@@ -2726,16 +2822,16 @@
2726
2822
 
2727
2823
  <li class="even ">
2728
2824
  <div class="item">
2729
- <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
2730
- <small>Puppeteer::Connection</small>
2825
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
2826
+ <small>Puppeteer::WebSocket</small>
2731
2827
  </div>
2732
2828
  </li>
2733
2829
 
2734
2830
 
2735
2831
  <li class="odd ">
2736
2832
  <div class="item">
2737
- <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
2738
- <small>Puppeteer::WebSocket</small>
2833
+ <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
2834
+ <small>Puppeteer::Connection</small>
2739
2835
  </div>
2740
2836
  </li>
2741
2837
 
@@ -2774,8 +2870,8 @@
2774
2870
 
2775
2871
  <li class="even ">
2776
2872
  <div class="item">
2777
- <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
2778
- <small>Puppeteer::Connection</small>
2873
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
2874
+ <small>Puppeteer::WebSocketTransport</small>
2779
2875
  </div>
2780
2876
  </li>
2781
2877
 
@@ -2790,8 +2886,8 @@
2790
2886
 
2791
2887
  <li class="even ">
2792
2888
  <div class="item">
2793
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
2794
- <small>Puppeteer::WebSocketTransport</small>
2889
+ <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
2890
+ <small>Puppeteer::Connection</small>
2795
2891
  </div>
2796
2892
  </li>
2797
2893
 
@@ -2838,16 +2934,16 @@
2838
2934
 
2839
2935
  <li class="even ">
2840
2936
  <div class="item">
2841
- <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
2842
- <small>Puppeteer::Browser</small>
2937
+ <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
2938
+ <small>Puppeteer::BrowserContext</small>
2843
2939
  </div>
2844
2940
  </li>
2845
2941
 
2846
2942
 
2847
2943
  <li class="odd ">
2848
2944
  <div class="item">
2849
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
2850
- <small>Puppeteer::BrowserContext</small>
2945
+ <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
2946
+ <small>Puppeteer::Browser</small>
2851
2947
  </div>
2852
2948
  </li>
2853
2949
 
@@ -2870,24 +2966,24 @@
2870
2966
 
2871
2967
  <li class="even ">
2872
2968
  <div class="item">
2873
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
2874
- <small>Puppeteer::Page::ScreenshotOptions</small>
2969
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
2970
+ <small>Puppeteer::Page::ScriptTag</small>
2875
2971
  </div>
2876
2972
  </li>
2877
2973
 
2878
2974
 
2879
2975
  <li class="odd ">
2880
2976
  <div class="item">
2881
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
2882
- <small>Puppeteer::Page::StyleTag</small>
2977
+ <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
2978
+ <small>Puppeteer::Page::ScreenshotOptions</small>
2883
2979
  </div>
2884
2980
  </li>
2885
2981
 
2886
2982
 
2887
2983
  <li class="even ">
2888
2984
  <div class="item">
2889
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
2890
- <small>Puppeteer::Page::ScriptTag</small>
2985
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
2986
+ <small>Puppeteer::Page::StyleTag</small>
2891
2987
  </div>
2892
2988
  </li>
2893
2989
 
@@ -2902,16 +2998,16 @@
2902
2998
 
2903
2999
  <li class="even ">
2904
3000
  <div class="item">
2905
- <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
2906
- <small>Puppeteer::Keyboard</small>
3001
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
3002
+ <small>Puppeteer::ElementHandle</small>
2907
3003
  </div>
2908
3004
  </li>
2909
3005
 
2910
3006
 
2911
3007
  <li class="odd ">
2912
3008
  <div class="item">
2913
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#press-instance_method" title="Puppeteer::ElementHandle#press (method)">#press</a></span>
2914
- <small>Puppeteer::ElementHandle</small>
3009
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
3010
+ <small>Puppeteer::Keyboard</small>
2915
3011
  </div>
2916
3012
  </li>
2917
3013
 
@@ -2942,16 +3038,16 @@
2942
3038
 
2943
3039
  <li class="odd ">
2944
3040
  <div class="item">
2945
- <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
2946
- <small>Puppeteer::RemoteObject</small>
3041
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
3042
+ <small>Puppeteer::JSHandle</small>
2947
3043
  </div>
2948
3044
  </li>
2949
3045
 
2950
3046
 
2951
3047
  <li class="even ">
2952
3048
  <div class="item">
2953
- <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
2954
- <small>Puppeteer::JSHandle</small>
3049
+ <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
3050
+ <small>Puppeteer::RemoteObject</small>
2955
3051
  </div>
2956
3052
  </li>
2957
3053
 
@@ -3102,24 +3198,40 @@
3102
3198
 
3103
3199
  <li class="odd ">
3104
3200
  <div class="item">
3105
- <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
3106
- <small>Puppeteer::Frame</small>
3201
+ <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
3202
+ <small>Puppeteer::Frame</small>
3203
+ </div>
3204
+ </li>
3205
+
3206
+
3207
+ <li class="even ">
3208
+ <div class="item">
3209
+ <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
3210
+ <small>Puppeteer::Frame</small>
3211
+ </div>
3212
+ </li>
3213
+
3214
+
3215
+ <li class="odd ">
3216
+ <div class="item">
3217
+ <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
3218
+ <small>Puppeteer::Page</small>
3107
3219
  </div>
3108
3220
  </li>
3109
3221
 
3110
3222
 
3111
3223
  <li class="even ">
3112
3224
  <div class="item">
3113
- <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
3114
- <small>Puppeteer::Page</small>
3225
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
3226
+ <small>Puppeteer::DOMWorld</small>
3115
3227
  </div>
3116
3228
  </li>
3117
3229
 
3118
3230
 
3119
3231
  <li class="odd ">
3120
3232
  <div class="item">
3121
- <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
3122
- <small>Puppeteer::Frame</small>
3233
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
3234
+ <small>Puppeteer::ElementHandle</small>
3123
3235
  </div>
3124
3236
  </li>
3125
3237
 
@@ -3134,32 +3246,32 @@
3134
3246
 
3135
3247
  <li class="odd ">
3136
3248
  <div class="item">
3137
- <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
3138
- <small>Puppeteer::CDPSession</small>
3249
+ <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
3250
+ <small>Puppeteer::Connection</small>
3139
3251
  </div>
3140
3252
  </li>
3141
3253
 
3142
3254
 
3143
3255
  <li class="even ">
3144
3256
  <div class="item">
3145
- <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
3146
- <small>Puppeteer::Connection</small>
3257
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
3258
+ <small>Puppeteer::CDPSession</small>
3147
3259
  </div>
3148
3260
  </li>
3149
3261
 
3150
3262
 
3151
3263
  <li class="odd ">
3152
3264
  <div class="item">
3153
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
3154
- <small>Puppeteer::WebSocketTransport</small>
3265
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
3266
+ <small>Puppeteer::WebSocket</small>
3155
3267
  </div>
3156
3268
  </li>
3157
3269
 
3158
3270
 
3159
3271
  <li class="even ">
3160
3272
  <div class="item">
3161
- <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
3162
- <small>Puppeteer::WebSocket</small>
3273
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
3274
+ <small>Puppeteer::WebSocketTransport</small>
3163
3275
  </div>
3164
3276
  </li>
3165
3277
 
@@ -3189,6 +3301,14 @@
3189
3301
 
3190
3302
 
3191
3303
  <li class="even ">
3304
+ <div class="item">
3305
+ <span class='object_link'><a href="Puppeteer/RemoteObject.html#set_file_input_files-instance_method" title="Puppeteer::RemoteObject#set_file_input_files (method)">#set_file_input_files</a></span>
3306
+ <small>Puppeteer::RemoteObject</small>
3307
+ </div>
3308
+ </li>
3309
+
3310
+
3311
+ <li class="odd ">
3192
3312
  <div class="item">
3193
3313
  <span class='object_link'><a href="Puppeteer/BrowserRunner.html#setup_connection-instance_method" title="Puppeteer::BrowserRunner#setup_connection (method)">#setup_connection</a></span>
3194
3314
  <small>Puppeteer::BrowserRunner</small>
@@ -3196,7 +3316,7 @@
3196
3316
  </li>
3197
3317
 
3198
3318
 
3199
- <li class="odd ">
3319
+ <li class="even ">
3200
3320
  <div class="item">
3201
3321
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_key (method)">#shift_key</a></span>
3202
3322
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -3204,7 +3324,7 @@
3204
3324
  </li>
3205
3325
 
3206
3326
 
3207
- <li class="even ">
3327
+ <li class="odd ">
3208
3328
  <div class="item">
3209
3329
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_key_code-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_key_code (method)">#shift_key_code</a></span>
3210
3330
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -3212,7 +3332,7 @@
3212
3332
  </li>
3213
3333
 
3214
3334
 
3215
- <li class="odd ">
3335
+ <li class="even ">
3216
3336
  <div class="item">
3217
3337
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#shift_text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#shift_text (method)">#shift_text</a></span>
3218
3338
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -3220,7 +3340,7 @@
3220
3340
  </li>
3221
3341
 
3222
3342
 
3223
- <li class="even ">
3343
+ <li class="odd ">
3224
3344
  <div class="item">
3225
3345
  <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#slow_mo-instance_method" title="Puppeteer::Launcher::BrowserOptions#slow_mo (method)">#slow_mo</a></span>
3226
3346
  <small>Puppeteer::Launcher::BrowserOptions</small>
@@ -3228,7 +3348,7 @@
3228
3348
  </li>
3229
3349
 
3230
3350
 
3231
- <li class="odd ">
3351
+ <li class="even ">
3232
3352
  <div class="item">
3233
3353
  <span class='object_link'><a href="Puppeteer/BrowserRunner.html#start-instance_method" title="Puppeteer::BrowserRunner#start (method)">#start</a></span>
3234
3354
  <small>Puppeteer::BrowserRunner</small>
@@ -3236,7 +3356,7 @@
3236
3356
  </li>
3237
3357
 
3238
3358
 
3239
- <li class="even ">
3359
+ <li class="odd ">
3240
3360
  <div class="item">
3241
3361
  <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stderr-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stderr (method)">#stderr</a></span>
3242
3362
  <small>Puppeteer::BrowserRunner::BrowserProcess</small>
@@ -3244,7 +3364,7 @@
3244
3364
  </li>
3245
3365
 
3246
3366
 
3247
- <li class="odd ">
3367
+ <li class="even ">
3248
3368
  <div class="item">
3249
3369
  <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stdout-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stdout (method)">#stdout</a></span>
3250
3370
  <small>Puppeteer::BrowserRunner::BrowserProcess</small>
@@ -3252,7 +3372,7 @@
3252
3372
  </li>
3253
3373
 
3254
3374
 
3255
- <li class="even ">
3375
+ <li class="odd ">
3256
3376
  <div class="item">
3257
3377
  <span class='object_link'><a href="Puppeteer/RemoteObject.html#sub_type-instance_method" title="Puppeteer::RemoteObject#sub_type (method)">#sub_type</a></span>
3258
3378
  <small>Puppeteer::RemoteObject</small>
@@ -3260,18 +3380,26 @@
3260
3380
  </li>
3261
3381
 
3262
3382
 
3383
+ <li class="even ">
3384
+ <div class="item">
3385
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
3386
+ <small>Puppeteer::DOMWorld</small>
3387
+ </div>
3388
+ </li>
3389
+
3390
+
3263
3391
  <li class="odd ">
3264
3392
  <div class="item">
3265
- <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
3266
- <small>Puppeteer::Frame</small>
3393
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
3394
+ <small>Puppeteer::ElementHandle</small>
3267
3395
  </div>
3268
3396
  </li>
3269
3397
 
3270
3398
 
3271
3399
  <li class="even ">
3272
3400
  <div class="item">
3273
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
3274
- <small>Puppeteer::DOMWorld</small>
3401
+ <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
3402
+ <small>Puppeteer::Frame</small>
3275
3403
  </div>
3276
3404
  </li>
3277
3405
 
@@ -3294,8 +3422,8 @@
3294
3422
 
3295
3423
  <li class="odd ">
3296
3424
  <div class="item">
3297
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
3298
- <small>Puppeteer::ElementHandle</small>
3425
+ <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
3426
+ <small>Puppeteer::Page</small>
3299
3427
  </div>
3300
3428
  </li>
3301
3429
 
@@ -3309,14 +3437,6 @@
3309
3437
 
3310
3438
 
3311
3439
  <li class="odd ">
3312
- <div class="item">
3313
- <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
3314
- <small>Puppeteer::Page</small>
3315
- </div>
3316
- </li>
3317
-
3318
-
3319
- <li class="even ">
3320
3440
  <div class="item">
3321
3441
  <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#target_id-instance_method" title="Puppeteer::Target::TargetInfo#target_id (method)">#target_id</a></span>
3322
3442
  <small>Puppeteer::Target::TargetInfo</small>
@@ -3324,7 +3444,7 @@
3324
3444
  </li>
3325
3445
 
3326
3446
 
3327
- <li class="odd ">
3447
+ <li class="even ">
3328
3448
  <div class="item">
3329
3449
  <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
3330
3450
  <small>Puppeteer::Target</small>
@@ -3332,7 +3452,7 @@
3332
3452
  </li>
3333
3453
 
3334
3454
 
3335
- <li class="even ">
3455
+ <li class="odd ">
3336
3456
  <div class="item">
3337
3457
  <span class='object_link'><a href="Puppeteer/BrowserContext.html#targets-instance_method" title="Puppeteer::BrowserContext#targets (method)">#targets</a></span>
3338
3458
  <small>Puppeteer::BrowserContext</small>
@@ -3340,7 +3460,7 @@
3340
3460
  </li>
3341
3461
 
3342
3462
 
3343
- <li class="odd ">
3463
+ <li class="even ">
3344
3464
  <div class="item">
3345
3465
  <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
3346
3466
  <small>Puppeteer::Browser</small>
@@ -3348,7 +3468,7 @@
3348
3468
  </li>
3349
3469
 
3350
3470
 
3351
- <li class="even ">
3471
+ <li class="odd ">
3352
3472
  <div class="item">
3353
3473
  <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
3354
3474
  <small>Puppeteer::WaitTask</small>
@@ -3356,7 +3476,7 @@
3356
3476
  </li>
3357
3477
 
3358
3478
 
3359
- <li class="odd ">
3479
+ <li class="even ">
3360
3480
  <div class="item">
3361
3481
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#text-instance_method" title="Puppeteer::Keyboard::KeyDefinition#text (method)">#text</a></span>
3362
3482
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -3364,7 +3484,7 @@
3364
3484
  </li>
3365
3485
 
3366
3486
 
3367
- <li class="even ">
3487
+ <li class="odd ">
3368
3488
  <div class="item">
3369
3489
  <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
3370
3490
  <small>Puppeteer::ConsoleMessage</small>
@@ -3372,7 +3492,7 @@
3372
3492
  </li>
3373
3493
 
3374
3494
 
3375
- <li class="odd ">
3495
+ <li class="even ">
3376
3496
  <div class="item">
3377
3497
  <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
3378
3498
  <small>Puppeteer::Keyboard::KeyDescription</small>
@@ -3380,7 +3500,7 @@
3380
3500
  </li>
3381
3501
 
3382
3502
 
3383
- <li class="even ">
3503
+ <li class="odd ">
3384
3504
  <div class="item">
3385
3505
  <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
3386
3506
  <small>Puppeteer::TimeoutSettings</small>
@@ -3388,7 +3508,7 @@
3388
3508
  </li>
3389
3509
 
3390
3510
 
3391
- <li class="odd ">
3511
+ <li class="even ">
3392
3512
  <div class="item">
3393
3513
  <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
3394
3514
  <small>Puppeteer::Launcher::LaunchOptions</small>
@@ -3396,7 +3516,7 @@
3396
3516
  </li>
3397
3517
 
3398
3518
 
3399
- <li class="even ">
3519
+ <li class="odd ">
3400
3520
  <div class="item">
3401
3521
  <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#timeout_or_termination_promise-instance_method" title="Puppeteer::LifecycleWatcher#timeout_or_termination_promise (method)">#timeout_or_termination_promise</a></span>
3402
3522
  <small>Puppeteer::LifecycleWatcher</small>
@@ -3404,7 +3524,7 @@
3404
3524
  </li>
3405
3525
 
3406
3526
 
3407
- <li class="odd ">
3527
+ <li class="even ">
3408
3528
  <div class="item">
3409
3529
  <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
3410
3530
  <small>Puppeteer::FrameManager</small>
@@ -3412,14 +3532,6 @@
3412
3532
  </li>
3413
3533
 
3414
3534
 
3415
- <li class="even ">
3416
- <div class="item">
3417
- <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
3418
- <small>Puppeteer::Page</small>
3419
- </div>
3420
- </li>
3421
-
3422
-
3423
3535
  <li class="odd ">
3424
3536
  <div class="item">
3425
3537
  <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
@@ -3438,7 +3550,7 @@
3438
3550
 
3439
3551
  <li class="odd ">
3440
3552
  <div class="item">
3441
- <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
3553
+ <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
3442
3554
  <small>Puppeteer::Page</small>
3443
3555
  </div>
3444
3556
  </li>
@@ -3446,40 +3558,40 @@
3446
3558
 
3447
3559
  <li class="even ">
3448
3560
  <div class="item">
3449
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
3450
- <small>Puppeteer::Page::ScreenshotOptions</small>
3561
+ <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
3562
+ <small>Puppeteer::Page</small>
3451
3563
  </div>
3452
3564
  </li>
3453
3565
 
3454
3566
 
3455
3567
  <li class="odd ">
3456
3568
  <div class="item">
3457
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
3458
- <small>Puppeteer::Page::ScriptTag</small>
3569
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
3570
+ <small>Puppeteer::Target::TargetInfo</small>
3459
3571
  </div>
3460
3572
  </li>
3461
3573
 
3462
3574
 
3463
3575
  <li class="even ">
3464
3576
  <div class="item">
3465
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
3466
- <small>Puppeteer::Target::TargetInfo</small>
3577
+ <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
3578
+ <small>Puppeteer::Target</small>
3467
3579
  </div>
3468
3580
  </li>
3469
3581
 
3470
3582
 
3471
3583
  <li class="odd ">
3472
3584
  <div class="item">
3473
- <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
3474
- <small>Puppeteer::Target</small>
3585
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
3586
+ <small>Puppeteer::Page::ScriptTag</small>
3475
3587
  </div>
3476
3588
  </li>
3477
3589
 
3478
3590
 
3479
3591
  <li class="even ">
3480
3592
  <div class="item">
3481
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
3482
- <small>Puppeteer::ElementHandle</small>
3593
+ <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
3594
+ <small>Puppeteer::Page::ScreenshotOptions</small>
3483
3595
  </div>
3484
3596
  </li>
3485
3597
 
@@ -3501,6 +3613,14 @@
3501
3613
 
3502
3614
 
3503
3615
  <li class="odd ">
3616
+ <div class="item">
3617
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
3618
+ <small>Puppeteer::ElementHandle</small>
3619
+ </div>
3620
+ </li>
3621
+
3622
+
3623
+ <li class="even ">
3504
3624
  <div class="item">
3505
3625
  <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
3506
3626
  <small>Puppeteer::Page</small>
@@ -3508,7 +3628,7 @@
3508
3628
  </li>
3509
3629
 
3510
3630
 
3511
- <li class="even ">
3631
+ <li class="odd ">
3512
3632
  <div class="item">
3513
3633
  <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
3514
3634
  <small>Puppeteer::DOMWorld</small>
@@ -3516,7 +3636,7 @@
3516
3636
  </li>
3517
3637
 
3518
3638
 
3519
- <li class="odd ">
3639
+ <li class="even ">
3520
3640
  <div class="item">
3521
3641
  <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
3522
3642
  <small>Puppeteer::Keyboard</small>
@@ -3524,7 +3644,7 @@
3524
3644
  </li>
3525
3645
 
3526
3646
 
3527
- <li class="even ">
3647
+ <li class="odd ">
3528
3648
  <div class="item">
3529
3649
  <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
3530
3650
  <small>Puppeteer::Mouse</small>
@@ -3532,18 +3652,26 @@
3532
3652
  </li>
3533
3653
 
3534
3654
 
3655
+ <li class="even ">
3656
+ <div class="item">
3657
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
3658
+ <small>Puppeteer::ElementHandle</small>
3659
+ </div>
3660
+ </li>
3661
+
3662
+
3535
3663
  <li class="odd ">
3536
3664
  <div class="item">
3537
- <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
3538
- <small>Puppeteer::Connection</small>
3665
+ <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
3666
+ <small>Puppeteer::Page</small>
3539
3667
  </div>
3540
3668
  </li>
3541
3669
 
3542
3670
 
3543
3671
  <li class="even ">
3544
3672
  <div class="item">
3545
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
3546
- <small>Puppeteer::Page::StyleTag</small>
3673
+ <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
3674
+ <small>Puppeteer::WebSocket::DriverImpl</small>
3547
3675
  </div>
3548
3676
  </li>
3549
3677
 
@@ -3558,80 +3686,80 @@
3558
3686
 
3559
3687
  <li class="even ">
3560
3688
  <div class="item">
3561
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
3562
- <small>Puppeteer::Target::TargetInfo</small>
3689
+ <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
3690
+ <small>Puppeteer::Frame</small>
3563
3691
  </div>
3564
3692
  </li>
3565
3693
 
3566
3694
 
3567
3695
  <li class="odd ">
3568
3696
  <div class="item">
3569
- <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
3570
- <small>Puppeteer::Target</small>
3697
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
3698
+ <small>Puppeteer::Page::StyleTag</small>
3571
3699
  </div>
3572
3700
  </li>
3573
3701
 
3574
3702
 
3575
3703
  <li class="even ">
3576
3704
  <div class="item">
3577
- <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
3578
- <small>Puppeteer::Page</small>
3705
+ <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
3706
+ <small>Puppeteer::Target</small>
3579
3707
  </div>
3580
3708
  </li>
3581
3709
 
3582
3710
 
3583
3711
  <li class="odd ">
3584
3712
  <div class="item">
3585
- <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
3586
- <small>Puppeteer::Frame</small>
3713
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
3714
+ <small>Puppeteer::Page::ScriptTag</small>
3587
3715
  </div>
3588
3716
  </li>
3589
3717
 
3590
3718
 
3591
3719
  <li class="even ">
3592
3720
  <div class="item">
3593
- <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
3594
- <small>Puppeteer::WebSocket::DriverImpl</small>
3721
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
3722
+ <small>Puppeteer::Target::TargetInfo</small>
3595
3723
  </div>
3596
3724
  </li>
3597
3725
 
3598
3726
 
3599
3727
  <li class="odd ">
3600
3728
  <div class="item">
3601
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
3602
- <small>Puppeteer::Page::ScriptTag</small>
3729
+ <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
3730
+ <small>Puppeteer::Connection</small>
3603
3731
  </div>
3604
3732
  </li>
3605
3733
 
3606
3734
 
3607
3735
  <li class="even ">
3608
3736
  <div class="item">
3609
- <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
3610
- <small>Puppeteer::Browser</small>
3737
+ <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
3738
+ <small>Puppeteer::Device</small>
3611
3739
  </div>
3612
3740
  </li>
3613
3741
 
3614
3742
 
3615
3743
  <li class="odd ">
3616
3744
  <div class="item">
3617
- <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
3618
- <small>Puppeteer::Device</small>
3745
+ <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
3746
+ <small>Puppeteer::Browser</small>
3619
3747
  </div>
3620
3748
  </li>
3621
3749
 
3622
3750
 
3623
3751
  <li class="even ">
3624
3752
  <div class="item">
3625
- <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
3626
- <small>Puppeteer::Page</small>
3753
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
3754
+ <small>Puppeteer::NetworkManager</small>
3627
3755
  </div>
3628
3756
  </li>
3629
3757
 
3630
3758
 
3631
3759
  <li class="odd ">
3632
3760
  <div class="item">
3633
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
3634
- <small>Puppeteer::NetworkManager</small>
3761
+ <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
3762
+ <small>Puppeteer::Page</small>
3635
3763
  </div>
3636
3764
  </li>
3637
3765
 
@@ -3685,6 +3813,14 @@
3685
3813
 
3686
3814
 
3687
3815
  <li class="even ">
3816
+ <div class="item">
3817
+ <span class='object_link'><a href="Puppeteer/Page.html#wait_for_file_chooser-instance_method" title="Puppeteer::Page#wait_for_file_chooser (method)">#wait_for_file_chooser</a></span>
3818
+ <small>Puppeteer::Page</small>
3819
+ </div>
3820
+ </li>
3821
+
3822
+
3823
+ <li class="odd ">
3688
3824
  <div class="item">
3689
3825
  <span class='object_link'><a href="Puppeteer/FrameManager.html#wait_for_frame_navigation-instance_method" title="Puppeteer::FrameManager#wait_for_frame_navigation (method)">#wait_for_frame_navigation</a></span>
3690
3826
  <small>Puppeteer::FrameManager</small>
@@ -3692,6 +3828,14 @@
3692
3828
  </li>
3693
3829
 
3694
3830
 
3831
+ <li class="even ">
3832
+ <div class="item">
3833
+ <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_function-instance_method" title="Puppeteer::Frame#wait_for_function (method)">#wait_for_function</a></span>
3834
+ <small>Puppeteer::Frame</small>
3835
+ </div>
3836
+ </li>
3837
+
3838
+
3695
3839
  <li class="odd ">
3696
3840
  <div class="item">
3697
3841
  <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>
@@ -3702,7 +3846,7 @@
3702
3846
 
3703
3847
  <li class="even ">
3704
3848
  <div class="item">
3705
- <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_function-instance_method" title="Puppeteer::Frame#wait_for_function (method)">#wait_for_function</a></span>
3849
+ <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_navigation-instance_method" title="Puppeteer::Frame#wait_for_navigation (method)">#wait_for_navigation</a></span>
3706
3850
  <small>Puppeteer::Frame</small>
3707
3851
  </div>
3708
3852
  </li>
@@ -3710,8 +3854,8 @@
3710
3854
 
3711
3855
  <li class="odd ">
3712
3856
  <div class="item">
3713
- <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_navigation-instance_method" title="Puppeteer::Frame#wait_for_navigation (method)">#wait_for_navigation</a></span>
3714
- <small>Puppeteer::Frame</small>
3857
+ <span class='object_link'><a href="Puppeteer/Page.html#wait_for_selector-instance_method" title="Puppeteer::Page#wait_for_selector (method)">#wait_for_selector</a></span>
3858
+ <small>Puppeteer::Page</small>
3715
3859
  </div>
3716
3860
  </li>
3717
3861
 
@@ -3734,24 +3878,24 @@
3734
3878
 
3735
3879
  <li class="even ">
3736
3880
  <div class="item">
3737
- <span class='object_link'><a href="Puppeteer/Page.html#wait_for_selector-instance_method" title="Puppeteer::Page#wait_for_selector (method)">#wait_for_selector</a></span>
3738
- <small>Puppeteer::Page</small>
3881
+ <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>
3882
+ <small>Puppeteer::BrowserContext</small>
3739
3883
  </div>
3740
3884
  </li>
3741
3885
 
3742
3886
 
3743
3887
  <li class="odd ">
3744
3888
  <div class="item">
3745
- <span class='object_link'><a href="Puppeteer/BrowserContext.html#wait_for_target-instance_method" title="Puppeteer::BrowserContext#wait_for_target (method)">#wait_for_target</a></span>
3746
- <small>Puppeteer::BrowserContext</small>
3889
+ <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>
3890
+ <small>Puppeteer::Browser</small>
3747
3891
  </div>
3748
3892
  </li>
3749
3893
 
3750
3894
 
3751
3895
  <li class="even ">
3752
3896
  <div class="item">
3753
- <span class='object_link'><a href="Puppeteer/Browser.html#wait_for_target-instance_method" title="Puppeteer::Browser#wait_for_target (method)">#wait_for_target</a></span>
3754
- <small>Puppeteer::Browser</small>
3897
+ <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
3898
+ <small>Puppeteer::Frame</small>
3755
3899
  </div>
3756
3900
  </li>
3757
3901
 
@@ -3765,14 +3909,6 @@
3765
3909
 
3766
3910
 
3767
3911
  <li class="even ">
3768
- <div class="item">
3769
- <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
3770
- <small>Puppeteer::Frame</small>
3771
- </div>
3772
- </li>
3773
-
3774
-
3775
- <li class="odd ">
3776
3912
  <div class="item">
3777
3913
  <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_xpath-instance_method" title="Puppeteer::DOMWorld#wait_for_xpath (method)">#wait_for_xpath</a></span>
3778
3914
  <small>Puppeteer::DOMWorld</small>
@@ -3780,7 +3916,7 @@
3780
3916
  </li>
3781
3917
 
3782
3918
 
3783
- <li class="even ">
3919
+ <li class="odd ">
3784
3920
  <div class="item">
3785
3921
  <span class='object_link'><a href="Puppeteer/Browser.html#websocket_endpoint-instance_method" title="Puppeteer::Browser#websocket_endpoint (method)">#websocket_endpoint</a></span>
3786
3922
  <small>Puppeteer::Browser</small>
@@ -3788,7 +3924,7 @@
3788
3924
  </li>
3789
3925
 
3790
3926
 
3791
- <li class="odd ">
3927
+ <li class="even ">
3792
3928
  <div class="item">
3793
3929
  <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
3794
3930
  <small>Puppeteer::Viewport</small>
@@ -3796,7 +3932,7 @@
3796
3932
  </li>
3797
3933
 
3798
3934
 
3799
- <li class="even ">
3935
+ <li class="odd ">
3800
3936
  <div class="item">
3801
3937
  <span class='object_link'><a href="Puppeteer/Page.html#workers-instance_method" title="Puppeteer::Page#workers (method)">#workers</a></span>
3802
3938
  <small>Puppeteer::Page</small>
@@ -3804,7 +3940,7 @@
3804
3940
  </li>
3805
3941
 
3806
3942
 
3807
- <li class="odd ">
3943
+ <li class="even ">
3808
3944
  <div class="item">
3809
3945
  <span class='object_link'><a href="Puppeteer/ExecutionContext.html#world-instance_method" title="Puppeteer::ExecutionContext#world (method)">#world</a></span>
3810
3946
  <small>Puppeteer::ExecutionContext</small>
@@ -3812,7 +3948,7 @@
3812
3948
  </li>
3813
3949
 
3814
3950
 
3815
- <li class="even ">
3951
+ <li class="odd ">
3816
3952
  <div class="item">
3817
3953
  <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#write-instance_method" title="Puppeteer::WebSocket::DriverImpl#write (method)">#write</a></span>
3818
3954
  <small>Puppeteer::WebSocket::DriverImpl</small>
@@ -3820,7 +3956,7 @@
3820
3956
  </li>
3821
3957
 
3822
3958
 
3823
- <li class="odd ">
3959
+ <li class="even ">
3824
3960
  <div class="item">
3825
3961
  <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#x-instance_method" title="Puppeteer::ElementHandle::Point#x (method)">#x</a></span>
3826
3962
  <small>Puppeteer::ElementHandle::Point</small>
@@ -3828,7 +3964,7 @@
3828
3964
  </li>
3829
3965
 
3830
3966
 
3831
- <li class="even ">
3967
+ <li class="odd ">
3832
3968
  <div class="item">
3833
3969
  <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
3834
3970
  <small>Puppeteer::ElementHandle::Point</small>