Skip to content

v2.7.1

Choose a tag to compare

@nicobailon nicobailon released this 01 Mar 06:37
· 1 commit to main since this release

Fixed

  • Scroll command failing silently - Fixed surf scroll not working on sites with scroll-behavior: smooth (e.g., component.gallery). CDP mouseWheel events were silently ignored on these sites. Now uses window.scrollBy() via script evaluation, which works reliably on all sites.