Pavel Feldman
|
c4c8d498bd
|
chore: reuse input code across vendors (#62)
|
2019-11-22 16:47:50 -08:00 |
|
Yury Semikhatsky
|
ef847b1941
|
fix(page): support multiple bootstrap scripts (#59)
|
2019-11-22 16:25:36 -08:00 |
|
Dmitry Gozman
|
7c69f8c457
|
feat(engines): move querySelectorAll to css engine (#61)
|
2019-11-22 16:21:30 -08:00 |
|
Andrey Lushnikov
|
7633518272
|
devops: do not use "which" in devops scripts
The POSIX way of checking for command presence is "command -v".
This is also supported in MINGW.
|
2019-11-22 15:48:25 -08:00 |
|
Andrey Lushnikov
|
26fef7bc46
|
devops: support firefox-win32 builds
|
2019-11-22 15:45:36 -08:00 |
|
Dmitry Gozman
|
a9cd015fdb
|
feat(engines): introduce a css selector engine and a way to query it (#50)
|
2019-11-22 15:36:17 -08:00 |
|
Pavel Feldman
|
ef464e447f
|
feat(input): dblclick/trippleclick feature parity (#60)
|
2019-11-22 14:46:34 -08:00 |
|
Yury Semikhatsky
|
37a9c17d3e
|
fix (#58)
|
2019-11-22 14:04:04 -08:00 |
|
Yury Semikhatsky
|
ac01262c88
|
feat(page): support Page.evaluateOnNewDocument for WebKit (#55)
|
2019-11-22 13:14:07 -08:00 |
|
Dmitry Gozman
|
e04910501b
|
feat(select): use ElementHandle instead of 'id=foo' when choosing options (#54)
|
2019-11-22 11:54:49 -08:00 |
|
Pavel Feldman
|
b66b005b1f
|
chore: move wsEndpoint and browser target APIs to features/ (#52)
|
2019-11-22 11:25:53 -08:00 |
|
Pavel Feldman
|
508c1960dd
|
chore: unify emulateMedia APIs (#53)
|
2019-11-22 11:24:56 -08:00 |
|
Pavel Feldman
|
c26166203e
|
chore: remove connection / session redundancy (#51)
|
2019-11-22 10:05:32 -08:00 |
|
Dmitry Gozman
|
7783400156
|
feat(select): allow to select options by value/label/id/index (#46)
|
2019-11-21 21:19:21 -08:00 |
|
Joel Einbinder
|
6fcb4d2f30
|
feat: remove all environment variables and references to puppeteer-core (#47)
* feat: remove all environment variables and references to puppeteer-core
* fixup install
|
2019-11-21 21:17:23 -08:00 |
|
Pavel Feldman
|
f223a98e3d
|
feat(chromium): roll Chromium to r717627 (#49)
|
2019-11-21 21:16:00 -08:00 |
|
Andrey Lushnikov
|
b64304ecbc
|
devops: make sure cron has necessary PATH
|
2019-11-21 19:14:30 -08:00 |
|
Andrey Lushnikov
|
4aff4bfca3
|
devops: cronjob checks
|
2019-11-21 18:52:51 -08:00 |
|
Andrey Lushnikov
|
c6c4c01263
|
devops: add crontab
|
2019-11-21 17:58:10 -08:00 |
|
Andrey Lushnikov
|
7af5f4a2a5
|
devops: save log for cronjob
|
2019-11-21 17:48:56 -08:00 |
|
Andrey Lushnikov
|
ae878882bb
|
devops: create lock dir
|
2019-11-21 17:39:11 -08:00 |
|
Andrey Lushnikov
|
98e05b66fd
|
devops: revamp scripts
|
2019-11-21 17:29:40 -08:00 |
|
Pavel Feldman
|
1e91257d6e
|
chore: group chromium-specific features (#45)
|
2019-11-21 16:54:10 -08:00 |
|
Andrey Lushnikov
|
8dce249a7a
|
devops: no prompts in check_build_archive_upload.sh
|
2019-11-21 15:42:18 -08:00 |
|
Andrey Lushnikov
|
e1f3f5cfed
|
devops: add cronjobs
|
2019-11-21 15:26:01 -08:00 |
|
Dmitry Gozman
|
57bbd81824
|
chore: introduce injected source lazily evaluated by execution context (#42)
|
2019-11-21 14:43:30 -08:00 |
|
Pavel Feldman
|
e3dcac1d46
|
chore: move interception API into features/ (#43)
|
2019-11-21 14:41:38 -08:00 |
|
Andrey Lushnikov
|
43836c9178
|
Revert "docs: show browser test stats in the readme (#24)"
This reverts test stats from the README.md
The stats now leave in a designated status page.
|
2019-11-21 13:00:48 -08:00 |
|
Andrey Lushnikov
|
2b40361b0a
|
devops: fix check_cdn script
|
2019-11-20 18:02:36 -08:00 |
|
Andrey Lushnikov
|
4f3834dd69
|
devops: revamp archive.sh scripts to accept a target .zip name
This is required so that we can setup a locking directory for cron
jobs later on.
|
2019-11-20 18:01:51 -08:00 |
|
Andrey Lushnikov
|
af0ba0e713
|
devops: move check_cdn to tools
|
2019-11-20 18:01:51 -08:00 |
|
Andrey Lushnikov
|
f9d2f13540
|
devops: fix firefox archiving script
|
2019-11-20 18:01:51 -08:00 |
|
Joel Einbinder
|
92a6500b23
|
feat(webkit): page.fill and friends (#40)
|
2019-11-20 16:57:37 -08:00 |
|
Pavel Feldman
|
e869b12f46
|
chore: remove touchscreen API (#41)
|
2019-11-20 16:55:02 -08:00 |
|
Joel Einbinder
|
206cf7b83f
|
feat(webkit): pass all keyboard tests (#39)
Add `keyboard.sendCharacter` and fixes up all of the keyboard tests.
Drive-by to actually allow selectively installing browsers.
|
2019-11-20 16:39:12 -08:00 |
|
Andrey Lushnikov
|
308d602f06
|
chore: update version
|
2019-11-20 16:23:40 -08:00 |
|
Pavel Feldman
|
f9a89eb313
|
chore: split vendor APIs (#38)
|
2019-11-20 15:16:57 -08:00 |
|
Pavel Feldman
|
1fe1e150f3
|
chore: move geolocation into features/ (#37)
|
2019-11-20 14:18:05 -08:00 |
|
Pavel Feldman
|
cf97e2c140
|
chore: remove handle.boxModel API (#36)
|
2019-11-20 14:15:19 -08:00 |
|
Pavel Feldman
|
653b4b9df3
|
chore: remove SecurityDetails API (#35)
|
2019-11-20 13:53:27 -08:00 |
|
Pavel Feldman
|
a216063829
|
chore: remove Request.fromCache/ServiceWorker APIs (#34)
|
2019-11-20 11:57:21 -08:00 |
|
Pavel Feldman
|
76eb289f54
|
chore: move permissions API into features/ (#33)
- drive-by accessibility spec moved to a shared folder
|
2019-11-20 09:40:26 -08:00 |
|
Pavel Feldman
|
48a78b2c8a
|
chore: remove page.queryObjects API (#31)
|
2019-11-20 09:28:40 -08:00 |
|
Pavel Feldman
|
35e6d10517
|
chore: remove page.metrics API (#30)
|
2019-11-20 09:28:22 -08:00 |
|
Pavel Feldman
|
b4b7b6b96c
|
fix: build include paths (#32)
|
2019-11-20 09:10:41 -08:00 |
|
Pavel Feldman
|
83ed65dce8
|
chore: move workers into features/ (#29)
|
2019-11-19 17:32:43 -08:00 |
|
Andrey Lushnikov
|
bfcd92da7e
|
devops: fix build scripts
|
2019-11-19 16:58:09 -08:00 |
|
Joel Einbinder
|
4e30f87084
|
browser(feat): new webkit code (insert text)
|
2019-11-19 16:46:06 -08:00 |
|
Andrey Lushnikov
|
f77a50a8aa
|
devops: fix check_cdn.sh
|
2019-11-19 16:33:11 -08:00 |
|
Andrey Lushnikov
|
8a077da565
|
devops: simplified bash traps
|
2019-11-19 16:33:11 -08:00 |
|