puppeteer-ruby 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) 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 +47 -49
  5. data/docs/Puppeteer/BrowserContext.html +1 -1
  6. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  7. data/docs/Puppeteer/BrowserRunner.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  9. data/docs/Puppeteer/CDPSession.html +1 -1
  10. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  11. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  12. data/docs/Puppeteer/Connection.html +1 -1
  13. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  14. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  15. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +1 -1
  16. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +1 -1
  17. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  18. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  19. data/docs/Puppeteer/DOMWorld.html +1 -1
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +1 -1
  22. data/docs/Puppeteer/DebugPrint.html +1 -1
  23. data/docs/Puppeteer/Device.html +1 -1
  24. data/docs/Puppeteer/Devices.html +1 -1
  25. data/docs/Puppeteer/ElementHandle.html +1 -1
  26. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +1 -1
  27. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +1 -1
  28. data/docs/Puppeteer/ElementHandle/Point.html +1 -1
  29. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  30. data/docs/Puppeteer/EmulationManager.html +1 -1
  31. data/docs/Puppeteer/EventCallbackable.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  33. data/docs/Puppeteer/ExecutionContext.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  37. data/docs/Puppeteer/FileChooser.html +1 -1
  38. data/docs/Puppeteer/Frame.html +1 -1
  39. data/docs/Puppeteer/FrameManager.html +22 -26
  40. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  41. data/docs/Puppeteer/IfPresent.html +1 -1
  42. data/docs/Puppeteer/JSHandle.html +1 -1
  43. data/docs/Puppeteer/Keyboard.html +1 -1
  44. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  45. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  46. data/docs/Puppeteer/Launcher.html +1 -1
  47. data/docs/Puppeteer/Launcher/Base.html +1 -1
  48. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  49. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  50. data/docs/Puppeteer/Launcher/Chrome.html +1 -1
  51. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  52. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  53. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  54. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  58. data/docs/Puppeteer/Mouse.html +1 -1
  59. data/docs/Puppeteer/Mouse/Button.html +1 -1
  60. data/docs/Puppeteer/NetworkManager.html +1 -1
  61. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  62. data/docs/Puppeteer/Page.html +1 -1
  63. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  64. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  65. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  66. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  67. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  68. data/docs/Puppeteer/RemoteObject.html +1 -1
  69. data/docs/Puppeteer/Target.html +102 -172
  70. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  71. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  72. data/docs/Puppeteer/TimeoutError.html +1 -1
  73. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  74. data/docs/Puppeteer/TouchScreen.html +1 -1
  75. data/docs/Puppeteer/Viewport.html +1 -1
  76. data/docs/Puppeteer/WaitTask.html +1 -1
  77. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  79. data/docs/Puppeteer/WebSocket.html +1 -1
  80. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  81. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  82. data/docs/Puppeteer/WebSocktTransportError.html +1 -1
  83. data/docs/_index.html +1 -1
  84. data/docs/file.README.html +1 -1
  85. data/docs/index.html +1 -1
  86. data/docs/method_list.html +300 -308
  87. data/docs/top-level-namespace.html +1 -1
  88. data/lib/puppeteer/browser.rb +3 -4
  89. data/lib/puppeteer/target.rb +16 -13
  90. data/lib/puppeteer/version.rb +1 -1
  91. metadata +2 -2
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jun 4 23:54:42 2020 by
117
+ Generated on Tue Jun 9 00:13:39 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -719,7 +719,7 @@
719
719
  </div>
720
720
 
721
721
  <div id="footer">
722
- Generated on Thu Jun 4 23:54:42 2020 by
722
+ Generated on Tue Jun 9 00:13:39 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 Thu Jun 4 23:54:41 2020 by
128
+ Generated on Tue Jun 9 00:13:39 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 Thu Jun 4 23:54:43 2020 by
489
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
457
+ Generated on Tue Jun 9 00:13:40 2020 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
459
  0.9.24 (ruby-2.6.3).
460
460
  </div>
@@ -747,7 +747,7 @@
747
747
  </div>
748
748
 
749
749
  <div id="footer">
750
- Generated on Thu Jun 4 23:54:42 2020 by
750
+ Generated on Tue Jun 9 00:13:40 2020 by
751
751
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
752
752
  0.9.24 (ruby-2.6.3).
753
753
  </div>
@@ -627,7 +627,7 @@
627
627
  </div>
628
628
 
629
629
  <div id="footer">
630
- Generated on Thu Jun 4 23:54:42 2020 by
630
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:42 2020 by
117
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:42 2020 by
199
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:42 2020 by
666
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:42 2020 by
405
+ Generated on Tue Jun 9 00:13:40 2020 by
406
406
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
407
407
  0.9.24 (ruby-2.6.3).
408
408
  </div>
@@ -590,7 +590,7 @@
590
590
  </div>
591
591
 
592
592
  <div id="footer">
593
- Generated on Thu Jun 4 23:54:43 2020 by
593
+ Generated on Tue Jun 9 00:13:41 2020 by
594
594
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
595
595
  0.9.24 (ruby-2.6.3).
596
596
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jun 4 23:54:41 2020 by
117
+ Generated on Tue Jun 9 00:13:39 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>
@@ -799,7 +799,7 @@
799
799
  </div>
800
800
 
801
801
  <div id="footer">
802
- Generated on Thu Jun 4 23:54:40 2020 by
802
+ Generated on Tue Jun 9 00:13:38 2020 by
803
803
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
804
804
  0.9.24 (ruby-2.6.3).
805
805
  </div>
@@ -113,7 +113,7 @@
113
113
  </div></div>
114
114
 
115
115
  <div id="footer">
116
- Generated on Thu Jun 4 23:54:40 2020 by
116
+ Generated on Tue Jun 9 00:13:39 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 Thu Jun 4 23:54:40 2020 by
116
+ Generated on Tue Jun 9 00:13:39 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>
@@ -1270,16 +1270,16 @@
1270
1270
 
1271
1271
  <li class="even ">
1272
1272
  <div class="item">
1273
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#each-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#each (method)">#each</a></span>
1274
- <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
1273
+ <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#each-instance_method" title="Puppeteer::EventCallbackable::EventListeners#each (method)">#each</a></span>
1274
+ <small>Puppeteer::EventCallbackable::EventListeners</small>
1275
1275
  </div>
1276
1276
  </li>
1277
1277
 
1278
1278
 
1279
1279
  <li class="odd ">
1280
1280
  <div class="item">
1281
- <span class='object_link'><a href="Puppeteer/EventCallbackable/EventListeners.html#each-instance_method" title="Puppeteer::EventCallbackable::EventListeners#each (method)">#each</a></span>
1282
- <small>Puppeteer::EventCallbackable::EventListeners</small>
1281
+ <span class='object_link'><a href="Puppeteer/Launcher/Chrome/DefaultArgs.html#each-instance_method" title="Puppeteer::Launcher::Chrome::DefaultArgs#each (method)">#each</a></span>
1282
+ <small>Puppeteer::Launcher::Chrome::DefaultArgs</small>
1283
1283
  </div>
1284
1284
  </li>
1285
1285
 
@@ -1342,40 +1342,40 @@
1342
1342
 
1343
1343
  <li class="odd ">
1344
1344
  <div class="item">
1345
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
1346
- <small>Puppeteer::ExecutionContext</small>
1345
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
1346
+ <small>Puppeteer::DOMWorld</small>
1347
1347
  </div>
1348
1348
  </li>
1349
1349
 
1350
1350
 
1351
1351
  <li class="even ">
1352
1352
  <div class="item">
1353
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#evaluate-instance_method" title="Puppeteer::DOMWorld#evaluate (method)">#evaluate</a></span>
1354
- <small>Puppeteer::DOMWorld</small>
1353
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
1354
+ <small>Puppeteer::JSHandle</small>
1355
1355
  </div>
1356
1356
  </li>
1357
1357
 
1358
1358
 
1359
1359
  <li class="odd ">
1360
1360
  <div class="item">
1361
- <span class='object_link'><a href="Puppeteer/JSHandle.html#evaluate-instance_method" title="Puppeteer::JSHandle#evaluate (method)">#evaluate</a></span>
1362
- <small>Puppeteer::JSHandle</small>
1361
+ <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
1362
+ <small>Puppeteer::Frame</small>
1363
1363
  </div>
1364
1364
  </li>
1365
1365
 
1366
1366
 
1367
1367
  <li class="even ">
1368
1368
  <div class="item">
1369
- <span class='object_link'><a href="Puppeteer/Frame.html#evaluate-instance_method" title="Puppeteer::Frame#evaluate (method)">#evaluate</a></span>
1370
- <small>Puppeteer::Frame</small>
1369
+ <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
1370
+ <small>Puppeteer::Page</small>
1371
1371
  </div>
1372
1372
  </li>
1373
1373
 
1374
1374
 
1375
1375
  <li class="odd ">
1376
1376
  <div class="item">
1377
- <span class='object_link'><a href="Puppeteer/Page.html#evaluate-instance_method" title="Puppeteer::Page#evaluate (method)">#evaluate</a></span>
1378
- <small>Puppeteer::Page</small>
1377
+ <span class='object_link'><a href="Puppeteer/ExecutionContext.html#evaluate-instance_method" title="Puppeteer::ExecutionContext#evaluate (method)">#evaluate</a></span>
1378
+ <small>Puppeteer::ExecutionContext</small>
1379
1379
  </div>
1380
1380
  </li>
1381
1381
 
@@ -1446,48 +1446,48 @@
1446
1446
 
1447
1447
  <li class="even ">
1448
1448
  <div class="item">
1449
- <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
1450
- <small>Puppeteer::Launcher::LaunchOptions</small>
1449
+ <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#executable_path-instance_method" title="Puppeteer::Launcher::Chrome#executable_path (method)">#executable_path</a></span>
1450
+ <small>Puppeteer::Launcher::Chrome</small>
1451
1451
  </div>
1452
1452
  </li>
1453
1453
 
1454
1454
 
1455
1455
  <li class="odd ">
1456
1456
  <div class="item">
1457
- <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
1458
- <small>Puppeteer</small>
1457
+ <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#executable_path-instance_method" title="Puppeteer::Launcher::LaunchOptions#executable_path (method)">#executable_path</a></span>
1458
+ <small>Puppeteer::Launcher::LaunchOptions</small>
1459
1459
  </div>
1460
1460
  </li>
1461
1461
 
1462
1462
 
1463
1463
  <li class="even ">
1464
1464
  <div class="item">
1465
- <span class='object_link'><a href="Puppeteer/Launcher/Chrome.html#executable_path-instance_method" title="Puppeteer::Launcher::Chrome#executable_path (method)">#executable_path</a></span>
1466
- <small>Puppeteer::Launcher::Chrome</small>
1465
+ <span class='object_link'><a href="Puppeteer.html#executable_path-instance_method" title="Puppeteer#executable_path (method)">#executable_path</a></span>
1466
+ <small>Puppeteer</small>
1467
1467
  </div>
1468
1468
  </li>
1469
1469
 
1470
1470
 
1471
1471
  <li class="odd ">
1472
1472
  <div class="item">
1473
- <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
1474
- <small>Puppeteer::JSHandle</small>
1473
+ <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
1474
+ <small>Puppeteer::Frame</small>
1475
1475
  </div>
1476
1476
  </li>
1477
1477
 
1478
1478
 
1479
1479
  <li class="even ">
1480
1480
  <div class="item">
1481
- <span class='object_link'><a href="Puppeteer/Frame.html#execution_context-instance_method" title="Puppeteer::Frame#execution_context (method)">#execution_context</a></span>
1482
- <small>Puppeteer::Frame</small>
1481
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
1482
+ <small>Puppeteer::DOMWorld</small>
1483
1483
  </div>
1484
1484
  </li>
1485
1485
 
1486
1486
 
1487
1487
  <li class="odd ">
1488
1488
  <div class="item">
1489
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#execution_context-instance_method" title="Puppeteer::DOMWorld#execution_context (method)">#execution_context</a></span>
1490
- <small>Puppeteer::DOMWorld</small>
1489
+ <span class='object_link'><a href="Puppeteer/JSHandle.html#execution_context-instance_method" title="Puppeteer::JSHandle#execution_context (method)">#execution_context</a></span>
1490
+ <small>Puppeteer::JSHandle</small>
1491
1491
  </div>
1492
1492
  </li>
1493
1493
 
@@ -1558,8 +1558,8 @@
1558
1558
 
1559
1559
  <li class="even ">
1560
1560
  <div class="item">
1561
- <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
1562
- <small>Puppeteer::FrameManager</small>
1561
+ <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
1562
+ <small>Puppeteer::ExecutionContext</small>
1563
1563
  </div>
1564
1564
  </li>
1565
1565
 
@@ -1574,8 +1574,8 @@
1574
1574
 
1575
1575
  <li class="even ">
1576
1576
  <div class="item">
1577
- <span class='object_link'><a href="Puppeteer/ExecutionContext.html#frame-instance_method" title="Puppeteer::ExecutionContext#frame (method)">#frame</a></span>
1578
- <small>Puppeteer::ExecutionContext</small>
1577
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#frame-instance_method" title="Puppeteer::FrameManager#frame (method)">#frame</a></span>
1578
+ <small>Puppeteer::FrameManager</small>
1579
1579
  </div>
1580
1580
  </li>
1581
1581
 
@@ -1686,16 +1686,16 @@
1686
1686
 
1687
1687
  <li class="even ">
1688
1688
  <div class="item">
1689
- <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
1690
- <small>Puppeteer::Target</small>
1689
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_closed-instance_method" title="Puppeteer::CDPSession#handle_closed (method)">#handle_closed</a></span>
1690
+ <small>Puppeteer::CDPSession</small>
1691
1691
  </div>
1692
1692
  </li>
1693
1693
 
1694
1694
 
1695
1695
  <li class="odd ">
1696
1696
  <div class="item">
1697
- <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_closed-instance_method" title="Puppeteer::CDPSession#handle_closed (method)">#handle_closed</a></span>
1698
- <small>Puppeteer::CDPSession</small>
1697
+ <span class='object_link'><a href="Puppeteer/Target.html#handle_closed-instance_method" title="Puppeteer::Target#handle_closed (method)">#handle_closed</a></span>
1698
+ <small>Puppeteer::Target</small>
1699
1699
  </div>
1700
1700
  </li>
1701
1701
 
@@ -1790,32 +1790,32 @@
1790
1790
 
1791
1791
  <li class="odd ">
1792
1792
  <div class="item">
1793
- <span class='object_link'><a href="Puppeteer/Target.html#handle_initialized-instance_method" title="Puppeteer::Target#handle_initialized (method)">#handle_initialized</a></span>
1794
- <small>Puppeteer::Target</small>
1793
+ <span class='object_link'><a href="Puppeteer/Frame.html#handle_lifecycle_event-instance_method" title="Puppeteer::Frame#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
1794
+ <small>Puppeteer::Frame</small>
1795
1795
  </div>
1796
1796
  </li>
1797
1797
 
1798
1798
 
1799
1799
  <li class="even ">
1800
1800
  <div class="item">
1801
- <span class='object_link'><a href="Puppeteer/Frame.html#handle_lifecycle_event-instance_method" title="Puppeteer::Frame#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
1802
- <small>Puppeteer::Frame</small>
1801
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
1802
+ <small>Puppeteer::FrameManager</small>
1803
1803
  </div>
1804
1804
  </li>
1805
1805
 
1806
1806
 
1807
1807
  <li class="odd ">
1808
1808
  <div class="item">
1809
- <span class='object_link'><a href="Puppeteer/FrameManager.html#handle_lifecycle_event-instance_method" title="Puppeteer::FrameManager#handle_lifecycle_event (method)">#handle_lifecycle_event</a></span>
1810
- <small>Puppeteer::FrameManager</small>
1809
+ <span class='object_link'><a href="Puppeteer/Frame.html#handle_loading_stopped-instance_method" title="Puppeteer::Frame#handle_loading_stopped (method)">#handle_loading_stopped</a></span>
1810
+ <small>Puppeteer::Frame</small>
1811
1811
  </div>
1812
1812
  </li>
1813
1813
 
1814
1814
 
1815
1815
  <li class="even ">
1816
1816
  <div class="item">
1817
- <span class='object_link'><a href="Puppeteer/Frame.html#handle_loading_stopped-instance_method" title="Puppeteer::Frame#handle_loading_stopped (method)">#handle_loading_stopped</a></span>
1818
- <small>Puppeteer::Frame</small>
1817
+ <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
1818
+ <small>Puppeteer::CDPSession</small>
1819
1819
  </div>
1820
1820
  </li>
1821
1821
 
@@ -1830,31 +1830,31 @@
1830
1830
 
1831
1831
  <li class="even ">
1832
1832
  <div class="item">
1833
- <span class='object_link'><a href="Puppeteer/CDPSession.html#handle_message-instance_method" title="Puppeteer::CDPSession#handle_message (method)">#handle_message</a></span>
1834
- <small>Puppeteer::CDPSession</small>
1833
+ <span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html#handle_payload-instance_method" title="Puppeteer::Connection::RequestDebugPrinter#handle_payload (method)">#handle_payload</a></span>
1834
+ <small>Puppeteer::Connection::RequestDebugPrinter</small>
1835
1835
  </div>
1836
1836
  </li>
1837
1837
 
1838
1838
 
1839
1839
  <li class="odd ">
1840
1840
  <div class="item">
1841
- <span class='object_link'><a href="Puppeteer/Connection/RequestDebugPrinter.html#handle_payload-instance_method" title="Puppeteer::Connection::RequestDebugPrinter#handle_payload (method)">#handle_payload</a></span>
1842
- <small>Puppeteer::Connection::RequestDebugPrinter</small>
1841
+ <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_request-instance_method" title="Puppeteer::LifecycleWatcher#handle_request (method)">#handle_request</a></span>
1842
+ <small>Puppeteer::LifecycleWatcher</small>
1843
1843
  </div>
1844
1844
  </li>
1845
1845
 
1846
1846
 
1847
1847
  <li class="even ">
1848
1848
  <div class="item">
1849
- <span class='object_link'><a href="Puppeteer/LifecycleWatcher.html#handle_request-instance_method" title="Puppeteer::LifecycleWatcher#handle_request (method)">#handle_request</a></span>
1850
- <small>Puppeteer::LifecycleWatcher</small>
1849
+ <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_created-instance_method" title="Puppeteer::Browser#handle_target_created (method)">#handle_target_created</a></span>
1850
+ <small>Puppeteer::Browser</small>
1851
1851
  </div>
1852
1852
  </li>
1853
1853
 
1854
1854
 
1855
1855
  <li class="odd ">
1856
1856
  <div class="item">
1857
- <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_created-instance_method" title="Puppeteer::Browser#handle_target_created (method)">#handle_target_created</a></span>
1857
+ <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_destroyed-instance_method" title="Puppeteer::Browser#handle_target_destroyed (method)">#handle_target_destroyed</a></span>
1858
1858
  <small>Puppeteer::Browser</small>
1859
1859
  </div>
1860
1860
  </li>
@@ -1862,8 +1862,8 @@
1862
1862
 
1863
1863
  <li class="even ">
1864
1864
  <div class="item">
1865
- <span class='object_link'><a href="Puppeteer/Browser.html#handle_target_destroyed-instance_method" title="Puppeteer::Browser#handle_target_destroyed (method)">#handle_target_destroyed</a></span>
1866
- <small>Puppeteer::Browser</small>
1865
+ <span class='object_link'><a href="Puppeteer/Target.html#handle_target_info_changed-instance_method" title="Puppeteer::Target#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
1866
+ <small>Puppeteer::Target</small>
1867
1867
  </div>
1868
1868
  </li>
1869
1869
 
@@ -1878,40 +1878,40 @@
1878
1878
 
1879
1879
  <li class="even ">
1880
1880
  <div class="item">
1881
- <span class='object_link'><a href="Puppeteer/Target.html#handle_target_info_changed-instance_method" title="Puppeteer::Target#handle_target_info_changed (method)">#handle_target_info_changed</a></span>
1882
- <small>Puppeteer::Target</small>
1881
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#has_context%3F-instance_method" title="Puppeteer::DOMWorld#has_context? (method)">#has_context?</a></span>
1882
+ <small>Puppeteer::DOMWorld</small>
1883
1883
  </div>
1884
1884
  </li>
1885
1885
 
1886
1886
 
1887
1887
  <li class="odd ">
1888
1888
  <div class="item">
1889
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#has_context%3F-instance_method" title="Puppeteer::DOMWorld#has_context? (method)">#has_context?</a></span>
1890
- <small>Puppeteer::DOMWorld</small>
1889
+ <span class='object_link'><a href="Puppeteer/Viewport.html#has_touch%3F-instance_method" title="Puppeteer::Viewport#has_touch? (method)">#has_touch?</a></span>
1890
+ <small>Puppeteer::Viewport</small>
1891
1891
  </div>
1892
1892
  </li>
1893
1893
 
1894
1894
 
1895
1895
  <li class="even ">
1896
1896
  <div class="item">
1897
- <span class='object_link'><a href="Puppeteer/Viewport.html#has_touch%3F-instance_method" title="Puppeteer::Viewport#has_touch? (method)">#has_touch?</a></span>
1898
- <small>Puppeteer::Viewport</small>
1897
+ <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
1898
+ <small>Puppeteer::Launcher::ChromeArgOptions</small>
1899
1899
  </div>
1900
1900
  </li>
1901
1901
 
1902
1902
 
1903
1903
  <li class="odd ">
1904
1904
  <div class="item">
1905
- <span class='object_link'><a href="Puppeteer/Launcher/ChromeArgOptions.html#headless%3F-instance_method" title="Puppeteer::Launcher::ChromeArgOptions#headless? (method)">#headless?</a></span>
1906
- <small>Puppeteer::Launcher::ChromeArgOptions</small>
1905
+ <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
1906
+ <small>Puppeteer::Viewport</small>
1907
1907
  </div>
1908
1908
  </li>
1909
1909
 
1910
1910
 
1911
1911
  <li class="even ">
1912
1912
  <div class="item">
1913
- <span class='object_link'><a href="Puppeteer/Viewport.html#height-instance_method" title="Puppeteer::Viewport#height (method)">#height</a></span>
1914
- <small>Puppeteer::Viewport</small>
1913
+ <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
1914
+ <small>Puppeteer::Frame</small>
1915
1915
  </div>
1916
1916
  </li>
1917
1917
 
@@ -1926,7 +1926,7 @@
1926
1926
 
1927
1927
  <li class="even ">
1928
1928
  <div class="item">
1929
- <span class='object_link'><a href="Puppeteer/Frame.html#hover-instance_method" title="Puppeteer::Frame#hover (method)">#hover</a></span>
1929
+ <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
1930
1930
  <small>Puppeteer::Frame</small>
1931
1931
  </div>
1932
1932
  </li>
@@ -1934,32 +1934,32 @@
1934
1934
 
1935
1935
  <li class="odd ">
1936
1936
  <div class="item">
1937
- <span class='object_link'><a href="Puppeteer/Frame.html#id-instance_method" title="Puppeteer::Frame#id (method)">#id</a></span>
1938
- <small>Puppeteer::Frame</small>
1937
+ <span class='object_link'><a href="Puppeteer/IfPresent.html#if_present-instance_method" title="Puppeteer::IfPresent#if_present (method)">#if_present</a></span>
1938
+ <small>Puppeteer::IfPresent</small>
1939
1939
  </div>
1940
1940
  </li>
1941
1941
 
1942
1942
 
1943
1943
  <li class="even ">
1944
1944
  <div class="item">
1945
- <span class='object_link'><a href="Puppeteer/IfPresent.html#if_present-instance_method" title="Puppeteer::IfPresent#if_present (method)">#if_present</a></span>
1946
- <small>Puppeteer::IfPresent</small>
1945
+ <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#ignore_default_args-instance_method" title="Puppeteer::Launcher::LaunchOptions#ignore_default_args (method)">#ignore_default_args</a></span>
1946
+ <small>Puppeteer::Launcher::LaunchOptions</small>
1947
1947
  </div>
1948
1948
  </li>
1949
1949
 
1950
1950
 
1951
1951
  <li class="odd ">
1952
1952
  <div class="item">
1953
- <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#ignore_default_args-instance_method" title="Puppeteer::Launcher::LaunchOptions#ignore_default_args (method)">#ignore_default_args</a></span>
1954
- <small>Puppeteer::Launcher::LaunchOptions</small>
1953
+ <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#ignore_https_errors%3F-instance_method" title="Puppeteer::Launcher::BrowserOptions#ignore_https_errors? (method)">#ignore_https_errors?</a></span>
1954
+ <small>Puppeteer::Launcher::BrowserOptions</small>
1955
1955
  </div>
1956
1956
  </li>
1957
1957
 
1958
1958
 
1959
1959
  <li class="even ">
1960
1960
  <div class="item">
1961
- <span class='object_link'><a href="Puppeteer/Launcher/BrowserOptions.html#ignore_https_errors%3F-instance_method" title="Puppeteer::Launcher::BrowserOptions#ignore_https_errors? (method)">#ignore_https_errors?</a></span>
1962
- <small>Puppeteer::Launcher::BrowserOptions</small>
1961
+ <span class='object_link'><a href="Puppeteer/Target.html#ignore_initialize_callback_promise-instance_method" title="Puppeteer::Target#ignore_initialize_callback_promise (method)">#ignore_initialize_callback_promise</a></span>
1962
+ <small>Puppeteer::Target</small>
1963
1963
  </div>
1964
1964
  </li>
1965
1965
 
@@ -1974,16 +1974,16 @@
1974
1974
 
1975
1975
  <li class="even ">
1976
1976
  <div class="item">
1977
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#init-instance_method" title="Puppeteer::NetworkManager#init (method)">#init</a></span>
1978
- <small>Puppeteer::NetworkManager</small>
1977
+ <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
1978
+ <small>Puppeteer::Page</small>
1979
1979
  </div>
1980
1980
  </li>
1981
1981
 
1982
1982
 
1983
1983
  <li class="odd ">
1984
1984
  <div class="item">
1985
- <span class='object_link'><a href="Puppeteer/Page.html#init-instance_method" title="Puppeteer::Page#init (method)">#init</a></span>
1986
- <small>Puppeteer::Page</small>
1985
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#init-instance_method" title="Puppeteer::NetworkManager#init (method)">#init</a></span>
1986
+ <small>Puppeteer::NetworkManager</small>
1987
1987
  </div>
1988
1988
  </li>
1989
1989
 
@@ -2318,16 +2318,16 @@
2318
2318
 
2319
2319
  <li class="odd ">
2320
2320
  <div class="item">
2321
- <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
2322
- <small>Puppeteer::ConsoleMessage::Location</small>
2321
+ <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
2322
+ <small>Puppeteer::RemoteObject</small>
2323
2323
  </div>
2324
2324
  </li>
2325
2325
 
2326
2326
 
2327
2327
  <li class="even ">
2328
2328
  <div class="item">
2329
- <span class='object_link'><a href="Puppeteer/RemoteObject.html#initialize-instance_method" title="Puppeteer::RemoteObject#initialize (method)">#initialize</a></span>
2330
- <small>Puppeteer::RemoteObject</small>
2329
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#initialize-instance_method" title="Puppeteer::ConsoleMessage::Location#initialize (method)">#initialize</a></span>
2330
+ <small>Puppeteer::ConsoleMessage::Location</small>
2331
2331
  </div>
2332
2332
  </li>
2333
2333
 
@@ -2366,16 +2366,16 @@
2366
2366
 
2367
2367
  <li class="odd ">
2368
2368
  <div class="item">
2369
- <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
2370
- <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
2369
+ <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
2370
+ <small>Puppeteer::BrowserRunner</small>
2371
2371
  </div>
2372
2372
  </li>
2373
2373
 
2374
2374
 
2375
2375
  <li class="even ">
2376
2376
  <div class="item">
2377
- <span class='object_link'><a href="Puppeteer/BrowserRunner.html#initialize-instance_method" title="Puppeteer::BrowserRunner#initialize (method)">#initialize</a></span>
2378
- <small>Puppeteer::BrowserRunner</small>
2377
+ <span class='object_link'><a href="Puppeteer/ElementHandle/ElementNotVisibleError.html#initialize-instance_method" title="Puppeteer::ElementHandle::ElementNotVisibleError#initialize (method)">#initialize</a></span>
2378
+ <small>Puppeteer::ElementHandle::ElementNotVisibleError</small>
2379
2379
  </div>
2380
2380
  </li>
2381
2381
 
@@ -2478,16 +2478,16 @@
2478
2478
 
2479
2479
  <li class="odd ">
2480
2480
  <div class="item">
2481
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
2482
- <small>Puppeteer::Keyboard::KeyDefinition</small>
2481
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
2482
+ <small>Puppeteer::Keyboard::KeyDescription</small>
2483
2483
  </div>
2484
2484
  </li>
2485
2485
 
2486
2486
 
2487
2487
  <li class="even ">
2488
2488
  <div class="item">
2489
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#key-instance_method" title="Puppeteer::Keyboard::KeyDescription#key (method)">#key</a></span>
2490
- <small>Puppeteer::Keyboard::KeyDescription</small>
2489
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#key-instance_method" title="Puppeteer::Keyboard::KeyDefinition#key (method)">#key</a></span>
2490
+ <small>Puppeteer::Keyboard::KeyDefinition</small>
2491
2491
  </div>
2492
2492
  </li>
2493
2493
 
@@ -2518,16 +2518,16 @@
2518
2518
 
2519
2519
  <li class="even ">
2520
2520
  <div class="item">
2521
- <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
2522
- <small>Puppeteer::BrowserRunner::BrowserProcess</small>
2521
+ <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
2522
+ <small>Puppeteer::BrowserRunner</small>
2523
2523
  </div>
2524
2524
  </li>
2525
2525
 
2526
2526
 
2527
2527
  <li class="odd ">
2528
2528
  <div class="item">
2529
- <span class='object_link'><a href="Puppeteer/BrowserRunner.html#kill-instance_method" title="Puppeteer::BrowserRunner#kill (method)">#kill</a></span>
2530
- <small>Puppeteer::BrowserRunner</small>
2529
+ <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#kill-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#kill (method)">#kill</a></span>
2530
+ <small>Puppeteer::BrowserRunner::BrowserProcess</small>
2531
2531
  </div>
2532
2532
  </li>
2533
2533
 
@@ -2582,24 +2582,24 @@
2582
2582
 
2583
2583
  <li class="even ">
2584
2584
  <div class="item">
2585
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
2586
- <small>Puppeteer::Keyboard::KeyDescription</small>
2585
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
2586
+ <small>Puppeteer::ConsoleMessage</small>
2587
2587
  </div>
2588
2588
  </li>
2589
2589
 
2590
2590
 
2591
2591
  <li class="odd ">
2592
2592
  <div class="item">
2593
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
2594
- <small>Puppeteer::Keyboard::KeyDefinition</small>
2593
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#location-instance_method" title="Puppeteer::Keyboard::KeyDescription#location (method)">#location</a></span>
2594
+ <small>Puppeteer::Keyboard::KeyDescription</small>
2595
2595
  </div>
2596
2596
  </li>
2597
2597
 
2598
2598
 
2599
2599
  <li class="even ">
2600
2600
  <div class="item">
2601
- <span class='object_link'><a href="Puppeteer/ConsoleMessage.html#location-instance_method" title="Puppeteer::ConsoleMessage#location (method)">#location</a></span>
2602
- <small>Puppeteer::ConsoleMessage</small>
2601
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDefinition.html#location-instance_method" title="Puppeteer::Keyboard::KeyDefinition#location (method)">#location</a></span>
2602
+ <small>Puppeteer::Keyboard::KeyDefinition</small>
2603
2603
  </div>
2604
2604
  </li>
2605
2605
 
@@ -2614,16 +2614,16 @@
2614
2614
 
2615
2615
  <li class="even ">
2616
2616
  <div class="item">
2617
- <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
2618
- <small>Puppeteer::FrameManager</small>
2617
+ <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
2618
+ <small>Puppeteer::Page</small>
2619
2619
  </div>
2620
2620
  </li>
2621
2621
 
2622
2622
 
2623
2623
  <li class="odd ">
2624
2624
  <div class="item">
2625
- <span class='object_link'><a href="Puppeteer/Page.html#main_frame-instance_method" title="Puppeteer::Page#main_frame (method)">#main_frame</a></span>
2626
- <small>Puppeteer::Page</small>
2625
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#main_frame-instance_method" title="Puppeteer::FrameManager#main_frame (method)">#main_frame</a></span>
2626
+ <small>Puppeteer::FrameManager</small>
2627
2627
  </div>
2628
2628
  </li>
2629
2629
 
@@ -2790,16 +2790,16 @@
2790
2790
 
2791
2791
  <li class="even ">
2792
2792
  <div class="item">
2793
- <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
2794
- <small>Puppeteer::NetworkManager</small>
2793
+ <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
2794
+ <small>Puppeteer::Page</small>
2795
2795
  </div>
2796
2796
  </li>
2797
2797
 
2798
2798
 
2799
2799
  <li class="odd ">
2800
2800
  <div class="item">
2801
- <span class='object_link'><a href="Puppeteer/Page.html#offline_mode=-instance_method" title="Puppeteer::Page#offline_mode= (method)">#offline_mode=</a></span>
2802
- <small>Puppeteer::Page</small>
2801
+ <span class='object_link'><a href="Puppeteer/NetworkManager.html#offline_mode=-instance_method" title="Puppeteer::NetworkManager#offline_mode= (method)">#offline_mode=</a></span>
2802
+ <small>Puppeteer::NetworkManager</small>
2803
2803
  </div>
2804
2804
  </li>
2805
2805
 
@@ -2814,16 +2814,16 @@
2814
2814
 
2815
2815
  <li class="odd ">
2816
2816
  <div class="item">
2817
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
2818
- <small>Puppeteer::WebSocketTransport</small>
2817
+ <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
2818
+ <small>Puppeteer::Target</small>
2819
2819
  </div>
2820
2820
  </li>
2821
2821
 
2822
2822
 
2823
2823
  <li class="even ">
2824
2824
  <div class="item">
2825
- <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
2826
- <small>Puppeteer::WebSocket</small>
2825
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_close-instance_method" title="Puppeteer::WebSocketTransport#on_close (method)">#on_close</a></span>
2826
+ <small>Puppeteer::WebSocketTransport</small>
2827
2827
  </div>
2828
2828
  </li>
2829
2829
 
@@ -2838,8 +2838,8 @@
2838
2838
 
2839
2839
  <li class="even ">
2840
2840
  <div class="item">
2841
- <span class='object_link'><a href="Puppeteer/Target.html#on_close-instance_method" title="Puppeteer::Target#on_close (method)">#on_close</a></span>
2842
- <small>Puppeteer::Target</small>
2841
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#on_close-instance_method" title="Puppeteer::WebSocket#on_close (method)">#on_close</a></span>
2842
+ <small>Puppeteer::WebSocket</small>
2843
2843
  </div>
2844
2844
  </li>
2845
2845
 
@@ -2862,56 +2862,56 @@
2862
2862
 
2863
2863
  <li class="odd ">
2864
2864
  <div class="item">
2865
- <span class='object_link'><a href="Puppeteer/Target.html#on_initialize_succeeded-instance_method" title="Puppeteer::Target#on_initialize_succeeded (method)">#on_initialize_succeeded</a></span>
2866
- <small>Puppeteer::Target</small>
2865
+ <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
2866
+ <small>Puppeteer::Connection</small>
2867
2867
  </div>
2868
2868
  </li>
2869
2869
 
2870
2870
 
2871
2871
  <li class="even ">
2872
2872
  <div class="item">
2873
- <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
2874
- <small>Puppeteer::WebSocketTransport</small>
2873
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
2874
+ <small>Puppeteer::WebSocket</small>
2875
2875
  </div>
2876
2876
  </li>
2877
2877
 
2878
2878
 
2879
2879
  <li class="odd ">
2880
2880
  <div class="item">
2881
- <span class='object_link'><a href="Puppeteer/WebSocket.html#on_message-instance_method" title="Puppeteer::WebSocket#on_message (method)">#on_message</a></span>
2882
- <small>Puppeteer::WebSocket</small>
2881
+ <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#on_message-instance_method" title="Puppeteer::WebSocketTransport#on_message (method)">#on_message</a></span>
2882
+ <small>Puppeteer::WebSocketTransport</small>
2883
2883
  </div>
2884
2884
  </li>
2885
2885
 
2886
2886
 
2887
2887
  <li class="even ">
2888
2888
  <div class="item">
2889
- <span class='object_link'><a href="Puppeteer/Connection.html#on_message-instance_method" title="Puppeteer::Connection#on_message (method)">#on_message</a></span>
2890
- <small>Puppeteer::Connection</small>
2889
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#on_open-instance_method" title="Puppeteer::WebSocket#on_open (method)">#on_open</a></span>
2890
+ <small>Puppeteer::WebSocket</small>
2891
2891
  </div>
2892
2892
  </li>
2893
2893
 
2894
2894
 
2895
2895
  <li class="odd ">
2896
2896
  <div class="item">
2897
- <span class='object_link'><a href="Puppeteer/WebSocket.html#on_open-instance_method" title="Puppeteer::WebSocket#on_open (method)">#on_open</a></span>
2898
- <small>Puppeteer::WebSocket</small>
2897
+ <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
2898
+ <small>Puppeteer::Target</small>
2899
2899
  </div>
2900
2900
  </li>
2901
2901
 
2902
2902
 
2903
2903
  <li class="even ">
2904
2904
  <div class="item">
2905
- <span class='object_link'><a href="Puppeteer/Target.html#opener-instance_method" title="Puppeteer::Target#opener (method)">#opener</a></span>
2906
- <small>Puppeteer::Target</small>
2905
+ <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>
2906
+ <small>Puppeteer::Target::TargetInfo</small>
2907
2907
  </div>
2908
2908
  </li>
2909
2909
 
2910
2910
 
2911
2911
  <li class="odd ">
2912
2912
  <div class="item">
2913
- <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>
2914
- <small>Puppeteer::Target::TargetInfo</small>
2913
+ <span class='object_link'><a href="Puppeteer/FrameManager.html#page-instance_method" title="Puppeteer::FrameManager#page (method)">#page</a></span>
2914
+ <small>Puppeteer::FrameManager</small>
2915
2915
  </div>
2916
2916
  </li>
2917
2917
 
@@ -2926,8 +2926,8 @@
2926
2926
 
2927
2927
  <li class="odd ">
2928
2928
  <div class="item">
2929
- <span class='object_link'><a href="Puppeteer/FrameManager.html#page-instance_method" title="Puppeteer::FrameManager#page (method)">#page</a></span>
2930
- <small>Puppeteer::FrameManager</small>
2929
+ <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
2930
+ <small>Puppeteer::Browser</small>
2931
2931
  </div>
2932
2932
  </li>
2933
2933
 
@@ -2942,24 +2942,24 @@
2942
2942
 
2943
2943
  <li class="odd ">
2944
2944
  <div class="item">
2945
- <span class='object_link'><a href="Puppeteer/Browser.html#pages-instance_method" title="Puppeteer::Browser#pages (method)">#pages</a></span>
2946
- <small>Puppeteer::Browser</small>
2945
+ <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
2946
+ <small>Puppeteer::Frame</small>
2947
2947
  </div>
2948
2948
  </li>
2949
2949
 
2950
2950
 
2951
2951
  <li class="even ">
2952
2952
  <div class="item">
2953
- <span class='object_link'><a href="Puppeteer/Frame.html#parent_frame-instance_method" title="Puppeteer::Frame#parent_frame (method)">#parent_frame</a></span>
2954
- <small>Puppeteer::Frame</small>
2955
- </div>
2953
+ <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
2954
+ <small>Puppeteer::NetworkManager::Credentials</small>
2955
+ </div>
2956
2956
  </li>
2957
2957
 
2958
2958
 
2959
2959
  <li class="odd ">
2960
2960
  <div class="item">
2961
- <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#password-instance_method" title="Puppeteer::NetworkManager::Credentials#password (method)">#password</a></span>
2962
- <small>Puppeteer::NetworkManager::Credentials</small>
2961
+ <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
2962
+ <small>Puppeteer::Page::StyleTag</small>
2963
2963
  </div>
2964
2964
  </li>
2965
2965
 
@@ -2982,16 +2982,16 @@
2982
2982
 
2983
2983
  <li class="even ">
2984
2984
  <div class="item">
2985
- <span class='object_link'><a href="Puppeteer/Page/StyleTag.html#path-instance_method" title="Puppeteer::Page::StyleTag#path (method)">#path</a></span>
2986
- <small>Puppeteer::Page::StyleTag</small>
2985
+ <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
2986
+ <small>Puppeteer::Launcher::LaunchOptions</small>
2987
2987
  </div>
2988
2988
  </li>
2989
2989
 
2990
2990
 
2991
2991
  <li class="odd ">
2992
2992
  <div class="item">
2993
- <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#pipe%3F-instance_method" title="Puppeteer::Launcher::LaunchOptions#pipe? (method)">#pipe?</a></span>
2994
- <small>Puppeteer::Launcher::LaunchOptions</small>
2993
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
2994
+ <small>Puppeteer::Keyboard</small>
2995
2995
  </div>
2996
2996
  </li>
2997
2997
 
@@ -3005,14 +3005,6 @@
3005
3005
 
3006
3006
 
3007
3007
  <li class="odd ">
3008
- <div class="item">
3009
- <span class='object_link'><a href="Puppeteer/Keyboard.html#press-instance_method" title="Puppeteer::Keyboard#press (method)">#press</a></span>
3010
- <small>Puppeteer::Keyboard</small>
3011
- </div>
3012
- </li>
3013
-
3014
-
3015
- <li class="even ">
3016
3008
  <div class="item">
3017
3009
  <span class='object_link'><a href="Puppeteer/BrowserRunner.html#proc-instance_method" title="Puppeteer::BrowserRunner#proc (method)">#proc</a></span>
3018
3010
  <small>Puppeteer::BrowserRunner</small>
@@ -3020,7 +3012,7 @@
3020
3012
  </li>
3021
3013
 
3022
3014
 
3023
- <li class="odd ">
3015
+ <li class="even ">
3024
3016
  <div class="item">
3025
3017
  <span class='object_link'><a href="Puppeteer/Browser.html#process-instance_method" title="Puppeteer::Browser#process (method)">#process</a></span>
3026
3018
  <small>Puppeteer::Browser</small>
@@ -3028,7 +3020,7 @@
3028
3020
  </li>
3029
3021
 
3030
3022
 
3031
- <li class="even ">
3023
+ <li class="odd ">
3032
3024
  <div class="item">
3033
3025
  <span class='object_link'><a href="Puppeteer.html#product-instance_method" title="Puppeteer#product (method)">#product</a></span>
3034
3026
  <small>Puppeteer</small>
@@ -3036,7 +3028,7 @@
3036
3028
  </li>
3037
3029
 
3038
3030
 
3039
- <li class="odd ">
3031
+ <li class="even ">
3040
3032
  <div class="item">
3041
3033
  <span class='object_link'><a href="Puppeteer/JSHandle.html#properties-instance_method" title="Puppeteer::JSHandle#properties (method)">#properties</a></span>
3042
3034
  <small>Puppeteer::JSHandle</small>
@@ -3044,7 +3036,7 @@
3044
3036
  </li>
3045
3037
 
3046
3038
 
3047
- <li class="even ">
3039
+ <li class="odd ">
3048
3040
  <div class="item">
3049
3041
  <span class='object_link'><a href="Puppeteer/RemoteObject.html#properties-instance_method" title="Puppeteer::RemoteObject#properties (method)">#properties</a></span>
3050
3042
  <small>Puppeteer::RemoteObject</small>
@@ -3052,7 +3044,7 @@
3052
3044
  </li>
3053
3045
 
3054
3046
 
3055
- <li class="odd ">
3047
+ <li class="even ">
3056
3048
  <div class="item">
3057
3049
  <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#quality-instance_method" title="Puppeteer::Page::ScreenshotOptions#quality (method)">#quality</a></span>
3058
3050
  <small>Puppeteer::Page::ScreenshotOptions</small>
@@ -3060,7 +3052,7 @@
3060
3052
  </li>
3061
3053
 
3062
3054
 
3063
- <li class="even ">
3055
+ <li class="odd ">
3064
3056
  <div class="item">
3065
3057
  <span class='object_link'><a href="Puppeteer/Page.html#query_objects-instance_method" title="Puppeteer::Page#query_objects (method)">#query_objects</a></span>
3066
3058
  <small>Puppeteer::Page</small>
@@ -3068,7 +3060,7 @@
3068
3060
  </li>
3069
3061
 
3070
3062
 
3071
- <li class="odd ">
3063
+ <li class="even ">
3072
3064
  <div class="item">
3073
3065
  <span class='object_link'><a href="Puppeteer/Connection.html#raw_send-instance_method" title="Puppeteer::Connection#raw_send (method)">#raw_send</a></span>
3074
3066
  <small>Puppeteer::Connection</small>
@@ -3076,7 +3068,7 @@
3076
3068
  </li>
3077
3069
 
3078
3070
 
3079
- <li class="even ">
3071
+ <li class="odd ">
3080
3072
  <div class="item">
3081
3073
  <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#readpartial-instance_method" title="Puppeteer::WebSocket::DriverImpl#readpartial (method)">#readpartial</a></span>
3082
3074
  <small>Puppeteer::WebSocket::DriverImpl</small>
@@ -3084,7 +3076,7 @@
3084
3076
  </li>
3085
3077
 
3086
3078
 
3087
- <li class="odd ">
3079
+ <li class="even ">
3088
3080
  <div class="item">
3089
3081
  <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#reject-instance_method" title="Puppeteer::Connection::MessageCallback#reject (method)">#reject</a></span>
3090
3082
  <small>Puppeteer::Connection::MessageCallback</small>
@@ -3092,7 +3084,7 @@
3092
3084
  </li>
3093
3085
 
3094
3086
 
3095
- <li class="even ">
3087
+ <li class="odd ">
3096
3088
  <div class="item">
3097
3089
  <span class='object_link'><a href="Puppeteer/RemoteObject.html#release-instance_method" title="Puppeteer::RemoteObject#release (method)">#release</a></span>
3098
3090
  <small>Puppeteer::RemoteObject</small>
@@ -3100,7 +3092,7 @@
3100
3092
  </li>
3101
3093
 
3102
3094
 
3103
- <li class="odd ">
3095
+ <li class="even ">
3104
3096
  <div class="item">
3105
3097
  <span class='object_link'><a href="Puppeteer/Page.html#reload-instance_method" title="Puppeteer::Page#reload (method)">#reload</a></span>
3106
3098
  <small>Puppeteer::Page</small>
@@ -3108,7 +3100,7 @@
3108
3100
  </li>
3109
3101
 
3110
3102
 
3111
- <li class="even ">
3103
+ <li class="odd ">
3112
3104
  <div class="item">
3113
3105
  <span class='object_link'><a href="Puppeteer/JSHandle.html#remote_object-instance_method" title="Puppeteer::JSHandle#remote_object (method)">#remote_object</a></span>
3114
3106
  <small>Puppeteer::JSHandle</small>
@@ -3116,7 +3108,7 @@
3116
3108
  </li>
3117
3109
 
3118
3110
 
3119
- <li class="odd ">
3111
+ <li class="even ">
3120
3112
  <div class="item">
3121
3113
  <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>
3122
3114
  <small>Puppeteer::EventCallbackable</small>
@@ -3124,7 +3116,7 @@
3124
3116
  </li>
3125
3117
 
3126
3118
 
3127
- <li class="even ">
3119
+ <li class="odd ">
3128
3120
  <div class="item">
3129
3121
  <span class='object_link'><a href="Puppeteer/NetworkManager.html#request_interception=-instance_method" title="Puppeteer::NetworkManager#request_interception= (method)">#request_interception=</a></span>
3130
3122
  <small>Puppeteer::NetworkManager</small>
@@ -3132,7 +3124,7 @@
3132
3124
  </li>
3133
3125
 
3134
3126
 
3135
- <li class="odd ">
3127
+ <li class="even ">
3136
3128
  <div class="item">
3137
3129
  <span class='object_link'><a href="Puppeteer/Page.html#request_interception=-instance_method" title="Puppeteer::Page#request_interception= (method)">#request_interception=</a></span>
3138
3130
  <small>Puppeteer::Page</small>
@@ -3140,7 +3132,7 @@
3140
3132
  </li>
3141
3133
 
3142
3134
 
3143
- <li class="even ">
3135
+ <li class="odd ">
3144
3136
  <div class="item">
3145
3137
  <span class='object_link'><a href="Puppeteer/WaitTask.html#rerun-instance_method" title="Puppeteer::WaitTask#rerun (method)">#rerun</a></span>
3146
3138
  <small>Puppeteer::WaitTask</small>
@@ -3148,7 +3140,7 @@
3148
3140
  </li>
3149
3141
 
3150
3142
 
3151
- <li class="odd ">
3143
+ <li class="even ">
3152
3144
  <div class="item">
3153
3145
  <span class='object_link'><a href="Puppeteer/ConcurrentRubyUtils.html#resolvable_future-instance_method" title="Puppeteer::ConcurrentRubyUtils#resolvable_future (method)">#resolvable_future</a></span>
3154
3146
  <small>Puppeteer::ConcurrentRubyUtils</small>
@@ -3156,7 +3148,7 @@
3156
3148
  </li>
3157
3149
 
3158
3150
 
3159
- <li class="even ">
3151
+ <li class="odd ">
3160
3152
  <div class="item">
3161
3153
  <span class='object_link'><a href="Puppeteer/Connection/MessageCallback.html#resolve-instance_method" title="Puppeteer::Connection::MessageCallback#resolve (method)">#resolve</a></span>
3162
3154
  <small>Puppeteer::Connection::MessageCallback</small>
@@ -3164,7 +3156,7 @@
3164
3156
  </li>
3165
3157
 
3166
3158
 
3167
- <li class="odd ">
3159
+ <li class="even ">
3168
3160
  <div class="item">
3169
3161
  <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>
3170
3162
  <small>Puppeteer::Launcher::Base</small>
@@ -3172,7 +3164,7 @@
3172
3164
  </li>
3173
3165
 
3174
3166
 
3175
- <li class="even ">
3167
+ <li class="odd ">
3176
3168
  <div class="item">
3177
3169
  <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>
3178
3170
  <small>Puppeteer::LifecycleWatcher</small>
@@ -3180,7 +3172,7 @@
3180
3172
  </li>
3181
3173
 
3182
3174
 
3183
- <li class="odd ">
3175
+ <li class="even ">
3184
3176
  <div class="item">
3185
3177
  <span class='object_link'><a href="Puppeteer/Page.html#screenshot-instance_method" title="Puppeteer::Page#screenshot (method)">#screenshot</a></span>
3186
3178
  <small>Puppeteer::Page</small>
@@ -3188,7 +3180,7 @@
3188
3180
  </li>
3189
3181
 
3190
3182
 
3191
- <li class="even ">
3183
+ <li class="odd ">
3192
3184
  <div class="item">
3193
3185
  <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>
3194
3186
  <small>Puppeteer::ElementHandle</small>
@@ -3196,7 +3188,7 @@
3196
3188
  </li>
3197
3189
 
3198
3190
 
3199
- <li class="odd ">
3191
+ <li class="even ">
3200
3192
  <div class="item">
3201
3193
  <span class='object_link'><a href="Puppeteer/Frame.html#secondary_world-instance_method" title="Puppeteer::Frame#secondary_world (method)">#secondary_world</a></span>
3202
3194
  <small>Puppeteer::Frame</small>
@@ -3204,7 +3196,7 @@
3204
3196
  </li>
3205
3197
 
3206
3198
 
3207
- <li class="even ">
3199
+ <li class="odd ">
3208
3200
  <div class="item">
3209
3201
  <span class='object_link'><a href="Puppeteer/Frame.html#select-instance_method" title="Puppeteer::Frame#select (method)">#select</a></span>
3210
3202
  <small>Puppeteer::Frame</small>
@@ -3212,15 +3204,15 @@
3212
3204
  </li>
3213
3205
 
3214
3206
 
3215
- <li class="odd ">
3207
+ <li class="even ">
3216
3208
  <div class="item">
3217
- <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
3218
- <small>Puppeteer::Page</small>
3209
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
3210
+ <small>Puppeteer::ElementHandle</small>
3219
3211
  </div>
3220
3212
  </li>
3221
3213
 
3222
3214
 
3223
- <li class="even ">
3215
+ <li class="odd ">
3224
3216
  <div class="item">
3225
3217
  <span class='object_link'><a href="Puppeteer/DOMWorld.html#select-instance_method" title="Puppeteer::DOMWorld#select (method)">#select</a></span>
3226
3218
  <small>Puppeteer::DOMWorld</small>
@@ -3228,15 +3220,15 @@
3228
3220
  </li>
3229
3221
 
3230
3222
 
3231
- <li class="odd ">
3223
+ <li class="even ">
3232
3224
  <div class="item">
3233
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#select-instance_method" title="Puppeteer::ElementHandle#select (method)">#select</a></span>
3234
- <small>Puppeteer::ElementHandle</small>
3225
+ <span class='object_link'><a href="Puppeteer/Page.html#select-instance_method" title="Puppeteer::Page#select (method)">#select</a></span>
3226
+ <small>Puppeteer::Page</small>
3235
3227
  </div>
3236
3228
  </li>
3237
3229
 
3238
3230
 
3239
- <li class="even ">
3231
+ <li class="odd ">
3240
3232
  <div class="item">
3241
3233
  <span class='object_link'><a href="Puppeteer/Keyboard.html#send_character-instance_method" title="Puppeteer::Keyboard#send_character (method)">#send_character</a></span>
3242
3234
  <small>Puppeteer::Keyboard</small>
@@ -3244,7 +3236,7 @@
3244
3236
  </li>
3245
3237
 
3246
3238
 
3247
- <li class="odd ">
3239
+ <li class="even ">
3248
3240
  <div class="item">
3249
3241
  <span class='object_link'><a href="Puppeteer/Connection.html#send_message-instance_method" title="Puppeteer::Connection#send_message (method)">#send_message</a></span>
3250
3242
  <small>Puppeteer::Connection</small>
@@ -3252,7 +3244,7 @@
3252
3244
  </li>
3253
3245
 
3254
3246
 
3255
- <li class="even ">
3247
+ <li class="odd ">
3256
3248
  <div class="item">
3257
3249
  <span class='object_link'><a href="Puppeteer/CDPSession.html#send_message-instance_method" title="Puppeteer::CDPSession#send_message (method)">#send_message</a></span>
3258
3250
  <small>Puppeteer::CDPSession</small>
@@ -3260,14 +3252,6 @@
3260
3252
  </li>
3261
3253
 
3262
3254
 
3263
- <li class="odd ">
3264
- <div class="item">
3265
- <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
3266
- <small>Puppeteer::WebSocket</small>
3267
- </div>
3268
- </li>
3269
-
3270
-
3271
3255
  <li class="even ">
3272
3256
  <div class="item">
3273
3257
  <span class='object_link'><a href="Puppeteer/WebSocketTransport.html#send_text-instance_method" title="Puppeteer::WebSocketTransport#send_text (method)">#send_text</a></span>
@@ -3278,16 +3262,16 @@
3278
3262
 
3279
3263
  <li class="odd ">
3280
3264
  <div class="item">
3281
- <span class='object_link'><a href="Puppeteer/Connection.html#session-instance_method" title="Puppeteer::Connection#session (method)">#session</a></span>
3282
- <small>Puppeteer::Connection</small>
3265
+ <span class='object_link'><a href="Puppeteer/WebSocket.html#send_text-instance_method" title="Puppeteer::WebSocket#send_text (method)">#send_text</a></span>
3266
+ <small>Puppeteer::WebSocket</small>
3283
3267
  </div>
3284
3268
  </li>
3285
3269
 
3286
3270
 
3287
3271
  <li class="even ">
3288
3272
  <div class="item">
3289
- <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
3290
- <small>Puppeteer::Page</small>
3273
+ <span class='object_link'><a href="Puppeteer/Connection.html#session-instance_method" title="Puppeteer::Connection#session (method)">#session</a></span>
3274
+ <small>Puppeteer::Connection</small>
3291
3275
  </div>
3292
3276
  </li>
3293
3277
 
@@ -3301,6 +3285,14 @@
3301
3285
 
3302
3286
 
3303
3287
  <li class="even ">
3288
+ <div class="item">
3289
+ <span class='object_link'><a href="Puppeteer/Page.html#set_content-instance_method" title="Puppeteer::Page#set_content (method)">#set_content</a></span>
3290
+ <small>Puppeteer::Page</small>
3291
+ </div>
3292
+ </li>
3293
+
3294
+
3295
+ <li class="odd ">
3304
3296
  <div class="item">
3305
3297
  <span class='object_link'><a href="Puppeteer/RemoteObject.html#set_file_input_files-instance_method" title="Puppeteer::RemoteObject#set_file_input_files (method)">#set_file_input_files</a></span>
3306
3298
  <small>Puppeteer::RemoteObject</small>
@@ -3308,7 +3300,7 @@
3308
3300
  </li>
3309
3301
 
3310
3302
 
3311
- <li class="odd ">
3303
+ <li class="even ">
3312
3304
  <div class="item">
3313
3305
  <span class='object_link'><a href="Puppeteer/BrowserRunner.html#setup_connection-instance_method" title="Puppeteer::BrowserRunner#setup_connection (method)">#setup_connection</a></span>
3314
3306
  <small>Puppeteer::BrowserRunner</small>
@@ -3316,7 +3308,7 @@
3316
3308
  </li>
3317
3309
 
3318
3310
 
3319
- <li class="even ">
3311
+ <li class="odd ">
3320
3312
  <div class="item">
3321
3313
  <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>
3322
3314
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -3324,7 +3316,7 @@
3324
3316
  </li>
3325
3317
 
3326
3318
 
3327
- <li class="odd ">
3319
+ <li class="even ">
3328
3320
  <div class="item">
3329
3321
  <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>
3330
3322
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -3332,7 +3324,7 @@
3332
3324
  </li>
3333
3325
 
3334
3326
 
3335
- <li class="even ">
3327
+ <li class="odd ">
3336
3328
  <div class="item">
3337
3329
  <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>
3338
3330
  <small>Puppeteer::Keyboard::KeyDefinition</small>
@@ -3340,7 +3332,7 @@
3340
3332
  </li>
3341
3333
 
3342
3334
 
3343
- <li class="odd ">
3335
+ <li class="even ">
3344
3336
  <div class="item">
3345
3337
  <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>
3346
3338
  <small>Puppeteer::Launcher::BrowserOptions</small>
@@ -3348,7 +3340,7 @@
3348
3340
  </li>
3349
3341
 
3350
3342
 
3351
- <li class="even ">
3343
+ <li class="odd ">
3352
3344
  <div class="item">
3353
3345
  <span class='object_link'><a href="Puppeteer/BrowserRunner.html#start-instance_method" title="Puppeteer::BrowserRunner#start (method)">#start</a></span>
3354
3346
  <small>Puppeteer::BrowserRunner</small>
@@ -3356,7 +3348,7 @@
3356
3348
  </li>
3357
3349
 
3358
3350
 
3359
- <li class="odd ">
3351
+ <li class="even ">
3360
3352
  <div class="item">
3361
3353
  <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stderr-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stderr (method)">#stderr</a></span>
3362
3354
  <small>Puppeteer::BrowserRunner::BrowserProcess</small>
@@ -3364,7 +3356,7 @@
3364
3356
  </li>
3365
3357
 
3366
3358
 
3367
- <li class="even ">
3359
+ <li class="odd ">
3368
3360
  <div class="item">
3369
3361
  <span class='object_link'><a href="Puppeteer/BrowserRunner/BrowserProcess.html#stdout-instance_method" title="Puppeteer::BrowserRunner::BrowserProcess#stdout (method)">#stdout</a></span>
3370
3362
  <small>Puppeteer::BrowserRunner::BrowserProcess</small>
@@ -3372,7 +3364,7 @@
3372
3364
  </li>
3373
3365
 
3374
3366
 
3375
- <li class="odd ">
3367
+ <li class="even ">
3376
3368
  <div class="item">
3377
3369
  <span class='object_link'><a href="Puppeteer/RemoteObject.html#sub_type-instance_method" title="Puppeteer::RemoteObject#sub_type (method)">#sub_type</a></span>
3378
3370
  <small>Puppeteer::RemoteObject</small>
@@ -3380,7 +3372,7 @@
3380
3372
  </li>
3381
3373
 
3382
3374
 
3383
- <li class="even ">
3375
+ <li class="odd ">
3384
3376
  <div class="item">
3385
3377
  <span class='object_link'><a href="Puppeteer/DOMWorld.html#tap-instance_method" title="Puppeteer::DOMWorld#tap (method)">#tap</a></span>
3386
3378
  <small>Puppeteer::DOMWorld</small>
@@ -3388,7 +3380,7 @@
3388
3380
  </li>
3389
3381
 
3390
3382
 
3391
- <li class="odd ">
3383
+ <li class="even ">
3392
3384
  <div class="item">
3393
3385
  <span class='object_link'><a href="Puppeteer/ElementHandle.html#tap-instance_method" title="Puppeteer::ElementHandle#tap (method)">#tap</a></span>
3394
3386
  <small>Puppeteer::ElementHandle</small>
@@ -3396,7 +3388,7 @@
3396
3388
  </li>
3397
3389
 
3398
3390
 
3399
- <li class="even ">
3391
+ <li class="odd ">
3400
3392
  <div class="item">
3401
3393
  <span class='object_link'><a href="Puppeteer/Frame.html#tap-instance_method" title="Puppeteer::Frame#tap (method)">#tap</a></span>
3402
3394
  <small>Puppeteer::Frame</small>
@@ -3404,7 +3396,7 @@
3404
3396
  </li>
3405
3397
 
3406
3398
 
3407
- <li class="odd ">
3399
+ <li class="even ">
3408
3400
  <div class="item">
3409
3401
  <span class='object_link'><a href="Puppeteer/TouchScreen.html#tap-instance_method" title="Puppeteer::TouchScreen#tap (method)">#tap</a></span>
3410
3402
  <small>Puppeteer::TouchScreen</small>
@@ -3412,7 +3404,7 @@
3412
3404
  </li>
3413
3405
 
3414
3406
 
3415
- <li class="even ">
3407
+ <li class="odd ">
3416
3408
  <div class="item">
3417
3409
  <span class='object_link'><a href="Puppeteer/Page.html#tap-instance_method" title="Puppeteer::Page#tap (method)">#tap</a></span>
3418
3410
  <small>Puppeteer::Page</small>
@@ -3420,6 +3412,14 @@
3420
3412
  </li>
3421
3413
 
3422
3414
 
3415
+ <li class="even ">
3416
+ <div class="item">
3417
+ <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
3418
+ <small>Puppeteer::Browser</small>
3419
+ </div>
3420
+ </li>
3421
+
3422
+
3423
3423
  <li class="odd ">
3424
3424
  <div class="item">
3425
3425
  <span class='object_link'><a href="Puppeteer/Page.html#target-instance_method" title="Puppeteer::Page#target (method)">#target</a></span>
@@ -3430,24 +3430,24 @@
3430
3430
 
3431
3431
  <li class="even ">
3432
3432
  <div class="item">
3433
- <span class='object_link'><a href="Puppeteer/Browser.html#target-instance_method" title="Puppeteer::Browser#target (method)">#target</a></span>
3434
- <small>Puppeteer::Browser</small>
3433
+ <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>
3434
+ <small>Puppeteer::Target::TargetInfo</small>
3435
3435
  </div>
3436
3436
  </li>
3437
3437
 
3438
3438
 
3439
3439
  <li class="odd ">
3440
3440
  <div class="item">
3441
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#target_id-instance_method" title="Puppeteer::Target::TargetInfo#target_id (method)">#target_id</a></span>
3442
- <small>Puppeteer::Target::TargetInfo</small>
3441
+ <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
3442
+ <small>Puppeteer::Target</small>
3443
3443
  </div>
3444
3444
  </li>
3445
3445
 
3446
3446
 
3447
3447
  <li class="even ">
3448
3448
  <div class="item">
3449
- <span class='object_link'><a href="Puppeteer/Target.html#target_id-instance_method" title="Puppeteer::Target#target_id (method)">#target_id</a></span>
3450
- <small>Puppeteer::Target</small>
3449
+ <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
3450
+ <small>Puppeteer::Browser</small>
3451
3451
  </div>
3452
3452
  </li>
3453
3453
 
@@ -3462,16 +3462,16 @@
3462
3462
 
3463
3463
  <li class="even ">
3464
3464
  <div class="item">
3465
- <span class='object_link'><a href="Puppeteer/Browser.html#targets-instance_method" title="Puppeteer::Browser#targets (method)">#targets</a></span>
3466
- <small>Puppeteer::Browser</small>
3465
+ <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
3466
+ <small>Puppeteer::WaitTask</small>
3467
3467
  </div>
3468
3468
  </li>
3469
3469
 
3470
3470
 
3471
3471
  <li class="odd ">
3472
3472
  <div class="item">
3473
- <span class='object_link'><a href="Puppeteer/WaitTask.html#terminate-instance_method" title="Puppeteer::WaitTask#terminate (method)">#terminate</a></span>
3474
- <small>Puppeteer::WaitTask</small>
3473
+ <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
3474
+ <small>Puppeteer::Keyboard::KeyDescription</small>
3475
3475
  </div>
3476
3476
  </li>
3477
3477
 
@@ -3493,14 +3493,6 @@
3493
3493
 
3494
3494
 
3495
3495
  <li class="even ">
3496
- <div class="item">
3497
- <span class='object_link'><a href="Puppeteer/Keyboard/KeyDescription.html#text-instance_method" title="Puppeteer::Keyboard::KeyDescription#text (method)">#text</a></span>
3498
- <small>Puppeteer::Keyboard::KeyDescription</small>
3499
- </div>
3500
- </li>
3501
-
3502
-
3503
- <li class="odd ">
3504
3496
  <div class="item">
3505
3497
  <span class='object_link'><a href="Puppeteer/TimeoutSettings.html#timeout-instance_method" title="Puppeteer::TimeoutSettings#timeout (method)">#timeout</a></span>
3506
3498
  <small>Puppeteer::TimeoutSettings</small>
@@ -3508,7 +3500,7 @@
3508
3500
  </li>
3509
3501
 
3510
3502
 
3511
- <li class="even ">
3503
+ <li class="odd ">
3512
3504
  <div class="item">
3513
3505
  <span class='object_link'><a href="Puppeteer/Launcher/LaunchOptions.html#timeout-instance_method" title="Puppeteer::Launcher::LaunchOptions#timeout (method)">#timeout</a></span>
3514
3506
  <small>Puppeteer::Launcher::LaunchOptions</small>
@@ -3516,7 +3508,7 @@
3516
3508
  </li>
3517
3509
 
3518
3510
 
3519
- <li class="odd ">
3511
+ <li class="even ">
3520
3512
  <div class="item">
3521
3513
  <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>
3522
3514
  <small>Puppeteer::LifecycleWatcher</small>
@@ -3524,7 +3516,7 @@
3524
3516
  </li>
3525
3517
 
3526
3518
 
3527
- <li class="even ">
3519
+ <li class="odd ">
3528
3520
  <div class="item">
3529
3521
  <span class='object_link'><a href="Puppeteer/FrameManager.html#timeout_settings-instance_method" title="Puppeteer::FrameManager#timeout_settings (method)">#timeout_settings</a></span>
3530
3522
  <small>Puppeteer::FrameManager</small>
@@ -3532,7 +3524,7 @@
3532
3524
  </li>
3533
3525
 
3534
3526
 
3535
- <li class="odd ">
3527
+ <li class="even ">
3536
3528
  <div class="item">
3537
3529
  <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#title-instance_method" title="Puppeteer::Target::TargetInfo#title (method)">#title</a></span>
3538
3530
  <small>Puppeteer::Target::TargetInfo</small>
@@ -3540,6 +3532,14 @@
3540
3532
  </li>
3541
3533
 
3542
3534
 
3535
+ <li class="odd ">
3536
+ <div class="item">
3537
+ <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
3538
+ <small>Puppeteer::Page</small>
3539
+ </div>
3540
+ </li>
3541
+
3542
+
3543
3543
  <li class="even ">
3544
3544
  <div class="item">
3545
3545
  <span class='object_link'><a href="Puppeteer/Frame.html#title-instance_method" title="Puppeteer::Frame#title (method)">#title</a></span>
@@ -3550,7 +3550,7 @@
3550
3550
 
3551
3551
  <li class="odd ">
3552
3552
  <div class="item">
3553
- <span class='object_link'><a href="Puppeteer/Page.html#title-instance_method" title="Puppeteer::Page#title (method)">#title</a></span>
3553
+ <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
3554
3554
  <small>Puppeteer::Page</small>
3555
3555
  </div>
3556
3556
  </li>
@@ -3558,24 +3558,24 @@
3558
3558
 
3559
3559
  <li class="even ">
3560
3560
  <div class="item">
3561
- <span class='object_link'><a href="Puppeteer/Page.html#touch_screen-instance_method" title="Puppeteer::Page#touch_screen (method)">#touch_screen</a></span>
3562
- <small>Puppeteer::Page</small>
3561
+ <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
3562
+ <small>Puppeteer::Page::ScreenshotOptions</small>
3563
3563
  </div>
3564
3564
  </li>
3565
3565
 
3566
3566
 
3567
3567
  <li class="odd ">
3568
3568
  <div class="item">
3569
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
3570
- <small>Puppeteer::Target::TargetInfo</small>
3569
+ <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
3570
+ <small>Puppeteer::Target</small>
3571
3571
  </div>
3572
3572
  </li>
3573
3573
 
3574
3574
 
3575
3575
  <li class="even ">
3576
3576
  <div class="item">
3577
- <span class='object_link'><a href="Puppeteer/Target.html#type-instance_method" title="Puppeteer::Target#type (method)">#type</a></span>
3578
- <small>Puppeteer::Target</small>
3577
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#type-instance_method" title="Puppeteer::Target::TargetInfo#type (method)">#type</a></span>
3578
+ <small>Puppeteer::Target::TargetInfo</small>
3579
3579
  </div>
3580
3580
  </li>
3581
3581
 
@@ -3590,16 +3590,16 @@
3590
3590
 
3591
3591
  <li class="even ">
3592
3592
  <div class="item">
3593
- <span class='object_link'><a href="Puppeteer/Page/ScreenshotOptions.html#type-instance_method" title="Puppeteer::Page::ScreenshotOptions#type (method)">#type</a></span>
3594
- <small>Puppeteer::Page::ScreenshotOptions</small>
3593
+ <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
3594
+ <small>Puppeteer::Page</small>
3595
3595
  </div>
3596
3596
  </li>
3597
3597
 
3598
3598
 
3599
3599
  <li class="odd ">
3600
3600
  <div class="item">
3601
- <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
3602
- <small>Puppeteer::Frame</small>
3601
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
3602
+ <small>Puppeteer::DOMWorld</small>
3603
3603
  </div>
3604
3604
  </li>
3605
3605
 
@@ -3622,72 +3622,72 @@
3622
3622
 
3623
3623
  <li class="even ">
3624
3624
  <div class="item">
3625
- <span class='object_link'><a href="Puppeteer/Page.html#type_text-instance_method" title="Puppeteer::Page#type_text (method)">#type_text</a></span>
3626
- <small>Puppeteer::Page</small>
3625
+ <span class='object_link'><a href="Puppeteer/Frame.html#type_text-instance_method" title="Puppeteer::Frame#type_text (method)">#type_text</a></span>
3626
+ <small>Puppeteer::Frame</small>
3627
3627
  </div>
3628
3628
  </li>
3629
3629
 
3630
3630
 
3631
3631
  <li class="odd ">
3632
3632
  <div class="item">
3633
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#type_text-instance_method" title="Puppeteer::DOMWorld#type_text (method)">#type_text</a></span>
3634
- <small>Puppeteer::DOMWorld</small>
3633
+ <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
3634
+ <small>Puppeteer::Keyboard</small>
3635
3635
  </div>
3636
3636
  </li>
3637
3637
 
3638
3638
 
3639
3639
  <li class="even ">
3640
3640
  <div class="item">
3641
- <span class='object_link'><a href="Puppeteer/Keyboard.html#up-instance_method" title="Puppeteer::Keyboard#up (method)">#up</a></span>
3642
- <small>Puppeteer::Keyboard</small>
3641
+ <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
3642
+ <small>Puppeteer::Mouse</small>
3643
3643
  </div>
3644
3644
  </li>
3645
3645
 
3646
3646
 
3647
3647
  <li class="odd ">
3648
3648
  <div class="item">
3649
- <span class='object_link'><a href="Puppeteer/Mouse.html#up-instance_method" title="Puppeteer::Mouse#up (method)">#up</a></span>
3650
- <small>Puppeteer::Mouse</small>
3649
+ <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
3650
+ <small>Puppeteer::ElementHandle</small>
3651
3651
  </div>
3652
3652
  </li>
3653
3653
 
3654
3654
 
3655
3655
  <li class="even ">
3656
3656
  <div class="item">
3657
- <span class='object_link'><a href="Puppeteer/ElementHandle.html#upload_file-instance_method" title="Puppeteer::ElementHandle#upload_file (method)">#upload_file</a></span>
3658
- <small>Puppeteer::ElementHandle</small>
3657
+ <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
3658
+ <small>Puppeteer::Target</small>
3659
3659
  </div>
3660
3660
  </li>
3661
3661
 
3662
3662
 
3663
3663
  <li class="odd ">
3664
3664
  <div class="item">
3665
- <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
3666
- <small>Puppeteer::Page</small>
3665
+ <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
3666
+ <small>Puppeteer::Page::ScriptTag</small>
3667
3667
  </div>
3668
3668
  </li>
3669
3669
 
3670
3670
 
3671
3671
  <li class="even ">
3672
3672
  <div class="item">
3673
- <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
3674
- <small>Puppeteer::WebSocket::DriverImpl</small>
3673
+ <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
3674
+ <small>Puppeteer::Target::TargetInfo</small>
3675
3675
  </div>
3676
3676
  </li>
3677
3677
 
3678
3678
 
3679
3679
  <li class="odd ">
3680
3680
  <div class="item">
3681
- <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
3682
- <small>Puppeteer::ConsoleMessage::Location</small>
3681
+ <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
3682
+ <small>Puppeteer::Frame</small>
3683
3683
  </div>
3684
3684
  </li>
3685
3685
 
3686
3686
 
3687
3687
  <li class="even ">
3688
3688
  <div class="item">
3689
- <span class='object_link'><a href="Puppeteer/Frame.html#url-instance_method" title="Puppeteer::Frame#url (method)">#url</a></span>
3690
- <small>Puppeteer::Frame</small>
3689
+ <span class='object_link'><a href="Puppeteer/ConsoleMessage/Location.html#url-instance_method" title="Puppeteer::ConsoleMessage::Location#url (method)">#url</a></span>
3690
+ <small>Puppeteer::ConsoleMessage::Location</small>
3691
3691
  </div>
3692
3692
  </li>
3693
3693
 
@@ -3702,32 +3702,32 @@
3702
3702
 
3703
3703
  <li class="even ">
3704
3704
  <div class="item">
3705
- <span class='object_link'><a href="Puppeteer/Target.html#url-instance_method" title="Puppeteer::Target#url (method)">#url</a></span>
3706
- <small>Puppeteer::Target</small>
3705
+ <span class='object_link'><a href="Puppeteer/Page.html#url-instance_method" title="Puppeteer::Page#url (method)">#url</a></span>
3706
+ <small>Puppeteer::Page</small>
3707
3707
  </div>
3708
3708
  </li>
3709
3709
 
3710
3710
 
3711
3711
  <li class="odd ">
3712
3712
  <div class="item">
3713
- <span class='object_link'><a href="Puppeteer/Page/ScriptTag.html#url-instance_method" title="Puppeteer::Page::ScriptTag#url (method)">#url</a></span>
3714
- <small>Puppeteer::Page::ScriptTag</small>
3713
+ <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
3714
+ <small>Puppeteer::Connection</small>
3715
3715
  </div>
3716
3716
  </li>
3717
3717
 
3718
3718
 
3719
3719
  <li class="even ">
3720
3720
  <div class="item">
3721
- <span class='object_link'><a href="Puppeteer/Target/TargetInfo.html#url-instance_method" title="Puppeteer::Target::TargetInfo#url (method)">#url</a></span>
3722
- <small>Puppeteer::Target::TargetInfo</small>
3721
+ <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#url-instance_method" title="Puppeteer::WebSocket::DriverImpl#url (method)">#url</a></span>
3722
+ <small>Puppeteer::WebSocket::DriverImpl</small>
3723
3723
  </div>
3724
3724
  </li>
3725
3725
 
3726
3726
 
3727
3727
  <li class="odd ">
3728
3728
  <div class="item">
3729
- <span class='object_link'><a href="Puppeteer/Connection.html#url-instance_method" title="Puppeteer::Connection#url (method)">#url</a></span>
3730
- <small>Puppeteer::Connection</small>
3729
+ <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
3730
+ <small>Puppeteer::Browser</small>
3731
3731
  </div>
3732
3732
  </li>
3733
3733
 
@@ -3742,8 +3742,8 @@
3742
3742
 
3743
3743
  <li class="odd ">
3744
3744
  <div class="item">
3745
- <span class='object_link'><a href="Puppeteer/Browser.html#user_agent-instance_method" title="Puppeteer::Browser#user_agent (method)">#user_agent</a></span>
3746
- <small>Puppeteer::Browser</small>
3745
+ <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
3746
+ <small>Puppeteer::Page</small>
3747
3747
  </div>
3748
3748
  </li>
3749
3749
 
@@ -3758,40 +3758,40 @@
3758
3758
 
3759
3759
  <li class="odd ">
3760
3760
  <div class="item">
3761
- <span class='object_link'><a href="Puppeteer/Page.html#user_agent=-instance_method" title="Puppeteer::Page#user_agent= (method)">#user_agent=</a></span>
3762
- <small>Puppeteer::Page</small>
3761
+ <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>
3762
+ <small>Puppeteer::Launcher::ChromeArgOptions</small>
3763
3763
  </div>
3764
3764
  </li>
3765
3765
 
3766
3766
 
3767
3767
  <li class="even ">
3768
3768
  <div class="item">
3769
- <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>
3770
- <small>Puppeteer::Launcher::ChromeArgOptions</small>
3769
+ <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#username-instance_method" title="Puppeteer::NetworkManager::Credentials#username (method)">#username</a></span>
3770
+ <small>Puppeteer::NetworkManager::Credentials</small>
3771
3771
  </div>
3772
3772
  </li>
3773
3773
 
3774
3774
 
3775
3775
  <li class="odd ">
3776
3776
  <div class="item">
3777
- <span class='object_link'><a href="Puppeteer/NetworkManager/Credentials.html#username-instance_method" title="Puppeteer::NetworkManager::Credentials#username (method)">#username</a></span>
3778
- <small>Puppeteer::NetworkManager::Credentials</small>
3777
+ <span class='object_link'><a href="Puppeteer/RemoteObject.html#value-instance_method" title="Puppeteer::RemoteObject#value (method)">#value</a></span>
3778
+ <small>Puppeteer::RemoteObject</small>
3779
3779
  </div>
3780
3780
  </li>
3781
3781
 
3782
3782
 
3783
3783
  <li class="even ">
3784
3784
  <div class="item">
3785
- <span class='object_link'><a href="Puppeteer/RemoteObject.html#value-instance_method" title="Puppeteer::RemoteObject#value (method)">#value</a></span>
3786
- <small>Puppeteer::RemoteObject</small>
3785
+ <span class='object_link'><a href="Puppeteer/Browser.html#version-instance_method" title="Puppeteer::Browser#version (method)">#version</a></span>
3786
+ <small>Puppeteer::Browser</small>
3787
3787
  </div>
3788
3788
  </li>
3789
3789
 
3790
3790
 
3791
3791
  <li class="odd ">
3792
3792
  <div class="item">
3793
- <span class='object_link'><a href="Puppeteer/Browser.html#version-instance_method" title="Puppeteer::Browser#version (method)">#version</a></span>
3794
- <small>Puppeteer::Browser</small>
3793
+ <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
3794
+ <small>Puppeteer::Page</small>
3795
3795
  </div>
3796
3796
  </li>
3797
3797
 
@@ -3806,7 +3806,7 @@
3806
3806
 
3807
3807
  <li class="odd ">
3808
3808
  <div class="item">
3809
- <span class='object_link'><a href="Puppeteer/Page.html#viewport-instance_method" title="Puppeteer::Page#viewport (method)">#viewport</a></span>
3809
+ <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>
3810
3810
  <small>Puppeteer::Page</small>
3811
3811
  </div>
3812
3812
  </li>
@@ -3814,16 +3814,16 @@
3814
3814
 
3815
3815
  <li class="even ">
3816
3816
  <div class="item">
3817
- <span class='object_link'><a href="Puppeteer/Page.html#wait_for_file_chooser-instance_method" title="Puppeteer::Page#wait_for_file_chooser (method)">#wait_for_file_chooser</a></span>
3818
- <small>Puppeteer::Page</small>
3817
+ <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>
3818
+ <small>Puppeteer::FrameManager</small>
3819
3819
  </div>
3820
3820
  </li>
3821
3821
 
3822
3822
 
3823
3823
  <li class="odd ">
3824
3824
  <div class="item">
3825
- <span class='object_link'><a href="Puppeteer/FrameManager.html#wait_for_frame_navigation-instance_method" title="Puppeteer::FrameManager#wait_for_frame_navigation (method)">#wait_for_frame_navigation</a></span>
3826
- <small>Puppeteer::FrameManager</small>
3825
+ <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>
3826
+ <small>Puppeteer::Page</small>
3827
3827
  </div>
3828
3828
  </li>
3829
3829
 
@@ -3838,15 +3838,15 @@
3838
3838
 
3839
3839
  <li class="odd ">
3840
3840
  <div class="item">
3841
- <span class='object_link'><a href="Puppeteer/Page.html#wait_for_function-instance_method" title="Puppeteer::Page#wait_for_function (method)">#wait_for_function</a></span>
3842
- <small>Puppeteer::Page</small>
3841
+ <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>
3842
+ <small>Puppeteer::Frame</small>
3843
3843
  </div>
3844
3844
  </li>
3845
3845
 
3846
3846
 
3847
3847
  <li class="even ">
3848
3848
  <div class="item">
3849
- <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_navigation-instance_method" title="Puppeteer::Frame#wait_for_navigation (method)">#wait_for_navigation</a></span>
3849
+ <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>
3850
3850
  <small>Puppeteer::Frame</small>
3851
3851
  </div>
3852
3852
  </li>
@@ -3854,24 +3854,24 @@
3854
3854
 
3855
3855
  <li class="odd ">
3856
3856
  <div class="item">
3857
- <span class='object_link'><a href="Puppeteer/Page.html#wait_for_selector-instance_method" title="Puppeteer::Page#wait_for_selector (method)">#wait_for_selector</a></span>
3858
- <small>Puppeteer::Page</small>
3857
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_selector-instance_method" title="Puppeteer::DOMWorld#wait_for_selector (method)">#wait_for_selector</a></span>
3858
+ <small>Puppeteer::DOMWorld</small>
3859
3859
  </div>
3860
3860
  </li>
3861
3861
 
3862
3862
 
3863
3863
  <li class="even ">
3864
3864
  <div class="item">
3865
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_selector-instance_method" title="Puppeteer::DOMWorld#wait_for_selector (method)">#wait_for_selector</a></span>
3866
- <small>Puppeteer::DOMWorld</small>
3865
+ <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>
3866
+ <small>Puppeteer::Page</small>
3867
3867
  </div>
3868
3868
  </li>
3869
3869
 
3870
3870
 
3871
3871
  <li class="odd ">
3872
3872
  <div class="item">
3873
- <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>
3874
- <small>Puppeteer::Frame</small>
3873
+ <span class='object_link'><a href="Puppeteer/Browser.html#wait_for_target-instance_method" title="Puppeteer::Browser#wait_for_target (method)">#wait_for_target</a></span>
3874
+ <small>Puppeteer::Browser</small>
3875
3875
  </div>
3876
3876
  </li>
3877
3877
 
@@ -3886,16 +3886,16 @@
3886
3886
 
3887
3887
  <li class="odd ">
3888
3888
  <div class="item">
3889
- <span class='object_link'><a href="Puppeteer/Browser.html#wait_for_target-instance_method" title="Puppeteer::Browser#wait_for_target (method)">#wait_for_target</a></span>
3890
- <small>Puppeteer::Browser</small>
3889
+ <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
3890
+ <small>Puppeteer::Frame</small>
3891
3891
  </div>
3892
3892
  </li>
3893
3893
 
3894
3894
 
3895
3895
  <li class="even ">
3896
3896
  <div class="item">
3897
- <span class='object_link'><a href="Puppeteer/Frame.html#wait_for_xpath-instance_method" title="Puppeteer::Frame#wait_for_xpath (method)">#wait_for_xpath</a></span>
3898
- <small>Puppeteer::Frame</small>
3897
+ <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_xpath-instance_method" title="Puppeteer::DOMWorld#wait_for_xpath (method)">#wait_for_xpath</a></span>
3898
+ <small>Puppeteer::DOMWorld</small>
3899
3899
  </div>
3900
3900
  </li>
3901
3901
 
@@ -3909,14 +3909,6 @@
3909
3909
 
3910
3910
 
3911
3911
  <li class="even ">
3912
- <div class="item">
3913
- <span class='object_link'><a href="Puppeteer/DOMWorld.html#wait_for_xpath-instance_method" title="Puppeteer::DOMWorld#wait_for_xpath (method)">#wait_for_xpath</a></span>
3914
- <small>Puppeteer::DOMWorld</small>
3915
- </div>
3916
- </li>
3917
-
3918
-
3919
- <li class="odd ">
3920
3912
  <div class="item">
3921
3913
  <span class='object_link'><a href="Puppeteer/Browser.html#websocket_endpoint-instance_method" title="Puppeteer::Browser#websocket_endpoint (method)">#websocket_endpoint</a></span>
3922
3914
  <small>Puppeteer::Browser</small>
@@ -3924,7 +3916,7 @@
3924
3916
  </li>
3925
3917
 
3926
3918
 
3927
- <li class="even ">
3919
+ <li class="odd ">
3928
3920
  <div class="item">
3929
3921
  <span class='object_link'><a href="Puppeteer/Viewport.html#width-instance_method" title="Puppeteer::Viewport#width (method)">#width</a></span>
3930
3922
  <small>Puppeteer::Viewport</small>
@@ -3932,7 +3924,7 @@
3932
3924
  </li>
3933
3925
 
3934
3926
 
3935
- <li class="odd ">
3927
+ <li class="even ">
3936
3928
  <div class="item">
3937
3929
  <span class='object_link'><a href="Puppeteer/Page.html#workers-instance_method" title="Puppeteer::Page#workers (method)">#workers</a></span>
3938
3930
  <small>Puppeteer::Page</small>
@@ -3940,7 +3932,7 @@
3940
3932
  </li>
3941
3933
 
3942
3934
 
3943
- <li class="even ">
3935
+ <li class="odd ">
3944
3936
  <div class="item">
3945
3937
  <span class='object_link'><a href="Puppeteer/ExecutionContext.html#world-instance_method" title="Puppeteer::ExecutionContext#world (method)">#world</a></span>
3946
3938
  <small>Puppeteer::ExecutionContext</small>
@@ -3948,7 +3940,7 @@
3948
3940
  </li>
3949
3941
 
3950
3942
 
3951
- <li class="odd ">
3943
+ <li class="even ">
3952
3944
  <div class="item">
3953
3945
  <span class='object_link'><a href="Puppeteer/WebSocket/DriverImpl.html#write-instance_method" title="Puppeteer::WebSocket::DriverImpl#write (method)">#write</a></span>
3954
3946
  <small>Puppeteer::WebSocket::DriverImpl</small>
@@ -3956,7 +3948,7 @@
3956
3948
  </li>
3957
3949
 
3958
3950
 
3959
- <li class="even ">
3951
+ <li class="odd ">
3960
3952
  <div class="item">
3961
3953
  <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#x-instance_method" title="Puppeteer::ElementHandle::Point#x (method)">#x</a></span>
3962
3954
  <small>Puppeteer::ElementHandle::Point</small>
@@ -3964,7 +3956,7 @@
3964
3956
  </li>
3965
3957
 
3966
3958
 
3967
- <li class="odd ">
3959
+ <li class="even ">
3968
3960
  <div class="item">
3969
3961
  <span class='object_link'><a href="Puppeteer/ElementHandle/Point.html#y-instance_method" title="Puppeteer::ElementHandle::Point#y (method)">#y</a></span>
3970
3962
  <small>Puppeteer::ElementHandle::Point</small>