Anže Vodovnik
3f6461189b
docs(dotnet): Browser examples ( #6490 )
2021-05-10 11:24:54 -07: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
Anže Vodovnik
90de864216
docs(dotnet): introduce separate csharp viewport option ( #6198 )
2021-05-05 13:13:18 -07:00
Dmitry Gozman
14ebcfdf0b
docs: update fill/selectOption docs to mention label retargeting ( #6406 )
2021-05-04 13:08:38 -07:00
Andrey Lushnikov
653d483ba8
docs: add firefox-stable channel documentation ( #6328 )
...
Fixes #5993
2021-05-03 16:52:33 -07:00
Yury Semikhatsky
fe94dc5cf3
docs: expose tracing API in java ( #6387 )
2021-05-03 15:23:03 -07:00
Pavel Feldman
1a859ebe68
chore(electron): fix node/browser race conditions, expose browser window asynchronously ( #6381 )
2021-05-02 22:45:06 -07:00
Thomas Wang
af92565bc7
Update class-page example code ( #6379 )
2021-04-30 21:39:10 -07:00
Max Schmitt
a59a494e64
chore: drop support for Node.js 10 ( #6371 )
2021-04-30 07:49:10 -07:00
Max Schmitt
7405655c26
docs(cli): add install-deps command and reference to it ( #6374 )
2021-04-30 07:44:30 -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
Max Schmitt
1c40c94ed7
chore: only throw the proxy on launch required on win/CR ( #6350 )
2021-04-30 00:02:48 +02:00
Max Schmitt
1b771ed360
docs(python): add Error base class ( #6315 )
2021-04-28 10:41:46 +02:00
Joel Einbinder
abb61456d1
docs(keyboard): clarify how page.type works for non-US characters ( #6273 )
2021-04-26 20:54:40 -07:00
Kumar Aditya
2f290cc9be
fix: fix docs for BrowserType headers ( #6314 )
2021-04-26 08:58:01 -07:00
Dmitry Gozman
ce0331038b
docs: add route example with some logic ( #6324 )
2021-04-26 08:46:17 -07:00
Yury Semikhatsky
d31107f342
fix(docs): make headers and option, not param ( #6307 )
2021-04-23 15:27:14 -07:00
Yury Semikhatsky
fd31ea8b0d
feat: support extra http headers in browserType.connect() ( #6301 )
2021-04-23 14:52:27 -07:00
Dmitry Gozman
ff147b0007
docs: update waitForRequest/Response snippets ( #6294 )
2021-04-23 08:53:25 -07:00
Max Schmitt
97b485bd74
docs(python): add BrowserType.connectOverCDP ( #6270 )
2021-04-22 19:13:19 +02:00
Max Schmitt
7053ac9097
chore(types): add channel to launchServer ( #6256 )
2021-04-21 21:23:08 +02: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
ad731c1535
feat(debug): PWDEBUG=console vs PWDEBUG=inspector ( #6213 )
...
This supports `PWDEBUG=console` that:
- runs headed;
- disables timeouts;
- adds `playwright` console helper.
When using `PWDEBUG=anything-but-console`, we open inspector.
Docs keep suggesting `PWDEBUG=1`.
2021-04-20 15:58:34 -07:00
Darío Kondratiuk
7dccfd4227
chore(dotnet): generate IDownload.createReadStream method ( #6192 )
2021-04-19 13:28:57 -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
Max Schmitt
fd1f3fa322
docs(python): add BrowserType.connect ( #6230 )
2021-04-19 17:43:30 +02:00
Michael Palotas
bd0614b0c8
added Selenium Box ( #6228 )
2021-04-19 08:40:45 -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
b62a436041
feat(selectors): support max distance in layout selectors ( #6172 )
...
Supports `div:near(button, 120)` with configurable distance in pixels.
2021-04-10 15:20:26 -07:00
Anže Vodovnik
e26d98d6de
docs(csharp): add viewport back ( #6161 )
2021-04-09 11:08:33 -07:00
Yury Semikhatsky
16c8fe74ed
docs: fix typo in language filter ( #6154 )
2021-04-08 17:40:34 -07:00
Dmitry Gozman
db09275d89
docs: reject -> throw, fix small typos ( #6152 )
2021-04-08 16:42:45 -07:00
Joel Einbinder
63d0d466e3
feat(cdp): replace wsEndpoint with protocol neutral endpointURL ( #6141 )
2021-04-08 14:55:28 -07:00
Yury Semikhatsky
cdbf52f68d
docs: add basic intro page for C# ( #6110 )
2021-04-06 22:23:55 -07:00
Yury Semikhatsky
83c7a3ba26
docs: pass wsEndpoint as param in java ( #6112 )
2021-04-06 17:33:49 -07:00
Yury Semikhatsky
4bd7467942
docs: add missing connectOverCDP.wsEndpoint param in java ( #6109 )
2021-04-06 17:08:40 -07:00
Yury Semikhatsky
f61ec3fd07
docs(docker): update docker documentation to inlcude java ( #6102 )
2021-04-06 15:58:07 -07:00
Yury Semikhatsky
9abed11782
docs: expose connectOverCDP in java ( #6107 )
2021-04-06 15:57:51 -07:00
Darío Kondratiuk
ee396421ea
chore(dotnet): alias for dblclick in C# ( #5899 )
2021-04-06 11:49:46 +02:00
Max Schmitt
6a767d1a9c
docs(docker): use focal by default ( #5746 )
2021-04-05 16:09:35 -07:00
Max Schmitt
af48a8a1f1
devops: use ubuntu focal on bots and docs ( #5951 )
...
- drive-by: updated NPM Action
- replaced ubuntu-latest by ubuntu-20 so its pinned
Extracted from #5746
2021-04-05 12:39:15 -07:00
Pavel Feldman
ee1bcd760b
docs: fix the Electron example
2021-04-04 14:08:40 -07:00
Pavel Feldman
a7630c91d5
api: remove Chromium* classes ( #6040 )
2021-04-01 18:47:14 -07:00
Max Schmitt
37b07adaab
docs: replace headful with headed ( #6017 )
2021-04-01 11:13:50 -07:00
Dmitry Gozman
9d9599c6a6
api(video): implement video.saveAs and video.delete ( #6005 )
...
These methods are safe to call while the page is still open, or when it is
already closed. Works in remotely connected browser as well.
Also makes video.path() to throw for remotely connected browser.
Under the hood migrated Download and Video to use the common Artifact object.
2021-03-31 10:38:05 -07:00
Max Schmitt
26f9e29623
docs(route): add note about unroute ( #6019 )
2021-03-31 09:23:17 -07:00