Pavel Feldman
e6bf0a07fe
feat(force): add fill, selectOption, selectText ({force}) ( #7286 )
2021-06-24 08:18:09 -07:00
Pavel Feldman
5732307280
feat(inputValue): implement *.inputValue() ( #7285 )
2021-06-23 22:19:20 -07:00
Max Schmitt
1be687e478
docs(dotnet): fixed broken screenshot example ( #7090 )
2021-06-14 15:39:58 +02:00
Pavel Feldman
d16afef75a
doc(tracing): add a trace viewer doc ( #6864 )
2021-06-03 08:08:05 -07:00
Ross Wollman
c8c849e164
docs(page): add TypeScript $eval type-hint notes ( #6693 )
2021-06-01 22:50:31 +02:00
Max Schmitt
c8c77e4df0
docs: use sha256 for exposeFunction everywhere ( #6805 )
2021-05-31 15:47:14 -07:00
Max Schmitt
47d4d473d0
docs: fixed wrong waitForRequestFinished description ( #6808 )
2021-05-31 18:54:20 +02:00
Pavel Feldman
250c51fd9f
docs: text nits (2)
2021-05-26 16:27:42 -07:00
Pavel Feldman
fb3c6e50d4
api(dotnet): remove whenall ( #6768 )
2021-05-26 15:50:42 -07:00
Pavel Feldman
bb0e196b15
api(dotnet): specialize waitForEvent ( #6761 )
2021-05-26 15:11:31 -07:00
Pavel Feldman
f7f08c9c02
api(dotnet): normalize enums, remove browser channel enum ( #6738 )
2021-05-25 14:33:27 -07:00
gboer
15bf6a0a1b
docs(class-page.md): Add additional clarification on requestFailed event ( #6724 )
2021-05-25 12:58:48 -07:00
Pavel Feldman
17553e253d
api(dotnet): hide reducedMotion from csharp until C# 1.11 release ( #6705 )
2021-05-22 07:58:02 -07:00
Pavel Feldman
f9357531f5
doc(dotnet): add a self-contained example ( #6702 )
2021-05-22 07:55:53 -07:00
Max Schmitt
ba29e99ace
feat: added reduced motion media query emulation ( #6646 )
2021-05-22 01:56:09 +02:00
Anže Vodovnik
c80e9fa58a
docs(dotnet): guides ( #6639 )
2021-05-19 19:53:12 -07:00
Pavel Feldman
fad77e2f78
docs(dotnet): udpate existing examples ( #6669 )
2021-05-19 17:19:25 -07:00
Pavel Feldman
ba637e6e41
chore: bring back dblclick alias ( #6667 )
2021-05-19 16:29:35 -07:00
Pavel Feldman
1f22673c29
api(dotnet): introduce RunAndWaitForAsync ( #6660 )
2021-05-19 15:49:44 -07:00
Pavel Feldman
7eca573eb4
api(dotnet): remove some overrides ( #6622 )
2021-05-17 20:10:32 -07:00
Pavel Feldman
fd1e62b8c5
docs(dotnet): examples for dialogs, fixes ( #6599 )
2021-05-15 14:02:07 -07:00
Darío Kondratiuk
52658cf507
chore(dotnet): revert opener async ( #6600 )
2021-05-15 13:43:45 -07:00
Pavel Feldman
b5884b95b7
docs(dotnet): examples for events, handles ( #6598 )
2021-05-15 11:57:20 -07:00
Darío Kondratiuk
8845484ac7
chore(dotnet): page.opener sync ( #6579 )
2021-05-14 07:49:37 -07:00
Pavel Feldman
6a39b86640
chore: GoToAsync -> GotoAsync ( #6563 )
2021-05-13 11:57:02 -07:00
Anže Vodovnik
ddfbffa111
docs(dotnet): Page examples ( #6556 )
2021-05-13 10:19:47 -07:00
Darío Kondratiuk
0d3d2d3384
chore(dotet): fix goto casing ( #6529 )
2021-05-12 08:09:04 -07:00
Max Schmitt
8af8b6340d
docs: add ref to waitForSelector from querySelector ( #6514 )
2021-05-12 08:07:49 +02:00
Darío Kondratiuk
9e36f5cc26
docs(consoleMessage): add missing console message comments ( #6320 )
...
Co-authored-by: Max Schmitt <max@schmitt.mx>
2021-05-05 13:18:07 -07:00
Dmitry Gozman
14ebcfdf0b
docs: update fill/selectOption docs to mention label retargeting ( #6406 )
2021-05-04 13:08:38 -07:00
Thomas Wang
af92565bc7
Update class-page example code ( #6379 )
2021-04-30 21:39:10 -07:00
Darío Kondratiuk
9da718d6d5
docs: change the position argument location in check functions ( #6191 )
2021-04-29 21:23:03 -07:00
Darío Kondratiuk
dec973611c
docs(page): add missing docs on emulateMedia ( #6322 )
2021-04-29 21:08:30 -07:00
Dmitry Gozman
ce0331038b
docs: add route example with some logic ( #6324 )
2021-04-26 08:46:17 -07:00
Dmitry Gozman
ff147b0007
docs: update waitForRequest/Response snippets ( #6294 )
2021-04-23 08:53:25 -07:00
Dmitry Gozman
6bdc67ac6a
feat(actions): trial
option that only performs the checks ( #6246 )
...
Available for check, click, dblclick, hover, tap, uncheck.
2021-04-21 12:22:19 -07:00
Dmitry Gozman
243ede5dfb
feat(waitForEvent): allow async predicate ( #6201 )
...
We await the predicate now. For synchronous predicates,
nothing should change becase the await will finish before
the next protocol message arrives (thanks to `makeWaitForNextTask`).
2021-04-19 10:32:51 -07:00
Dmitry Gozman
e81a3c5901
api: add option position
to check/uncheck ( #6153 )
...
Since check/uncheck does click under the hood, sometimes it might
need to click at a different position. One example would be a long
label that contains links inside, and clicking in the center happens
to hit the link instead of the label itself.
2021-04-12 12:41:25 -07:00
Darío Kondratiuk
c4c9809f85
docs: move waitUntil doc before timeout ( #6138 )
2021-04-12 09:18:18 -07:00
Darío Kondratiuk
cd2490424e
chore(dotnet): waitForCloseAsync ( #6184 )
2021-04-12 09:11:29 -07:00
Darío Kondratiuk
610d1fd456
docs: fix typo on waitForConsoleMessage ( #6183 )
2021-04-12 09:10:05 -07:00
Dmitry Gozman
db09275d89
docs: reject -> throw, fix small typos ( #6152 )
2021-04-08 16:42:45 -07:00
Darío Kondratiuk
ee396421ea
chore(dotnet): alias for dblclick in C# ( #5899 )
2021-04-06 11:49:46 +02:00
Pavel Feldman
a7630c91d5
api: remove Chromium* classes ( #6040 )
2021-04-01 18:47:14 -07:00
Max Schmitt
26f9e29623
docs(route): add note about unroute ( #6019 )
2021-03-31 09:23:17 -07:00
Pavel Feldman
85ab1dc7a4
feat(waitForURL): add a new waitForURL api ( #6010 )
2021-03-30 21:51:22 -07:00
Max Schmitt
dfe07818e6
docs: fixed various typos ( #5958 )
2021-03-26 10:47:16 -07:00
Max Schmitt
601c09f7f1
docs(page): remove note that screenshot takes 1/6+s ( #5945 )
2021-03-24 20:02:14 -07:00
Darío Kondratiuk
24ee49b958
chore(dotnet): improve goto name in csharp ( #5917 )
2021-03-24 15:31:30 +01:00
Yury Semikhatsky
70beef83d0
docs: rename with* to set* for java ( #5737 )
2021-03-05 13:50:34 -08:00