Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 31, 2026

Release prep for v0.6.0 which introduces the Playwright web accessor for JavaScript-rendered page support.

Changes

  • Version: Bump from 0.5.2 to 0.6.0 in version.json
  • Release notes: Add releaseNotes/v0.6.0.md documenting the new NetInteractor.Playwright package
  • README: Document Playwright integration including installation and usage

Usage

// For JavaScript-rendered pages, use PlaywrightWebAccessor
await using var webAccessor = new PlaywrightWebAccessor();
var executor = new InterationExecutor(webAccessor);
var result = await executor.ExecuteAsync(config, inputs);
dotnet add package NetInteractor.Playwright

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…wright documentation

Co-authored-by: kerryjiang <456060+kerryjiang@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump version to 0.6.0 with release notes Bump version to 0.6.0 and document Playwright web accessor Jan 31, 2026
Copilot AI requested a review from kerryjiang January 31, 2026 04:41
@kerryjiang kerryjiang marked this pull request as ready for review January 31, 2026 04:44
@kerryjiang kerryjiang merged commit c7cd3c8 into master Jan 31, 2026
3 checks passed
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