Skip to content

Conversation

@Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Jan 23, 2026

This PR rolls Playwright Java to driver version 1.58.0

Changes

  • Updated driver version
  • Regenerated API interfaces

API Changes

  • Added isLocal option to ConnectOverCDPOptions
  • Removed devtools option from LaunchOptions and LaunchPersistentContextOptions

Documentation fixes

  • Updated forbidden headers documentation in Route.java
  • Fixed code examples in LocatorAssertions.java
  • Minor doc update in Locator.java

@Skn0tt Skn0tt requested a review from yury-s January 23, 2026 10:30
private static final AtomicInteger nextUnusedPort = new AtomicInteger(9000);

private static boolean available(int port) {
try (ServerSocket ignored = new ServerSocket(port)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this didn't work for me locally 🤷 i always got "address already in use"

@Skn0tt Skn0tt changed the title chore: roll to 1.58.0-beta-1769095880000 chore: roll to 1.58.0 Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants