puppeteer-ruby 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Puppeteer.html +2 -2
  3. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  4. data/docs/Puppeteer/Browser.html +254 -144
  5. data/docs/Puppeteer/BrowserContext.html +1 -1
  6. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  7. data/docs/Puppeteer/BrowserRunner.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  9. data/docs/Puppeteer/CDPSession.html +1 -1
  10. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  11. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  12. data/docs/Puppeteer/Connection.html +65 -61
  13. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  14. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  15. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +5 -5
  16. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +12 -12
  17. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  18. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  19. data/docs/Puppeteer/DOMWorld.html +32 -32
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DebugPrint.html +1 -1
  22. data/docs/Puppeteer/Device.html +1 -1
  23. data/docs/Puppeteer/Devices.html +1 -1
  24. data/docs/Puppeteer/ElementHandle.html +1 -1
  25. data/docs/Puppeteer/ElementHandle/BoundingBox.html +507 -0
  26. data/docs/Puppeteer/ElementHandle/BoxModel.html +404 -0
  27. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +1 -1
  28. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +1 -1
  29. data/docs/Puppeteer/ElementHandle/Point.html +1 -1
  30. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  31. data/docs/Puppeteer/EmulationManager.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable.html +1 -1
  33. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  37. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  38. data/docs/Puppeteer/FileChooser.html +1 -1
  39. data/docs/Puppeteer/Frame.html +425 -289
  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 +1 -1
  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 +31 -41
  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 +1 -1
  64. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  65. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  66. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  67. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  68. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  69. data/docs/Puppeteer/RemoteObject.html +1 -1
  70. data/docs/Puppeteer/Target.html +1 -1
  71. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  72. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  73. data/docs/Puppeteer/TimeoutError.html +1 -1
  74. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  75. data/docs/Puppeteer/TouchScreen.html +1 -1
  76. data/docs/Puppeteer/Viewport.html +1 -1
  77. data/docs/Puppeteer/WaitTask.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  79. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  80. data/docs/Puppeteer/WebSocket.html +1 -1
  81. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  82. data/docs/Puppeteer/WebSocket/TransportError.html +124 -0
  83. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  84. data/docs/_index.html +5 -12
  85. data/docs/class_list.html +1 -1
  86. data/docs/file.README.html +1 -1
  87. data/docs/index.html +1 -1
  88. data/docs/method_list.html +402 -386
  89. data/docs/top-level-namespace.html +1 -1
  90. data/lib/puppeteer/browser.rb +17 -1
  91. data/lib/puppeteer/connection.rb +13 -1
  92. data/lib/puppeteer/dom_world.rb +7 -6
  93. data/lib/puppeteer/frame.rb +19 -1
  94. data/lib/puppeteer/mouse.rb +3 -8
  95. data/lib/puppeteer/page.rb +1 -1
  96. data/lib/puppeteer/version.rb +1 -1
  97. metadata +5 -2
@@ -719,7 +719,7 @@
719
719
  </div>
720
720
 
721
721
  <div id="footer">
722
- Generated on Fri Jun 12 12:38:33 2020 by
722
+ Generated on Sat Jun 20 17:15:06 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 Fri Jun 12 12:38:33 2020 by
128
+ Generated on Sat Jun 20 17:15:06 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 Fri Jun 12 12:38:35 2020 by
489
+ Generated on Sat Jun 20 17:15:08 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 Fri Jun 12 12:38:34 2020 by
457
+ Generated on Sat Jun 20 17:15:07 2020 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
459
  0.9.24 (ruby-2.6.3).
460
460
  </div>
@@ -827,7 +827,7 @@
827
827
  </div>
828
828
 
829
829
  <div id="footer">
830
- Generated on Fri Jun 12 12:38:34 2020 by
830
+ Generated on Sat Jun 20 17:15:07 2020 by
831
831
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
832
832
  0.9.24 (ruby-2.6.3).
833
833
  </div>
@@ -627,7 +627,7 @@
627
627
  </div>
628
628
 
629
629
  <div id="footer">
630
- Generated on Fri Jun 12 12:38:34 2020 by
630
+ Generated on Sat Jun 20 17:15:07 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 Fri Jun 12 12:38:34 2020 by
117
+ Generated on Sat Jun 20 17:15:07 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 Fri Jun 12 12:38:34 2020 by
199
+ Generated on Sat Jun 20 17:15:07 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 Fri Jun 12 12:38:34 2020 by
666
+ Generated on Sat Jun 20 17:15:07 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 Fri Jun 12 12:38:34 2020 by
405
+ Generated on Sat Jun 20 17:15:07 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>
@@ -0,0 +1,124 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Exception: Puppeteer::WebSocket::TransportError
8
+
9
+ &mdash; Documentation by YARD 0.9.24
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Puppeteer::WebSocket::TransportError";
19
+ relpath = '../../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../../_index.html">Index (T)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../../Puppeteer.html" title="Puppeteer (class)">Puppeteer</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../WebSocket.html" title="Puppeteer::WebSocket (class)">WebSocket</a></span></span>
41
+ &raquo;
42
+ <span class="title">TransportError</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Exception: Puppeteer::WebSocket::TransportError
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName">StandardError</span>
73
+
74
+ <ul class="fullTree">
75
+ <li>Object</li>
76
+
77
+ <li class="next">StandardError</li>
78
+
79
+ <li class="next">Puppeteer::WebSocket::TransportError</li>
80
+
81
+ </ul>
82
+ <a href="#" class="inheritanceTree">show all</a>
83
+
84
+ </dd>
85
+ </dl>
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ <dl>
98
+ <dt>Defined in:</dt>
99
+ <dd>lib/puppeteer/web_socket.rb</dd>
100
+ </dl>
101
+
102
+ </div>
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+ </div>
115
+
116
+ <div id="footer">
117
+ Generated on Sat Jun 20 17:15:07 2020 by
118
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
+ 0.9.24 (ruby-2.6.3).
120
+ </div>
121
+
122
+ </div>
123
+ </body>
124
+ </html>
@@ -590,7 +590,7 @@
590
590
  </div>
591
591
 
592
592
  <div id="footer">
593
- Generated on Fri Jun 12 12:38:35 2020 by
593
+ Generated on Sat Jun 20 17:15:08 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>
@@ -272,13 +272,6 @@
272
272
 
273
273
  </li>
274
274
 
275
- <li>
276
- <span class='object_link'><a href="Puppeteer/DOMWorld/DocumentEvaluationError.html" title="Puppeteer::DOMWorld::DocumentEvaluationError (class)">DocumentEvaluationError</a></span>
277
-
278
- <small>(Puppeteer::DOMWorld)</small>
279
-
280
- </li>
281
-
282
275
  <li>
283
276
  <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html" title="Puppeteer::WebSocket::DriverImpl (class)">DriverImpl</a></span>
284
277
 
@@ -723,16 +716,16 @@
723
716
  </li>
724
717
 
725
718
  <li>
726
- <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>
727
720
 
728
- <small>(Puppeteer::WaitTask)</small>
721
+ <small>(Puppeteer)</small>
729
722
 
730
723
  </li>
731
724
 
732
725
  <li>
733
- <span class='object_link'><a href="Puppeteer/TimeoutError.html" title="Puppeteer::TimeoutError (class)">TimeoutError</a></span>
726
+ <span class='object_link'><a href="Puppeteer/WaitTask/TimeoutError.html" title="Puppeteer::WaitTask::TimeoutError (class)">TimeoutError</a></span>
734
727
 
735
- <small>(Puppeteer)</small>
728
+ <small>(Puppeteer::WaitTask)</small>
736
729
 
737
730
  </li>
738
731
 
@@ -813,7 +806,7 @@
813
806
  </div>
814
807
 
815
808
  <div id="footer">
816
- Generated on Fri Jun 12 12:38:32 2020 by
809
+ Generated on Sat Jun 20 17:15:05 2020 by
817
810
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
818
811
  0.9.24 (ruby-2.6.3).
819
812
  </div>
@@ -43,7 +43,7 @@
43
43
 
44
44
  <ul id="full_list" class="class">
45
45
  <li id="object_" class="odd"><div class="item" style="padding-left:30px"><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></div></li>
46
-
  • Puppeteer < ObjectTop Level Namespace
  • 46
    +
  • Puppeteer < ObjectTop Level Namespace
  • 47
    47
     
    48
    48
      </ul>
    49
    49
      </div>
    @@ -113,7 +113,7 @@
    113
    113
      </div></div>
    114
    114
     
    115
    115
      <div id="footer">
    116
    - Generated on Fri Jun 12 12:38:32 2020 by
    116
    + Generated on Sat Jun 20 17:15:05 2020 by
    117
    117
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    118
    118
      0.9.24 (ruby-2.6.3).
    119
    119
      </div>
    @@ -113,7 +113,7 @@
    113
    113
      </div></div>
    114
    114
     
    115
    115
      <div id="footer">
    116
    - Generated on Fri Jun 12 12:38:32 2020 by
    116
    + Generated on Sat Jun 20 17:15:05 2020 by
    117
    117
      <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
    118
    118
      0.9.24 (ruby-2.6.3).
    119
    119
      </div>
    @@ -78,24 +78,24 @@
    78
    78
     
    79
    79
      <li class="odd ">
    80
    80
      <div class="item">
    81
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#S-instance_method" title="Puppeteer::DOMWorld#S (method)">#S</a></span>
    82
    - <small>Puppeteer::DOMWorld</small>
    81
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#S-instance_method" title="Puppeteer::ElementHandle#S (method)">#S</a></span>
    82
    + <small>Puppeteer::ElementHandle</small>
    83
    83
      </div>
    84
    84
      </li>
    85
    85
     
    86
    86
     
    87
    87
      <li class="even ">
    88
    88
      <div class="item">
    89
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#S-instance_method" title="Puppeteer::ElementHandle#S (method)">#S</a></span>
    90
    - <small>Puppeteer::ElementHandle</small>
    89
    + <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    90
    + <small>Puppeteer::Frame</small>
    91
    91
      </div>
    92
    92
      </li>
    93
    93
     
    94
    94
     
    95
    95
      <li class="odd ">
    96
    96
      <div class="item">
    97
    - <span class='object_link'><a href="Puppeteer/Frame.html#S-instance_method" title="Puppeteer::Frame#S (method)">#S</a></span>
    98
    - <small>Puppeteer::Frame</small>
    97
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#S-instance_method" title="Puppeteer::DOMWorld#S (method)">#S</a></span>
    98
    + <small>Puppeteer::DOMWorld</small>
    99
    99
      </div>
    100
    100
      </li>
    101
    101
     
    @@ -110,24 +110,24 @@
    110
    110
     
    111
    111
      <li class="odd ">
    112
    112
      <div class="item">
    113
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    114
    - <small>Puppeteer::ElementHandle</small>
    113
    + <span class='object_link'><a href="Puppeteer/Frame.html#SS-instance_method" title="Puppeteer::Frame#SS (method)">#SS</a></span>
    114
    + <small>Puppeteer::Frame</small>
    115
    115
      </div>
    116
    116
      </li>
    117
    117
     
    118
    118
     
    119
    119
      <li class="even ">
    120
    120
      <div class="item">
    121
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    122
    - <small>Puppeteer::DOMWorld</small>
    121
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SS-instance_method" title="Puppeteer::ElementHandle#SS (method)">#SS</a></span>
    122
    + <small>Puppeteer::ElementHandle</small>
    123
    123
      </div>
    124
    124
      </li>
    125
    125
     
    126
    126
     
    127
    127
      <li class="odd ">
    128
    128
      <div class="item">
    129
    - <span class='object_link'><a href="Puppeteer/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/DOMWorld.html#SS-instance_method" title="Puppeteer::DOMWorld#SS (method)">#SS</a></span>
    130
    + <small>Puppeteer::DOMWorld</small>
    131
    131
      </div>
    132
    132
      </li>
    133
    133
     
    @@ -142,48 +142,48 @@
    142
    142
     
    143
    143
      <li class="odd ">
    144
    144
      <div class="item">
    145
    - <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
    146
    - <small>Puppeteer::Page</small>
    145
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    146
    + <small>Puppeteer::ElementHandle</small>
    147
    147
      </div>
    148
    148
      </li>
    149
    149
     
    150
    150
     
    151
    151
      <li class="even ">
    152
    152
      <div class="item">
    153
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#SSeval-instance_method" title="Puppeteer::ElementHandle#SSeval (method)">#SSeval</a></span>
    154
    - <small>Puppeteer::ElementHandle</small>
    153
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#SSeval-instance_method" title="Puppeteer::DOMWorld#SSeval (method)">#SSeval</a></span>
    154
    + <small>Puppeteer::DOMWorld</small>
    155
    155
      </div>
    156
    156
      </li>
    157
    157
     
    158
    158
     
    159
    159
      <li class="odd ">
    160
    160
      <div class="item">
    161
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#SSeval-instance_method" title="Puppeteer::DOMWorld#SSeval (method)">#SSeval</a></span>
    162
    - <small>Puppeteer::DOMWorld</small>
    161
    + <span class='object_link'><a href="Puppeteer/Page.html#SSeval-instance_method" title="Puppeteer::Page#SSeval (method)">#SSeval</a></span>
    162
    + <small>Puppeteer::Page</small>
    163
    163
      </div>
    164
    164
      </li>
    165
    165
     
    166
    166
     
    167
    167
      <li class="even ">
    168
    168
      <div class="item">
    169
    - <span class='object_link'><a href="Puppeteer/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    170
    - <small>Puppeteer::Frame</small>
    169
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
    170
    + <small>Puppeteer::DOMWorld</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/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    178
    - <small>Puppeteer::ElementHandle</small>
    177
    + <span class='object_link'><a href="Puppeteer/Frame.html#Seval-instance_method" title="Puppeteer::Frame#Seval (method)">#Seval</a></span>
    178
    + <small>Puppeteer::Frame</small>
    179
    179
      </div>
    180
    180
      </li>
    181
    181
     
    182
    182
     
    183
    183
      <li class="even ">
    184
    184
      <div class="item">
    185
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#Seval-instance_method" title="Puppeteer::DOMWorld#Seval (method)">#Seval</a></span>
    186
    - <small>Puppeteer::DOMWorld</small>
    185
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#Seval-instance_method" title="Puppeteer::ElementHandle#Seval (method)">#Seval</a></span>
    186
    + <small>Puppeteer::ElementHandle</small>
    187
    187
      </div>
    188
    188
      </li>
    189
    189
     
    @@ -198,16 +198,16 @@
    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/ElementHandle.html#Sx-instance_method" title="Puppeteer::ElementHandle#Sx (method)">#Sx</a></span>
    210
    - <small>Puppeteer::ElementHandle</small>
    209
    + <span class='object_link'><a href="Puppeteer/Page.html#Sx-instance_method" title="Puppeteer::Page#Sx (method)">#Sx</a></span>
    210
    + <small>Puppeteer::Page</small>
    211
    211
      </div>
    212
    212
      </li>
    213
    213
     
    @@ -294,16 +294,16 @@
    294
    294
     
    295
    295
      <li class="even ">
    296
    296
      <div class="item">
    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>
    298
    - <small>Puppeteer::Page</small>
    297
    + <span class='object_link'><a href="Puppeteer/Frame.html#add_style_tag-instance_method" title="Puppeteer::Frame#add_style_tag (method)">#add_style_tag</a></span>
    298
    + <small>Puppeteer::Frame</small>
    299
    299
      </div>
    300
    300
      </li>
    301
    301
     
    302
    302
     
    303
    303
      <li class="odd ">
    304
    304
      <div class="item">
    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>
    306
    - <small>Puppeteer::Frame</small>
    305
    + <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>
    306
    + <small>Puppeteer::Page</small>
    307
    307
      </div>
    308
    308
      </li>
    309
    309
     
    @@ -326,32 +326,32 @@
    326
    326
     
    327
    327
      <li class="even ">
    328
    328
      <div class="item">
    329
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#args-instance_method" title="Puppeteer::ConsoleMessage#args (method)">#args</a></span>
    330
    - <small>Puppeteer::ConsoleMessage</small>
    329
    + <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#args-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#args (method)">#args</a></span>
    330
    + <small>Puppeteer::Launcher::ChromeArgOptions</small>
    331
    331
      </div>
    332
    332
      </li>
    333
    333
     
    334
    334
     
    335
    335
      <li class="odd ">
    336
    336
      <div class="item">
    337
    - <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#args-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#args (method)">#args</a></span>
    338
    - <small>Puppeteer::Launcher::ChromeArgOptions</small>
    337
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#args-instance_method" title="Puppeteer::ConsoleMessage#args (method)">#args</a></span>
    338
    + <small>Puppeteer::ConsoleMessage</small>
    339
    339
      </div>
    340
    340
      </li>
    341
    341
     
    342
    342
     
    343
    343
      <li class="even ">
    344
    344
      <div class="item">
    345
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    346
    - <small>Puppeteer::JSHandle</small>
    345
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    346
    + <small>Puppeteer::ElementHandle</small>
    347
    347
      </div>
    348
    348
      </li>
    349
    349
     
    350
    350
     
    351
    351
      <li class="odd ">
    352
    352
      <div class="item">
    353
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#as_element-instance_method" title="Puppeteer::ElementHandle#as_element (method)">#as_element</a></span>
    354
    - <small>Puppeteer::ElementHandle</small>
    353
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#as_element-instance_method" title="Puppeteer::JSHandle#as_element (method)">#as_element</a></span>
    354
    + <small>Puppeteer::JSHandle</small>
    355
    355
      </div>
    356
    356
      </li>
    357
    357
     
    @@ -374,21 +374,29 @@
    374
    374
     
    375
    375
      <li class="even ">
    376
    376
      <div class="item">
    377
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_Seval-instance_method" title="Puppeteer::ElementHandle#async_Seval (method)">#async_Seval</a></span>
    378
    - <small>Puppeteer::ElementHandle</small>
    377
    + <span class='object_link'><a href="Puppeteer/Page.html#async_Seval-instance_method" title="Puppeteer::Page#async_Seval (method)">#async_Seval</a></span>
    378
    + <small>Puppeteer::Page</small>
    379
    379
      </div>
    380
    380
      </li>
    381
    381
     
    382
    382
     
    383
    383
      <li class="odd ">
    384
    384
      <div class="item">
    385
    - <span class='object_link'><a href="Puppeteer/Page.html#async_Seval-instance_method" title="Puppeteer::Page#async_Seval (method)">#async_Seval</a></span>
    386
    - <small>Puppeteer::Page</small>
    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
    387
      </div>
    388
    388
      </li>
    389
    389
     
    390
    390
     
    391
    391
      <li class="even ">
    392
    + <div class="item">
    393
    + <span class='object_link'><a href="Puppeteer/Frame.html#async_click-instance_method" title="Puppeteer::Frame#async_click (method)">#async_click</a></span>
    394
    + <small>Puppeteer::Frame</small>
    395
    + </div>
    396
    + </li>
    397
    +
    398
    +
    399
    + <li class="odd ">
    392
    400
      <div class="item">
    393
    401
      <span class='object_link'><a href="Puppeteer/Page.html#async_click-instance_method" title="Puppeteer::Page#async_click (method)">#async_click</a></span>
    394
    402
      <small>Puppeteer::Page</small>
    @@ -396,7 +404,7 @@
    396
    404
      </li>
    397
    405
     
    398
    406
     
    399
    - <li class="odd ">
    407
    + <li class="even ">
    400
    408
      <div class="item">
    401
    409
      <span class='object_link'><a href="Puppeteer/Mouse.html#async_click-instance_method" title="Puppeteer::Mouse#async_click (method)">#async_click</a></span>
    402
    410
      <small>Puppeteer::Mouse</small>
    @@ -404,7 +412,7 @@
    404
    412
      </li>
    405
    413
     
    406
    414
     
    407
    - <li class="even ">
    415
    + <li class="odd ">
    408
    416
      <div class="item">
    409
    417
      <span class='object_link'><a href="Puppeteer/Keyboard.html#async_down-instance_method" title="Puppeteer::Keyboard#async_down (method)">#async_down</a></span>
    410
    418
      <small>Puppeteer::Keyboard</small>
    @@ -412,7 +420,7 @@
    412
    420
      </li>
    413
    421
     
    414
    422
     
    415
    - <li class="odd ">
    423
    + <li class="even ">
    416
    424
      <div class="item">
    417
    425
      <span class='object_link'><a href="Puppeteer/Mouse.html#async_down-instance_method" title="Puppeteer::Mouse#async_down (method)">#async_down</a></span>
    418
    426
      <small>Puppeteer::Mouse</small>
    @@ -420,7 +428,7 @@
    420
    428
      </li>
    421
    429
     
    422
    430
     
    423
    - <li class="even ">
    431
    + <li class="odd ">
    424
    432
      <div class="item">
    425
    433
      <span class='object_link'><a href="Puppeteer/EmulationManager.html#async_emulate_viewport-instance_method" title="Puppeteer::EmulationManager#async_emulate_viewport (method)">#async_emulate_viewport</a></span>
    426
    434
      <small>Puppeteer::EmulationManager</small>
    @@ -428,7 +436,7 @@
    428
    436
      </li>
    429
    437
     
    430
    438
     
    431
    - <li class="odd ">
    439
    + <li class="even ">
    432
    440
      <div class="item">
    433
    441
      <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate-instance_method" title="Puppeteer::JSHandle#async_evaluate (method)">#async_evaluate</a></span>
    434
    442
      <small>Puppeteer::JSHandle</small>
    @@ -436,7 +444,7 @@
    436
    444
      </li>
    437
    445
     
    438
    446
     
    439
    - <li class="even ">
    447
    + <li class="odd ">
    440
    448
      <div class="item">
    441
    449
      <span class='object_link'><a href="Puppeteer/JSHandle.html#async_evaluate_handle-instance_method" title="Puppeteer::JSHandle#async_evaluate_handle (method)">#async_evaluate_handle</a></span>
    442
    450
      <small>Puppeteer::JSHandle</small>
    @@ -444,7 +452,7 @@
    444
    452
      </li>
    445
    453
     
    446
    454
     
    447
    - <li class="odd ">
    455
    + <li class="even ">
    448
    456
      <div class="item">
    449
    457
      <span class='object_link'><a href="Puppeteer/Mouse.html#async_move-instance_method" title="Puppeteer::Mouse#async_move (method)">#async_move</a></span>
    450
    458
      <small>Puppeteer::Mouse</small>
    @@ -452,6 +460,14 @@
    452
    460
      </li>
    453
    461
     
    454
    462
     
    463
    + <li class="odd ">
    464
    + <div class="item">
    465
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    466
    + <small>Puppeteer::ElementHandle</small>
    467
    + </div>
    468
    + </li>
    469
    +
    470
    +
    455
    471
      <li class="even ">
    456
    472
      <div class="item">
    457
    473
      <span class='object_link'><a href="Puppeteer/Keyboard.html#async_press-instance_method" title="Puppeteer::Keyboard#async_press (method)">#async_press</a></span>
    @@ -462,16 +478,16 @@
    462
    478
     
    463
    479
      <li class="odd ">
    464
    480
      <div class="item">
    465
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#async_press-instance_method" title="Puppeteer::ElementHandle#async_press (method)">#async_press</a></span>
    466
    - <small>Puppeteer::ElementHandle</small>
    481
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_send_character-instance_method" title="Puppeteer::Keyboard#async_send_character (method)">#async_send_character</a></span>
    482
    + <small>Puppeteer::Keyboard</small>
    467
    483
      </div>
    468
    484
      </li>
    469
    485
     
    470
    486
     
    471
    487
      <li class="even ">
    472
    488
      <div class="item">
    473
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_send_character-instance_method" title="Puppeteer::Keyboard#async_send_character (method)">#async_send_character</a></span>
    474
    - <small>Puppeteer::Keyboard</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>
    475
    491
      </div>
    476
    492
      </li>
    477
    493
     
    @@ -486,16 +502,16 @@
    486
    502
     
    487
    503
      <li class="even ">
    488
    504
      <div class="item">
    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>
    505
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#async_tap-instance_method" title="Puppeteer::TouchScreen#async_tap (method)">#async_tap</a></span>
    506
    + <small>Puppeteer::TouchScreen</small>
    491
    507
      </div>
    492
    508
      </li>
    493
    509
     
    494
    510
     
    495
    511
      <li class="odd ">
    496
    512
      <div class="item">
    497
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#async_tap-instance_method" title="Puppeteer::TouchScreen#async_tap (method)">#async_tap</a></span>
    498
    - <small>Puppeteer::TouchScreen</small>
    513
    + <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>
    514
    + <small>Puppeteer::Keyboard</small>
    499
    515
      </div>
    500
    516
      </li>
    501
    517
     
    @@ -510,7 +526,7 @@
    510
    526
     
    511
    527
      <li class="odd ">
    512
    528
      <div class="item">
    513
    - <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>
    529
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    514
    530
      <small>Puppeteer::Keyboard</small>
    515
    531
      </div>
    516
    532
      </li>
    @@ -518,24 +534,24 @@
    518
    534
     
    519
    535
      <li class="even ">
    520
    536
      <div class="item">
    521
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#async_up-instance_method" title="Puppeteer::Keyboard#async_up (method)">#async_up</a></span>
    522
    - <small>Puppeteer::Keyboard</small>
    537
    + <span class='object_link'><a href="Puppeteer/Mouse.html#async_up-instance_method" title="Puppeteer::Mouse#async_up (method)">#async_up</a></span>
    538
    + <small>Puppeteer::Mouse</small>
    523
    539
      </div>
    524
    540
      </li>
    525
    541
     
    526
    542
     
    527
    543
      <li class="odd ">
    528
    544
      <div class="item">
    529
    - <span class='object_link'><a href="Puppeteer/Mouse.html#async_up-instance_method" title="Puppeteer::Mouse#async_up (method)">#async_up</a></span>
    530
    - <small>Puppeteer::Mouse</small>
    545
    + <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>
    546
    + <small>Puppeteer::Page</small>
    531
    547
      </div>
    532
    548
      </li>
    533
    549
     
    534
    550
     
    535
    551
      <li class="even ">
    536
    552
      <div class="item">
    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>
    538
    - <small>Puppeteer::Page</small>
    553
    + <span class='object_link'><a href="Puppeteer/Frame.html#async_wait_for_navigation-instance_method" title="Puppeteer::Frame#async_wait_for_navigation (method)">#async_wait_for_navigation</a></span>
    554
    + <small>Puppeteer::Frame</small>
    539
    555
      </div>
    540
    556
      </li>
    541
    557
     
    @@ -558,16 +574,16 @@
    558
    574
     
    559
    575
      <li class="odd ">
    560
    576
      <div class="item">
    561
    - <span class='object_link'><a href="Puppeteer/Page.html#authenticate-instance_method" title="Puppeteer::Page#authenticate (method)">#authenticate</a></span>
    562
    - <small>Puppeteer::Page</small>
    577
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#authenticate-instance_method" title="Puppeteer::NetworkManager#authenticate (method)">#authenticate</a></span>
    578
    + <small>Puppeteer::NetworkManager</small>
    563
    579
      </div>
    564
    580
      </li>
    565
    581
     
    566
    582
     
    567
    583
      <li class="even ">
    568
    584
      <div class="item">
    569
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#authenticate-instance_method" title="Puppeteer::NetworkManager#authenticate (method)">#authenticate</a></span>
    570
    - <small>Puppeteer::NetworkManager</small>
    585
    + <span class='object_link'><a href="Puppeteer/Page.html#authenticate-instance_method" title="Puppeteer::Page#authenticate (method)">#authenticate</a></span>
    586
    + <small>Puppeteer::Page</small>
    571
    587
      </div>
    572
    588
      </li>
    573
    589
     
    @@ -614,16 +630,16 @@
    614
    630
     
    615
    631
      <li class="even ">
    616
    632
      <div class="item">
    617
    - <span class='object_link'><a href="Puppeteer/RemoteObject.html#box_model-instance_method" title="Puppeteer::RemoteObject#box_model (method)">#box_model</a></span>
    618
    - <small>Puppeteer::RemoteObject</small>
    633
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#box_model-instance_method" title="Puppeteer::ElementHandle#box_model (method)">#box_model</a></span>
    634
    + <small>Puppeteer::ElementHandle</small>
    619
    635
      </div>
    620
    636
      </li>
    621
    637
     
    622
    638
     
    623
    639
      <li class="odd ">
    624
    640
      <div class="item">
    625
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#box_model-instance_method" title="Puppeteer::ElementHandle#box_model (method)">#box_model</a></span>
    626
    - <small>Puppeteer::ElementHandle</small>
    641
    + <span class='object_link'><a href="Puppeteer/RemoteObject.html#box_model-instance_method" title="Puppeteer::RemoteObject#box_model (method)">#box_model</a></span>
    642
    + <small>Puppeteer::RemoteObject</small>
    627
    643
      </div>
    628
    644
      </li>
    629
    645
     
    @@ -638,16 +654,16 @@
    638
    654
     
    639
    655
      <li class="odd ">
    640
    656
      <div class="item">
    641
    - <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    642
    - <small>Puppeteer::Target</small>
    657
    + <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    658
    + <small>Puppeteer::Page</small>
    643
    659
      </div>
    644
    660
      </li>
    645
    661
     
    646
    662
     
    647
    663
      <li class="even ">
    648
    664
      <div class="item">
    649
    - <span class='object_link'><a href="Puppeteer/Page.html#browser-instance_method" title="Puppeteer::Page#browser (method)">#browser</a></span>
    650
    - <small>Puppeteer::Page</small>
    665
    + <span class='object_link'><a href="Puppeteer/Target.html#browser-instance_method" title="Puppeteer::Target#browser (method)">#browser</a></span>
    666
    + <small>Puppeteer::Target</small>
    651
    667
      </div>
    652
    668
      </li>
    653
    669
     
    @@ -718,40 +734,40 @@
    718
    734
     
    719
    735
      <li class="odd ">
    720
    736
      <div class="item">
    721
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    722
    - <small>Puppeteer::DOMWorld</small>
    737
    + <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    738
    + <small>Puppeteer::Mouse</small>
    723
    739
      </div>
    724
    740
      </li>
    725
    741
     
    726
    742
     
    727
    743
      <li class="even ">
    728
    744
      <div class="item">
    729
    - <span class='object_link'><a href="Puppeteer/Mouse.html#click-instance_method" title="Puppeteer::Mouse#click (method)">#click</a></span>
    730
    - <small>Puppeteer::Mouse</small>
    745
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#click-instance_method" title="Puppeteer::DOMWorld#click (method)">#click</a></span>
    746
    + <small>Puppeteer::DOMWorld</small>
    731
    747
      </div>
    732
    748
      </li>
    733
    749
     
    734
    750
     
    735
    751
      <li class="odd ">
    736
    752
      <div class="item">
    737
    - <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    738
    - <small>Puppeteer::Page</small>
    753
    + <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    754
    + <small>Puppeteer::Frame</small>
    739
    755
      </div>
    740
    756
      </li>
    741
    757
     
    742
    758
     
    743
    759
      <li class="even ">
    744
    760
      <div class="item">
    745
    - <span class='object_link'><a href="Puppeteer/Frame.html#click-instance_method" title="Puppeteer::Frame#click (method)">#click</a></span>
    746
    - <small>Puppeteer::Frame</small>
    761
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    762
    + <small>Puppeteer::ElementHandle</small>
    747
    763
      </div>
    748
    764
      </li>
    749
    765
     
    750
    766
     
    751
    767
      <li class="odd ">
    752
    768
      <div class="item">
    753
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#click-instance_method" title="Puppeteer::ElementHandle#click (method)">#click</a></span>
    754
    - <small>Puppeteer::ElementHandle</small>
    769
    + <span class='object_link'><a href="Puppeteer/Page.html#click-instance_method" title="Puppeteer::Page#click (method)">#click</a></span>
    770
    + <small>Puppeteer::Page</small>
    755
    771
      </div>
    756
    772
      </li>
    757
    773
     
    @@ -766,16 +782,16 @@
    766
    782
     
    767
    783
      <li class="odd ">
    768
    784
      <div class="item">
    769
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#client-instance_method" title="Puppeteer::ExecutionContext#client (method)">#client</a></span>
    770
    - <small>Puppeteer::ExecutionContext</small>
    785
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    786
    + <small>Puppeteer::FrameManager</small>
    771
    787
      </div>
    772
    788
      </li>
    773
    789
     
    774
    790
     
    775
    791
      <li class="even ">
    776
    792
      <div class="item">
    777
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#client-instance_method" title="Puppeteer::FrameManager#client (method)">#client</a></span>
    778
    - <small>Puppeteer::FrameManager</small>
    793
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#client-instance_method" title="Puppeteer::ExecutionContext#client (method)">#client</a></span>
    794
    + <small>Puppeteer::ExecutionContext</small>
    779
    795
      </div>
    780
    796
      </li>
    781
    797
     
    @@ -790,48 +806,48 @@
    790
    806
     
    791
    807
      <li class="even ">
    792
    808
      <div class="item">
    793
    - <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    794
    - <small>Puppeteer::Browser</small>
    809
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    810
    + <small>Puppeteer::BrowserContext</small>
    795
    811
      </div>
    796
    812
      </li>
    797
    813
     
    798
    814
     
    799
    815
      <li class="odd ">
    800
    816
      <div class="item">
    801
    - <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    802
    - <small>Puppeteer::Page</small>
    817
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    818
    + <small>Puppeteer::BrowserRunner</small>
    803
    819
      </div>
    804
    820
      </li>
    805
    821
     
    806
    822
     
    807
    823
      <li class="even ">
    808
    824
      <div class="item">
    809
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#close-instance_method" title="Puppeteer::BrowserRunner#close (method)">#close</a></span>
    810
    - <small>Puppeteer::BrowserRunner</small>
    825
    + <span class='object_link'><a href="Puppeteer/Page.html#close-instance_method" title="Puppeteer::Page#close (method)">#close</a></span>
    826
    + <small>Puppeteer::Page</small>
    811
    827
      </div>
    812
    828
      </li>
    813
    829
     
    814
    830
     
    815
    831
      <li class="odd ">
    816
    832
      <div class="item">
    817
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    818
    - <small>Puppeteer::WebSocket</small>
    833
    + <span class='object_link'><a href="Puppeteer/Browser.html#close-instance_method" title="Puppeteer::Browser#close (method)">#close</a></span>
    834
    + <small>Puppeteer::Browser</small>
    819
    835
      </div>
    820
    836
      </li>
    821
    837
     
    822
    838
     
    823
    839
      <li class="even ">
    824
    840
      <div class="item">
    825
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#close-instance_method" title="Puppeteer::BrowserContext#close (method)">#close</a></span>
    826
    - <small>Puppeteer::BrowserContext</small>
    841
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    842
    + <small>Puppeteer::WebSocketTransport</small>
    827
    843
      </div>
    828
    844
      </li>
    829
    845
     
    830
    846
     
    831
    847
      <li class="odd ">
    832
    848
      <div class="item">
    833
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#close-instance_method" title="Puppeteer::WebSocketTransport#close (method)">#close</a></span>
    834
    - <small>Puppeteer::WebSocketTransport</small>
    849
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#close-instance_method" title="Puppeteer::WebSocket#close (method)">#close</a></span>
    850
    + <small>Puppeteer::WebSocket</small>
    835
    851
      </div>
    836
    852
      </li>
    837
    853
     
    @@ -886,16 +902,16 @@
    886
    902
     
    887
    903
      <li class="even ">
    888
    904
      <div class="item">
    889
    - <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    890
    - <small>Puppeteer</small>
    905
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    906
    + <small>Puppeteer::Launcher::Chrome</small>
    891
    907
      </div>
    892
    908
      </li>
    893
    909
     
    894
    910
     
    895
    911
      <li class="odd ">
    896
    912
      <div class="item">
    897
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#connect-instance_method" title="Puppeteer::Launcher::Chrome#connect (method)">#connect</a></span>
    898
    - <small>Puppeteer::Launcher::Chrome</small>
    913
    + <span class='object_link'><a href="Puppeteer.html#connect-instance_method" title="Puppeteer#connect (method)">#connect</a></span>
    914
    + <small>Puppeteer</small>
    899
    915
      </div>
    900
    916
      </li>
    901
    917
     
    @@ -934,24 +950,24 @@
    934
    950
     
    935
    951
      <li class="even ">
    936
    952
      <div class="item">
    937
    - <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    938
    - <small>Puppeteer::Frame</small>
    953
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    954
    + <small>Puppeteer::Page::ScriptTag</small>
    939
    955
      </div>
    940
    956
      </li>
    941
    957
     
    942
    958
     
    943
    959
      <li class="odd ">
    944
    960
      <div class="item">
    945
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#content-instance_method" title="Puppeteer::Page::ScriptTag#content (method)">#content</a></span>
    946
    - <small>Puppeteer::Page::ScriptTag</small>
    961
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    962
    + <small>Puppeteer::Page::StyleTag</small>
    947
    963
      </div>
    948
    964
      </li>
    949
    965
     
    950
    966
     
    951
    967
      <li class="even ">
    952
    968
      <div class="item">
    953
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#content-instance_method" title="Puppeteer::Page::StyleTag#content (method)">#content</a></span>
    954
    - <small>Puppeteer::Page::StyleTag</small>
    969
    + <span class='object_link'><a href="Puppeteer/Frame.html#content-instance_method" title="Puppeteer::Frame#content (method)">#content</a></span>
    970
    + <small>Puppeteer::Frame</small>
    955
    971
      </div>
    956
    972
      </li>
    957
    973
     
    @@ -1022,24 +1038,24 @@
    1022
    1038
     
    1023
    1039
      <li class="odd ">
    1024
    1040
      <div class="item">
    1025
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#create-class_method" title="Puppeteer::JSHandle.create (method)">create</a></span>
    1026
    - <small>Puppeteer::JSHandle</small>
    1041
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    1042
    + <small>Puppeteer::WebSocketTransport</small>
    1027
    1043
      </div>
    1028
    1044
      </li>
    1029
    1045
     
    1030
    1046
     
    1031
    1047
      <li class="even ">
    1032
    1048
      <div class="item">
    1033
    - <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    1034
    - <small>Puppeteer::Browser</small>
    1049
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#create-class_method" title="Puppeteer::JSHandle.create (method)">create</a></span>
    1050
    + <small>Puppeteer::JSHandle</small>
    1035
    1051
      </div>
    1036
    1052
      </li>
    1037
    1053
     
    1038
    1054
     
    1039
    1055
      <li class="odd ">
    1040
    1056
      <div class="item">
    1041
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#create-class_method" title="Puppeteer::WebSocketTransport.create (method)">create</a></span>
    1042
    - <small>Puppeteer::WebSocketTransport</small>
    1057
    + <span class='object_link'><a href="Puppeteer/Browser.html#create-class_method" title="Puppeteer::Browser.create (method)">create</a></span>
    1058
    + <small>Puppeteer::Browser</small>
    1043
    1059
      </div>
    1044
    1060
      </li>
    1045
    1061
     
    @@ -1102,16 +1118,16 @@
    1102
    1118
     
    1103
    1119
      <li class="odd ">
    1104
    1120
      <div class="item">
    1105
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#default_args-instance_method" title="Puppeteer::Launcher::Chrome#default_args (method)">#default_args</a></span>
    1106
    - <small>Puppeteer::Launcher::Chrome</small>
    1121
    + <span class='object_link'><a href="Puppeteer.html#default_args-instance_method" title="Puppeteer#default_args (method)">#default_args</a></span>
    1122
    + <small>Puppeteer</small>
    1107
    1123
      </div>
    1108
    1124
      </li>
    1109
    1125
     
    1110
    1126
     
    1111
    1127
      <li class="even ">
    1112
    1128
      <div class="item">
    1113
    - <span class='object_link'><a href="Puppeteer.html#default_args-instance_method" title="Puppeteer#default_args (method)">#default_args</a></span>
    1114
    - <small>Puppeteer</small>
    1129
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#default_args-instance_method" title="Puppeteer::Launcher::Chrome#default_args (method)">#default_args</a></span>
    1130
    + <small>Puppeteer::Launcher::Chrome</small>
    1115
    1131
      </div>
    1116
    1132
      </li>
    1117
    1133
     
    @@ -1166,16 +1182,16 @@
    1166
    1182
     
    1167
    1183
      <li class="odd ">
    1168
    1184
      <div class="item">
    1169
    - <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1170
    - <small>Puppeteer::CDPSession</small>
    1185
    + <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1186
    + <small>Puppeteer::Frame</small>
    1171
    1187
      </div>
    1172
    1188
      </li>
    1173
    1189
     
    1174
    1190
     
    1175
    1191
      <li class="even ">
    1176
    1192
      <div class="item">
    1177
    - <span class='object_link'><a href="Puppeteer/Frame.html#detach-instance_method" title="Puppeteer::Frame#detach (method)">#detach</a></span>
    1178
    - <small>Puppeteer::Frame</small>
    1193
    + <span class='object_link'><a href="Puppeteer/CDPSession.html#detach-instance_method" title="Puppeteer::CDPSession#detach (method)">#detach</a></span>
    1194
    + <small>Puppeteer::CDPSession</small>
    1179
    1195
      </div>
    1180
    1196
      </li>
    1181
    1197
     
    @@ -1230,8 +1246,8 @@
    1230
    1246
     
    1231
    1247
      <li class="odd ">
    1232
    1248
      <div class="item">
    1233
    - <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1234
    - <small>Puppeteer::LifecycleWatcher</small>
    1249
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1250
    + <small>Puppeteer::JSHandle</small>
    1235
    1251
      </div>
    1236
    1252
      </li>
    1237
    1253
     
    @@ -1246,16 +1262,16 @@
    1246
    1262
     
    1247
    1263
      <li class="odd ">
    1248
    1264
      <div class="item">
    1249
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#dispose-instance_method" title="Puppeteer::JSHandle#dispose (method)">#dispose</a></span>
    1250
    - <small>Puppeteer::JSHandle</small>
    1265
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1266
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    1251
    1267
      </div>
    1252
    1268
      </li>
    1253
    1269
     
    1254
    1270
     
    1255
    1271
      <li class="even ">
    1256
    1272
      <div class="item">
    1257
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#dispose-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#dispose (method)">#dispose</a></span>
    1258
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    1273
    + <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#dispose-instance_method" title="Puppeteer::LifecycleWatcher#dispose (method)">#dispose</a></span>
    1274
    + <small>Puppeteer::LifecycleWatcher</small>
    1259
    1275
      </div>
    1260
    1276
      </li>
    1261
    1277
     
    @@ -1422,8 +1438,8 @@
    1422
    1438
     
    1423
    1439
      <li class="odd ">
    1424
    1440
      <div class="item">
    1425
    - <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1426
    - <small>Puppeteer::JSHandle</small>
    1441
    + <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1442
    + <small>Puppeteer::ExecutionContext</small>
    1427
    1443
      </div>
    1428
    1444
      </li>
    1429
    1445
     
    @@ -1438,8 +1454,8 @@
    1438
    1454
     
    1439
    1455
      <li class="odd ">
    1440
    1456
      <div class="item">
    1441
    - <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate_handle-instance_method" title="Puppeteer::ExecutionContext#evaluate_handle (method)">#evaluate_handle</a></span>
    1442
    - <small>Puppeteer::ExecutionContext</small>
    1457
    + <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate_handle-instance_method" title="Puppeteer::JSHandle#evaluate_handle (method)">#evaluate_handle</a></span>
    1458
    + <small>Puppeteer::JSHandle</small>
    1443
    1459
      </div>
    1444
    1460
      </li>
    1445
    1461
     
    @@ -1542,16 +1558,16 @@
    1542
    1558
     
    1543
    1559
      <li class="even ">
    1544
    1560
      <div class="item">
    1545
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#extra_http_headers=-instance_method" title="Puppeteer::NetworkManager#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1546
    - <small>Puppeteer::NetworkManager</small>
    1561
    + <span class='object_link'><a href="Puppeteer/Page.html#extra_http_headers=-instance_method" title="Puppeteer::Page#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1562
    + <small>Puppeteer::Page</small>
    1547
    1563
      </div>
    1548
    1564
      </li>
    1549
    1565
     
    1550
    1566
     
    1551
    1567
      <li class="odd ">
    1552
    1568
      <div class="item">
    1553
    - <span class='object_link'><a href="Puppeteer/Page.html#extra_http_headers=-instance_method" title="Puppeteer::Page#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1554
    - <small>Puppeteer::Page</small>
    1569
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#extra_http_headers=-instance_method" title="Puppeteer::NetworkManager#extra_http_headers= (method)">#extra_http_headers=</a></span>
    1570
    + <small>Puppeteer::NetworkManager</small>
    1555
    1571
      </div>
    1556
    1572
      </li>
    1557
    1573
     
    @@ -2542,32 +2558,32 @@
    2542
    2558
     
    2543
    2559
      <li class="odd ">
    2544
    2560
      <div class="item">
    2545
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2546
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2561
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
    2562
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2547
    2563
      </div>
    2548
    2564
      </li>
    2549
    2565
     
    2550
    2566
     
    2551
    2567
      <li class="even ">
    2552
    2568
      <div class="item">
    2553
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
    2554
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2569
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
    2570
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2555
    2571
      </div>
    2556
    2572
      </li>
    2557
    2573
     
    2558
    2574
     
    2559
    2575
      <li class="odd ">
    2560
    2576
      <div class="item">
    2561
    - <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>
    2562
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2577
    + <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>
    2578
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2563
    2579
      </div>
    2564
    2580
      </li>
    2565
    2581
     
    2566
    2582
     
    2567
    2583
      <li class="even ">
    2568
    2584
      <div class="item">
    2569
    - <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>
    2570
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2585
    + <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>
    2586
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2571
    2587
      </div>
    2572
    2588
      </li>
    2573
    2589
     
    @@ -2582,16 +2598,16 @@
    2582
    2598
     
    2583
    2599
      <li class="even ">
    2584
    2600
      <div class="item">
    2585
    - <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
    2586
    - <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2601
    + <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2602
    + <small>Puppeteer::BrowserRunner</small>
    2587
    2603
      </div>
    2588
    2604
      </li>
    2589
    2605
     
    2590
    2606
     
    2591
    2607
      <li class="odd ">
    2592
    2608
      <div class="item">
    2593
    - <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
    2594
    - <small>Puppeteer::BrowserRunner</small>
    2609
    + <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
    2610
    + <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    2595
    2611
      </div>
    2596
    2612
      </li>
    2597
    2613
     
    @@ -2606,16 +2622,16 @@
    2606
    2622
     
    2607
    2623
      <li class="odd ">
    2608
    2624
      <div class="item">
    2609
    - <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
    2610
    - <small>Puppeteer</small>
    2625
    + <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
    2626
    + <small>Puppeteer::Launcher::Chrome</small>
    2611
    2627
      </div>
    2612
    2628
      </li>
    2613
    2629
     
    2614
    2630
     
    2615
    2631
      <li class="even ">
    2616
    2632
      <div class="item">
    2617
    - <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#launch-instance_method" title="Puppeteer::Launcher::Chrome#launch (method)">#launch</a></span>
    2618
    - <small>Puppeteer::Launcher::Chrome</small>
    2633
    + <span class='object_link'><a href="Puppeteer.html#launch-instance_method" title="Puppeteer#launch (method)">#launch</a></span>
    2634
    + <small>Puppeteer</small>
    2619
    2635
      </div>
    2620
    2636
      </li>
    2621
    2637
     
    @@ -2646,24 +2662,24 @@
    2646
    2662
     
    2647
    2663
      <li class="even ">
    2648
    2664
      <div class="item">
    2649
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2650
    - <small>Puppeteer::ConsoleMessage</small>
    2665
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2666
    + <small>Puppeteer::Keyboard::KeyDescription</small>
    2651
    2667
      </div>
    2652
    2668
      </li>
    2653
    2669
     
    2654
    2670
     
    2655
    2671
      <li class="odd ">
    2656
    2672
      <div class="item">
    2657
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2658
    - <small>Puppeteer::Keyboard::KeyDefinition</small>
    2673
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
    2674
    + <small>Puppeteer::ConsoleMessage</small>
    2659
    2675
      </div>
    2660
    2676
      </li>
    2661
    2677
     
    2662
    2678
     
    2663
    2679
      <li class="even ">
    2664
    2680
      <div class="item">
    2665
    - <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
    2666
    - <small>Puppeteer::Keyboard::KeyDescription</small>
    2681
    + <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
    2682
    + <small>Puppeteer::Keyboard::KeyDefinition</small>
    2667
    2683
      </div>
    2668
    2684
      </li>
    2669
    2685
     
    @@ -2678,16 +2694,16 @@
    2678
    2694
     
    2679
    2695
      <li class="even ">
    2680
    2696
      <div class="item">
    2681
    - <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2682
    - <small>Puppeteer::FrameManager</small>
    2697
    + <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2698
    + <small>Puppeteer::Page</small>
    2683
    2699
      </div>
    2684
    2700
      </li>
    2685
    2701
     
    2686
    2702
     
    2687
    2703
      <li class="odd ">
    2688
    2704
      <div class="item">
    2689
    - <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
    2690
    - <small>Puppeteer::Page</small>
    2705
    + <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
    2706
    + <small>Puppeteer::FrameManager</small>
    2691
    2707
      </div>
    2692
    2708
      </li>
    2693
    2709
     
    @@ -2766,16 +2782,16 @@
    2766
    2782
     
    2767
    2783
      <li class="odd ">
    2768
    2784
      <div class="item">
    2769
    - <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2770
    - <small>Puppeteer::Frame</small>
    2785
    + <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2786
    + <small>Puppeteer::Device</small>
    2771
    2787
      </div>
    2772
    2788
      </li>
    2773
    2789
     
    2774
    2790
     
    2775
    2791
      <li class="even ">
    2776
    2792
      <div class="item">
    2777
    - <span class='object_link'><a href="Puppeteer/Device.html#name-instance_method" title="Puppeteer::Device#name (method)">#name</a></span>
    2778
    - <small>Puppeteer::Device</small>
    2793
    + <span class='object_link'><a href="Puppeteer/Frame.html#name-instance_method" title="Puppeteer::Frame#name (method)">#name</a></span>
    2794
    + <small>Puppeteer::Frame</small>
    2779
    2795
      </div>
    2780
    2796
      </li>
    2781
    2797
     
    @@ -2838,16 +2854,16 @@
    2838
    2854
     
    2839
    2855
      <li class="even ">
    2840
    2856
      <div class="item">
    2841
    - <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
    2842
    - <small>Puppeteer::Browser</small>
    2857
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
    2858
    + <small>Puppeteer::BrowserContext</small>
    2843
    2859
      </div>
    2844
    2860
      </li>
    2845
    2861
     
    2846
    2862
     
    2847
    2863
      <li class="odd ">
    2848
    2864
      <div class="item">
    2849
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#new_page-instance_method" title="Puppeteer::BrowserContext#new_page (method)">#new_page</a></span>
    2850
    - <small>Puppeteer::BrowserContext</small>
    2865
    + <span class='object_link'><a href="Puppeteer/Browser.html#new_page-instance_method" title="Puppeteer::Browser#new_page (method)">#new_page</a></span>
    2866
    + <small>Puppeteer::Browser</small>
    2851
    2867
      </div>
    2852
    2868
      </li>
    2853
    2869
     
    @@ -2862,16 +2878,16 @@
    2862
    2878
     
    2863
    2879
      <li class="odd ">
    2864
    2880
      <div class="item">
    2865
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
    2866
    - <small>Puppeteer::NetworkManager</small>
    2881
    + <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
    2882
    + <small>Puppeteer::Page</small>
    2867
    2883
      </div>
    2868
    2884
      </li>
    2869
    2885
     
    2870
    2886
     
    2871
    2887
      <li class="even ">
    2872
    2888
      <div class="item">
    2873
    - <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
    2874
    - <small>Puppeteer::Page</small>
    2889
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
    2890
    + <small>Puppeteer::NetworkManager</small>
    2875
    2891
      </div>
    2876
    2892
      </li>
    2877
    2893
     
    @@ -2886,29 +2902,37 @@
    2886
    2902
     
    2887
    2903
      <li class="even ">
    2888
    2904
      <div class="item">
    2889
    - <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2890
    - <small>Puppeteer::WebSocket</small>
    2905
    + <span class='object_link'><a href="Puppeteer/Browser.html#on-instance_method" title="Puppeteer::Browser#on (method)">#on</a></span>
    2906
    + <small>Puppeteer::Browser</small>
    2891
    2907
      </div>
    2892
    2908
      </li>
    2893
    2909
     
    2894
    2910
     
    2895
    2911
      <li class="odd ">
    2896
    2912
      <div class="item">
    2897
    - <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2898
    - <small>Puppeteer::WebSocketTransport</small>
    2913
    + <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2914
    + <small>Puppeteer::Connection</small>
    2899
    2915
      </div>
    2900
    2916
      </li>
    2901
    2917
     
    2902
    2918
     
    2903
    2919
      <li class="even ">
    2904
    2920
      <div class="item">
    2905
    - <span class='object_link'><a href="Puppeteer/Connection.html#on_close-instance_method" title="Puppeteer::Connection#on_close (method)">#on_close</a></span>
    2906
    - <small>Puppeteer::Connection</small>
    2921
    + <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
    2922
    + <small>Puppeteer::WebSocket</small>
    2907
    2923
      </div>
    2908
    2924
      </li>
    2909
    2925
     
    2910
    2926
     
    2911
    2927
      <li class="odd ">
    2928
    + <div class="item">
    2929
    + <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
    2930
    + <small>Puppeteer::WebSocketTransport</small>
    2931
    + </div>
    2932
    + </li>
    2933
    +
    2934
    +
    2935
    + <li class="even ">
    2912
    2936
      <div class="item">
    2913
    2937
      <span class='object_link'><a href="Puppeteer/WebSocket.html#on_error-instance_method" title="Puppeteer::WebSocket#on_error (method)">#on_error</a></span>
    2914
    2938
      <small>Puppeteer::WebSocket</small>
    @@ -2916,7 +2940,7 @@
    2916
    2940
      </li>
    2917
    2941
     
    2918
    2942
     
    2919
    - <li class="even ">
    2943
    + <li class="odd ">
    2920
    2944
      <div class="item">
    2921
    2945
      <span class='object_link'><a href="Puppeteer/EventCallbackable.html#on_event-instance_method" title="Puppeteer::EventCallbackable#on_event (method)">#on_event</a></span>
    2922
    2946
      <small>Puppeteer::EventCallbackable</small>
    @@ -2924,7 +2948,7 @@
    2924
    2948
      </li>
    2925
    2949
     
    2926
    2950
     
    2927
    - <li class="odd ">
    2951
    + <li class="even ">
    2928
    2952
      <div class="item">
    2929
    2953
      <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
    2930
    2954
      <small>Puppeteer::WebSocket</small>
    @@ -2932,7 +2956,7 @@
    2932
    2956
      </li>
    2933
    2957
     
    2934
    2958
     
    2935
    - <li class="even ">
    2959
    + <li class="odd ">
    2936
    2960
      <div class="item">
    2937
    2961
      <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
    2938
    2962
      <small>Puppeteer::WebSocketTransport</small>
    @@ -2940,7 +2964,7 @@
    2940
    2964
      </li>
    2941
    2965
     
    2942
    2966
     
    2943
    - <li class="odd ">
    2967
    + <li class="even ">
    2944
    2968
      <div class="item">
    2945
    2969
      <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
    2946
    2970
      <small>Puppeteer::Connection</small>
    @@ -2948,7 +2972,7 @@
    2948
    2972
      </li>
    2949
    2973
     
    2950
    2974
     
    2951
    - <li class="even ">
    2975
    + <li class="odd ">
    2952
    2976
      <div class="item">
    2953
    2977
      <span class='object_link'><a href="Puppeteer/WebSocket.html#on_open-instance_method" title="Puppeteer::WebSocket#on_open (method)">#on_open</a></span>
    2954
    2978
      <small>Puppeteer::WebSocket</small>
    @@ -2956,7 +2980,7 @@
    2956
    2980
      </li>
    2957
    2981
     
    2958
    2982
     
    2959
    - <li class="odd ">
    2983
    + <li class="even ">
    2960
    2984
      <div class="item">
    2961
    2985
      <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
    2962
    2986
      <small>Puppeteer::Target</small>
    @@ -2964,7 +2988,7 @@
    2964
    2988
      </li>
    2965
    2989
     
    2966
    2990
     
    2967
    - <li class="even ">
    2991
    + <li class="odd ">
    2968
    2992
      <div class="item">
    2969
    2993
      <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#opener_id-instance_method" title="Puppeteer::Target::TargetInfo#opener_id (method)">#opener_id</a></span>
    2970
    2994
      <small>Puppeteer::Target::TargetInfo</small>
    @@ -2972,7 +2996,7 @@
    2972
    2996
      </li>
    2973
    2997
     
    2974
    2998
     
    2975
    - <li class="odd ">
    2999
    + <li class="even ">
    2976
    3000
      <div class="item">
    2977
    3001
      <span class='object_link'><a href="Puppeteer/FrameManager.html#page-instance_method" title="Puppeteer::FrameManager#page (method)">#page</a></span>
    2978
    3002
      <small>Puppeteer::FrameManager</small>
    @@ -2980,7 +3004,7 @@
    2980
    3004
      </li>
    2981
    3005
     
    2982
    3006
     
    2983
    - <li class="even ">
    3007
    + <li class="odd ">
    2984
    3008
      <div class="item">
    2985
    3009
      <span class='object_link'><a href="Puppeteer/Target.html#page-instance_method" title="Puppeteer::Target#page (method)">#page</a></span>
    2986
    3010
      <small>Puppeteer::Target</small>
    @@ -2988,7 +3012,7 @@
    2988
    3012
      </li>
    2989
    3013
     
    2990
    3014
     
    2991
    - <li class="odd ">
    3015
    + <li class="even ">
    2992
    3016
      <div class="item">
    2993
    3017
      <span class='object_link'><a href="Puppeteer/BrowserContext.html#pages-instance_method" title="Puppeteer::BrowserContext#pages (method)">#pages</a></span>
    2994
    3018
      <small>Puppeteer::BrowserContext</small>
    @@ -2996,7 +3020,7 @@
    2996
    3020
      </li>
    2997
    3021
     
    2998
    3022
     
    2999
    - <li class="even ">
    3023
    + <li class="odd ">
    3000
    3024
      <div class="item">
    3001
    3025
      <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
    3002
    3026
      <small>Puppeteer::Browser</small>
    @@ -3004,7 +3028,7 @@
    3004
    3028
      </li>
    3005
    3029
     
    3006
    3030
     
    3007
    - <li class="odd ">
    3031
    + <li class="even ">
    3008
    3032
      <div class="item">
    3009
    3033
      <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
    3010
    3034
      <small>Puppeteer::Frame</small>
    @@ -3012,7 +3036,7 @@
    3012
    3036
      </li>
    3013
    3037
     
    3014
    3038
     
    3015
    - <li class="even ">
    3039
    + <li class="odd ">
    3016
    3040
      <div class="item">
    3017
    3041
      <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
    3018
    3042
      <small>Puppeteer::NetworkManager::Credentials</small>
    @@ -3020,14 +3044,6 @@
    3020
    3044
      </li>
    3021
    3045
     
    3022
    3046
     
    3023
    - <li class="odd ">
    3024
    - <div class="item">
    3025
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    3026
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3027
    - </div>
    3028
    - </li>
    3029
    -
    3030
    -
    3031
    3047
      <li class="even ">
    3032
    3048
      <div class="item">
    3033
    3049
      <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#path-instance_method" title="Puppeteer::Page::ScriptTag#path (method)">#path</a></span>
    @@ -3038,24 +3054,24 @@
    3038
    3054
     
    3039
    3055
      <li class="odd ">
    3040
    3056
      <div class="item">
    3041
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
    3042
    - <small>Puppeteer::Page::StyleTag</small>
    3057
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#path-instance_method" title="Puppeteer::Page::ScreenshotOptions#path (method)">#path</a></span>
    3058
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3043
    3059
      </div>
    3044
    3060
      </li>
    3045
    3061
     
    3046
    3062
     
    3047
    3063
      <li class="even ">
    3048
    3064
      <div class="item">
    3049
    - <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
    3050
    - <small>Puppeteer::Launcher::LaunchOptions</small>
    3065
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
    3066
    + <small>Puppeteer::Page::StyleTag</small>
    3051
    3067
      </div>
    3052
    3068
      </li>
    3053
    3069
     
    3054
    3070
     
    3055
    3071
      <li class="odd ">
    3056
    3072
      <div class="item">
    3057
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
    3058
    - <small>Puppeteer::Keyboard</small>
    3073
    + <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
    3074
    + <small>Puppeteer::Launcher::LaunchOptions</small>
    3059
    3075
      </div>
    3060
    3076
      </li>
    3061
    3077
     
    @@ -3069,6 +3085,14 @@
    3069
    3085
     
    3070
    3086
     
    3071
    3087
      <li class="odd ">
    3088
    + <div class="item">
    3089
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
    3090
    + <small>Puppeteer::Keyboard</small>
    3091
    + </div>
    3092
    + </li>
    3093
    +
    3094
    +
    3095
    + <li class="even ">
    3072
    3096
      <div class="item">
    3073
    3097
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
    3074
    3098
      <small>Puppeteer::BrowserRunner</small>
    @@ -3076,7 +3100,7 @@
    3076
    3100
      </li>
    3077
    3101
     
    3078
    3102
     
    3079
    - <li class="even ">
    3103
    + <li class="odd ">
    3080
    3104
      <div class="item">
    3081
    3105
      <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
    3082
    3106
      <small>Puppeteer::Browser</small>
    @@ -3084,7 +3108,7 @@
    3084
    3108
      </li>
    3085
    3109
     
    3086
    3110
     
    3087
    - <li class="odd ">
    3111
    + <li class="even ">
    3088
    3112
      <div class="item">
    3089
    3113
      <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
    3090
    3114
      <small>Puppeteer</small>
    @@ -3092,7 +3116,7 @@
    3092
    3116
      </li>
    3093
    3117
     
    3094
    3118
     
    3095
    - <li class="even ">
    3119
    + <li class="odd ">
    3096
    3120
      <div class="item">
    3097
    3121
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
    3098
    3122
      <small>Puppeteer::RemoteObject</small>
    @@ -3100,7 +3124,7 @@
    3100
    3124
      </li>
    3101
    3125
     
    3102
    3126
     
    3103
    - <li class="odd ">
    3127
    + <li class="even ">
    3104
    3128
      <div class="item">
    3105
    3129
      <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
    3106
    3130
      <small>Puppeteer::JSHandle</small>
    @@ -3108,7 +3132,7 @@
    3108
    3132
      </li>
    3109
    3133
     
    3110
    3134
     
    3111
    - <li class="even ">
    3135
    + <li class="odd ">
    3112
    3136
      <div class="item">
    3113
    3137
      <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#quality-instance_method" title="Puppeteer::Page::ScreenshotOptions#quality (method)">#quality</a></span>
    3114
    3138
      <small>Puppeteer::Page::ScreenshotOptions</small>
    @@ -3116,7 +3140,7 @@
    3116
    3140
      </li>
    3117
    3141
     
    3118
    3142
     
    3119
    - <li class="odd ">
    3143
    + <li class="even ">
    3120
    3144
      <div class="item">
    3121
    3145
      <span class='object_link'><a href="Puppeteer/Page.html#query_objects-instance_method" title="Puppeteer::Page#query_objects (method)">#query_objects</a></span>
    3122
    3146
      <small>Puppeteer::Page</small>
    @@ -3124,7 +3148,7 @@
    3124
    3148
      </li>
    3125
    3149
     
    3126
    3150
     
    3127
    - <li class="even ">
    3151
    + <li class="odd ">
    3128
    3152
      <div class="item">
    3129
    3153
      <span class='object_link'><a href="Puppeteer/Connection.html#raw_send-instance_method" title="Puppeteer::Connection#raw_send (method)">#raw_send</a></span>
    3130
    3154
      <small>Puppeteer::Connection</small>
    @@ -3132,7 +3156,7 @@
    3132
    3156
      </li>
    3133
    3157
     
    3134
    3158
     
    3135
    - <li class="odd ">
    3159
    + <li class="even ">
    3136
    3160
      <div class="item">
    3137
    3161
      <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#readpartial-instance_method" title="Puppeteer::WebSocket::DriverImpl#readpartial (method)">#readpartial</a></span>
    3138
    3162
      <small>Puppeteer::WebSocket::DriverImpl</small>
    @@ -3140,7 +3164,7 @@
    3140
    3164
      </li>
    3141
    3165
     
    3142
    3166
     
    3143
    - <li class="even ">
    3167
    + <li class="odd ">
    3144
    3168
      <div class="item">
    3145
    3169
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#reject-instance_method" title="Puppeteer::Connection::MessageCallback#reject (method)">#reject</a></span>
    3146
    3170
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -3148,7 +3172,7 @@
    3148
    3172
      </li>
    3149
    3173
     
    3150
    3174
     
    3151
    - <li class="odd ">
    3175
    + <li class="even ">
    3152
    3176
      <div class="item">
    3153
    3177
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#release-instance_method" title="Puppeteer::RemoteObject#release (method)">#release</a></span>
    3154
    3178
      <small>Puppeteer::RemoteObject</small>
    @@ -3156,7 +3180,7 @@
    3156
    3180
      </li>
    3157
    3181
     
    3158
    3182
     
    3159
    - <li class="even ">
    3183
    + <li class="odd ">
    3160
    3184
      <div class="item">
    3161
    3185
      <span class='object_link'><a href="Puppeteer/Page.html#reload-instance_method" title="Puppeteer::Page#reload (method)">#reload</a></span>
    3162
    3186
      <small>Puppeteer::Page</small>
    @@ -3164,7 +3188,7 @@
    3164
    3188
      </li>
    3165
    3189
     
    3166
    3190
     
    3167
    - <li class="odd ">
    3191
    + <li class="even ">
    3168
    3192
      <div class="item">
    3169
    3193
      <span class='object_link'><a href="Puppeteer/JSHandle.html#remote_object-instance_method" title="Puppeteer::JSHandle#remote_object (method)">#remote_object</a></span>
    3170
    3194
      <small>Puppeteer::JSHandle</small>
    @@ -3172,7 +3196,7 @@
    3172
    3196
      </li>
    3173
    3197
     
    3174
    3198
     
    3175
    - <li class="even ">
    3199
    + <li class="odd ">
    3176
    3200
      <div class="item">
    3177
    3201
      <span class='object_link'><a href="Puppeteer/EventCallbackable.html#remove_event_listener-instance_method" title="Puppeteer::EventCallbackable#remove_event_listener (method)">#remove_event_listener</a></span>
    3178
    3202
      <small>Puppeteer::EventCallbackable</small>
    @@ -3180,23 +3204,23 @@
    3180
    3204
      </li>
    3181
    3205
     
    3182
    3206
     
    3183
    - <li class="odd ">
    3207
    + <li class="even ">
    3184
    3208
      <div class="item">
    3185
    - <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    3186
    - <small>Puppeteer::Page</small>
    3209
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3210
    + <small>Puppeteer::NetworkManager</small>
    3187
    3211
      </div>
    3188
    3212
      </li>
    3189
    3213
     
    3190
    3214
     
    3191
    - <li class="even ">
    3215
    + <li class="odd ">
    3192
    3216
      <div class="item">
    3193
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
    3194
    - <small>Puppeteer::NetworkManager</small>
    3217
    + <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
    3218
    + <small>Puppeteer::Page</small>
    3195
    3219
      </div>
    3196
    3220
      </li>
    3197
    3221
     
    3198
    3222
     
    3199
    - <li class="odd ">
    3223
    + <li class="even ">
    3200
    3224
      <div class="item">
    3201
    3225
      <span class='object_link'><a href="Puppeteer/WaitTask.html#rerun-instance_method" title="Puppeteer::WaitTask#rerun (method)">#rerun</a></span>
    3202
    3226
      <small>Puppeteer::WaitTask</small>
    @@ -3204,7 +3228,7 @@
    3204
    3228
      </li>
    3205
    3229
     
    3206
    3230
     
    3207
    - <li class="even ">
    3231
    + <li class="odd ">
    3208
    3232
      <div class="item">
    3209
    3233
      <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#resolvable_future-instance_method" title="Puppeteer::ConcurrentRubyUtils#resolvable_future (method)">#resolvable_future</a></span>
    3210
    3234
      <small>Puppeteer::ConcurrentRubyUtils</small>
    @@ -3212,7 +3236,7 @@
    3212
    3236
      </li>
    3213
    3237
     
    3214
    3238
     
    3215
    - <li class="odd ">
    3239
    + <li class="even ">
    3216
    3240
      <div class="item">
    3217
    3241
      <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#resolve-instance_method" title="Puppeteer::Connection::MessageCallback#resolve (method)">#resolve</a></span>
    3218
    3242
      <small>Puppeteer::Connection::MessageCallback</small>
    @@ -3220,7 +3244,7 @@
    3220
    3244
      </li>
    3221
    3245
     
    3222
    3246
     
    3223
    - <li class="even ">
    3247
    + <li class="odd ">
    3224
    3248
      <div class="item">
    3225
    3249
      <span class='object_link'><a href="Puppeteer/Launcher/Base.html#resolve_executable_path-instance_method" title="Puppeteer::Launcher::Base#resolve_executable_path (method)">#resolve_executable_path</a></span>
    3226
    3250
      <small>Puppeteer::Launcher::Base</small>
    @@ -3228,7 +3252,7 @@
    3228
    3252
      </li>
    3229
    3253
     
    3230
    3254
     
    3231
    - <li class="odd ">
    3255
    + <li class="even ">
    3232
    3256
      <div class="item">
    3233
    3257
      <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#same_document_navigation_promise-instance_method" title="Puppeteer::LifecycleWatcher#same_document_navigation_promise (method)">#same_document_navigation_promise</a></span>
    3234
    3258
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -3236,23 +3260,23 @@
    3236
    3260
      </li>
    3237
    3261
     
    3238
    3262
     
    3239
    - <li class="even ">
    3263
    + <li class="odd ">
    3240
    3264
      <div class="item">
    3241
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
    3242
    - <small>Puppeteer::ElementHandle</small>
    3265
    + <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
    3266
    + <small>Puppeteer::Page</small>
    3243
    3267
      </div>
    3244
    3268
      </li>
    3245
    3269
     
    3246
    3270
     
    3247
    - <li class="odd ">
    3271
    + <li class="even ">
    3248
    3272
      <div class="item">
    3249
    - <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
    3250
    - <small>Puppeteer::Page</small>
    3273
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#screenshot-instance_method" title="Puppeteer::ElementHandle#screenshot (method)">#screenshot</a></span>
    3274
    + <small>Puppeteer::ElementHandle</small>
    3251
    3275
      </div>
    3252
    3276
      </li>
    3253
    3277
     
    3254
    3278
     
    3255
    - <li class="even ">
    3279
    + <li class="odd ">
    3256
    3280
      <div class="item">
    3257
    3281
      <span class='object_link'><a href="Puppeteer/ElementHandle.html#scroll_into_view_if_needed-instance_method" title="Puppeteer::ElementHandle#scroll_into_view_if_needed (method)">#scroll_into_view_if_needed</a></span>
    3258
    3282
      <small>Puppeteer::ElementHandle</small>
    @@ -3260,7 +3284,7 @@
    3260
    3284
      </li>
    3261
    3285
     
    3262
    3286
     
    3263
    - <li class="odd ">
    3287
    + <li class="even ">
    3264
    3288
      <div class="item">
    3265
    3289
      <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
    3266
    3290
      <small>Puppeteer::Frame</small>
    @@ -3268,7 +3292,7 @@
    3268
    3292
      </li>
    3269
    3293
     
    3270
    3294
     
    3271
    - <li class="even ">
    3295
    + <li class="odd ">
    3272
    3296
      <div class="item">
    3273
    3297
      <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
    3274
    3298
      <small>Puppeteer::DOMWorld</small>
    @@ -3276,23 +3300,23 @@
    3276
    3300
      </li>
    3277
    3301
     
    3278
    3302
     
    3279
    - <li class="odd ">
    3303
    + <li class="even ">
    3280
    3304
      <div class="item">
    3281
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3282
    - <small>Puppeteer::ElementHandle</small>
    3305
    + <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
    3306
    + <small>Puppeteer::Frame</small>
    3283
    3307
      </div>
    3284
    3308
      </li>
    3285
    3309
     
    3286
    3310
     
    3287
    - <li class="even ">
    3311
    + <li class="odd ">
    3288
    3312
      <div class="item">
    3289
    - <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
    3290
    - <small>Puppeteer::Frame</small>
    3313
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
    3314
    + <small>Puppeteer::ElementHandle</small>
    3291
    3315
      </div>
    3292
    3316
      </li>
    3293
    3317
     
    3294
    3318
     
    3295
    - <li class="odd ">
    3319
    + <li class="even ">
    3296
    3320
      <div class="item">
    3297
    3321
      <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
    3298
    3322
      <small>Puppeteer::Page</small>
    @@ -3300,7 +3324,7 @@
    3300
    3324
      </li>
    3301
    3325
     
    3302
    3326
     
    3303
    - <li class="even ">
    3327
    + <li class="odd ">
    3304
    3328
      <div class="item">
    3305
    3329
      <span class='object_link'><a href="Puppeteer/Keyboard.html#send_character-instance_method" title="Puppeteer::Keyboard#send_character (method)">#send_character</a></span>
    3306
    3330
      <small>Puppeteer::Keyboard</small>
    @@ -3308,7 +3332,7 @@
    3308
    3332
      </li>
    3309
    3333
     
    3310
    3334
     
    3311
    - <li class="odd ">
    3335
    + <li class="even ">
    3312
    3336
      <div class="item">
    3313
    3337
      <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
    3314
    3338
      <small>Puppeteer::CDPSession</small>
    @@ -3316,7 +3340,7 @@
    3316
    3340
      </li>
    3317
    3341
     
    3318
    3342
     
    3319
    - <li class="even ">
    3343
    + <li class="odd ">
    3320
    3344
      <div class="item">
    3321
    3345
      <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
    3322
    3346
      <small>Puppeteer::Connection</small>
    @@ -3324,7 +3348,7 @@
    3324
    3348
      </li>
    3325
    3349
     
    3326
    3350
     
    3327
    - <li class="odd ">
    3351
    + <li class="even ">
    3328
    3352
      <div class="item">
    3329
    3353
      <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
    3330
    3354
      <small>Puppeteer::WebSocketTransport</small>
    @@ -3332,7 +3356,7 @@
    3332
    3356
      </li>
    3333
    3357
     
    3334
    3358
     
    3335
    - <li class="even ">
    3359
    + <li class="odd ">
    3336
    3360
      <div class="item">
    3337
    3361
      <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
    3338
    3362
      <small>Puppeteer::WebSocket</small>
    @@ -3340,7 +3364,7 @@
    3340
    3364
      </li>
    3341
    3365
     
    3342
    3366
     
    3343
    - <li class="odd ">
    3367
    + <li class="even ">
    3344
    3368
      <div class="item">
    3345
    3369
      <span class='object_link'><a href="Puppeteer/Connection.html#session-instance_method" title="Puppeteer::Connection#session (method)">#session</a></span>
    3346
    3370
      <small>Puppeteer::Connection</small>
    @@ -3348,23 +3372,23 @@
    3348
    3372
      </li>
    3349
    3373
     
    3350
    3374
     
    3351
    - <li class="even ">
    3375
    + <li class="odd ">
    3352
    3376
      <div class="item">
    3353
    - <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
    3354
    - <small>Puppeteer::Page</small>
    3377
    + <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3378
    + <small>Puppeteer::Frame</small>
    3355
    3379
      </div>
    3356
    3380
      </li>
    3357
    3381
     
    3358
    3382
     
    3359
    - <li class="odd ">
    3383
    + <li class="even ">
    3360
    3384
      <div class="item">
    3361
    - <span class='object_link'><a href="Puppeteer/Frame.html#set_content-instance_method" title="Puppeteer::Frame#set_content (method)">#set_content</a></span>
    3362
    - <small>Puppeteer::Frame</small>
    3385
    + <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
    3386
    + <small>Puppeteer::Page</small>
    3363
    3387
      </div>
    3364
    3388
      </li>
    3365
    3389
     
    3366
    3390
     
    3367
    - <li class="even ">
    3391
    + <li class="odd ">
    3368
    3392
      <div class="item">
    3369
    3393
      <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>
    3370
    3394
      <small>Puppeteer::RemoteObject</small>
    @@ -3372,7 +3396,7 @@
    3372
    3396
      </li>
    3373
    3397
     
    3374
    3398
     
    3375
    - <li class="odd ">
    3399
    + <li class="even ">
    3376
    3400
      <div class="item">
    3377
    3401
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#setup_connection-instance_method" title="Puppeteer::BrowserRunner#setup_connection (method)">#setup_connection</a></span>
    3378
    3402
      <small>Puppeteer::BrowserRunner</small>
    @@ -3380,7 +3404,7 @@
    3380
    3404
      </li>
    3381
    3405
     
    3382
    3406
     
    3383
    - <li class="even ">
    3407
    + <li class="odd ">
    3384
    3408
      <div class="item">
    3385
    3409
      <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>
    3386
    3410
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3388,7 +3412,7 @@
    3388
    3412
      </li>
    3389
    3413
     
    3390
    3414
     
    3391
    - <li class="odd ">
    3415
    + <li class="even ">
    3392
    3416
      <div class="item">
    3393
    3417
      <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>
    3394
    3418
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3396,7 +3420,7 @@
    3396
    3420
      </li>
    3397
    3421
     
    3398
    3422
     
    3399
    - <li class="even ">
    3423
    + <li class="odd ">
    3400
    3424
      <div class="item">
    3401
    3425
      <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>
    3402
    3426
      <small>Puppeteer::Keyboard::KeyDefinition</small>
    @@ -3404,7 +3428,7 @@
    3404
    3428
      </li>
    3405
    3429
     
    3406
    3430
     
    3407
    - <li class="odd ">
    3431
    + <li class="even ">
    3408
    3432
      <div class="item">
    3409
    3433
      <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>
    3410
    3434
      <small>Puppeteer::Launcher::BrowserOptions</small>
    @@ -3412,7 +3436,7 @@
    3412
    3436
      </li>
    3413
    3437
     
    3414
    3438
     
    3415
    - <li class="even ">
    3439
    + <li class="odd ">
    3416
    3440
      <div class="item">
    3417
    3441
      <span class='object_link'><a href="Puppeteer/BrowserRunner.html#start-instance_method" title="Puppeteer::BrowserRunner#start (method)">#start</a></span>
    3418
    3442
      <small>Puppeteer::BrowserRunner</small>
    @@ -3420,7 +3444,7 @@
    3420
    3444
      </li>
    3421
    3445
     
    3422
    3446
     
    3423
    - <li class="odd ">
    3447
    + <li class="even ">
    3424
    3448
      <div class="item">
    3425
    3449
      <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stderr-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stderr (method)">#stderr</a></span>
    3426
    3450
      <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    @@ -3428,7 +3452,7 @@
    3428
    3452
      </li>
    3429
    3453
     
    3430
    3454
     
    3431
    - <li class="even ">
    3455
    + <li class="odd ">
    3432
    3456
      <div class="item">
    3433
    3457
      <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stdout-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stdout (method)">#stdout</a></span>
    3434
    3458
      <small>Puppeteer::BrowserRunner::BrowserProcess</small>
    @@ -3436,7 +3460,7 @@
    3436
    3460
      </li>
    3437
    3461
     
    3438
    3462
     
    3439
    - <li class="odd ">
    3463
    + <li class="even ">
    3440
    3464
      <div class="item">
    3441
    3465
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#sub_type-instance_method" title="Puppeteer::RemoteObject#sub_type (method)">#sub_type</a></span>
    3442
    3466
      <small>Puppeteer::RemoteObject</small>
    @@ -3444,34 +3468,26 @@
    3444
    3468
      </li>
    3445
    3469
     
    3446
    3470
     
    3447
    - <li class="even ">
    3448
    - <div class="item">
    3449
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3450
    - <small>Puppeteer::ElementHandle</small>
    3451
    - </div>
    3452
    - </li>
    3453
    -
    3454
    -
    3455
    3471
      <li class="odd ">
    3456
    3472
      <div class="item">
    3457
    - <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3458
    - <small>Puppeteer::TouchScreen</small>
    3473
    + <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3474
    + <small>Puppeteer::Page</small>
    3459
    3475
      </div>
    3460
    3476
      </li>
    3461
    3477
     
    3462
    3478
     
    3463
    3479
      <li class="even ">
    3464
    3480
      <div class="item">
    3465
    - <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3466
    - <small>Puppeteer::Frame</small>
    3481
    + <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
    3482
    + <small>Puppeteer::TouchScreen</small>
    3467
    3483
      </div>
    3468
    3484
      </li>
    3469
    3485
     
    3470
    3486
     
    3471
    3487
      <li class="odd ">
    3472
    3488
      <div class="item">
    3473
    - <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
    3474
    - <small>Puppeteer::Page</small>
    3489
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
    3490
    + <small>Puppeteer::ElementHandle</small>
    3475
    3491
      </div>
    3476
    3492
      </li>
    3477
    3493
     
    @@ -3486,8 +3502,8 @@
    3486
    3502
     
    3487
    3503
      <li class="odd ">
    3488
    3504
      <div class="item">
    3489
    - <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3490
    - <small>Puppeteer::Page</small>
    3505
    + <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
    3506
    + <small>Puppeteer::Frame</small>
    3491
    3507
      </div>
    3492
    3508
      </li>
    3493
    3509
     
    @@ -3502,24 +3518,24 @@
    3502
    3518
     
    3503
    3519
      <li class="odd ">
    3504
    3520
      <div class="item">
    3505
    - <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
    3506
    - <small>Puppeteer::Target</small>
    3521
    + <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
    3522
    + <small>Puppeteer::Page</small>
    3507
    3523
      </div>
    3508
    3524
      </li>
    3509
    3525
     
    3510
    3526
     
    3511
    3527
      <li class="even ">
    3512
    3528
      <div class="item">
    3513
    - <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>
    3514
    - <small>Puppeteer::Target::TargetInfo</small>
    3529
    + <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
    3530
    + <small>Puppeteer::Target</small>
    3515
    3531
      </div>
    3516
    3532
      </li>
    3517
    3533
     
    3518
    3534
     
    3519
    3535
      <li class="odd ">
    3520
    3536
      <div class="item">
    3521
    - <span class='object_link'><a href="Puppeteer/BrowserContext.html#targets-instance_method" title="Puppeteer::BrowserContext#targets (method)">#targets</a></span>
    3522
    - <small>Puppeteer::BrowserContext</small>
    3537
    + <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>
    3538
    + <small>Puppeteer::Target::TargetInfo</small>
    3523
    3539
      </div>
    3524
    3540
      </li>
    3525
    3541
     
    @@ -3534,16 +3550,16 @@
    3534
    3550
     
    3535
    3551
      <li class="odd ">
    3536
    3552
      <div class="item">
    3537
    - <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3538
    - <small>Puppeteer::WaitTask</small>
    3553
    + <span class='object_link'><a href="Puppeteer/BrowserContext.html#targets-instance_method" title="Puppeteer::BrowserContext#targets (method)">#targets</a></span>
    3554
    + <small>Puppeteer::BrowserContext</small>
    3539
    3555
      </div>
    3540
    3556
      </li>
    3541
    3557
     
    3542
    3558
     
    3543
    3559
      <li class="even ">
    3544
    3560
      <div class="item">
    3545
    - <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3546
    - <small>Puppeteer::ConsoleMessage</small>
    3561
    + <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
    3562
    + <small>Puppeteer::WaitTask</small>
    3547
    3563
      </div>
    3548
    3564
      </li>
    3549
    3565
     
    @@ -3565,6 +3581,14 @@
    3565
    3581
     
    3566
    3582
     
    3567
    3583
      <li class="odd ">
    3584
    + <div class="item">
    3585
    + <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#text-instance_method" title="Puppeteer::ConsoleMessage#text (method)">#text</a></span>
    3586
    + <small>Puppeteer::ConsoleMessage</small>
    3587
    + </div>
    3588
    + </li>
    3589
    +
    3590
    +
    3591
    + <li class="even ">
    3568
    3592
      <div class="item">
    3569
    3593
      <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
    3570
    3594
      <small>Puppeteer::TimeoutSettings</small>
    @@ -3572,7 +3596,7 @@
    3572
    3596
      </li>
    3573
    3597
     
    3574
    3598
     
    3575
    - <li class="even ">
    3599
    + <li class="odd ">
    3576
    3600
      <div class="item">
    3577
    3601
      <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
    3578
    3602
      <small>Puppeteer::Launcher::LaunchOptions</small>
    @@ -3580,7 +3604,7 @@
    3580
    3604
      </li>
    3581
    3605
     
    3582
    3606
     
    3583
    - <li class="odd ">
    3607
    + <li class="even ">
    3584
    3608
      <div class="item">
    3585
    3609
      <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>
    3586
    3610
      <small>Puppeteer::LifecycleWatcher</small>
    @@ -3588,7 +3612,7 @@
    3588
    3612
      </li>
    3589
    3613
     
    3590
    3614
     
    3591
    - <li class="even ">
    3615
    + <li class="odd ">
    3592
    3616
      <div class="item">
    3593
    3617
      <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
    3594
    3618
      <small>Puppeteer::FrameManager</small>
    @@ -3596,6 +3620,14 @@
    3596
    3620
      </li>
    3597
    3621
     
    3598
    3622
     
    3623
    + <li class="even ">
    3624
    + <div class="item">
    3625
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3626
    + <small>Puppeteer::Target::TargetInfo</small>
    3627
    + </div>
    3628
    + </li>
    3629
    +
    3630
    +
    3599
    3631
      <li class="odd ">
    3600
    3632
      <div class="item">
    3601
    3633
      <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
    @@ -3606,15 +3638,15 @@
    3606
    3638
     
    3607
    3639
      <li class="even ">
    3608
    3640
      <div class="item">
    3609
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
    3610
    - <small>Puppeteer::Target::TargetInfo</small>
    3641
    + <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
    3642
    + <small>Puppeteer::Page</small>
    3611
    3643
      </div>
    3612
    3644
      </li>
    3613
    3645
     
    3614
    3646
     
    3615
    3647
      <li class="odd ">
    3616
    3648
      <div class="item">
    3617
    - <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
    3649
    + <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3618
    3650
      <small>Puppeteer::Page</small>
    3619
    3651
      </div>
    3620
    3652
      </li>
    @@ -3622,8 +3654,8 @@
    3622
    3654
     
    3623
    3655
      <li class="even ">
    3624
    3656
      <div class="item">
    3625
    - <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
    3626
    - <small>Puppeteer::Page</small>
    3657
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3658
    + <small>Puppeteer::Page::ScriptTag</small>
    3627
    3659
      </div>
    3628
    3660
      </li>
    3629
    3661
     
    @@ -3646,56 +3678,56 @@
    3646
    3678
     
    3647
    3679
      <li class="odd ">
    3648
    3680
      <div class="item">
    3649
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#type-instance_method" title="Puppeteer::Page::ScriptTag#type (method)">#type</a></span>
    3650
    - <small>Puppeteer::Page::ScriptTag</small>
    3681
    + <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3682
    + <small>Puppeteer::Page::ScreenshotOptions</small>
    3651
    3683
      </div>
    3652
    3684
      </li>
    3653
    3685
     
    3654
    3686
     
    3655
    3687
      <li class="even ">
    3656
    3688
      <div class="item">
    3657
    - <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
    3658
    - <small>Puppeteer::Page::ScreenshotOptions</small>
    3689
    + <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3690
    + <small>Puppeteer::DOMWorld</small>
    3659
    3691
      </div>
    3660
    3692
      </li>
    3661
    3693
     
    3662
    3694
     
    3663
    3695
      <li class="odd ">
    3664
    3696
      <div class="item">
    3665
    - <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3666
    - <small>Puppeteer::Frame</small>
    3697
    + <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
    3698
    + <small>Puppeteer::Page</small>
    3667
    3699
      </div>
    3668
    3700
      </li>
    3669
    3701
     
    3670
    3702
     
    3671
    3703
      <li class="even ">
    3672
    3704
      <div class="item">
    3673
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3674
    - <small>Puppeteer::ElementHandle</small>
    3705
    + <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
    3706
    + <small>Puppeteer::Frame</small>
    3675
    3707
      </div>
    3676
    3708
      </li>
    3677
    3709
     
    3678
    3710
     
    3679
    3711
      <li class="odd ">
    3680
    3712
      <div class="item">
    3681
    - <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
    3682
    - <small>Puppeteer::DOMWorld</small>
    3713
    + <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3714
    + <small>Puppeteer::Keyboard</small>
    3683
    3715
      </div>
    3684
    3716
      </li>
    3685
    3717
     
    3686
    3718
     
    3687
    3719
      <li class="even ">
    3688
    3720
      <div class="item">
    3689
    - <span class='object_link'><a href="Puppeteer/Keyboard.html#type_text-instance_method" title="Puppeteer::Keyboard#type_text (method)">#type_text</a></span>
    3690
    - <small>Puppeteer::Keyboard</small>
    3721
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#type_text-instance_method" title="Puppeteer::ElementHandle#type_text (method)">#type_text</a></span>
    3722
    + <small>Puppeteer::ElementHandle</small>
    3691
    3723
      </div>
    3692
    3724
      </li>
    3693
    3725
     
    3694
    3726
     
    3695
    3727
      <li class="odd ">
    3696
    3728
      <div class="item">
    3697
    - <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
    3698
    - <small>Puppeteer::Page</small>
    3729
    + <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3730
    + <small>Puppeteer::Mouse</small>
    3699
    3731
      </div>
    3700
    3732
      </li>
    3701
    3733
     
    @@ -3710,16 +3742,16 @@
    3710
    3742
     
    3711
    3743
      <li class="odd ">
    3712
    3744
      <div class="item">
    3713
    - <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
    3714
    - <small>Puppeteer::Mouse</small>
    3745
    + <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3746
    + <small>Puppeteer::ElementHandle</small>
    3715
    3747
      </div>
    3716
    3748
      </li>
    3717
    3749
     
    3718
    3750
     
    3719
    3751
      <li class="even ">
    3720
    3752
      <div class="item">
    3721
    - <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
    3722
    - <small>Puppeteer::ElementHandle</small>
    3753
    + <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3754
    + <small>Puppeteer::Target::TargetInfo</small>
    3723
    3755
      </div>
    3724
    3756
      </li>
    3725
    3757
     
    @@ -3734,8 +3766,8 @@
    3734
    3766
     
    3735
    3767
      <li class="even ">
    3736
    3768
      <div class="item">
    3737
    - <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3738
    - <small>Puppeteer::Page::ScriptTag</small>
    3769
    + <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3770
    + <small>Puppeteer::Target</small>
    3739
    3771
      </div>
    3740
    3772
      </li>
    3741
    3773
     
    @@ -3750,24 +3782,24 @@
    3750
    3782
     
    3751
    3783
      <li class="even ">
    3752
    3784
      <div class="item">
    3753
    - <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3754
    - <small>Puppeteer::Frame</small>
    3785
    + <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
    3786
    + <small>Puppeteer::Page::ScriptTag</small>
    3755
    3787
      </div>
    3756
    3788
      </li>
    3757
    3789
     
    3758
    3790
     
    3759
    3791
      <li class="odd ">
    3760
    3792
      <div class="item">
    3761
    - <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3762
    - <small>Puppeteer::WebSocket::DriverImpl</small>
    3793
    + <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3794
    + <small>Puppeteer::Page::StyleTag</small>
    3763
    3795
      </div>
    3764
    3796
      </li>
    3765
    3797
     
    3766
    3798
     
    3767
    3799
      <li class="even ">
    3768
    3800
      <div class="item">
    3769
    - <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#url-instance_method" title="Puppeteer::Page::StyleTag#url (method)">#url</a></span>
    3770
    - <small>Puppeteer::Page::StyleTag</small>
    3801
    + <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
    3802
    + <small>Puppeteer::WebSocket::DriverImpl</small>
    3771
    3803
      </div>
    3772
    3804
      </li>
    3773
    3805
     
    @@ -3782,32 +3814,32 @@
    3782
    3814
     
    3783
    3815
      <li class="even ">
    3784
    3816
      <div class="item">
    3785
    - <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
    3786
    - <small>Puppeteer::Target</small>
    3817
    + <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
    3818
    + <small>Puppeteer::Frame</small>
    3787
    3819
      </div>
    3788
    3820
      </li>
    3789
    3821
     
    3790
    3822
     
    3791
    3823
      <li class="odd ">
    3792
    3824
      <div class="item">
    3793
    - <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
    3794
    - <small>Puppeteer::Target::TargetInfo</small>
    3825
    + <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3826
    + <small>Puppeteer::Device</small>
    3795
    3827
      </div>
    3796
    3828
      </li>
    3797
    3829
     
    3798
    3830
     
    3799
    3831
      <li class="even ">
    3800
    3832
      <div class="item">
    3801
    - <span class='object_link'><a href="Puppeteer/Device.html#user_agent-instance_method" title="Puppeteer::Device#user_agent (method)">#user_agent</a></span>
    3802
    - <small>Puppeteer::Device</small>
    3833
    + <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3834
    + <small>Puppeteer::Browser</small>
    3803
    3835
      </div>
    3804
    3836
      </li>
    3805
    3837
     
    3806
    3838
     
    3807
    3839
      <li class="odd ">
    3808
    3840
      <div class="item">
    3809
    - <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
    3810
    - <small>Puppeteer::Browser</small>
    3841
    + <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3842
    + <small>Puppeteer::NetworkManager</small>
    3811
    3843
      </div>
    3812
    3844
      </li>
    3813
    3845
     
    @@ -3821,14 +3853,6 @@
    3821
    3853
     
    3822
    3854
     
    3823
    3855
      <li class="odd ">
    3824
    - <div class="item">
    3825
    - <span class='object_link'><a href="Puppeteer/NetworkManager.html#user_agent=-instance_method" title="Puppeteer::NetworkManager#user_agent= (method)">#user_agent=</a></span>
    3826
    - <small>Puppeteer::NetworkManager</small>
    3827
    - </div>
    3828
    - </li>
    3829
    -
    3830
    -
    3831
    - <li class="even ">
    3832
    3856
      <div class="item">
    3833
    3857
      <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#user_data_dir-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#user_data_dir (method)">#user_data_dir</a></span>
    3834
    3858
      <small>Puppeteer::Launcher::ChromeArgOptions</small>
    @@ -3836,7 +3860,7 @@
    3836
    3860
      </li>
    3837
    3861
     
    3838
    3862
     
    3839
    - <li class="odd ">
    3863
    + <li class="even ">
    3840
    3864
      <div class="item">
    3841
    3865
      <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#username-instance_method" title="Puppeteer::NetworkManager::Credentials#username (method)">#username</a></span>
    3842
    3866
      <small>Puppeteer::NetworkManager::Credentials</small>
    @@ -3844,7 +3868,7 @@
    3844
    3868
      </li>
    3845
    3869
     
    3846
    3870
     
    3847
    - <li class="even ">
    3871
    + <li class="odd ">
    3848
    3872
      <div class="item">
    3849
    3873
      <span class='object_link'><a href="Puppeteer/RemoteObject.html#value-instance_method" title="Puppeteer::RemoteObject#value (method)">#value</a></span>
    3850
    3874
      <small>Puppeteer::RemoteObject</small>
    @@ -3852,7 +3876,7 @@
    3852
    3876
      </li>
    3853
    3877
     
    3854
    3878
     
    3855
    - <li class="odd ">
    3879
    + <li class="even ">
    3856
    3880
      <div class="item">
    3857
    3881
      <span class='object_link'><a href="Puppeteer/Browser.html#version-instance_method" title="Puppeteer::Browser#version (method)">#version</a></span>
    3858
    3882
      <small>Puppeteer::Browser</small>
    @@ -3860,7 +3884,7 @@
    3860
    3884
      </li>
    3861
    3885
     
    3862
    3886
     
    3863
    - <li class="even ">
    3887
    + <li class="odd ">
    3864
    3888
      <div class="item">
    3865
    3889
      <span class='object_link'><a href="Puppeteer/Device.html#viewport-instance_method" title="Puppeteer::Device#viewport (method)">#viewport</a></span>
    3866
    3890
      <small>Puppeteer::Device</small>
    @@ -3868,7 +3892,7 @@
    3868
    3892
      </li>
    3869
    3893
     
    3870
    3894
     
    3871
    - <li class="odd ">
    3895
    + <li class="even ">
    3872
    3896
      <div class="item">
    3873
    3897
      <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
    3874
    3898
      <small>Puppeteer::Page</small>
    @@ -3876,7 +3900,7 @@
    3876
    3900
      </li>
    3877
    3901
     
    3878
    3902
     
    3879
    - <li class="even ">
    3903
    + <li class="odd ">
    3880
    3904
      <div class="item">
    3881
    3905
      <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>
    3882
    3906
      <small>Puppeteer::Page</small>
    @@ -3884,7 +3908,7 @@
    3884
    3908
      </li>
    3885
    3909
     
    3886
    3910
     
    3887
    - <li class="odd ">
    3911
    + <li class="even ">
    3888
    3912
      <div class="item">
    3889
    3913
      <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>
    3890
    3914
      <small>Puppeteer::FrameManager</small>
    @@ -3892,7 +3916,7 @@
    3892
    3916
      </li>
    3893
    3917
     
    3894
    3918
     
    3895
    - <li class="even ">
    3919
    + <li class="odd ">
    3896
    3920
      <div class="item">
    3897
    3921
      <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>
    3898
    3922
      <small>Puppeteer::Frame</small>
    @@ -3900,7 +3924,7 @@
    3900
    3924
      </li>
    3901
    3925
     
    3902
    3926
     
    3903
    - <li class="odd ">
    3927
    + <li class="even ">
    3904
    3928
      <div class="item">
    3905
    3929
      <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>
    3906
    3930
      <small>Puppeteer::Page</small>
    @@ -3908,18 +3932,10 @@
    3908
    3932
      </li>
    3909
    3933
     
    3910
    3934
     
    3911
    - <li class="even ">
    3912
    - <div class="item">
    3913
    - <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>
    3914
    - <small>Puppeteer::Frame</small>
    3915
    - </div>
    3916
    - </li>
    3917
    -
    3918
    -
    3919
    3935
      <li class="odd ">
    3920
    3936
      <div class="item">
    3921
    - <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_selector-instance_method" title="Puppeteer::Frame#wait_for_selector (method)">#wait_for_selector</a></span>
    3922
    - <small>Puppeteer::Frame</small>
    3937
    + <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>
    3938
    + <small>Puppeteer::Page</small>
    3923
    3939
      </div>
    3924
    3940
      </li>
    3925
    3941
     
    @@ -3934,8 +3950,8 @@
    3934
    3950
     
    3935
    3951
      <li class="odd ">
    3936
    3952
      <div class="item">
    3937
    - <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>
    3938
    - <small>Puppeteer::Page</small>
    3953
    + <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_selector-instance_method" title="Puppeteer::Frame#wait_for_selector (method)">#wait_for_selector</a></span>
    3954
    + <small>Puppeteer::Frame</small>
    3939
    3955
      </div>
    3940
    3956
      </li>
    3941
    3957
     
    @@ -3990,24 +4006,24 @@
    3990
    4006
     
    3991
    4007
      <li class="even ">
    3992
    4008
      <div class="item">
    3993
    - <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#width-instance_method" title="Puppeteer::ElementHandle::BoundingBox#width (method)">#width</a></span>
    3994
    - <small>Puppeteer::ElementHandle::BoundingBox</small>
    4009
    + <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
    4010
    + <small>Puppeteer::Viewport</small>
    3995
    4011
      </div>
    3996
    4012
      </li>
    3997
    4013
     
    3998
    4014
     
    3999
    4015
      <li class="odd ">
    4000
    4016
      <div class="item">
    4001
    - <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
    4002
    - <small>Puppeteer::Viewport</small>
    4017
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#width-instance_method" title="Puppeteer::ElementHandle::BoxModel#width (method)">#width</a></span>
    4018
    + <small>Puppeteer::ElementHandle::BoxModel</small>
    4003
    4019
      </div>
    4004
    4020
      </li>
    4005
    4021
     
    4006
    4022
     
    4007
    4023
      <li class="even ">
    4008
    4024
      <div class="item">
    4009
    - <span class='object_link'><a href="Puppeteer/ElementHandle/BoxModel.html#width-instance_method" title="Puppeteer::ElementHandle::BoxModel#width (method)">#width</a></span>
    4010
    - <small>Puppeteer::ElementHandle::BoxModel</small>
    4025
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#width-instance_method" title="Puppeteer::ElementHandle::BoundingBox#width (method)">#width</a></span>
    4026
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4011
    4027
      </div>
    4012
    4028
      </li>
    4013
    4029
     
    @@ -4038,32 +4054,32 @@
    4038
    4054
     
    4039
    4055
      <li class="even ">
    4040
    4056
      <div class="item">
    4041
    - <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#x-instance_method" title="Puppeteer::ElementHandle::BoundingBox#x (method)">#x</a></span>
    4042
    - <small>Puppeteer::ElementHandle::BoundingBox</small>
    4057
    + <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#x-instance_method" title="Puppeteer::ElementHandle::Point#x (method)">#x</a></span>
    4058
    + <small>Puppeteer::ElementHandle::Point</small>
    4043
    4059
      </div>
    4044
    4060
      </li>
    4045
    4061
     
    4046
    4062
     
    4047
    4063
      <li class="odd ">
    4048
    4064
      <div class="item">
    4049
    - <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#x-instance_method" title="Puppeteer::ElementHandle::Point#x (method)">#x</a></span>
    4050
    - <small>Puppeteer::ElementHandle::Point</small>
    4065
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#x-instance_method" title="Puppeteer::ElementHandle::BoundingBox#x (method)">#x</a></span>
    4066
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4051
    4067
      </div>
    4052
    4068
      </li>
    4053
    4069
     
    4054
    4070
     
    4055
    4071
      <li class="even ">
    4056
    4072
      <div class="item">
    4057
    - <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
    4058
    - <small>Puppeteer::ElementHandle::Point</small>
    4073
    + <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#y-instance_method" title="Puppeteer::ElementHandle::BoundingBox#y (method)">#y</a></span>
    4074
    + <small>Puppeteer::ElementHandle::BoundingBox</small>
    4059
    4075
      </div>
    4060
    4076
      </li>
    4061
    4077
     
    4062
    4078
     
    4063
    4079
      <li class="odd ">
    4064
    4080
      <div class="item">
    4065
    - <span class='object_link'><a href="Puppeteer/ElementHandle/BoundingBox.html#y-instance_method" title="Puppeteer::ElementHandle::BoundingBox#y (method)">#y</a></span>
    4066
    - <small>Puppeteer::ElementHandle::BoundingBox</small>
    4081
    + <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
    4082
    + <small>Puppeteer::ElementHandle::Point</small>
    4067
    4083
      </div>
    4068
    4084
      </li>
    4069
    4085