isomorfeus-puppetmaster 0.5.0 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (317) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -13
  3. data/lib/isomorfeus/puppetmaster/driver/puppeteer.rb +3 -3
  4. data/lib/isomorfeus/puppetmaster/driver/puppeteer_document.rb +30 -30
  5. data/lib/isomorfeus/puppetmaster/driver/puppeteer_node.rb +4 -4
  6. data/lib/isomorfeus/puppetmaster/node.rb +3 -3
  7. data/lib/isomorfeus/puppetmaster/server.rb +1 -1
  8. data/lib/isomorfeus/puppetmaster/server_registration.rb +3 -3
  9. data/lib/isomorfeus/puppetmaster/version.rb +1 -1
  10. data/lib/isomorfeus/puppetmaster.rb +2 -2
  11. data/lib/isomorfeus-puppetmaster.rb +8 -2
  12. data/node_modules/.package-lock.json +56 -45
  13. data/node_modules/debug/package.json +1 -1
  14. data/node_modules/debug/src/common.js +14 -1
  15. data/node_modules/{mkdirp → mkdirp-classic}/LICENSE +2 -2
  16. data/node_modules/mkdirp-classic/README.md +18 -0
  17. data/node_modules/{mkdirp → mkdirp-classic}/index.js +2 -3
  18. data/node_modules/mkdirp-classic/package.json +18 -0
  19. data/node_modules/node-fetch/lib/index.es.js +25 -3
  20. data/node_modules/node-fetch/lib/index.js +25 -3
  21. data/node_modules/node-fetch/lib/index.mjs +25 -3
  22. data/node_modules/node-fetch/package.json +8 -6
  23. data/node_modules/progress/lib/node-progress.js +4 -3
  24. data/node_modules/progress/package.json +1 -1
  25. data/node_modules/puppeteer-core/CHANGELOG.md +64 -0
  26. data/node_modules/puppeteer-core/README.md +13 -15
  27. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/AriaQueryHandler.d.ts.map +1 -1
  28. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/AriaQueryHandler.js +5 -5
  29. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/AriaQueryHandler.js.map +1 -1
  30. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.d.ts +20 -2
  31. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.d.ts.map +1 -1
  32. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.js +20 -7
  33. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser.js.map +1 -1
  34. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/BrowserConnector.js +2 -2
  35. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/BrowserConnector.js.map +1 -1
  36. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.d.ts +8 -2
  37. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.d.ts.map +1 -1
  38. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js +26 -8
  39. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Connection.js.map +1 -1
  40. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Coverage.d.ts +18 -2
  41. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Coverage.d.ts.map +1 -1
  42. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Coverage.js +16 -9
  43. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Coverage.js.map +1 -1
  44. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.d.ts +4 -1
  45. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.d.ts.map +1 -1
  46. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.js +26 -18
  47. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DOMWorld.js.map +1 -1
  48. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DeviceDescriptors.d.ts.map +1 -1
  49. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DeviceDescriptors.js +120 -0
  50. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/DeviceDescriptors.js.map +1 -1
  51. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Dialog.js +2 -2
  52. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Dialog.js.map +1 -1
  53. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.d.ts +10 -1
  54. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.d.ts.map +1 -1
  55. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.js +9 -1
  56. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Errors.js.map +1 -1
  57. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EvalTypes.d.ts +1 -1
  58. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EvalTypes.d.ts.map +1 -1
  59. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.js +1 -1
  60. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/EventEmitter.js.map +1 -1
  61. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.js +8 -8
  62. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/ExecutionContext.js.map +1 -1
  63. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FileChooser.js +2 -2
  64. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FileChooser.js.map +1 -1
  65. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.d.ts +21 -9
  66. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.d.ts.map +1 -1
  67. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.js +157 -74
  68. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/FrameManager.js.map +1 -1
  69. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.d.ts +5 -0
  70. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.d.ts.map +1 -1
  71. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.js +32 -29
  72. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPRequest.js.map +1 -1
  73. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.d.ts.map +1 -1
  74. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.js +14 -4
  75. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/HTTPResponse.js.map +1 -1
  76. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.d.ts +2 -3
  77. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.d.ts.map +1 -1
  78. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.js +3 -4
  79. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Input.js.map +1 -1
  80. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.d.ts +27 -5
  81. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.d.ts.map +1 -1
  82. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.js +46 -21
  83. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/JSHandle.js.map +1 -1
  84. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/LifecycleWatcher.js +1 -1
  85. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/LifecycleWatcher.js.map +1 -1
  86. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.d.ts +1 -0
  87. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.d.ts.map +1 -1
  88. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.js +7 -5
  89. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/NetworkManager.js.map +1 -1
  90. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PDFOptions.d.ts +5 -0
  91. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PDFOptions.d.ts.map +1 -1
  92. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/PDFOptions.js.map +1 -1
  93. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.d.ts +51 -6
  94. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.d.ts.map +1 -1
  95. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.js +157 -50
  96. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Page.js.map +1 -1
  97. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Puppeteer.js +5 -5
  98. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Puppeteer.js.map +1 -1
  99. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.d.ts +3 -1
  100. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.d.ts.map +1 -1
  101. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.js +3 -2
  102. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Target.js.map +1 -1
  103. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.d.ts +21 -0
  104. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.d.ts.map +1 -0
  105. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.js +30 -0
  106. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/TaskQueue.js.map +1 -0
  107. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Tracing.d.ts.map +1 -1
  108. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Tracing.js +9 -3
  109. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Tracing.js.map +1 -1
  110. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/assert.d.ts +1 -0
  111. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/assert.d.ts.map +1 -1
  112. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/assert.js +6 -1
  113. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/assert.js.map +1 -1
  114. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/helper.js +5 -5
  115. data/node_modules/puppeteer-core/lib/cjs/puppeteer/common/helper.js.map +1 -1
  116. data/node_modules/puppeteer-core/lib/cjs/puppeteer/global.d.ts +17 -0
  117. data/node_modules/puppeteer-core/lib/cjs/puppeteer/global.d.ts.map +1 -0
  118. data/node_modules/puppeteer-core/lib/cjs/puppeteer/global.js +3 -0
  119. data/node_modules/puppeteer-core/lib/cjs/puppeteer/global.js.map +1 -0
  120. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserFetcher.d.ts.map +1 -1
  121. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserFetcher.js +20 -21
  122. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserFetcher.js.map +1 -1
  123. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.d.ts.map +1 -1
  124. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js +11 -5
  125. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/BrowserRunner.js.map +1 -1
  126. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/LaunchOptions.d.ts +6 -2
  127. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/LaunchOptions.d.ts.map +1 -1
  128. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Launcher.d.ts.map +1 -1
  129. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Launcher.js +30 -15
  130. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Launcher.js.map +1 -1
  131. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/NodeWebSocketTransport.d.ts.map +1 -1
  132. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/NodeWebSocketTransport.js +7 -1
  133. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/NodeWebSocketTransport.js.map +1 -1
  134. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Puppeteer.js +1 -1
  135. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/Puppeteer.js.map +1 -1
  136. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/install.d.ts.map +1 -1
  137. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/install.js +17 -3
  138. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node/install.js.map +1 -1
  139. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node-puppeteer-core.js +1 -1
  140. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node-puppeteer-core.js.map +1 -1
  141. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node.js +1 -1
  142. data/node_modules/puppeteer-core/lib/cjs/puppeteer/node.js.map +1 -1
  143. data/node_modules/puppeteer-core/lib/cjs/puppeteer/web.js +1 -1
  144. data/node_modules/puppeteer-core/lib/cjs/puppeteer/web.js.map +1 -1
  145. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.d.ts.map +1 -1
  146. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js +5 -5
  147. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js.map +1 -1
  148. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.d.ts +20 -2
  149. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.d.ts.map +1 -1
  150. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.js +16 -3
  151. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Browser.js.map +1 -1
  152. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.d.ts +8 -2
  153. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.d.ts.map +1 -1
  154. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.js +23 -5
  155. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Connection.js.map +1 -1
  156. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Coverage.d.ts +18 -2
  157. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Coverage.d.ts.map +1 -1
  158. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Coverage.js +10 -3
  159. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Coverage.js.map +1 -1
  160. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.d.ts +4 -1
  161. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.d.ts.map +1 -1
  162. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.js +16 -8
  163. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DOMWorld.js.map +1 -1
  164. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DeviceDescriptors.d.ts.map +1 -1
  165. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DeviceDescriptors.js +120 -0
  166. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/DeviceDescriptors.js.map +1 -1
  167. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.d.ts +10 -1
  168. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.d.ts.map +1 -1
  169. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.js +7 -0
  170. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.js.map +1 -1
  171. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EvalTypes.d.ts +1 -1
  172. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/EvalTypes.d.ts.map +1 -1
  173. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.d.ts +21 -9
  174. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.d.ts.map +1 -1
  175. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.js +152 -69
  176. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/FrameManager.js.map +1 -1
  177. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.d.ts +5 -0
  178. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.d.ts.map +1 -1
  179. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.js +22 -19
  180. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPRequest.js.map +1 -1
  181. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.d.ts.map +1 -1
  182. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.js +14 -4
  183. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/HTTPResponse.js.map +1 -1
  184. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.d.ts +2 -3
  185. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.d.ts.map +1 -1
  186. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.js +2 -3
  187. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Input.js.map +1 -1
  188. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.d.ts +27 -5
  189. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.d.ts.map +1 -1
  190. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.js +35 -10
  191. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/JSHandle.js.map +1 -1
  192. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.d.ts +1 -0
  193. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.d.ts.map +1 -1
  194. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.js +6 -4
  195. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManager.js.map +1 -1
  196. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.d.ts +5 -0
  197. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.d.ts.map +1 -1
  198. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.js.map +1 -1
  199. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.d.ts +51 -6
  200. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.d.ts.map +1 -1
  201. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.js +136 -29
  202. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Page.js.map +1 -1
  203. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.d.ts +3 -1
  204. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.d.ts.map +1 -1
  205. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.js +3 -2
  206. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Target.js.map +1 -1
  207. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.d.ts +21 -0
  208. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.d.ts.map +1 -0
  209. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js +26 -0
  210. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js.map +1 -0
  211. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Tracing.d.ts.map +1 -1
  212. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Tracing.js +8 -2
  213. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/Tracing.js.map +1 -1
  214. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/assert.d.ts +1 -0
  215. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/assert.d.ts.map +1 -1
  216. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/assert.js +4 -0
  217. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/assert.js.map +1 -1
  218. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/helper.js +1 -1
  219. data/node_modules/puppeteer-core/lib/esm/puppeteer/common/helper.js.map +1 -1
  220. data/node_modules/puppeteer-core/lib/esm/puppeteer/global.d.ts +17 -0
  221. data/node_modules/puppeteer-core/lib/esm/puppeteer/global.d.ts.map +1 -0
  222. data/node_modules/puppeteer-core/lib/esm/puppeteer/global.js +2 -0
  223. data/node_modules/puppeteer-core/lib/esm/puppeteer/global.js.map +1 -0
  224. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserFetcher.d.ts.map +1 -1
  225. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserFetcher.js +9 -10
  226. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserFetcher.js.map +1 -1
  227. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserRunner.d.ts.map +1 -1
  228. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserRunner.js +7 -1
  229. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/BrowserRunner.js.map +1 -1
  230. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/LaunchOptions.d.ts +6 -2
  231. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/LaunchOptions.d.ts.map +1 -1
  232. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Launcher.d.ts.map +1 -1
  233. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Launcher.js +27 -12
  234. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/Launcher.js.map +1 -1
  235. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/NodeWebSocketTransport.d.ts.map +1 -1
  236. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/NodeWebSocketTransport.js +7 -1
  237. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/NodeWebSocketTransport.js.map +1 -1
  238. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/install.d.ts.map +1 -1
  239. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/install.js +17 -3
  240. data/node_modules/puppeteer-core/lib/esm/puppeteer/node/install.js.map +1 -1
  241. data/node_modules/puppeteer-core/lib/types.d.ts +3898 -3710
  242. data/node_modules/puppeteer-core/package.json +35 -41
  243. data/node_modules/tar-fs/.travis.yml +2 -1
  244. data/node_modules/tar-fs/README.md +4 -2
  245. data/node_modules/tar-fs/index.js +11 -8
  246. data/node_modules/tar-fs/package.json +4 -4
  247. data/node_modules/tar-fs/test/index.js +1 -1
  248. data/node_modules/tr46/.npmignore +4 -0
  249. data/node_modules/tr46/index.js +193 -0
  250. data/node_modules/tr46/lib/.gitkeep +0 -0
  251. data/node_modules/tr46/lib/mappingTable.json +1 -0
  252. data/node_modules/tr46/package.json +31 -0
  253. data/node_modules/unbzip2-stream/README.md +1 -1
  254. data/node_modules/unbzip2-stream/dist/unbzip2-stream.min.js +1 -1
  255. data/node_modules/unbzip2-stream/index.js +3 -2
  256. data/node_modules/unbzip2-stream/lib/bzip2.js +4 -6
  257. data/node_modules/unbzip2-stream/package.json +1 -1
  258. data/node_modules/webidl-conversions/LICENSE.md +12 -0
  259. data/node_modules/webidl-conversions/README.md +53 -0
  260. data/node_modules/webidl-conversions/lib/index.js +189 -0
  261. data/node_modules/webidl-conversions/package.json +23 -0
  262. data/node_modules/whatwg-url/LICENSE.txt +21 -0
  263. data/node_modules/whatwg-url/README.md +67 -0
  264. data/node_modules/whatwg-url/lib/URL-impl.js +200 -0
  265. data/node_modules/whatwg-url/lib/URL.js +196 -0
  266. data/node_modules/whatwg-url/lib/public-api.js +11 -0
  267. data/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
  268. data/node_modules/whatwg-url/lib/utils.js +20 -0
  269. data/node_modules/whatwg-url/package.json +32 -0
  270. data/node_modules/ws/LICENSE +0 -2
  271. data/node_modules/ws/README.md +49 -52
  272. data/node_modules/ws/index.js +3 -0
  273. data/node_modules/ws/lib/buffer-util.js +3 -6
  274. data/node_modules/ws/lib/constants.js +3 -1
  275. data/node_modules/ws/lib/event-target.js +172 -90
  276. data/node_modules/ws/lib/extension.js +8 -28
  277. data/node_modules/ws/lib/permessage-deflate.js +10 -16
  278. data/node_modules/ws/lib/receiver.js +143 -38
  279. data/node_modules/ws/lib/sender.js +29 -12
  280. data/node_modules/ws/lib/stream.js +20 -5
  281. data/node_modules/ws/lib/subprotocol.js +62 -0
  282. data/node_modules/ws/lib/validation.js +28 -8
  283. data/node_modules/ws/lib/websocket-server.js +129 -62
  284. data/node_modules/ws/lib/websocket.js +311 -104
  285. data/node_modules/ws/package.json +10 -5
  286. data/node_modules/ws/wrapper.mjs +8 -0
  287. data/package.json +1 -1
  288. metadata +79 -57
  289. data/node_modules/.bin/mkdirp +0 -12
  290. data/node_modules/.bin/mkdirp.cmd +0 -17
  291. data/node_modules/.bin/mkdirp.ps1 +0 -28
  292. data/node_modules/minimist/.travis.yml +0 -8
  293. data/node_modules/minimist/LICENSE +0 -18
  294. data/node_modules/minimist/example/parse.js +0 -2
  295. data/node_modules/minimist/index.js +0 -245
  296. data/node_modules/minimist/package.json +0 -45
  297. data/node_modules/minimist/readme.markdown +0 -95
  298. data/node_modules/minimist/test/all_bool.js +0 -32
  299. data/node_modules/minimist/test/bool.js +0 -178
  300. data/node_modules/minimist/test/dash.js +0 -31
  301. data/node_modules/minimist/test/default_bool.js +0 -35
  302. data/node_modules/minimist/test/dotted.js +0 -22
  303. data/node_modules/minimist/test/kv_short.js +0 -16
  304. data/node_modules/minimist/test/long.js +0 -31
  305. data/node_modules/minimist/test/num.js +0 -36
  306. data/node_modules/minimist/test/parse.js +0 -197
  307. data/node_modules/minimist/test/parse_modified.js +0 -9
  308. data/node_modules/minimist/test/proto.js +0 -44
  309. data/node_modules/minimist/test/short.js +0 -67
  310. data/node_modules/minimist/test/stop_early.js +0 -15
  311. data/node_modules/minimist/test/unknown.js +0 -102
  312. data/node_modules/minimist/test/whitespace.js +0 -8
  313. data/node_modules/mkdirp/bin/cmd.js +0 -33
  314. data/node_modules/mkdirp/bin/usage.txt +0 -12
  315. data/node_modules/mkdirp/package.json +0 -34
  316. data/node_modules/mkdirp/readme.markdown +0 -100
  317. data/node_modules/node-fetch/CHANGELOG.md +0 -272
@@ -17,7 +17,7 @@ function mkdirP (p, opts, f, made) {
17
17
  var xfs = opts.fs || fs;
18
18
 
19
19
  if (mode === undefined) {
20
- mode = _0777
20
+ mode = _0777 & (~process.umask());
21
21
  }
22
22
  if (!made) made = null;
23
23
 
@@ -31,7 +31,6 @@ function mkdirP (p, opts, f, made) {
31
31
  }
32
32
  switch (er.code) {
33
33
  case 'ENOENT':
34
- if (path.dirname(p) === p) return cb(er);
35
34
  mkdirP(path.dirname(p), opts, function (er, made) {
36
35
  if (er) cb(er, made);
37
36
  else mkdirP(p, opts, cb, made);
@@ -62,7 +61,7 @@ mkdirP.sync = function sync (p, opts, made) {
62
61
  var xfs = opts.fs || fs;
63
62
 
64
63
  if (mode === undefined) {
65
- mode = _0777
64
+ mode = _0777 & (~process.umask());
66
65
  }
67
66
  if (!made) made = null;
68
67
 
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "mkdirp-classic",
3
+ "version": "0.5.3",
4
+ "description": "Mirror of mkdirp 0.5.2",
5
+ "main": "index.js",
6
+ "dependencies": {},
7
+ "devDependencies": {},
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/mafintosh/mkdirp-classic.git"
11
+ },
12
+ "author": "Mathias Buus (@mafintosh)",
13
+ "license": "MIT",
14
+ "bugs": {
15
+ "url": "https://github.com/mafintosh/mkdirp-classic/issues"
16
+ },
17
+ "homepage": "https://github.com/mafintosh/mkdirp-classic"
18
+ }
@@ -3,6 +3,7 @@ process.emitWarning("The .es.js file is deprecated. Use .mjs instead.");
3
3
  import Stream from 'stream';
4
4
  import http from 'http';
5
5
  import Url from 'url';
6
+ import whatwgUrl from 'whatwg-url';
6
7
  import https from 'https';
7
8
  import zlib from 'zlib';
8
9
 
@@ -1137,11 +1138,32 @@ Object.defineProperty(Response.prototype, Symbol.toStringTag, {
1137
1138
  });
1138
1139
 
1139
1140
  const INTERNALS$2 = Symbol('Request internals');
1141
+ const URL = whatwgUrl.URL;
1140
1142
 
1141
1143
  // fix an issue where "format", "parse" aren't a named export for node <10
1142
1144
  const parse_url = Url.parse;
1143
1145
  const format_url = Url.format;
1144
1146
 
1147
+ /**
1148
+ * Wrapper around `new URL` to handle arbitrary URLs
1149
+ *
1150
+ * @param {string} urlStr
1151
+ * @return {void}
1152
+ */
1153
+ function parseURL(urlStr) {
1154
+ /*
1155
+ Check whether the URL is absolute or not
1156
+ Scheme: https://tools.ietf.org/html/rfc3986#section-3.1
1157
+ Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3
1158
+ */
1159
+ if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) {
1160
+ urlStr = new URL(urlStr).toString();
1161
+ }
1162
+
1163
+ // Fallback to old implementation for arbitrary URLs
1164
+ return parse_url(urlStr);
1165
+ }
1166
+
1145
1167
  const streamDestructionSupported = 'destroy' in Stream.Readable.prototype;
1146
1168
 
1147
1169
  /**
@@ -1178,14 +1200,14 @@ class Request {
1178
1200
  // in order to support Node.js' Url objects; though WHATWG's URL objects
1179
1201
  // will fall into this branch also (since their `toString()` will return
1180
1202
  // `href` property anyway)
1181
- parsedURL = parse_url(input.href);
1203
+ parsedURL = parseURL(input.href);
1182
1204
  } else {
1183
1205
  // coerce input to a string before attempting to parse
1184
- parsedURL = parse_url(`${input}`);
1206
+ parsedURL = parseURL(`${input}`);
1185
1207
  }
1186
1208
  input = {};
1187
1209
  } else {
1188
- parsedURL = parse_url(input.url);
1210
+ parsedURL = parseURL(input.url);
1189
1211
  }
1190
1212
 
1191
1213
  let method = init.method || input.method || 'GET';
@@ -7,6 +7,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
7
7
  var Stream = _interopDefault(require('stream'));
8
8
  var http = _interopDefault(require('http'));
9
9
  var Url = _interopDefault(require('url'));
10
+ var whatwgUrl = _interopDefault(require('whatwg-url'));
10
11
  var https = _interopDefault(require('https'));
11
12
  var zlib = _interopDefault(require('zlib'));
12
13
 
@@ -1141,11 +1142,32 @@ Object.defineProperty(Response.prototype, Symbol.toStringTag, {
1141
1142
  });
1142
1143
 
1143
1144
  const INTERNALS$2 = Symbol('Request internals');
1145
+ const URL = whatwgUrl.URL;
1144
1146
 
1145
1147
  // fix an issue where "format", "parse" aren't a named export for node <10
1146
1148
  const parse_url = Url.parse;
1147
1149
  const format_url = Url.format;
1148
1150
 
1151
+ /**
1152
+ * Wrapper around `new URL` to handle arbitrary URLs
1153
+ *
1154
+ * @param {string} urlStr
1155
+ * @return {void}
1156
+ */
1157
+ function parseURL(urlStr) {
1158
+ /*
1159
+ Check whether the URL is absolute or not
1160
+ Scheme: https://tools.ietf.org/html/rfc3986#section-3.1
1161
+ Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3
1162
+ */
1163
+ if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) {
1164
+ urlStr = new URL(urlStr).toString();
1165
+ }
1166
+
1167
+ // Fallback to old implementation for arbitrary URLs
1168
+ return parse_url(urlStr);
1169
+ }
1170
+
1149
1171
  const streamDestructionSupported = 'destroy' in Stream.Readable.prototype;
1150
1172
 
1151
1173
  /**
@@ -1182,14 +1204,14 @@ class Request {
1182
1204
  // in order to support Node.js' Url objects; though WHATWG's URL objects
1183
1205
  // will fall into this branch also (since their `toString()` will return
1184
1206
  // `href` property anyway)
1185
- parsedURL = parse_url(input.href);
1207
+ parsedURL = parseURL(input.href);
1186
1208
  } else {
1187
1209
  // coerce input to a string before attempting to parse
1188
- parsedURL = parse_url(`${input}`);
1210
+ parsedURL = parseURL(`${input}`);
1189
1211
  }
1190
1212
  input = {};
1191
1213
  } else {
1192
- parsedURL = parse_url(input.url);
1214
+ parsedURL = parseURL(input.url);
1193
1215
  }
1194
1216
 
1195
1217
  let method = init.method || input.method || 'GET';
@@ -1,6 +1,7 @@
1
1
  import Stream from 'stream';
2
2
  import http from 'http';
3
3
  import Url from 'url';
4
+ import whatwgUrl from 'whatwg-url';
4
5
  import https from 'https';
5
6
  import zlib from 'zlib';
6
7
 
@@ -1135,11 +1136,32 @@ Object.defineProperty(Response.prototype, Symbol.toStringTag, {
1135
1136
  });
1136
1137
 
1137
1138
  const INTERNALS$2 = Symbol('Request internals');
1139
+ const URL = whatwgUrl.URL;
1138
1140
 
1139
1141
  // fix an issue where "format", "parse" aren't a named export for node <10
1140
1142
  const parse_url = Url.parse;
1141
1143
  const format_url = Url.format;
1142
1144
 
1145
+ /**
1146
+ * Wrapper around `new URL` to handle arbitrary URLs
1147
+ *
1148
+ * @param {string} urlStr
1149
+ * @return {void}
1150
+ */
1151
+ function parseURL(urlStr) {
1152
+ /*
1153
+ Check whether the URL is absolute or not
1154
+ Scheme: https://tools.ietf.org/html/rfc3986#section-3.1
1155
+ Absolute URL: https://tools.ietf.org/html/rfc3986#section-4.3
1156
+ */
1157
+ if (/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(urlStr)) {
1158
+ urlStr = new URL(urlStr).toString();
1159
+ }
1160
+
1161
+ // Fallback to old implementation for arbitrary URLs
1162
+ return parse_url(urlStr);
1163
+ }
1164
+
1143
1165
  const streamDestructionSupported = 'destroy' in Stream.Readable.prototype;
1144
1166
 
1145
1167
  /**
@@ -1176,14 +1198,14 @@ class Request {
1176
1198
  // in order to support Node.js' Url objects; though WHATWG's URL objects
1177
1199
  // will fall into this branch also (since their `toString()` will return
1178
1200
  // `href` property anyway)
1179
- parsedURL = parse_url(input.href);
1201
+ parsedURL = parseURL(input.href);
1180
1202
  } else {
1181
1203
  // coerce input to a string before attempting to parse
1182
- parsedURL = parse_url(`${input}`);
1204
+ parsedURL = parseURL(`${input}`);
1183
1205
  }
1184
1206
  input = {};
1185
1207
  } else {
1186
- parsedURL = parse_url(input.url);
1208
+ parsedURL = parseURL(input.url);
1187
1209
  }
1188
1210
 
1189
1211
  let method = init.method || input.method || 'GET';
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "node-fetch",
3
- "version": "2.6.1",
3
+ "version": "2.6.5",
4
4
  "description": "A light-weight module that brings window.fetch to node.js",
5
- "main": "lib/index",
5
+ "main": "lib/index.js",
6
6
  "browser": "./browser.js",
7
7
  "module": "lib/index.mjs",
8
8
  "files": [
@@ -36,6 +36,9 @@
36
36
  "url": "https://github.com/bitinn/node-fetch/issues"
37
37
  },
38
38
  "homepage": "https://github.com/bitinn/node-fetch",
39
+ "dependencies": {
40
+ "whatwg-url": "^5.0.0"
41
+ },
39
42
  "devDependencies": {
40
43
  "@ungap/url-search-params": "^0.1.2",
41
44
  "abort-controller": "^1.1.0",
@@ -48,7 +51,7 @@
48
51
  "chai-as-promised": "^7.1.1",
49
52
  "chai-iterator": "^1.1.1",
50
53
  "chai-string": "~1.3.0",
51
- "codecov": "^3.3.0",
54
+ "codecov": "3.3.0",
52
55
  "cross-env": "^5.2.0",
53
56
  "form-data": "^2.3.3",
54
57
  "is-builtin-module": "^1.0.0",
@@ -60,7 +63,6 @@
60
63
  "rollup": "^0.63.4",
61
64
  "rollup-plugin-babel": "^3.0.7",
62
65
  "string-to-arraybuffer": "^1.0.2",
63
- "whatwg-url": "^5.0.0"
64
- },
65
- "dependencies": {}
66
+ "teeny-request": "3.7.0"
67
+ }
66
68
  }
@@ -98,7 +98,7 @@ ProgressBar.prototype.tick = function(len, tokens){
98
98
 
99
99
  // progress complete
100
100
  if (this.curr >= this.total) {
101
- this.render();
101
+ this.render(undefined, true);
102
102
  this.complete = true;
103
103
  this.terminate();
104
104
  this.callback(this);
@@ -114,14 +114,15 @@ ProgressBar.prototype.tick = function(len, tokens){
114
114
  * @api public
115
115
  */
116
116
 
117
- ProgressBar.prototype.render = function (tokens) {
117
+ ProgressBar.prototype.render = function (tokens, force) {
118
+ force = force !== undefined ? force : false;
118
119
  if (tokens) this.tokens = tokens;
119
120
 
120
121
  if (!this.stream.isTTY) return;
121
122
 
122
123
  var now = Date.now();
123
124
  var delta = now - this.lastRender;
124
- if (delta < this.renderThrottle) {
125
+ if (!force && (delta < this.renderThrottle)) {
125
126
  return;
126
127
  } else {
127
128
  this.lastRender = now;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "progress",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Flexible ascii progress bar",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2,6 +2,70 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [11.0.0](https://github.com/puppeteer/puppeteer/compare/v10.4.0...v11.0.0) (2021-11-02)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **oop iframes:** integrate OOP iframes with the frame manager (#7556)
11
+
12
+ ### Features
13
+
14
+ * improve error message for response.buffer() ([#7669](https://github.com/puppeteer/puppeteer/issues/7669)) ([03c9ecc](https://github.com/puppeteer/puppeteer/commit/03c9ecca400a02684cd60229550dbad1190a5b6e))
15
+ * **oop iframes:** integrate OOP iframes with the frame manager ([#7556](https://github.com/puppeteer/puppeteer/issues/7556)) ([4d9dc8c](https://github.com/puppeteer/puppeteer/commit/4d9dc8c0e613f22d4cdf237e8bd0b0da3c588edb)), closes [#2548](https://github.com/puppeteer/puppeteer/issues/2548)
16
+ * add custom debugging port option ([#4993](https://github.com/puppeteer/puppeteer/issues/4993)) ([26145e9](https://github.com/puppeteer/puppeteer/commit/26145e9a24af7caed6ece61031f2cafa6abd505f))
17
+ * add initiator to HTTPRequest ([#7614](https://github.com/puppeteer/puppeteer/issues/7614)) ([a271145](https://github.com/puppeteer/puppeteer/commit/a271145b0663ef9de1903dd0eb9fd5366465bed7))
18
+ * allow to customize tmpdir ([#7243](https://github.com/puppeteer/puppeteer/issues/7243)) ([b1f6e86](https://github.com/puppeteer/puppeteer/commit/b1f6e8692b0bc7e8551b2a78169c830cd80a7acb))
19
+ * handle unhandled promise rejections in tests ([#7722](https://github.com/puppeteer/puppeteer/issues/7722)) ([07febca](https://github.com/puppeteer/puppeteer/commit/07febca04b391893cfc872250e4391da142d4fe2))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * add support for relative install paths to BrowserFetcher ([#7613](https://github.com/puppeteer/puppeteer/issues/7613)) ([eebf452](https://github.com/puppeteer/puppeteer/commit/eebf452d38b79bb2ea1a1ba84c3d2ea6f2f9f899)), closes [#7592](https://github.com/puppeteer/puppeteer/issues/7592)
25
+ * add webp to screenshot quality option allow list ([#7631](https://github.com/puppeteer/puppeteer/issues/7631)) ([b20c2bf](https://github.com/puppeteer/puppeteer/commit/b20c2bfa24cbdd4a1b9cefca2e0a9407e442baf5))
26
+ * prevent Target closed errors on streams ([#7728](https://github.com/puppeteer/puppeteer/issues/7728)) ([5b792de](https://github.com/puppeteer/puppeteer/commit/5b792de7a97611441777d1ac99cb95516301d7dc))
27
+ * request an animation frame to fix flaky clickablePoint test ([#7587](https://github.com/puppeteer/puppeteer/issues/7587)) ([7341d9f](https://github.com/puppeteer/puppeteer/commit/7341d9fadd1466a5b2f2bde8631f3b02cf9a7d8a))
28
+ * setup husky properly ([#7727](https://github.com/puppeteer/puppeteer/issues/7727)) ([8b712e7](https://github.com/puppeteer/puppeteer/commit/8b712e7b642b58193437f26d4e104a9e412f388d)), closes [#7726](https://github.com/puppeteer/puppeteer/issues/7726)
29
+ * updated troubleshooting.md to meet latest dependencies changes ([#7656](https://github.com/puppeteer/puppeteer/issues/7656)) ([edb0197](https://github.com/puppeteer/puppeteer/commit/edb01972b9606d8b05b979a588eda0d622315981))
30
+ * **launcher:** launcher.launch() should pass 'timeout' option [#5180](https://github.com/puppeteer/puppeteer/issues/5180) ([#7596](https://github.com/puppeteer/puppeteer/issues/7596)) ([113489d](https://github.com/puppeteer/puppeteer/commit/113489d3b58e2907374a4e6e5133bf46630695d1))
31
+ * **page:** fallback to default in exposeFunction when using imported module ([#6365](https://github.com/puppeteer/puppeteer/issues/6365)) ([44c9ec6](https://github.com/puppeteer/puppeteer/commit/44c9ec67c57dccf3e186c86f14f3a8da9a8eb971))
32
+ * **page:** fix page.off method for request event ([#7624](https://github.com/puppeteer/puppeteer/issues/7624)) ([d0cb943](https://github.com/puppeteer/puppeteer/commit/d0cb9436a302418086f6763e0e58ae3732a20b62)), closes [#7572](https://github.com/puppeteer/puppeteer/issues/7572)
33
+
34
+ ## [10.4.0](https://github.com/puppeteer/puppeteer/compare/v10.2.0...v10.4.0) (2021-09-21)
35
+
36
+
37
+ ### Features
38
+
39
+ * add webp to screenshot options ([#7565](https://github.com/puppeteer/puppeteer/issues/7565)) ([43a9268](https://github.com/puppeteer/puppeteer/commit/43a926832505a57922016907a264165676424557))
40
+ * **page:** expose page.client() ([#7582](https://github.com/puppeteer/puppeteer/issues/7582)) ([99ca842](https://github.com/puppeteer/puppeteer/commit/99ca842124a1edef5e66426621885141a9feaca5))
41
+ * **page:** mark page.client() as internal ([#7585](https://github.com/puppeteer/puppeteer/issues/7585)) ([8451951](https://github.com/puppeteer/puppeteer/commit/84519514831f304f9076ca235fe474f797616b2c))
42
+ * add ability to specify offsets for JSHandle.click ([#7573](https://github.com/puppeteer/puppeteer/issues/7573)) ([2b5c001](https://github.com/puppeteer/puppeteer/commit/2b5c0019dc3744196c5858edeaa901dff9973ef5))
43
+ * add durableStorage to allowed permissions ([#5295](https://github.com/puppeteer/puppeteer/issues/5295)) ([eda5171](https://github.com/puppeteer/puppeteer/commit/eda51712790b9260626dc53cfb58a72805c45582))
44
+ * add id option to addScriptTag ([#5477](https://github.com/puppeteer/puppeteer/issues/5477)) ([300be5d](https://github.com/puppeteer/puppeteer/commit/300be5d167b6e7e532e725fdb86966081a5d0093))
45
+ * add more Android models to DeviceDescriptors ([#7210](https://github.com/puppeteer/puppeteer/issues/7210)) ([b5020dc](https://github.com/puppeteer/puppeteer/commit/b5020dc04121b265c77662237dfb177d6de06053)), closes [/github.com/aerokube/moon-deploy/blob/master/moon-local.yaml#L199](https://github.com/puppeteer//github.com/aerokube/moon-deploy/blob/master/moon-local.yaml/issues/L199)
46
+ * add proxy and bypass list parameters to createIncognitoBrowserContext ([#7516](https://github.com/puppeteer/puppeteer/issues/7516)) ([8e45a1c](https://github.com/puppeteer/puppeteer/commit/8e45a1c882207cc36e87be2a917b661eb841c4bf)), closes [#678](https://github.com/puppeteer/puppeteer/issues/678)
47
+ * add threshold to Page.isIntersectingViewport ([#6497](https://github.com/puppeteer/puppeteer/issues/6497)) ([54c4318](https://github.com/puppeteer/puppeteer/commit/54c43180161c3c512e4698e7f2e85ce3c6f0ab50))
48
+ * add unit test support for bisect ([#7553](https://github.com/puppeteer/puppeteer/issues/7553)) ([a0b1f6b](https://github.com/puppeteer/puppeteer/commit/a0b1f6b401abae2fbc5a8987061644adfaa7b482))
49
+ * add User-Agent with Puppeteer version to WebSocket request ([#5614](https://github.com/puppeteer/puppeteer/issues/5614)) ([6a2bf0a](https://github.com/puppeteer/puppeteer/commit/6a2bf0aabaa4df72c7838f5a6cd742e8f9c72be6))
50
+ * extend husky checks ([#7574](https://github.com/puppeteer/puppeteer/issues/7574)) ([7316086](https://github.com/puppeteer/puppeteer/commit/73160869417275200be19bd37372b6218dbc5f63))
51
+ * **api:** implement `Page.waitForNetworkIdle()` ([#5140](https://github.com/puppeteer/puppeteer/issues/5140)) ([3c6029c](https://github.com/puppeteer/puppeteer/commit/3c6029c702291ca7ef637b66e78d72e03156fe58))
52
+ * **coverage:** option for raw V8 script coverage ([#6454](https://github.com/puppeteer/puppeteer/issues/6454)) ([cb4470a](https://github.com/puppeteer/puppeteer/commit/cb4470a6d9b0a7f73836458bb3d5779eb85ac5f2))
53
+ * support timeout for page.pdf() call ([#7508](https://github.com/puppeteer/puppeteer/issues/7508)) ([f90af66](https://github.com/puppeteer/puppeteer/commit/f90af6639d801e764bdb479b9543b7f8f2b926df))
54
+ * **typescript:** allow using puppeteer without dom lib ([#6998](https://github.com/puppeteer/puppeteer/issues/6998)) ([723052d](https://github.com/puppeteer/puppeteer/commit/723052d5bb3c3d1d3908508467512bea4d8fdc80)), closes [#6989](https://github.com/puppeteer/puppeteer/issues/6989)
55
+
56
+
57
+ ### Bug Fixes
58
+
59
+ * **docs:** deploy includes website documentation ([#7469](https://github.com/puppeteer/puppeteer/issues/7469)) ([6fde41c](https://github.com/puppeteer/puppeteer/commit/6fde41c6b6657986df1bbce3f2e0f7aa499f2be4))
60
+ * **docs:** names in version 9.1.1 ([#7517](https://github.com/puppeteer/puppeteer/issues/7517)) ([44b22bb](https://github.com/puppeteer/puppeteer/commit/44b22bbc2629e3c75c1494b299a66790b371fb0a))
61
+ * **frame:** fix Frame.waitFor's XPath pattern detection ([#5184](https://github.com/puppeteer/puppeteer/issues/5184)) ([caa2b73](https://github.com/puppeteer/puppeteer/commit/caa2b732fe58f32ec03f2a9fa8568f20188203c5))
62
+ * **install:** respect environment proxy config when downloading Firef… ([#6577](https://github.com/puppeteer/puppeteer/issues/6577)) ([9399c97](https://github.com/puppeteer/puppeteer/commit/9399c9786fba4e45e1c5485ddbb197d2d4f1735f)), closes [#6573](https://github.com/puppeteer/puppeteer/issues/6573)
63
+ * added names in V9.1.1 ([#7547](https://github.com/puppeteer/puppeteer/issues/7547)) ([d132b8b](https://github.com/puppeteer/puppeteer/commit/d132b8b041696e6d5b9a99d0be1acf1cf943efef))
64
+ * **test:** tweak waitForNetworkIdle delay in test between downloads ([#7564](https://github.com/puppeteer/puppeteer/issues/7564)) ([a21b737](https://github.com/puppeteer/puppeteer/commit/a21b7376e7feaf23066d67948d52480516f42496))
65
+ * **types:** allow evaluate functions to take a readonly array as an argument ([#7072](https://github.com/puppeteer/puppeteer/issues/7072)) ([491614c](https://github.com/puppeteer/puppeteer/commit/491614c7f8cfa50b902d0275064e611c2a48c3b2))
66
+ * update firefox prefs documentation link ([#7539](https://github.com/puppeteer/puppeteer/issues/7539)) ([2aec355](https://github.com/puppeteer/puppeteer/commit/2aec35553bc6e0305f40837bb3665ddbd02aa889))
67
+ * use non-deprecated tracing categories api ([#7413](https://github.com/puppeteer/puppeteer/issues/7413)) ([040a0e5](https://github.com/puppeteer/puppeteer/commit/040a0e561b4f623f7929130b90be129f94ebb642))
68
+
5
69
  ## [10.2.0](https://github.com/puppeteer/puppeteer/compare/v10.1.0...v10.2.0) (2021-08-04)
6
70
 
7
71
 
@@ -8,7 +8,7 @@
8
8
 
9
9
  <img src="https://user-images.githubusercontent.com/10379601/29446482-04f7036a-841f-11e7-9872-91d1fc2ea683.png" height="200" align="right">
10
10
 
11
- ###### [API](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md) | [FAQ](#faq) | [Contributing](https://github.com/puppeteer/puppeteer/blob/main/CONTRIBUTING.md) | [Troubleshooting](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md)
11
+ ###### [API](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md) | [FAQ](#faq) | [Contributing](https://github.com/puppeteer/puppeteer/blob/main/CONTRIBUTING.md) | [Troubleshooting](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md)
12
12
 
13
13
  > Puppeteer is a Node library which provides a high-level API to control Chrome or Chromium over the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). Puppeteer runs [headless](https://developers.google.com/web/updates/2017/04/headless-chrome) by default, but can be configured to run full (non-headless) Chrome or Chromium.
14
14
 
@@ -26,8 +26,6 @@ Most things that you can do manually in the browser can be done using Puppeteer!
26
26
  - Test Chrome Extensions.
27
27
  <!-- [END usecases] -->
28
28
 
29
- Give it a spin: https://try-puppeteer.appspot.com/
30
-
31
29
  <!-- [START getstarted] -->
32
30
 
33
31
  ## Getting Started
@@ -41,7 +39,7 @@ npm i puppeteer
41
39
  # or "yarn add puppeteer"
42
40
  ```
43
41
 
44
- Note: When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win) that is guaranteed to work with the API. To skip the download, download into another path, or download a different browser, see [Environment variables](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#environment-variables).
42
+ Note: When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win) that is guaranteed to work with the API. To skip the download, download into another path, or download a different browser, see [Environment variables](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#environment-variables).
45
43
 
46
44
  ### puppeteer-core
47
45
 
@@ -66,7 +64,7 @@ Note: Prior to v1.18.1, Puppeteer required at least Node v6.4.0. Versions from v
66
64
  Node 8.9.0+. Starting from v3.0.0 Puppeteer starts to rely on Node 10.18.1+. All examples below use async/await which is only supported in Node v7.6.0 or greater.
67
65
 
68
66
  Puppeteer will be familiar to people using other browser testing frameworks. You create an instance
69
- of `Browser`, open pages, and then manipulate them with [Puppeteer's API](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#).
67
+ of `Browser`, open pages, and then manipulate them with [Puppeteer's API](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#).
70
68
 
71
69
  **Example** - navigating to https://example.com and saving a screenshot as _example.png_:
72
70
 
@@ -91,7 +89,7 @@ Execute script on the command line
91
89
  node example.js
92
90
  ```
93
91
 
94
- Puppeteer sets an initial page size to 800×600px, which defines the screenshot size. The page size can be customized with [`Page.setViewport()`](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#pagesetviewportviewport).
92
+ Puppeteer sets an initial page size to 800×600px, which defines the screenshot size. The page size can be customized with [`Page.setViewport()`](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#pagesetviewportviewport).
95
93
 
96
94
  **Example** - create a PDF.
97
95
 
@@ -118,7 +116,7 @@ Execute script on the command line
118
116
  node hn.js
119
117
  ```
120
118
 
121
- See [`Page.pdf()`](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#pagepdfoptions) for more information about creating pdfs.
119
+ See [`Page.pdf()`](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#pagepdfoptions) for more information about creating pdfs.
122
120
 
123
121
  **Example** - evaluate script in the context of the page
124
122
 
@@ -153,7 +151,7 @@ Execute script on the command line
153
151
  node get-dimensions.js
154
152
  ```
155
153
 
156
- See [`Page.evaluate()`](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#pageevaluatepagefunction-args) for more information on `evaluate` and related methods like `evaluateOnNewDocument` and `exposeFunction`.
154
+ See [`Page.evaluate()`](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#pageevaluatepagefunction-args) for more information on `evaluate` and related methods like `evaluateOnNewDocument` and `exposeFunction`.
157
155
 
158
156
  <!-- [END getstarted] -->
159
157
 
@@ -163,7 +161,7 @@ See [`Page.evaluate()`](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs
163
161
 
164
162
  **1. Uses Headless mode**
165
163
 
166
- Puppeteer launches Chromium in [headless mode](https://developers.google.com/web/updates/2017/04/headless-chrome). To launch a full version of Chromium, set the [`headless` option](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#puppeteerlaunchoptions) when launching a browser:
164
+ Puppeteer launches Chromium in [headless mode](https://developers.google.com/web/updates/2017/04/headless-chrome). To launch a full version of Chromium, set the [`headless` option](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#puppeteerlaunchoptions) when launching a browser:
167
165
 
168
166
  ```js
169
167
  const browser = await puppeteer.launch({ headless: false }); // default is true
@@ -179,9 +177,9 @@ pass in the executable's path when creating a `Browser` instance:
179
177
  const browser = await puppeteer.launch({ executablePath: '/path/to/Chrome' });
180
178
  ```
181
179
 
182
- You can also use Puppeteer with Firefox Nightly (experimental support). See [`Puppeteer.launch()`](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#puppeteerlaunchoptions) for more information.
180
+ You can also use Puppeteer with Firefox Nightly (experimental support). See [`Puppeteer.launch()`](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#puppeteerlaunchoptions) for more information.
183
181
 
184
- See [`this article`](https://www.howtogeek.com/202825/what%E2%80%99s-the-difference-between-chromium-and-chrome/) for a description of the differences between Chromium and Chrome. [`This article`](https://chromium.googlesource.com/chromium/src/+/master/docs/chromium_browser_vs_google_chrome.md) describes some differences for Linux users.
182
+ See [`this article`](https://www.howtogeek.com/202825/what%E2%80%99s-the-difference-between-chromium-and-chrome/) for a description of the differences between Chromium and Chrome. [`This article`](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/chromium_browser_vs_google_chrome.md) describes some differences for Linux users.
185
183
 
186
184
  **3. Creates a fresh user profile**
187
185
 
@@ -191,7 +189,7 @@ Puppeteer creates its own browser user profile which it **cleans up on every run
191
189
 
192
190
  ## Resources
193
191
 
194
- - [API Documentation](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md)
192
+ - [API Documentation](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md)
195
193
  - [Examples](https://github.com/puppeteer/puppeteer/tree/main/examples/)
196
194
  - [Community list of Puppeteer resources](https://github.com/transitive-bullshit/awesome-puppeteer)
197
195
 
@@ -333,7 +331,7 @@ See [Contributing](https://github.com/puppeteer/puppeteer/blob/main/CONTRIBUTING
333
331
 
334
332
  Official Firefox support is currently experimental. The ongoing collaboration with Mozilla aims to support common end-to-end testing use cases, for which developers expect cross-browser coverage. The Puppeteer team needs input from users to stabilize Firefox support and to bring missing APIs to our attention.
335
333
 
336
- From Puppeteer v2.1.0 onwards you can specify [`puppeteer.launch({product: 'firefox'})`](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#puppeteerlaunchoptions) to run your Puppeteer scripts in Firefox Nightly, without any additional custom patches. While [an older experiment](https://www.npmjs.com/package/puppeteer-firefox) required a patched version of Firefox, [the current approach](https://wiki.mozilla.org/Remote) works with “stock” Firefox.
334
+ From Puppeteer v2.1.0 onwards you can specify [`puppeteer.launch({product: 'firefox'})`](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#puppeteerlaunchoptions) to run your Puppeteer scripts in Firefox Nightly, without any additional custom patches. While [an older experiment](https://www.npmjs.com/package/puppeteer-firefox) required a patched version of Firefox, [the current approach](https://wiki.mozilla.org/Remote) works with “stock” Firefox.
337
335
 
338
336
  We will continue to collaborate with other browser vendors to bring Puppeteer support to browsers such as Safari.
339
337
  This effort includes exploration of a standard for executing cross-browser commands (instead of relying on the non-standard DevTools Protocol used by Chrome).
@@ -433,7 +431,7 @@ await page.evaluate(() => {
433
431
 
434
432
  You may find that Puppeteer does not behave as expected when controlling pages that incorporate audio and video. (For example, [video playback/screenshots is likely to fail](https://github.com/puppeteer/puppeteer/issues/291).) There are two reasons for this:
435
433
 
436
- - Puppeteer is bundled with Chromium — not Chrome — and so by default, it inherits all of [Chromium's media-related limitations](https://www.chromium.org/audio-video). This means that Puppeteer does not support licensed formats such as AAC or H.264. (However, it is possible to force Puppeteer to use a separately-installed version Chrome instead of Chromium via the [`executablePath` option to `puppeteer.launch`](https://github.com/puppeteer/puppeteer/blob/v10.2.0/docs/api.md#puppeteerlaunchoptions). You should only use this configuration if you need an official release of Chrome that supports these media formats.)
434
+ - Puppeteer is bundled with Chromium — not Chrome — and so by default, it inherits all of [Chromium's media-related limitations](https://www.chromium.org/audio-video). This means that Puppeteer does not support licensed formats such as AAC or H.264. (However, it is possible to force Puppeteer to use a separately-installed version Chrome instead of Chromium via the [`executablePath` option to `puppeteer.launch`](https://github.com/puppeteer/puppeteer/blob/v11.0.0/docs/api.md#puppeteerlaunchoptions). You should only use this configuration if you need an official release of Chrome that supports these media formats.)
437
435
  - Since Puppeteer (in all configurations) controls a desktop version of Chromium/Chrome, features that are only supported by the mobile version of Chrome are not supported. This means that Puppeteer [does not support HTTP Live Streaming (HLS)](https://caniuse.com/#feat=http-live-streaming).
438
436
 
439
437
  #### Q: I am having trouble installing / running Puppeteer in my test environment. Where should I look for help?
@@ -442,7 +440,7 @@ We have a [troubleshooting](https://github.com/puppeteer/puppeteer/blob/main/doc
442
440
 
443
441
  #### Q: Chromium gets downloaded on every `npm ci` run. How can I cache the download?
444
442
 
445
- The default download path is `node_modules/puppeteer/.local-chromium`. However, you can change that path with the `PUPPETTER_DOWNLOAD_PATH` environment variable.
443
+ The default download path is `node_modules/puppeteer/.local-chromium`. However, you can change that path with the `PUPPETEER_DOWNLOAD_PATH` environment variable.
446
444
 
447
445
  Puppeteer uses that variable to resolve the Chromium executable location during launch, so you don’t need to specify `PUPPETEER_EXECUTABLE_PATH` as well.
448
446
 
@@ -1 +1 @@
1
- {"version":3,"file":"AriaQueryHandler.d.ts","sourceRoot":"","sources":["../../../../src/common/AriaQueryHandler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAkHzD;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,oBAKzB,CAAC"}
1
+ {"version":3,"file":"AriaQueryHandler.d.ts","sourceRoot":"","sources":["../../../../src/common/AriaQueryHandler.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAoHzD;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,oBAKzB,CAAC"}
@@ -25,20 +25,20 @@ async function queryAXTree(client, element, accessibleName, role) {
25
25
  const filteredNodes = nodes.filter((node) => node.role.value !== 'StaticText');
26
26
  return filteredNodes;
27
27
  }
28
+ const normalizeValue = (value) => value.replace(/ +/g, ' ').trim();
29
+ const knownAttributes = new Set(['name', 'role']);
30
+ const attributeRegexp = /\[\s*(?<attribute>\w+)\s*=\s*"(?<value>\\.|[^"\\]*)"\s*\]/g;
28
31
  function parseAriaSelector(selector) {
29
- const normalize = (value) => value.replace(/ +/g, ' ').trim();
30
- const knownAttributes = new Set(['name', 'role']);
31
32
  const queryOptions = {};
32
- const attributeRegexp = /\[\s*(?<attribute>\w+)\s*=\s*"(?<value>\\.|[^"\\]*)"\s*\]/g;
33
33
  const defaultName = selector.replace(attributeRegexp, (_, attribute, value) => {
34
34
  attribute = attribute.trim();
35
35
  if (!knownAttributes.has(attribute))
36
36
  throw new Error(`Unknown aria attribute "${attribute}" in selector`);
37
- queryOptions[attribute] = normalize(value);
37
+ queryOptions[attribute] = normalizeValue(value);
38
38
  return '';
39
39
  });
40
40
  if (defaultName && !queryOptions.name)
41
- queryOptions.name = normalize(defaultName);
41
+ queryOptions.name = normalizeValue(defaultName);
42
42
  return queryOptions;
43
43
  }
44
44
  const queryOne = async (element, selector) => {
@@ -1 +1 @@
1
- {"version":3,"file":"AriaQueryHandler.js","sourceRoot":"","sources":["../../../../src/common/AriaQueryHandler.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AriaQueryHandler.js","sourceRoot":"","sources":["../../../../src/common/AriaQueryHandler.ts"],"names":[],"mappings":"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"}
@@ -21,6 +21,22 @@ import { Protocol } from 'devtools-protocol';
21
21
  import { Page } from './Page.js';
22
22
  import { ChildProcess } from 'child_process';
23
23
  import { Viewport } from './PuppeteerViewport.js';
24
+ /**
25
+ * BrowserContext options.
26
+ *
27
+ * @public
28
+ */
29
+ export interface BrowserContextOptions {
30
+ /**
31
+ * Proxy server with optional port to use for all requests.
32
+ * Username and password can be set in `Page.authenticate`.
33
+ */
34
+ proxyServer?: string;
35
+ /**
36
+ * Bypass the proxy for the given semi-colon-separated list of hosts.
37
+ */
38
+ proxyBypassList?: string[];
39
+ }
24
40
  /**
25
41
  * @internal
26
42
  */
@@ -32,7 +48,7 @@ export declare type TargetFilterCallback = (target: Protocol.Target.TargetInfo)
32
48
  /**
33
49
  * @public
34
50
  */
35
- export declare type Permission = 'geolocation' | 'midi' | 'notifications' | 'camera' | 'microphone' | 'background-sync' | 'ambient-light-sensor' | 'accelerometer' | 'gyroscope' | 'magnetometer' | 'accessibility-events' | 'clipboard-read' | 'clipboard-write' | 'payment-handler' | 'idle-detection' | 'midi-sysex';
51
+ export declare type Permission = 'geolocation' | 'midi' | 'notifications' | 'camera' | 'microphone' | 'background-sync' | 'ambient-light-sensor' | 'accelerometer' | 'gyroscope' | 'magnetometer' | 'accessibility-events' | 'clipboard-read' | 'clipboard-write' | 'payment-handler' | 'persistent-storage' | 'idle-detection' | 'midi-sysex';
36
52
  /**
37
53
  * @public
38
54
  */
@@ -146,6 +162,8 @@ export declare class Browser extends EventEmitter {
146
162
  private _targetFilterCallback;
147
163
  private _defaultContext;
148
164
  private _contexts;
165
+ private _screenshotTaskQueue;
166
+ private _ignoredTargets;
149
167
  /**
150
168
  * @internal
151
169
  * Used in Target.ts directly so cannot be marked private.
@@ -177,7 +195,7 @@ export declare class Browser extends EventEmitter {
177
195
  * })();
178
196
  * ```
179
197
  */
180
- createIncognitoBrowserContext(): Promise<BrowserContext>;
198
+ createIncognitoBrowserContext(options?: BrowserContextOptions): Promise<BrowserContext>;
181
199
  /**
182
200
  * Returns an array of all open browser contexts. In a newly created browser, this will
183
201
  * return a single instance of {@link BrowserContext}.
@@ -1 +1 @@
1
- {"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../src/common/Browser.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Browser.d.ts","sourceRoot":"","sources":["../../../../src/common/Browser.ts"],"names":[],"mappings":"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"}