Vignesh Shanmugam
90d84e8879
docs(api): fix cdp session creation example ( #709 )
2020-01-28 07:54:41 -08:00
Damian Senn
ff302354bb
chore: fix package typo in packages README ( #707 )
2020-01-28 07:52:42 -08:00
Yang Guo
53cdbc5688
docs: clarify relationship to Puppeteer ( #711 )
2020-01-28 07:23:01 -08:00
Pavel Feldman
45e88f7b85
browser(webkit): amend method & postData upon continue ( #702 )
2020-01-27 23:26:34 -08:00
Jon Perl
023fa01e32
fix: playwright-core types ( #699 )
...
Resolves #696
Relates to https://github.com/microsoft/playwright/pull/692
2020-01-27 23:22:48 -08:00
Pavel Feldman
e2764306b3
doc: require webSocket:true for endpoint availability ( #706 )
2020-01-27 22:41:59 -08:00
Pavel Feldman
79ea30cfbc
docs: sort classes by use ( #700 )
2020-01-27 20:49:42 -08:00
Andrey Lushnikov
bd726ee499
chore: bump version to v0.9.24-post
2020-01-27 17:26:23 -08:00
Andrey Lushnikov
3e40b4e9d3
chore: mark version 0.9.24
2020-01-27 17:23:53 -08:00
Andrey Lushnikov
54f442e0f4
fix: properly expose top-level devices ( #698 )
2020-01-27 17:21:39 -08:00
Yury Semikhatsky
e9515f46d2
browser(webkit): pause popups on start ( #691 )
2020-01-27 17:04:16 -08:00
Dmitry Gozman
89b5d2f7be
fix(setContent): manually reset lifecycyle for all browsers at the right moment ( #679 )
2020-01-27 16:51:52 -08:00
Dmitry Gozman
aa2ecde20f
browser(webkit): make popups functional in mac embedder ( #689 )
2020-01-27 15:41:01 -08:00
Andrey Lushnikov
ee9c2b0c41
chore: bump version to v0.9.23-post
2020-01-27 14:08:14 -08:00
Andrey Lushnikov
03e2754dce
chore: mark version 0.9.23
2020-01-27 13:47:02 -08:00
Andrey Lushnikov
d7beaa7068
chore: bump version to 0.9.22-post ( #684 )
2020-01-27 13:31:43 -08:00
Andrey Lushnikov
0a7005e6e9
chore: mark version v0.9.22 ( #682 )
2020-01-27 13:28:23 -08:00
Andrey Lushnikov
7128628d70
feat(testrunner): ability to repeat test suites ( #681 )
...
Now you can `fdescribe.repeat(10)` to repeat test suites.
2020-01-27 12:48:11 -08:00
Dmitry Gozman
541fa95ce4
fix(ownerFrame): correctly handle adopted node usecase ( #677 )
2020-01-27 11:43:43 -08:00
Yury Semikhatsky
b3cd7a4365
browser(webkit): remove URL from TargetInfo ( #676 )
...
16cf942e30
2020-01-27 11:41:57 -08:00
Pavel Feldman
5a5016fa7d
docs: inline superclass toc into classes for convenience ( #663 )
2020-01-27 10:05:04 -08:00
Andrey Lushnikov
c850430642
docs(api.md): remove browser downloads section ( #675 )
...
It quickly gets out of hand; let's remove it for now.
2020-01-27 09:48:50 -08:00
Pavel Feldman
6e4bf9561b
fix(install): check macOS version to be 10.14 or higher ( #671 )
...
Fixes #669
2020-01-27 09:37:33 -08:00
Eric Heaton
e65cc77f31
fix(pw_run): Allow running from paths with spaces ( #674 )
...
This script currently breaks if the project folder contains any spaces in the paths. The above fix takes care of that.
2020-01-27 09:34:59 -08:00
Yury Semikhatsky
1b8cfffe78
browser(webkit): fix GTK build ( #673 )
2020-01-27 09:31:27 -08:00
Yury Semikhatsky
a779efeccc
browser(webkit): always dispose persistent context before exiting ( #649 )
2020-01-27 08:59:33 -08:00
Andrey Lushnikov
9e0cf726ce
docs(api.md): add missing docs ( #664 )
...
Follow-up to #641 that adds API entries.
2020-01-27 08:27:45 -08:00
Darío Kondratiuk
99414b0410
doc(page): Improve Page description ( #665 )
2020-01-27 08:26:45 -08:00
Pavel Feldman
4b849734af
docs: api.md typos
...
Fixes #661
2020-01-26 22:13:14 -08:00
Andrey Lushnikov
7f46a0980c
feat(webkit): roll to r1011 ( #659 )
...
This roll fixes flakiness for the `Interception.setOfflineMode should
work` test. Follow-up to #656 .
2020-01-26 13:50:50 -08:00
Andrey Lushnikov
d2bfe00da6
browser(webkit): fix setOfflineMode ( #656 )
2020-01-26 09:15:32 -08:00
Pavel Feldman
f03b64860f
chore: removed build labels from readme
...
we need to fix our GH actions before we surface them back
2020-01-24 18:31:58 -08:00
Pavel Feldman
b4b7c5eeef
feat(webkit): enable user-data-dir tests for all platforms ( #646 )
...
Fixes #560
2020-01-24 17:42:24 -08:00
Jon Perl
63d5a7347d
fix(types): export playwright-core types from playwright ( #628 )
...
Resolves #627
2020-01-24 17:12:01 -08:00
Yury Semikhatsky
5fdb3e2f2d
chore(webkit): roll to 1111 ( #644 )
2020-01-24 16:30:38 -08:00
Pavel Feldman
2ae6466d74
browser(webkit): support user-data-dir on win ( #642 )
2020-01-24 16:30:27 -08:00
Yury Semikhatsky
b64604c1ea
chore: replace pptr with pw ( #643 )
2020-01-24 16:15:41 -08:00
Dmitry Gozman
be19ae5e67
feat(browserApp): kill and onclose ( #641 )
2020-01-24 15:58:04 -08:00
Dmitry Gozman
f1d1dfb081
fix(webkit): rewrite global object retrieval errors ( #640 )
2020-01-24 15:56:41 -08:00
Yury Semikhatsky
fb9ec96e3e
browser(webkit): support --user-data-dir on Linux ( #610 )
2020-01-24 15:27:52 -08:00
Andrey Lushnikov
a4f27c17af
browser(webkit): fix compilation on Mac 10.15 ( #638 )
2020-01-24 14:52:17 -08:00
Dmitry Gozman
c453851217
api: introduce BrowserType with a single interface, update top-level api ( #636 )
2020-01-24 14:49:47 -08:00
André Abreu
199d094c6d
fix: make launch options in ffPlaywright optional ( #637 )
2020-01-24 13:27:49 -08:00
Arjun Attam
834698ca6b
docs(readme): update hero snippet to illustrate single API ( #631 )
...
* docs(readme): update hero snippet to illustrate single API
* update faqs
* update snippet
2020-01-24 12:19:17 -08:00
Joel Einbinder
3abaced877
chore(webkit): build wpe and gtk to different folders ( #616 )
...
Second try at #556 . Uses absolute paths for the environment variables so that WPEDependencies builds properly. Switches from `WebKitBuildWPE` to `WebKitBuild/WPE` to avoid the need to change the .gitignore.
My computer takes a long time to build, but it appears to be working.
2020-01-24 11:54:50 -08:00
Yury Semikhatsky
f463d06bd2
browser(webkit): fix WPE compilation ( #635 )
2020-01-24 11:47:46 -08:00
Yury Semikhatsky
12a43541ec
browser(webkit): roll to r255078 ( #633 )
2020-01-24 11:22:27 -08:00
Dmitry Gozman
2b44d75eb6
test: move most launcher tests to common ( #621 )
2020-01-24 11:12:57 -08:00
Joel Einbinder
ff877014cd
doc(troubleshooting): add note about lack of node 8 support ( #623 )
2020-01-24 09:04:54 -08:00
Joel Einbinder
03f37bcbe2
doc(readme): add test status badges ( #617 )
2020-01-24 08:44:29 -08:00