v2.7.1
Fixed
- Scroll command failing silently - Fixed
surf scrollnot working on sites withscroll-behavior: smooth(e.g., component.gallery). CDPmouseWheelevents were silently ignored on these sites. Now useswindow.scrollBy()via script evaluation, which works reliably on all sites.