jrandolf
ce9e2df04d
chore: update dependencies ( #10763 )
2023-08-21 20:13:03 +02:00
Alex Rudenko
052745a9e7
test: unskip more tests ( #10755 )
2023-08-18 16:10:12 +02:00
Alex Rudenko
72a10faa5e
test: update test expectations ( #10752 )
2023-08-18 14:52:01 +02:00
Alex Rudenko
8424ecf4c4
chore: use setViewport ( #10748 )
2023-08-18 10:15:43 +02:00
Alex Rudenko
fc08a7dd54
fix: locator.fill should work for textareas ( #10737 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-08-17 06:05:58 +00:00
Alex Rudenko
81ecb60190
fix: relative ordering of events and command responses should be ensured ( #10725 )
2023-08-16 14:12:29 +00:00
Alex Rudenko
bec2357aee
feat: allow installing chrome/chromedriver by milestone and version prefix ( #10720 )
2023-08-10 13:00:22 +02:00
Nikolay Vitkov
47dfc3578d
chore: add evaluateOnNewDocument for BiDi ( #10712 )
2023-08-09 10:00:33 +02:00
Alex Rudenko
f70048c84f
refactor: turn Frame into EventEmitter ( #10711 )
2023-08-08 16:42:45 +02:00
Alex Rudenko
932a5e0415
refactor: add parentSession() to CDPSession ( #10709 )
2023-08-08 12:21:43 +02:00
Nikolay Vitkov
2dec12fe8b
chore: update test expectations BiDi ( #10703 )
2023-08-08 08:18:43 +00:00
jrandolf
8b8770c004
fix: destroy puppeteer utility on context destruction ( #10672 )
2023-08-07 14:44:12 +02:00
Nikolay Vitkov
512a0f2a9d
chore: enable _client for Chrome BiDi ( #10688 )
2023-08-04 13:09:10 +00:00
Nikolay Vitkov
f4c711e25b
chore: BiDi close error ( #10687 )
2023-08-04 14:45:38 +02:00
Nikolay Vitkov
4a0a2bb2db
chore: enable PuppeteerUtil test for BiDi ( #10686 )
2023-08-04 11:02:30 +00:00
jrandolf
1b44b911d3
fix: use handle frame instead of page ( #10676 )
2023-08-03 12:11:44 +02:00
Nikolay Vitkov
63b2be122d
chore: fix waitForNavigation BiDi ( #10671 )
2023-08-02 13:13:39 +02:00
Nikolay Vitkov
4f60a567a6
chore: update chromium-bidi ( #10670 )
2023-08-01 16:38:27 +02:00
Nikolay Vitkov
76f67ebd76
chore: add Dialogs for BiDi ( #10659 )
2023-08-01 15:53:02 +02:00
jrandolf
04369db145
chore: implement partial ElementHandle.prototype.boundingBox
( #10660 )
2023-08-01 15:07:48 +02:00
Nikolay Vitkov
0757d04358
chore: update chromium-bidi ( #10620 )
2023-07-28 11:11:14 +02:00
jrandolf
fdada74ba7
feat: implement Locator.prototype.waitHandle
( #10650 )
2023-07-27 10:47:29 +02:00
Alex Rudenko
448a18310d
refactor: add browser target ( #10642 )
2023-07-27 09:56:13 +02:00
jrandolf
6ad92f7f84
feat: implement function locators ( #10632 )
2023-07-27 09:23:28 +02:00
jrandolf
34be28db5d
feat: implement immutable locator operations ( #10638 )
2023-07-26 17:00:00 +02:00
Alex Rudenko
30ccbf855a
refactor: target events for bidi ( #10634 )
2023-07-26 12:19:27 +00:00
jrandolf
e73d35def0
feat: implement Locator.prototype.filter
( #10631 )
2023-07-25 16:46:10 +02:00
jrandolf
47eecf5bb1
feat: implement Locator.prototype.map
( #10630 )
2023-07-25 16:45:10 +02:00
jrandolf
5d34d42d15
feat: implement Locator.prototype.wait
( #10629 )
2023-07-25 16:43:18 +02:00
jrandolf
ede43ca2d3
chore: use RxJS for locator implementation ( #10607 )
...
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
e8e7bf1d3c
test: format test expectations ( #10628 )
2023-07-25 10:02:28 +02:00
Nikolay Vitkov
7d97b5804f
chore: launcher test should respect headless ( #10625 )
2023-07-25 07:06:35 +00:00
Julian Descottes
186b994fba
test: upstream test and expectation for Firefox sync to puppeteer v20.9.0 ( #10622 )
2023-07-25 08:30:03 +02:00
Alex Rudenko
d0c5b8e089
feat: add page.createCDPSession method ( #10515 )
2023-07-21 14:03:52 +02:00
Alex Rudenko
c5016cc670
test: update Firefox expectations ( #10611 )
2023-07-21 11:52:10 +02:00
Alex Rudenko
0e60ce4cec
refactor: move Target to api ( #10602 )
2023-07-21 09:04:14 +02:00
Alex Rudenko
44712d1e6e
refactor!: use Target for filters ( #10601 )
2023-07-20 16:18:00 +02:00
jrandolf
0715ad8281
refactor: move locators to separate files ( #10591 )
2023-07-20 15:06:42 +02:00
jrandolf
5a411ca629
chore: use clock.restore for locator test ( #10597 )
2023-07-20 10:23:37 +02:00
Alex Rudenko
25e33717f5
chore: implement isIncognito ( #10595 )
2023-07-20 08:52:50 +02:00
Alex Rudenko
6c9306a72e
feat: add autofill support ( #10565 )
2023-07-19 17:42:31 +00:00
jrandolf
c14f9b64a7
chore: implement typed Locators, expects, and internal contexts ( #10573 )
2023-07-19 15:39:38 +00:00
Alex Rudenko
bf6304e064
fix: restore proxy-agent ( #10569 )
2023-07-19 13:38:52 +02:00
browser-automation-bot
830f926d48
feat: roll to Chrome 115.0.5790.98 (r1148114) ( #10584 )
...
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-07-19 08:11:45 +00:00
Alex Rudenko
c7f3fb21be
test: enable addScriptTag tests ( #10583 )
2023-07-18 21:55:30 +02:00
Alex Rudenko
d71836e7ed
test: remove obsolete expectations ( #10581 )
2023-07-18 21:12:00 +02:00
Alex Rudenko
3b4ff2ad32
test: enable waitForXPath tests ( #10580 )
2023-07-18 21:11:12 +02:00
jrandolf
b032b629cb
test: skip headful tests in headless modes ( #10578 )
2023-07-18 20:18:22 +02:00
Alex Rudenko
a419abf509
test: unskip style tag tests ( #10572 )
2023-07-18 18:27:41 +02:00
Alex Rudenko
e3dd5968ca
fix(locators): reject the race if there are only failures ( #10567 )
2023-07-18 11:26:06 +02:00