Commit Graph

165 Commits

Author SHA1 Message Date
jrandolf
2292078969
feat: implement BrowserContext.closed () 2023-09-18 20:11:55 +02:00
jrandolf
60582b7fbc
refactor: migrate browsingContext methods to frame () 2023-09-18 14:14:06 +02:00
jrandolf
a4345a477f
feat: implement Browser.connected () 2023-09-18 11:14:10 +02:00
jrandolf
d088da31b2
docs: improve Browser docs () 2023-09-18 11:05:23 +02:00
jrandolf
09207a71b8
chore: separate code to semantic folders () 2023-09-16 22:56:40 +02:00
jrandolf
a1b1bffb72
fix: remove explicit resource management from types () 2023-09-15 17:07:05 +02:00
jrandolf
9342bac263
feat: implement improved Drag n' Drop APIs () 2023-09-14 11:14:30 +02:00
jrandolf
9b6f1de8b9
feat: implement typed events () 2023-09-13 15:47:55 +02:00
Nikolay Vitkov
2487486675
chore: expectations update () 2023-09-12 09:24:09 +00:00
jrandolf
253d469515
chore: implement exposeFunction () 2023-09-11 12:46:17 +02:00
Alex Rudenko
73f741ea33
docs: update docs about touchmove () 2023-09-05 10:42:19 +02:00
jrandolf
690b1c2218
chore: use bindIsolatedHandle () 2023-09-01 15:13:29 +00:00
jrandolf
f3c7499e67
chore: refactor handles to use realms () 2023-09-01 12:12:29 +00:00
jrandolf
538bb73ea7
fix: implement throwIfDetached () 2023-08-31 16:39:32 +02:00
jrandolf
c67141f3ae
chore: implement Disposable/AsyncDisposable on Page and Browser () 2023-08-30 13:10:06 +02:00
jrandolf
4d3cb6ccf3
chore: refactor Frame () 2023-08-30 11:09:27 +00:00
jrandolf
2401bb46b1
chore: implement moveable () 2023-08-29 22:48:37 +02:00
jrandolf
8c07631bd1
chore: implement (Async)Disposable on handles () 2023-08-29 21:44:59 +02:00
jrandolf
c4a4412920
chore: implement waitForFrame and use clickablePoint for ElementHandle operations () 2023-08-24 20:32:29 +02:00
jrandolf
5f8d2a43b2
chore: use abstract for implemented methods () 2023-08-23 18:00:34 +02:00
jrandolf
27636afacf
chore: implement boxModel, contentFrame, and nested frame boundingBox () 2023-08-23 16:58:18 +02:00
Alex Rudenko
f70048c84f
refactor: turn Frame into EventEmitter () 2023-08-08 16:42:45 +02:00
jrandolf
fdada74ba7
feat: implement Locator.prototype.waitHandle () 2023-07-27 10:47:29 +02:00
jrandolf
6ad92f7f84
feat: implement function locators () 2023-07-27 09:23:28 +02:00
jrandolf
34be28db5d
feat: implement immutable locator operations () 2023-07-26 17:00:00 +02:00
jrandolf
e73d35def0
feat: implement Locator.prototype.filter () 2023-07-25 16:46:10 +02:00
jrandolf
47eecf5bb1
feat: implement Locator.prototype.map () 2023-07-25 16:45:10 +02:00
jrandolf
5d34d42d15
feat: implement Locator.prototype.wait () 2023-07-25 16:43:18 +02:00
jrandolf
ede43ca2d3
chore: use RxJS for locator implementation ()
Using RxJS greatly simplifies the control flow for locators and comes with automatic cleanup on failure. It greatly simplifies the `signal` logic and the retry logic.
2023-07-25 12:43:07 +02:00
Alex Rudenko
d0c5b8e089
feat: add page.createCDPSession method () 2023-07-21 14:03:52 +02:00
Alex Rudenko
0e60ce4cec
refactor: move Target to api () 2023-07-21 09:04:14 +02:00
Alex Rudenko
44712d1e6e
refactor!: use Target for filters () 2023-07-20 16:18:00 +02:00
jrandolf
0715ad8281
refactor: move locators to separate files () 2023-07-20 15:06:42 +02:00
Alex Rudenko
6c9306a72e
feat: add autofill support () 2023-07-19 17:42:31 +00:00
jrandolf
c14f9b64a7
chore: implement typed Locators, expects, and internal contexts () 2023-07-19 15:39:38 +00:00
Nikolay Vitkov
88439f913e
fix: update the target to ES2022 () 2023-07-18 18:28:03 +02:00
Alex Rudenko
a419abf509
test: unskip style tag tests () 2023-07-18 18:27:41 +02:00
Nikolay Vitkov
de09b058ba
chore: update Prettier and other deps () 2023-07-17 10:52:54 +02:00
Kiko Beats
87aaed4807
feat(screenshot): enable optimizeForSpeed () 2023-07-03 11:43:34 +02:00
Baptiste Lombard
a88d1936ca
docs: replace evaluateHandle with evaluate in the evaluate page () 2023-06-23 11:14:30 +02:00
jrandolf
3ba7fba838
chore: implement Bidi keyboard () 2023-06-19 17:44:39 +02:00
jrandolf
4f6b0d4e45
chore: implement Webdriver BiDi mouse and touchscreen ()
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-06-19 11:26:30 +00:00
Nikolay Vitkov
c06e15fb5b
fix: added clipboard permission that was not exposed () 2023-06-19 08:53:54 +00:00
jrandolf
39847bd231
refactor: use input API for CDP inputs () 2023-06-19 10:12:43 +02:00
Alex Rudenko
7cb6059bcc
fix: mark CDPSessionOnMessageObject as internal () 2023-06-13 13:53:48 +02:00
Alex Rudenko
903afc3715
chore: implement acceptInsecureCerts and version for BiDi () 2023-06-13 10:17:23 +02:00
jrandolf
35aedc0dbb
feat: add reset to mouse () 2023-06-12 17:59:28 +00:00
Alex Rudenko
9c35e9ab1f
feat: implement Locator.race () 2023-06-07 12:45:02 +02:00
Alex Rudenko
b81b019083
chore: mark Locator constructor as private () 2023-06-06 11:51:34 +02:00
Alex Rudenko
1f978f5fc5
feat: implement Locators () 2023-06-02 17:46:10 +00:00