-
More reliable downloads in extension mode: download behavior now stays compatible with both
Page.download*andBrowser.download*event paths, so flows likepage.waitForEvent('download')work consistently through the relay. -
Default action timeout is now 60 seconds, which reduces false click failures on slower real-world pages when interactions succeed but post-action waiting exceeds short budgets.
-
Ghost cursor injection is more stable for recording flows by using direct per-page injection instead of the unreliable init-script persistence path.