Highlights
• Attach to Session improvements
• You can now directly attach to a session using its session ID
• Improved presentation of discovered sessions
• Improved logic for generating suggested element XPath
What's Changed
🚀 New Features
• feat:improve suggested xpath generation logic by @eglitise in #2733
• feat:support manually attaching to session using session ID by @eglitise in #2754
• feat:allow selecting installation directory for Windows installer by @eglitise in #2779
🎨 Design Changes
• style:use common refresh button in Attach to Session by @eglitise in #2756
• style:render discovered sessions as card grid by @eglitise in #2758
• style:increase gesture tick density at window widths >=1920px by @eglitise in #2790
🛠 Fixes
• fix:update WDIO protocol command names by @eglitise in #2708, #2730
• fix:clear cached driver instance after detaching by @eglitise in #2753
🌐 Localization
• chore:Update translations by @github-actions[bot] in #2699, #2715, #2766, #2785, #2805
🔍 Other Changes
• chore:use browser clipboard API everywhere by @eglitise in #2671
• chore:update Electron IPC usage by @eglitise in #2675
• test:add copy of the fake app fixture by @eglitise in #2691
• chore:internal locator generation related changes by @eglitise in #2718, #2719, #2727, #2729
• ci:update publish docs workflow by @eglitise in #2734
• chore:remove i18n translation caching by @eglitise in #2752
• chore:split Attach to Session into subcomponent files by @eglitise in #2755
• chore:run npm audit fix by @eglitise in #2777, #2812
Full Changelog:v2026.2.1...v2026.5.1