playwright/docs/src/api
2022-01-25 18:53:49 +01:00
..
class-accessibility.md docs(dotnet): fix incorrect syntax (#8801) 2021-09-09 11:39:26 +02:00
class-android.md docs: refresh getting started docs (#8054) 2021-08-06 14:02:41 -07:00
class-androiddevice.md api: remove Chromium* classes (#6040) 2021-04-01 18:47:14 -07:00
class-androidinput.md docs: document Android and friends (#5415) 2021-02-11 10:31:57 -08:00
class-androidsocket.md docs: use "argument: <type>" notation for events (#5626) 2021-02-25 22:22:47 -08:00
class-androidwebview.md docs: document Android and friends (#5415) 2021-02-11 10:31:57 -08:00
class-apirequest.md docs: clarification about trailing slash in docs (#11326) 2022-01-11 07:50:58 -08:00
class-apirequestcontext.md docs(python): add request API examples (#10512) 2021-11-24 21:55:03 +01:00
class-apiresponse.md docs(python): add request API examples (#10512) 2021-11-24 21:55:03 +01:00
class-apiresponseassertions.md docs(python): enable Python response assertions (#11609) 2022-01-25 18:53:49 +01:00
class-browser.md docs(browser): make Chromium tracing vs. PW tracing more clear (#7713) 2021-07-19 12:43:57 +02:00
class-browsercontext.md docs: Assert.Equal -> Assert.AreEqual (#10902) 2021-12-13 18:41:06 -08:00
class-browserserver.md chore: mark methods as js-only, add python-specific methods (#4938) 2021-01-07 16:12:25 -08:00
class-browsertype.md docs: enable BrowserType.connect in .NET (#10985) 2022-01-06 15:26:33 -05:00
class-cdpsession.md docs(python): fix incorrect syntax in CDP snippet (#8909) 2021-09-14 11:18:28 +02:00
class-consolemessage.md docs(consoleMessage): add missing console message comments (#6320) 2021-05-05 13:18:07 -07:00
class-coverage.md api: remove Chromium* classes (#6040) 2021-04-01 18:47:14 -07:00
class-dialog.md docs(dotnet): examples for dialog, download and filechooser (#6526) 2021-05-13 10:24:15 -07:00
class-download.md docs: add comments to Promise.all snippets with explanation (#11379) 2022-01-13 10:38:22 -08:00
class-electron.md fix(types): add electron.launch.timeout (#8384) 2021-08-23 20:09:47 -07:00
class-electronapplication.md chore(electron): fix node/browser race conditions, expose browser window asynchronously (#6381) 2021-05-02 22:45:06 -07:00
class-elementhandle.md docs: Assert.Equal -> Assert.AreEqual (#10902) 2021-12-13 18:41:06 -08:00
class-error.md docs(python): add Error base class (#6315) 2021-04-28 10:41:46 +02:00
class-filechooser.md docs: add comments to Promise.all snippets with explanation (#11379) 2022-01-13 10:38:22 -08:00
class-formdata.md docs(api): redo request API for java (#10449) 2021-11-19 16:40:35 -08:00
class-frame.md feat(api): make withText an option (#10922) 2021-12-14 15:37:31 -08:00
class-framelocator.md feat(api): make withText an option (#10922) 2021-12-14 15:37:31 -08:00
class-jshandle.md docs: Assert.Equal -> Assert.AreEqual (#10902) 2021-12-13 18:41:06 -08:00
class-keyboard.md chore: fix docs 2021-08-24 19:49:02 -07:00
class-locator.md feat(api): make withText an option (#10922) 2021-12-14 15:37:31 -08:00
class-locatorassertions.md docs: add a toHaveClass hint (#11249) 2022-01-07 09:13:46 -08:00
class-logger.md chore: mark methods as js-only, add python-specific methods (#4938) 2021-01-07 16:12:25 -08:00
class-mouse.md feat(mouse): page.mouse.wheel (#8690) 2021-09-14 15:22:52 -04:00
class-page.md docs: add comments to Promise.all snippets with explanation (#11379) 2022-01-13 10:38:22 -08:00
class-pageassertions.md docs(expect): APIResponse assertions (#10957) 2021-12-16 11:27:30 -08:00
class-playwright.md docs(api): expose request API in java (#10331) 2021-11-15 14:54:07 -08:00
class-playwrightassertions.md docs(python): enable Python response assertions (#11609) 2022-01-25 18:53:49 +01:00
class-playwrightexception.md docs: document PlaywrightException in java (#5743) 2021-03-05 15:32:33 -08:00
class-request.md fix: make Serializable type any (#9059) 2021-09-23 11:06:34 -07:00
class-requestoptions.md docs(api): redo request API for java (#10449) 2021-11-19 16:40:35 -08:00
class-response.md chore: fix headers api again (#8854) 2021-09-11 13:27:00 -07:00
class-route.md docs(fetch): ApiResponse -> APIResponse (#9623) 2021-10-19 11:17:23 -07:00
class-selectors.md docs(element-handle): discourage the element handle use (#10220) 2021-11-10 11:30:25 -08:00
class-timeouterror.md docs(element-handle): discourage the element handle use (#10220) 2021-11-10 11:30:25 -08:00
class-touchscreen.md docs: fixed various typos (#5958) 2021-03-26 10:47:16 -07:00
class-tracing.md docs(python): enable tracing sources collection (#11453) 2022-01-18 13:05:59 +01:00
class-video.md docs(dotnet): Video and Worker examples (#6581) 2021-05-14 07:50:35 -07:00
class-websocket.md api(dotnet): remove whenall (#6768) 2021-05-26 15:50:42 -07:00
class-websocketframe.md docs: define java specific waitFor* methods (#5315) 2021-02-04 21:15:14 -08:00
class-worker.md api(dotnet): introduce RunAndWaitForAsync (#6660) 2021-05-19 15:49:44 -07:00
csharp.md docs(dotnet): fix incorrect syntax (#8801) 2021-09-09 11:39:26 +02:00
java.md docs(api): add env option to Playwright.create in Java (#7002) 2021-06-09 15:05:51 -07:00
javascript.md feat(locator): implement element locators (#7808) 2021-07-22 21:37:20 -07:00
params.md docs: clarification about trailing slash in docs (#11326) 2022-01-11 07:50:58 -08:00
python.md docs(python): make Locators Python compatible (#7950) 2021-08-02 21:46:44 +02:00