Skip to content

Bump to v0.6.0 with Playwright docs and release notes#5

Closed
Copilot wants to merge 1 commit intomasterfrom
copilot/bump-version-and-update-readme
Closed

Bump to v0.6.0 with Playwright docs and release notes#5
Copilot wants to merge 1 commit intomasterfrom
copilot/bump-version-and-update-readme

Conversation

Copy link
Contributor

Copilot AI commented Jan 31, 2026

The release needs version 0.6.0, a fresh changelog entry, and README coverage for the new Playwright web accessor.

  • Versioning: Updated version.json to 0.6.0.
  • Release Notes: Added releaseNotes/v0.6.0.md summarizing recent improvements, fixes, and dependency notes.
  • Documentation: Extended README with Playwright web accessor usage alongside existing web accessor guidance.
using NetInteractor;
using NetInteractor.Config;
using NetInteractor.WebAccessors;

var config = ConfigFactory.DeserializeXml<InteractConfig>("Scripts/Sample.config");

// Playwright-based executor (headless by default)
await using var executor = new InterationExecutor(new PlaywrightWebAccessor());
var result = await executor.ExecuteAsync(config);

💡 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.

Copilot AI changed the title [WIP] Bump version to 0.6.0 and update README Bump to v0.6.0 with Playwright docs and release notes Jan 31, 2026
Copilot AI requested a review from kerryjiang January 31, 2026 04:36
@kerryjiang kerryjiang closed this Jan 31, 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