puppeteer-ruby 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Puppeteer.html +2 -2
  3. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  4. data/docs/Puppeteer/Browser.html +254 -144
  5. data/docs/Puppeteer/BrowserContext.html +1 -1
  6. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  7. data/docs/Puppeteer/BrowserRunner.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  9. data/docs/Puppeteer/CDPSession.html +1 -1
  10. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  11. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  12. data/docs/Puppeteer/Connection.html +65 -61
  13. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  14. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  15. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +5 -5
  16. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +12 -12
  17. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  18. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  19. data/docs/Puppeteer/DOMWorld.html +32 -32
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DebugPrint.html +1 -1
  22. data/docs/Puppeteer/Device.html +1 -1
  23. data/docs/Puppeteer/Devices.html +1 -1
  24. data/docs/Puppeteer/ElementHandle.html +1 -1
  25. data/docs/Puppeteer/ElementHandle/BoundingBox.html +507 -0
  26. data/docs/Puppeteer/ElementHandle/BoxModel.html +404 -0
  27. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +1 -1
  28. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +1 -1
  29. data/docs/Puppeteer/ElementHandle/Point.html +1 -1
  30. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  31. data/docs/Puppeteer/EmulationManager.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable.html +1 -1
  33. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  37. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  38. data/docs/Puppeteer/FileChooser.html +1 -1
  39. data/docs/Puppeteer/Frame.html +425 -289
  40. data/docs/Puppeteer/FrameManager.html +1 -1
  41. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  42. data/docs/Puppeteer/IfPresent.html +1 -1
  43. data/docs/Puppeteer/JSHandle.html +1 -1
  44. data/docs/Puppeteer/Keyboard.html +1 -1
  45. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  46. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  47. data/docs/Puppeteer/Launcher.html +1 -1
  48. data/docs/Puppeteer/Launcher/Base.html +1 -1
  49. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  50. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  51. data/docs/Puppeteer/Launcher/Chrome.html +1 -1
  52. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  53. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  54. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  58. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  59. data/docs/Puppeteer/Mouse.html +31 -41
  60. data/docs/Puppeteer/Mouse/Button.html +1 -1
  61. data/docs/Puppeteer/NetworkManager.html +1 -1
  62. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  63. data/docs/Puppeteer/Page.html +1 -1
  64. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  65. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  66. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  67. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  68. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  69. data/docs/Puppeteer/RemoteObject.html +1 -1
  70. data/docs/Puppeteer/Target.html +1 -1
  71. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  72. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  73. data/docs/Puppeteer/TimeoutError.html +1 -1
  74. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  75. data/docs/Puppeteer/TouchScreen.html +1 -1
  76. data/docs/Puppeteer/Viewport.html +1 -1
  77. data/docs/Puppeteer/WaitTask.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  79. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  80. data/docs/Puppeteer/WebSocket.html +1 -1
  81. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  82. data/docs/Puppeteer/WebSocket/TransportError.html +124 -0
  83. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  84. data/docs/_index.html +5 -12
  85. data/docs/class_list.html +1 -1
  86. data/docs/file.README.html +1 -1
  87. data/docs/index.html +1 -1
  88. data/docs/method_list.html +402 -386
  89. data/docs/top-level-namespace.html +1 -1
  90. data/lib/puppeteer/browser.rb +17 -1
  91. data/lib/puppeteer/connection.rb +13 -1
  92. data/lib/puppeteer/dom_world.rb +7 -6
  93. data/lib/puppeteer/frame.rb +19 -1
  94. data/lib/puppeteer/mouse.rb +3 -8
  95. data/lib/puppeteer/page.rb +1 -1
  96. data/lib/puppeteer/version.rb +1 -1
  97. metadata +5 -2
@@ -2400,7 +2400,7 @@
2400
2400
  </div>
2401
2401
 
2402
2402
  <div id="footer">
2403
- Generated on Fri Jun 12 12:38:34 2020 by
2403
+ Generated on Sat Jun 20 17:15:07 2020 by
2404
2404
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2405
2405
  0.9.24 (ruby-2.6.3).
2406
2406
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Fri Jun 12 12:38:34 2020 by
117
+ Generated on Sat Jun 20 17:15:07 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Fri Jun 12 12:38:32 2020 by
215
+ Generated on Sat Jun 20 17:15:05 2020 by
216
216
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217
217
  0.9.24 (ruby-2.6.3).
218
218
  </div>
@@ -1342,7 +1342,7 @@
1342
1342
  </div>
1343
1343
 
1344
1344
  <div id="footer">
1345
- Generated on Fri Jun 12 12:38:34 2020 by
1345
+ Generated on Sat Jun 20 17:15:07 2020 by
1346
1346
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1347
1347
  0.9.24 (ruby-2.6.3).
1348
1348
  </div>
@@ -1547,7 +1547,7 @@
1547
1547
  </div>
1548
1548
 
1549
1549
  <div id="footer">
1550
- Generated on Fri Jun 12 12:38:34 2020 by
1550
+ Generated on Sat Jun 20 17:15:07 2020 by
1551
1551
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1552
1552
  0.9.24 (ruby-2.6.3).
1553
1553
  </div>
@@ -821,7 +821,7 @@
821
821
  </div>
822
822
 
823
823
  <div id="footer">
824
- Generated on Fri Jun 12 12:38:35 2020 by
824
+ Generated on Sat Jun 20 17:15:08 2020 by
825
825
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
826
826
  0.9.24 (ruby-2.6.3).
827
827
  </div>
@@ -593,7 +593,7 @@
593
593
  </div>
594
594
 
595
595
  <div id="footer">
596
- Generated on Fri Jun 12 12:38:35 2020 by
596
+ Generated on Sat Jun 20 17:15:08 2020 by
597
597
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
598
598
  0.9.24 (ruby-2.6.3).
599
599
  </div>
@@ -227,7 +227,7 @@ timeout = 30000
227
227
  </div>
228
228
 
229
229
  <div id="footer">
230
- Generated on Fri Jun 12 12:38:32 2020 by
230
+ Generated on Sat Jun 20 17:15:05 2020 by
231
231
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
232
  0.9.24 (ruby-2.6.3).
233
233
  </div>
@@ -375,7 +375,7 @@
375
375
  </div>
376
376
 
377
377
  <div id="footer">
378
- Generated on Fri Jun 12 12:38:34 2020 by
378
+ Generated on Sat Jun 20 17:15:07 2020 by
379
379
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380
380
  0.9.24 (ruby-2.6.3).
381
381
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Fri Jun 12 12:38:34 2020 by
117
+ Generated on Sat Jun 20 17:15:07 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -431,7 +431,7 @@
431
431
  </div>
432
432
 
433
433
  <div id="footer">
434
- Generated on Fri Jun 12 12:38:35 2020 by
434
+ Generated on Sat Jun 20 17:15:08 2020 by
435
435
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
436
436
  0.9.24 (ruby-2.6.3).
437
437
  </div>
@@ -659,7 +659,7 @@
659
659
  </div>
660
660
 
661
661
  <div id="footer">
662
- Generated on Fri Jun 12 12:38:35 2020 by
662
+ Generated on Sat Jun 20 17:15:08 2020 by
663
663
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
664
  0.9.24 (ruby-2.6.3).
665
665
  </div>
@@ -372,7 +372,7 @@
372
372
  </div>
373
373
 
374
374
  <div id="footer">
375
- Generated on Fri Jun 12 12:38:35 2020 by
375
+ Generated on Sat Jun 20 17:15:08 2020 by
376
376
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
377
377
  0.9.24 (ruby-2.6.3).
378
378
  </div>
@@ -521,7 +521,7 @@
521
521
  </div>
522
522
 
523
523
  <div id="footer">
524
- Generated on Fri Jun 12 12:38:35 2020 by
524
+ Generated on Sat Jun 20 17:15:08 2020 by
525
525
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
526
526
  0.9.24 (ruby-2.6.3).
527
527
  </div>
@@ -883,7 +883,7 @@
883
883
  </div>
884
884
 
885
885
  <div id="footer">
886
- Generated on Fri Jun 12 12:38:35 2020 by
886
+ Generated on Sat Jun 20 17:15:08 2020 by
887
887
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
888
888
  0.9.24 (ruby-2.6.3).
889
889
  </div>
@@ -824,7 +824,7 @@
824
824
  </div>
825
825
 
826
826
  <div id="footer">
827
- Generated on Fri Jun 12 12:38:35 2020 by
827
+ Generated on Sat Jun 20 17:15:08 2020 by
828
828
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
829
829
  0.9.24 (ruby-2.6.3).
830
830
  </div>
@@ -353,7 +353,7 @@
353
353
  </div>
354
354
 
355
355
  <div id="footer">
356
- Generated on Fri Jun 12 12:38:35 2020 by
356
+ Generated on Sat Jun 20 17:15:08 2020 by
357
357
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
358
358
  0.9.24 (ruby-2.6.3).
359
359
  </div>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Jun 12 12:38:35 2020 by
199
+ Generated on Sat Jun 20 17:15:08 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Fri Jun 12 12:38:35 2020 by
117
+ Generated on Sat Jun 20 17:15:08 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>
@@ -490,12 +490,12 @@
490
490
  <pre class="lines">
491
491
 
492
492
 
493
- 82
494
- 83
495
- 84</pre>
493
+ 77
494
+ 78
495
+ 79</pre>
496
496
  </td>
497
497
  <td>
498
- <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 82</span>
498
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 77</span>
499
499
 
500
500
  <span class='id identifier rubyid_async'>async</span> <span class='kw'>def</span> <span class='id identifier rubyid_async_click'>async_click</span><span class='lparen'>(</span><span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='comma'>,</span> <span class='label'>delay:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>button:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
501
501
  <span class='id identifier rubyid_click'>click</span><span class='lparen'>(</span><span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='comma'>,</span> <span class='label'>delay:</span> <span class='id identifier rubyid_delay'>delay</span><span class='comma'>,</span> <span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span>
@@ -557,12 +557,12 @@
557
557
  <pre class="lines">
558
558
 
559
559
 
560
- 101
561
- 102
562
- 103</pre>
560
+ 96
561
+ 97
562
+ 98</pre>
563
563
  </td>
564
564
  <td>
565
- <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 101</span>
565
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 96</span>
566
566
 
567
567
  <span class='id identifier rubyid_async'>async</span> <span class='kw'>def</span> <span class='id identifier rubyid_async_down'>async_down</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
568
568
  <span class='id identifier rubyid_down'>down</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span>
@@ -713,12 +713,12 @@
713
713
  <pre class="lines">
714
714
 
715
715
 
716
- 120
717
- 121
718
- 122</pre>
716
+ 115
717
+ 116
718
+ 117</pre>
719
719
  </td>
720
720
  <td>
721
- <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 120</span>
721
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 115</span>
722
722
 
723
723
  <span class='id identifier rubyid_async'>async</span> <span class='kw'>def</span> <span class='id identifier rubyid_async_up'>async_up</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
724
724
  <span class='id identifier rubyid_up'>up</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span>
@@ -802,12 +802,7 @@
802
802
  68
803
803
  69
804
804
  70
805
- 71
806
- 72
807
- 73
808
- 74
809
- 75
810
- 76</pre>
805
+ 71</pre>
811
806
  </td>
812
807
  <td>
813
808
  <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 58</span>
@@ -818,18 +813,13 @@
818
813
  </span> <span class='comment'># D, [2020-04-15T17:09:47.898422 #88683] DEBUG -- : SEND &gt;&gt; {&quot;sessionId&quot;:&quot;0B09EA5E18DEE403E525B3E7FCD7E225&quot;,&quot;method&quot;:&quot;Input.dispatchMouseEvent&quot;,&quot;params&quot;:{&quot;type&quot;:&quot;mouseReleased&quot;,&quot;button&quot;:&quot;left&quot;,&quot;x&quot;:0,&quot;y&quot;:0,&quot;modifiers&quot;:0,&quot;clickCount&quot;:1},&quot;id&quot;:24}
819
814
  </span> <span class='comment'># D, [2020-04-15T17:09:47.899711 #88683] DEBUG -- : SEND &gt;&gt; {&quot;sessionId&quot;:&quot;0B09EA5E18DEE403E525B3E7FCD7E225&quot;,&quot;method&quot;:&quot;Input.dispatchMouseEvent&quot;,&quot;params&quot;:{&quot;type&quot;:&quot;mousePressed&quot;,&quot;button&quot;:&quot;left&quot;,&quot;x&quot;:0,&quot;y&quot;:0,&quot;modifiers&quot;:0,&quot;clickCount&quot;:1},&quot;id&quot;:25}
820
815
  </span> <span class='comment'># D, [2020-04-15T17:09:47.900237 #88683] DEBUG -- : SEND &gt;&gt; {&quot;sessionId&quot;:&quot;0B09EA5E18DEE403E525B3E7FCD7E225&quot;,&quot;method&quot;:&quot;Input.dispatchMouseEvent&quot;,&quot;params&quot;:{&quot;type&quot;:&quot;mouseMoved&quot;,&quot;button&quot;:&quot;left&quot;,&quot;x&quot;:187,&quot;y&quot;:283,&quot;modifiers&quot;:0},&quot;id&quot;:26}
821
- </span> <span class='comment'># So we execute move in advance.
816
+ </span> <span class='comment'># So we execute them sequential
822
817
  </span> <span class='id identifier rubyid_move'>move</span><span class='lparen'>(</span><span class='id identifier rubyid_x'>x</span><span class='comma'>,</span> <span class='id identifier rubyid_y'>y</span><span class='rparen'>)</span>
818
+ <span class='id identifier rubyid_down'>down</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span>
823
819
  <span class='kw'>if</span> <span class='id identifier rubyid_delay'>delay</span>
824
- <span class='id identifier rubyid_down'>down</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span>
825
820
  <span class='id identifier rubyid_sleep'>sleep</span><span class='lparen'>(</span><span class='id identifier rubyid_delay'>delay</span> <span class='op'>/</span> <span class='float'>1000.0</span><span class='rparen'>)</span>
826
- <span class='id identifier rubyid_up'>up</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span>
827
- <span class='kw'>else</span>
828
- <span class='id identifier rubyid_await_all'><span class='object_link'><a href="ConcurrentRubyUtils.html#await_all-instance_method" title="Puppeteer::ConcurrentRubyUtils#await_all (method)">await_all</a></span></span><span class='lparen'>(</span>
829
- <span class='id identifier rubyid_async_down'>async_down</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span><span class='comma'>,</span>
830
- <span class='id identifier rubyid_async_up'>async_up</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span><span class='comma'>,</span>
831
- <span class='rparen'>)</span>
832
821
  <span class='kw'>end</span>
822
+ <span class='id identifier rubyid_up'>up</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='id identifier rubyid_button'>button</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='id identifier rubyid_click_count'>click_count</span><span class='rparen'>)</span>
833
823
  <span class='kw'>end</span></pre>
834
824
  </td>
835
825
  </tr>
@@ -875,20 +865,20 @@
875
865
  <pre class="lines">
876
866
 
877
867
 
868
+ 82
869
+ 83
870
+ 84
871
+ 85
872
+ 86
878
873
  87
879
874
  88
880
875
  89
881
876
  90
882
877
  91
883
- 92
884
- 93
885
- 94
886
- 95
887
- 96
888
- 97</pre>
878
+ 92</pre>
889
879
  </td>
890
880
  <td>
891
- <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 87</span>
881
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 82</span>
892
882
 
893
883
  <span class='kw'>def</span> <span class='id identifier rubyid_down'>down</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
894
884
  <span class='ivar'>@button</span> <span class='op'>=</span> <span class='id identifier rubyid_button'>button</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="Mouse/Button.html" title="Puppeteer::Mouse::Button (module)">Button</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Mouse/Button.html#LEFT-constant" title="Puppeteer::Mouse::Button::LEFT (constant)">LEFT</a></span></span>
@@ -1059,20 +1049,20 @@
1059
1049
  <pre class="lines">
1060
1050
 
1061
1051
 
1052
+ 101
1053
+ 102
1054
+ 103
1055
+ 104
1056
+ 105
1062
1057
  106
1063
1058
  107
1064
1059
  108
1065
1060
  109
1066
1061
  110
1067
- 111
1068
- 112
1069
- 113
1070
- 114
1071
- 115
1072
- 116</pre>
1062
+ 111</pre>
1073
1063
  </td>
1074
1064
  <td>
1075
- <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 106</span>
1065
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/mouse.rb', line 101</span>
1076
1066
 
1077
1067
  <span class='kw'>def</span> <span class='id identifier rubyid_up'>up</span><span class='lparen'>(</span><span class='label'>button:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>click_count:</span> <span class='kw'>nil</span><span class='rparen'>)</span>
1078
1068
  <span class='ivar'>@button</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Mouse/Button.html" title="Puppeteer::Mouse::Button (module)">Button</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Mouse/Button.html#NONE-constant" title="Puppeteer::Mouse::Button::NONE (constant)">NONE</a></span></span>
@@ -1095,7 +1085,7 @@
1095
1085
  </div>
1096
1086
 
1097
1087
  <div id="footer">
1098
- Generated on Fri Jun 12 12:38:33 2020 by
1088
+ Generated on Sat Jun 20 17:15:06 2020 by
1099
1089
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1100
1090
  0.9.24 (ruby-2.6.3).
1101
1091
  </div>
@@ -126,7 +126,7 @@
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Fri Jun 12 12:38:32 2020 by
129
+ Generated on Sat Jun 20 17:15:05 2020 by
130
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.24 (ruby-2.6.3).
132
132
  </div>
@@ -891,7 +891,7 @@
891
891
  </div>
892
892
 
893
893
  <div id="footer">
894
- Generated on Fri Jun 12 12:38:35 2020 by
894
+ Generated on Sat Jun 20 17:15:08 2020 by
895
895
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
896
896
  0.9.24 (ruby-2.6.3).
897
897
  </div>
@@ -375,7 +375,7 @@
375
375
  </div>
376
376
 
377
377
  <div id="footer">
378
- Generated on Fri Jun 12 12:38:35 2020 by
378
+ Generated on Sat Jun 20 17:15:08 2020 by
379
379
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380
380
  0.9.24 (ruby-2.6.3).
381
381
  </div>
@@ -5960,7 +5960,7 @@ await this._client.send('Emulation.setGeolocationOverride', latitude, ac
5960
5960
  </div>
5961
5961
 
5962
5962
  <div id="footer">
5963
- Generated on Fri Jun 12 12:38:33 2020 by
5963
+ Generated on Sat Jun 20 17:15:06 2020 by
5964
5964
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
5965
5965
  0.9.24 (ruby-2.6.3).
5966
5966
  </div>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Fri Jun 12 12:38:33 2020 by
199
+ Generated on Sat Jun 20 17:15:06 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -835,7 +835,7 @@
835
835
  </div>
836
836
 
837
837
  <div id="footer">
838
- Generated on Fri Jun 12 12:38:35 2020 by
838
+ Generated on Sat Jun 20 17:15:08 2020 by
839
839
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
840
840
  0.9.24 (ruby-2.6.3).
841
841
  </div>
@@ -545,7 +545,7 @@ if (items.length)
545
545
  </div>
546
546
 
547
547
  <div id="footer">
548
- Generated on Fri Jun 12 12:38:33 2020 by
548
+ Generated on Sat Jun 20 17:15:06 2020 by
549
549
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
550
550
  0.9.24 (ruby-2.6.3).
551
551
  </div>
@@ -438,7 +438,7 @@
438
438
  </div>
439
439
 
440
440
  <div id="footer">
441
- Generated on Fri Jun 12 12:38:33 2020 by
441
+ Generated on Sat Jun 20 17:15:06 2020 by
442
442
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
443
443
  0.9.24 (ruby-2.6.3).
444
444
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Fri Jun 12 12:38:33 2020 by
117
+ Generated on Sat Jun 20 17:15:06 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -1077,7 +1077,7 @@
1077
1077
  </div>
1078
1078
 
1079
1079
  <div id="footer">
1080
- Generated on Fri Jun 12 12:38:34 2020 by
1080
+ Generated on Sat Jun 20 17:15:07 2020 by
1081
1081
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1082
1082
  0.9.24 (ruby-2.6.3).
1083
1083
  </div>
@@ -1326,7 +1326,7 @@
1326
1326
  </div>
1327
1327
 
1328
1328
  <div id="footer">
1329
- Generated on Fri Jun 12 12:38:33 2020 by
1329
+ Generated on Sat Jun 20 17:15:06 2020 by
1330
1330
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1331
1331
  0.9.24 (ruby-2.6.3).
1332
1332
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Fri Jun 12 12:38:33 2020 by
117
+ Generated on Sat Jun 20 17:15:06 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>