Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 2.51 KB

File metadata and controls

41 lines (24 loc) · 2.51 KB

Changelog

1.2.0 (2026-04-23)

Features

  • Add --headless and --web-security flags to open command for enhanced Chrome configuration (859d8cf)
  • Extend navigate command with browser actions (refresh, back, forward) (04fa78a)

1.1.0 (2026-04-06)

Features

  • Introduce --config flag to open command for wdio.conf.js/ts session loading (eea4e06)
  • Introduce dynamic skills for wdiox CLI with skill content engine (fc1c78f)

1.0.1 (2026-04-02)

1.0.0 (2026-04-02)

⚠ BREAKING CHANGES

  • Change default directory to __cwd__/.wdiox

Features

  • Add new commands (execute, navigate, scroll, steps) for session automation (19a9935)
  • Implement step tracking and persistence for session actions (dbbb257)

0.3.0 (2026-03-25)

Features

  • Add SKILL.md documentation for webdriverio-execute tool (8ed4074)
  • Implement --attach functionality for mobile and chrome sessions (0649e67)

Bug Fixes

  • Introduce detach in chromedriverOptions to correctly manage open command (82c282d)
  • open: handle --attach option to skip prompting for existing sessions and update ESLint ignores (ceef74a)
  • Use environment variable for password in example (cac36fc)