puppeteer-sharp
puppeteer-sharp copied to clipboard
Headless Chrome .NET API
network.spec.ts: Request.headers: should define Chrome as user agent header network.spec.ts: Request.headers: should define Firefox as user agent header network.spec.ts: Request.initiator: should return the initiator network.spec.ts: Response.buffer: should throw if the...
waittask.spec.ts: Frame.waitForSelector: should wait for element to be visible (display) waittask.spec.ts: Frame.waitForSelector: should wait for element to be visible (visibility) waittask.spec.ts: Frame.waitForSelector: should wait for element to be visible (bounding...
coverage.spec.ts: JSCoverage: should report right ranges for "per function" scope coverage.spec.ts: includeRawScriptCoverage: should not include rawScriptCoverage field when disabled coverage.spec.ts: includeRawScriptCoverage: should include rawScriptCoverage field when enabled coverage.spec.ts: CSSCoverage: should...
touchscreen.spec.ts: Touchscreen: should report touchMove
ariaqueryhandler.spec.ts: waitForSelector (aria): should work independently of `exposeFunction` ariaqueryhandler.spec.ts: waitForSelector (aria): should throw when frame is detached ariaqueryhandler.spec.ts: waitForSelector (aria): should survive cross-process navigation ariaqueryhandler.spec.ts: waitForSelector (aria): should wait for...
jshandle.spec.ts: Page.evaluateHandle: should return the RemoteObject jshandle.spec.ts: Page.evaluateHandle: should warn about recursive objects
requestinterception.spec.ts: Request.continue: should fail if the header value is invalid requestinterception.spec.ts: Request.respond: should allow mocking multiple headers with same key requestinterception.spec.ts: Request.respond: should fail if the header value is invalid
launcher.spec.ts: Puppeteer.launch: can launch and close the browser launcher.spec.ts: Puppeteer.launch: tmp profile should be cleaned up launcher.spec.ts: Puppeteer.launch: userDataDir option restores preferences launcher.spec.ts: Puppeteer.launch: userDataDir argument with non-existent dir launcher.spec.ts:...
elementhandle.spec.ts: ElementHandle.click: should return Point data elementhandle.spec.ts: ElementHandle.click: should not work for TextNodes elementhandle.spec.ts: ElementHandle.clickablePoint: should work elementhandle.spec.ts: ElementHandle.clickablePoint: should work for iframes elementhandle.spec.ts: Element.waitForSelector: should wait correctly with waitForSelector...
evaluation.spec.ts: Page.evaluate: should work with function shorthands evaluation.spec.ts: Page.evaluate: should accept "null" as one of multiple parameters evaluation.spec.ts: Page.evaluate: should return promise as empty object