puppeteer/packages/puppeteer-core/src/common
2023-07-26 12:19:27 +00:00
..
bidi refactor: target events for bidi (#10634) 2023-07-26 12:19:27 +00:00
Accessibility.ts chore: roll back interfaces for wrapping CDP (#10389) 2023-06-15 13:34:54 +02:00
AriaQueryHandler.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
Binding.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
Browser.ts chore: support targets for bidi (#10615) 2023-07-24 12:23:39 +02:00
BrowserConnector.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
BrowserWebSocketTransport.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
ChromeTargetManager.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
common.ts chore: implement Frames for BiDi (#10121) 2023-05-15 16:39:47 +02:00
Configuration.ts fix: downloadPath should be used by the install script (#10163) 2023-05-11 17:09:24 +00:00
Connection.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
ConnectionTransport.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
ConsoleMessage.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
Coverage.ts feat: implement detailed errors for evaluation (#10114) 2023-05-10 10:23:29 +02:00
CustomQueryHandler.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
Debug.ts fix: remove oopif expectations and fix oopif flakiness (#9375) 2022-12-09 11:36:39 +00:00
Device.ts fix: update dependencies (#9781) 2023-03-06 13:43:37 +01:00
DeviceRequestPrompt.test.ts chore: move unit tests (#10498) 2023-07-03 13:25:43 +00:00
DeviceRequestPrompt.ts refactor: Deferred to a class (#10282) 2023-05-31 23:36:19 +02:00
Dialog.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
ElementHandle.ts feat: add autofill support (#10565) 2023-07-19 17:42:31 +00:00
EmulationManager.ts chore: move more things to emulation manager (#10390) 2023-06-15 12:30:37 +00:00
Errors.ts chore: network module for BiDi (#10159) 2023-05-22 14:52:31 +02:00
EventEmitter.test.ts refactor: move EventEmitter tests (#10463) 2023-06-28 13:36:26 +02:00
EventEmitter.ts chore: EventEmitter should mimic NodeJS' one (#10241) 2023-05-24 17:57:56 +02:00
ExecutionContext.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
fetch.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
FileChooser.ts docs: improve docs on file upload (#10058) 2023-04-21 14:15:19 +02:00
FirefoxTargetManager.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
Frame.ts test: enable addScriptTag tests (#10583) 2023-07-18 21:55:30 +02:00
FrameManager.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
FrameTree.ts fix: prevent erroneous new main frame (#10549) 2023-07-13 22:11:36 +02:00
GetQueryHandler.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
HandleIterator.ts perf: amortize handle iterator (#10002) 2023-04-11 13:36:03 +00:00
HTTPRequest.ts chore: implement Frames for BiDi (#10121) 2023-05-15 16:39:47 +02:00
HTTPResponse.ts refactor: Deferred to a class (#10282) 2023-05-31 23:36:19 +02:00
Input.ts chore: implement Bidi keyboard (#10417) 2023-06-19 17:44:39 +02:00
IsolatedWorld.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
IsolatedWorlds.ts chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
JSHandle.ts fix: update the target to ES2022 (#10574) 2023-07-18 18:28:03 +02:00
LazyArg.ts chore: $ and $$ BiDi support (#10318) 2023-06-06 12:39:54 +00:00
LifecycleWatcher.ts refactor: simplified the LifecycleWatcher (#10487) 2023-07-03 09:30:30 +02:00
NetworkEventManager.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
NetworkManager.test.ts ci: separate unit tests (#10436) 2023-06-26 10:57:48 +02:00
NetworkManager.ts chore: add support for waitForNetworkIdle (#10261) 2023-05-30 11:07:55 +00:00
NodeWebSocketTransport.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
Page.ts feat: add page.createCDPSession method (#10515) 2023-07-21 14:03:52 +02:00
PDFOptions.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
PierceQueryHandler.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
PQueryHandler.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
PredefinedNetworkConditions.ts fix!: deprecate indirect network condition imports (#9074) 2022-10-06 23:52:58 +02:00
Product.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
Puppeteer.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
PuppeteerViewport.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
QueryHandler.ts chore: add waitForSelector for BiDi (#10383) 2023-06-16 09:16:04 +02:00
ScriptInjector.ts refactor: custom query handlers and global bindings (#9678) 2023-02-15 07:33:18 -08:00
SecurityDetails.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
Target.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
TargetManager.ts refactor: move Target to api (#10602) 2023-07-21 09:04:14 +02:00
TaskQueue.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
TextQueryHandler.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00
TimeoutSettings.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
Tracing.ts chore: roll back interfaces for wrapping CDP (#10389) 2023-06-15 13:34:54 +02:00
types.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
USKeyboardLayout.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
util.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
WaitTask.ts fix: update the target to ES2022 (#10574) 2023-07-18 18:28:03 +02:00
WebWorker.ts chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
XPathQueryHandler.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00