Commit Graph

25 Commits

Author SHA1 Message Date
jrandolf
690b1c2218
chore: use bindIsolatedHandle () 2023-09-01 15:13:29 +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
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
6c9306a72e
feat: add autofill support () 2023-07-19 17:42:31 +00:00
jrandolf
e5d6864056
docs: improve docs on file upload () 2023-04-21 14:15:19 +02:00
Alex Rudenko
26c81b7408
feat: add ElementHandle.isVisible and ElementHandle.isHidden () 2023-04-12 11:19:46 +02:00
Alex Rudenko
0d556a71d6
feat: add ElementHandle.scrollIntoView () 2023-04-12 07:17:18 +02:00
Alex Rudenko
656b562c74
fix: make isIntersectingViewport work with SVG elements () 2023-04-11 14:05:10 +00:00
Nikolay Vitkov
a99abc9a2f
docs: remove unhelpful api pages () 2023-03-28 18:02:00 +00:00
Nikolay Vitkov
38d511b5c2
docs: fix some api-extractor warnings () 2023-03-09 09:22:09 +01:00
charlieinitialdigital
c8bb11adfc
feat: add touchstart, touchmove and touchend methods () 2023-02-03 10:59:21 +00:00
Alex Rudenko
6847f8835f
fix: improve screenshot method types ()
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  
2023-01-18 14:06:20 +00:00
jrandolf
c7a063a152
feat: add element validation ()
This PR adds a method to ElementHandle that validates the tag type of
that handle and returns it.

Fixed: , 
2022-12-19 13:25:56 +01:00
Alex Rudenko
1668d47b2f
docs: various doc improvements ()
See commits for details.

Closes , , , , , , , , 
2022-12-09 13:57:39 +01:00
jrandolf
f07ad2c661
fix: update documentation on configuring puppeteer ()
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 ()
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 ()
* chore: update dependencies
2022-08-11 07:55:02 +02:00
jrandolf
d6a88a9768
chore: refactor FrameManager and fix docs () 2022-08-10 23:34:29 +02:00
jrandolf
5cf9b4de8d
feat: use an xpath query handler () 2022-08-04 15:45:21 +02:00
jrandolf
5ff205dc8b
fix: extends ElementHandle to Nodes ()
* fix: extends `ElementHandle` to `Node`s ()
2022-07-06 09:05:37 +02:00
jrandolf
b5a345b06b
chore: format docs () 2022-07-05 15:41:43 +02:00
jrandolf
45eb2c607f
chore: remove docusaurus metadata from README.md () 2022-07-05 14:42:31 +02:00
jrandolf
066f440ba7
feat: add documentation () 2022-07-01 11:52:39 +00:00