Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 09:00
· 33 commits to main since this release

2.0.0 (2026-01-23)

⚠ BREAKING CHANGES

  • Removed deprecated tools (find_element, getElementText, longPress, isDisplayed, clickViaText, etc.) and unused utilities (mobile-selectors, get_orientation, lock_device, etc.).

Features

  • Add execute_script tool for running browser JavaScript and Appium mobile commands (ade4484)
  • Add navigationUrl support to startBrowserTool and default dimensions (bae7ca7)
  • Add newCommandTimeout support to session configuration (ce09399)
  • Simplify tools and consolidate functionality (ae66bc4)

Refactoring

  • Rename scripts for clarity and update imports (adaa015)
  • Simplify cookies.tool handling and update object structures (80291ec)