Yury Semikhatsky
256e41a505
docs: add SUPPORT.md ( #1662 )
2024-08-28 11:09:38 -07:00
Yury Semikhatsky
3054364101
devops(dependabot): update all deps in single PR monthly ( #1656 )
2024-08-19 13:21:31 -07:00
dependabot[bot]
40b8802874
chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 ( #1654 )
2024-08-19 12:11:29 -07:00
dependabot[bot]
49f53fceaf
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 ( #1653 )
2024-08-19 12:11:13 -07:00
dependabot[bot]
291c12a54c
chore(deps): bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 ( #1655 )
2024-08-19 12:11:01 -07:00
dependabot[bot]
2b3413fad4
chore(deps): bump junit.version from 5.10.3 to 5.11.0 ( #1652 )
2024-08-19 11:16:59 -07:00
dependabot[bot]
3eab530e95
chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 ( #1650 )
2024-08-19 11:16:40 -07:00
Max Schmitt
7d35be4f89
devops: publish Ubuntu 24.04 Docker image ( #1649 )
2024-08-12 19:02:17 +02:00
Yury Semikhatsky
800c2e9c71
fix: support ControlOrMeta action modifier ( #1644 )
...
Fixes: https://github.com/microsoft/playwright-java/issues/1643
2024-08-07 17:08:33 -07:00
Meir Blachman
edf8174581
docs: add discord link in readme ( #1642 )
2024-08-06 15:54:40 -07:00
Yury Semikhatsky
8ae67204eb
test: disable failing certificate tests on webkit mac ( #1641 )
2024-08-06 13:08:26 -07:00
Yury Semikhatsky
5f2540e556
chore: roll driver to 1.46.0 ( #1640 )
2024-08-05 17:46:01 -07:00
Yury Semikhatsky
776e3f26ef
chore: serizlize java Exception <==> javascript Error ( #1639 )
2024-08-02 10:32:18 -07:00
Yury Semikhatsky
46f4ac1f33
chore: roll driver to 1.46.0-beta ( #1638 )
2024-07-31 13:58:01 -07:00
dependabot[bot]
73d22552e6
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 ( #1631 )
2024-07-23 15:03:57 -07:00
Thomas Fowler
650419c952
fix: Replaced println with logMessage in DriverJar ( #1627 )
2024-07-23 10:29:15 -07:00
dependabot[bot]
1e8adde480
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 ( #1625 )
2024-07-15 13:45:23 -07:00
dependabot[bot]
a9e1242aef
chore(deps-dev): bump org.java-websocket:Java-WebSocket from 1.5.6 to 1.5.7 ( #1626 )
2024-07-15 13:45:11 -07:00
dependabot[bot]
a222edee5a
chore(deps): bump junit.version from 5.10.2 to 5.10.3 ( #1616 )
2024-07-11 08:59:14 -07:00
Yury Semikhatsky
7a12897be4
feat: support java.time.OffsetDateTime in post data ( #1624 )
...
Fixes https://github.com/microsoft/playwright-java/issues/1623
2024-07-11 08:58:46 -07:00
Yury Semikhatsky
7fa8081032
devops: test on java 21 which is latest lts ( #1613 )
2024-06-27 14:37:55 -07:00
Yury Semikhatsky
212bf981f7
chore: bump dev version to 1.46.0-SNAPSHOT ( #1612 )
2024-06-27 13:28:56 -07:00
Yury Semikhatsky
d9ac70c66b
chore: roll driver to 1.45.0-beta ( #1610 )
2024-06-27 13:22:47 -07:00
dependabot[bot]
4279a4ef3e
chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 ( #1604 )
2024-06-27 10:15:05 -07:00
dependabot[bot]
141afb1f09
chore(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 ( #1603 )
2024-06-27 10:09:04 -07:00
dependabot[bot]
2eaae58659
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 ( #1599 )
2024-06-27 10:08:52 -07:00
Yury Semikhatsky
e4828d00b6
chore: roll 1.45.0 ( #1609 )
2024-06-25 09:18:12 -07:00
Yury Semikhatsky
a08ab2dcae
devops: roll_driver script ( #1605 )
2024-06-25 08:34:20 -07:00
Jason Wu
626050d988
fix: Update README.md to fix wrong demo code ( #1601 )
...
Update README.md to fix wrong demo code
In Mobile and geolocation demo, code `page.click("a[data-original-title=\"Show My Location\"]");` will cause error while running.Because the website already change the attribute.
2024-06-19 09:24:45 -07:00
Yury Semikhatsky
4cc3fa3012
chore: roll driver to 1.45.0 beta, implement new features ( #1600 )
2024-06-18 17:08:45 -07:00
dependabot[bot]
226d075355
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 ( #1589 )
2024-06-03 15:42:10 -07:00
Yury Semikhatsky
0a759e699e
fix(fetch): support json objects with null values ( #1587 )
...
Fixes https://github.com/microsoft/playwright-java/issues/1585
2024-05-30 14:46:17 -07:00
Yury Semikhatsky
f2a17b6255
devops: install msedge on macosx ( #1581 )
2024-05-20 16:21:27 -07:00
dependabot[bot]
202bc80d76
chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 ( #1580 )
2024-05-20 16:07:03 -07:00
Yury Semikhatsky
731d8e8dc2
chore: bump dev version to 1.45.0-SNAPSHOT ( #1579 )
2024-05-17 09:12:49 -07:00
Yury Semikhatsky
75062c4024
chore: roll 1.44.0 ( #1575 )
2024-05-08 12:10:05 -07:00
Yury Semikhatsky
c9ea56a640
devops: stop producing .sha256 files, they are not required anymore ( #1570 )
2024-05-03 11:03:45 -07:00
Max Schmitt
e4c427aa75
devops: fix ESRP publishing ( #1569 )
2024-05-03 10:55:40 -07:00
Max Schmitt
0471c5e86c
devops: update to EsrpRelease@7 ( #1566 )
2024-05-03 09:03:41 -07:00
Yury Semikhatsky
5636edf69a
test: ControlOrMeta modifier ( #1564 )
2024-05-02 16:30:27 -07:00
dependabot[bot]
abfe50ce59
chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 ( #1556 )
2024-05-01 15:15:23 -07:00
Yury Semikhatsky
d72364627b
chore: roll driver to 1.44.0-beta-1714435420000 ( #1563 )
2024-04-30 08:57:03 -07:00
dependabot[bot]
fe51fb4cf6
chore(deps): bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 ( #1562 )
2024-04-29 17:02:12 -07:00
dependabot[bot]
764cc8cc8a
chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 ( #1561 )
2024-04-29 17:01:59 -07:00
Yury Semikhatsky
7b8efadc57
chore: roll driver, implement new features ( #1559 )
2024-04-27 08:46:04 -07:00
uchagani
a654a4234e
feat(junit): add ability to connect to remote browsers via fixtures ( #1541 )
2024-04-22 13:09:33 -07:00
dependabot[bot]
102d337b4a
chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 ( #1555 )
2024-04-22 11:29:53 -07:00
Max Schmitt
f5f9b8a12d
devops: migrate to OIDC for Docker publishing ( #1554 )
2024-04-19 00:13:33 +02:00
Max Schmitt
2f264eab76
fix(cdpSession): events without payload ( #1553 )
2024-04-17 09:10:55 -07:00
dependabot[bot]
5c17cc49ed
chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 ( #1550 )
2024-04-16 10:57:00 -07:00