Nikolay Vitkov
15dde692f3
docs: update links to point to property table ( #12249 )
2024-04-11 13:01:13 +02:00
Alex Rudenko
89eb9e633b
docs: mark deprecated methods ( #12199 )
2024-04-04 09:17:26 +02:00
dependabot[bot]
93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates ( #12101 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-20 15:03:14 +00:00
Nikolay Vitkov
53c9134809
refactor!: remove $x
and waitForXpath
( #11782 )
2024-02-02 13:18:43 +01:00
dependabot[bot]
2d8acd2021
chore(deps): Bump the dependencies group with 6 updates ( #11771 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-01-29 13:46:51 +01:00
Alex Rudenko
b5e50865a4
build: regen package-lock.json ( #11735 )
2024-01-24 11:38:21 +00:00
Nikolay Vitkov
35a05d5cc4
docs: fix ElementHandle boundingBox & boxModel descriptions ( #11339 )
2023-11-13 15:47:42 +01:00
Nikolay Vitkov
22aeff1eac
fix: Type for ElementHandle.screenshot ( #11274 )
2023-10-30 11:02:43 +01:00
jrandolf
9c0c299f0b
chore: remove emulation from touchscreen tests ( #11003 )
2023-10-06 11:08:44 +02:00
jrandolf
ecd6ac9dfa
chore: implement element screenshot ( #10963 )
2023-09-21 21:21:12 +02:00
jrandolf
9342bac263
feat: implement improved Drag n' Drop APIs ( #10651 )
2023-09-14 11:14:30 +02:00
jrandolf
690b1c2218
chore: use bindIsolatedHandle
( #10810 )
2023-09-01 15:13:29 +00:00
jrandolf
2401bb46b1
chore: implement moveable ( #10803 )
2023-08-29 22:48:37 +02:00
jrandolf
8c07631bd1
chore: implement (Async)Disposable on handles ( #10802 )
2023-08-29 21:44:59 +02:00
jrandolf
5f8d2a43b2
chore: use abstract for implemented methods ( #10774 )
2023-08-23 18:00:34 +02:00
jrandolf
27636afacf
chore: implement boxModel
, contentFrame
, and nested frame boundingBox
( #10773 )
2023-08-23 16:58:18 +02:00
Alex Rudenko
6c9306a72e
feat: add autofill support ( #10565 )
2023-07-19 17:42:31 +00:00
jrandolf
e5d6864056
docs: improve docs on file upload ( #10058 )
2023-04-21 14:15:19 +02:00
Alex Rudenko
26c81b7408
feat: add ElementHandle.isVisible and ElementHandle.isHidden ( #10007 )
2023-04-12 11:19:46 +02:00
Alex Rudenko
0d556a71d6
feat: add ElementHandle.scrollIntoView ( #10005 )
2023-04-12 07:17:18 +02:00
Alex Rudenko
656b562c74
fix: make isIntersectingViewport work with SVG elements ( #10004 )
2023-04-11 14:05:10 +00:00
Nikolay Vitkov
a99abc9a2f
docs: remove unhelpful api pages ( #9933 )
2023-03-28 18:02:00 +00:00
Nikolay Vitkov
38d511b5c2
docs: fix some api-extractor warnings ( #9806 )
2023-03-09 09:22:09 +01:00
charlieinitialdigital
c8bb11adfc
feat: add touchstart, touchmove and touchend methods ( #9622 )
2023-02-03 10:59:21 +00:00
Alex Rudenko
6847f8835f
fix: improve screenshot method types ( #9529 )
...
The only drawback of adding overrides is that our documentation
generator would generate a page for each overload which might be hard to
read/find on the documentation website.
Closes #9512 #9385
2023-01-18 14:06:20 +00:00
jrandolf
c7a063a152
feat: add element validation ( #9352 )
...
This PR adds a method to ElementHandle that validates the tag type of
that handle and returns it.
Fixed : #8579 , #9280
2022-12-19 13:25:56 +01:00
Alex Rudenko
1668d47b2f
docs: various doc improvements ( #9396 )
...
See commits for details.
Closes #1837 , #5880 , #7822 , #8101 , #8821 , #9367 , #9382 , #9378 , #4731
2022-12-09 13:57:39 +01:00
jrandolf
f07ad2c661
fix: update documentation on configuring puppeteer ( #9150 )
...
This PR updates the docs regarding configuring puppeteer. In addition,
some changes have been made to the documentation generator to show
default values on the documentation site.
Also fixes: https://github.com/puppeteer/puppeteer/pull/9144
2022-10-24 09:07:05 +02:00
Alex Rudenko
3732757450
fix: allow getting a frame from an elementhandle ( #8875 )
...
Libraries like pptr-testing-library and expect-puppeteer seem to
rely on it.
2022-08-31 19:57:02 +00:00
jrandolf
b4176029d9
chore: update dependencies ( #8771 )
...
* chore: update dependencies
2022-08-11 07:55:02 +02:00
jrandolf
d6a88a9768
chore: refactor FrameManager and fix docs ( #8770 )
2022-08-10 23:34:29 +02:00
jrandolf
5cf9b4de8d
feat: use an xpath
query handler ( #8730 )
2022-08-04 15:45:21 +02:00
jrandolf
5ff205dc8b
fix: extends ElementHandle
to Node
s ( #8552 )
...
* fix: extends `ElementHandle` to `Node`s (#8552 )
2022-07-06 09:05:37 +02:00
jrandolf
b5a345b06b
chore: format docs ( #8629 )
2022-07-05 15:41:43 +02:00
jrandolf
45eb2c607f
chore: remove docusaurus metadata from README.md ( #8624 )
2022-07-05 14:42:31 +02:00
jrandolf
066f440ba7
feat: add documentation ( #8593 )
2022-07-01 11:52:39 +00:00