Debbie O'Brien
3773f004db
docs: add intros for all pages ( #27480 )
2023-10-06 15:08:51 +02:00
Pavel Feldman
c6510ac000
chore: align select options docs ( #27097 )
...
Fixes: https://github.com/microsoft/playwright/issues/27094
2023-09-14 16:41:36 -07:00
Dmitry Gozman
abea8f4d1c
docs: update deprecation messages for type() methods ( #26912 )
2023-09-06 12:41:12 -07:00
Dmitry Gozman
c4e79eb6ed
feat: replace Locator.type with Locator.pressSequentially ( #26624 )
...
Also deprecate `Locator.type`, `Frame.type`, `Page.type` and
`ElementHandle.type`, but not `Keyboard.type`.
References #24614 .
2023-08-22 15:21:00 -07:00
Max Schmitt
18e03da445
docs: use absolute paths for file uploads ( #26611 )
...
Fixes https://github.com/microsoft/playwright/issues/26536
This makes it a bit harder for MJS customers, but I guess they know that
they can do
const dirname = path.dirname(url.fileURLToPath(import.meta.url));
2023-08-22 17:38:23 +02:00
Dmitry Gozman
1d4919cea4
docs: encourage using fill instead of type ( #24616 )
...
References #24614 .
2023-08-04 14:19:57 -07:00
Max Schmitt
fef029e98e
docs: code snippet alignments ( #23959 )
2023-06-29 18:26:19 +02:00
Max Schmitt
9980f054bc
docs: align Node.js code snippets with ESLint ( #23916 )
2023-06-27 11:53:53 +02:00
Max Schmitt
69ae8c1a28
docs(dotnet): fix syntactically incorrect code snippets ( #23900 )
2023-06-26 18:21:14 +02:00
Harikrishna
953f96b493
docs: fix the typo error for 'Dragging manually' Java example ( #20275 )
2023-01-23 10:55:00 +01:00
Dmitry Gozman
6721ea4d3a
docs: fix string AriaRole in java/csharp ( #19183 )
2022-11-30 13:46:33 -08:00
Dmitry Gozman
499324961a
docs: remove Promise.all from examples ( #19154 )
...
Replaced with explicit `popupPromise` variable.
2022-11-30 12:36:35 -08:00
Pavel Feldman
8810b55504
feat(api): shorted getByLabel, getByPlaceholder ( #17816 )
2022-10-04 10:29:26 -07:00
Dmitry Gozman
b07690f408
docs: use getBy... in documentation ( #17795 )
2022-10-03 17:02:46 -07:00
Dmitry Gozman
6fc7d20e35
docs: add drag&drop section to Actions guide ( #17673 )
...
References #17153 .
2022-09-28 14:36:27 -07:00
Max Schmitt
2a5acfac97
docs: fix broken links in guides
2022-09-09 17:52:06 +02:00
Debbie O'Brien
98038280d9
docs: rename input page to actions ( #17173 )
2022-09-08 14:48:13 +02:00
Debbie O'Brien
b6bc8b654d
docs: remove toc and reduce api ref heading for input page ( #17102 )
2022-09-07 17:19:54 +02:00
Debbie O'Brien
da1598d45f
docs: Remove tocs ( #17133 )
2022-09-07 12:30:31 +02:00
Max Schmitt
428cdc073c
docs: migrate page actions to locator actions 1/n ( #15586 )
2022-07-12 22:39:31 +02:00
azad-derakhshani-GS
562fd989df
docs(input.md): add Locator API references ( #13562 )
...
Resolves #13561
2022-04-14 13:24:06 -07:00
Dmitry Gozman
73fed66896
docs: add comments to Promise.all snippets with explanation ( #11379 )
...
Drive-by: more locators.
2022-01-13 10:38:22 -08:00
Martin Costello
af18b31473
docs(dotnet): fixed broken code snippets which contained Java ( #7260 )
2021-06-22 14:56:28 +02:00
Max Schmitt
048a380462
docs(input): fixed wrong example time value ( #6988 )
2021-06-09 10:16:54 -07:00
Pavel Feldman
bb0e196b15
api(dotnet): specialize waitForEvent ( #6761 )
2021-05-26 15:11:31 -07:00
Pavel Feldman
fad77e2f78
docs(dotnet): udpate existing examples ( #6669 )
2021-05-19 17:19:25 -07:00
Pavel Feldman
fd1e62b8c5
docs(dotnet): examples for dialogs, fixes ( #6599 )
2021-05-15 14:02:07 -07:00
Pavel Feldman
9aa610063c
docs(dotnet): examples for verification, video, fixes ( #6597 )
...
Will follow up...
2021-05-15 11:37:21 -07:00
Pavel Feldman
bbc3ebd512
docs(dotnet): examples for input, intro, languages, multi-pages ( #6596 )
2021-05-15 10:56:10 -07:00
Yury Semikhatsky
70beef83d0
docs: rename with* to set* for java ( #5737 )
2021-03-05 13:50:34 -08:00
Yury Semikhatsky
6c9e806672
docs: add java snippets to the examples in guides ( #5638 )
2021-03-01 09:18:44 -08:00
Anže Vodovnik
ff06399afd
docs(csharp): events convention based naming fix for csharp ( #5238 )
...
* docs(gen): Updating events names to camelCase.
* docs(gen): updating generator to match new assumption for event names
* docs(gen): renaming references to events
2021-02-04 19:34:09 +01:00
Pavel Feldman
f10f170946
docs: add file chooser example, remove links to js samples ( #5054 )
2021-01-20 08:12:39 -08:00
Pavel Feldman
01fb3a6045
docs: extract handles, screenshots, videos docs ( #5045 )
2021-01-17 21:09:40 -08:00
Dmitry Gozman
e85f278869
docs: more python docs and snippets ( #5021 )
2021-01-14 15:01:39 -08:00
Pavel Feldman
cac119f3bf
docs: python api review ( #4986 )
2021-01-12 12:14:27 -08:00
Pavel Feldman
7a8214cd95
chore: prepare non-api docs for non-js variants ( #4969 )
2021-01-11 09:34:49 -08:00
Max Schmitt
77bfcd2c74
chore: add some Python language snippets ( #4933 )
2021-01-08 08:39:33 -08:00
Pavel Feldman
2311c282d6
docs: pref docs to be language-specific ( #4916 )
2021-01-06 11:59:29 -08:00
Pavel Feldman
ae935a43d9
doc: further align docs w/ playwright.dev ( #4866 )
2021-01-03 08:47:29 -08:00