Stage#3127
Merged
Merged
Conversation
- Use chromium.connect() across Node.js, Java, C#, and Python (drop connectOverCDP) - Node.js: switch to chromium-based connect flow with context/page reuse - Java: replace Map.of() (11 entries fails to compile) with LinkedHashMap; add playwrightClientVersion - C#: drop System.Web/HttpUtility, use Uri.EscapeDataString - Update Supported Versions note to reflect the unified connect() API Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ct() for Node - Remove context.close()/CloseAsync() from all four samples (browser.close() handles teardown) - Node.js: add an _android.connect() example alongside chromium.connect() (Node supports both) - Update Supported Versions note: Node supports both APIs; Java/C#/Python use chromium.connect() Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…d-script-fixes docs(playwright-android): fix sample scripts and use chromium.connect()
Add an "info Currently in BETA" admonition noting that Playwright on real iOS devices is in Beta and that users must contact their account team to enable the feature flag. Matches the beta-callout design used elsewhere. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ta-note docs(playwright-ios): add Beta notice above Supported Versions
The unquoted `description` contained an internal ": " ("plain English: from
your terminal"), which YAML parses as a nested mapping key. This broke the
Docusaurus build and has been failing every Stage deployment since #3122,
blocking all docs from deploying to stage. Wrapping the value in quotes fixes it.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…er-yaml fix(kane-cli): quote front-matter description to unblock Stage deploy
Update environment_id to configuration_id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.