TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Browser Session Record and Replay

4 点作者 aliencat超过 7 年前
I would like to be able to record and replay some simple browser interaction. Like registering a domain on Godaddy. But the web automation tools I had seen are too complex or not open source. Are there open source libraries that can be used for browser automation that could trigger record and reply in a browser?

1 comment

pmontra超过 7 年前
Not exactly what you asked for, but if you can code you can use any integration testing framework for any language and program the browser to fill out fields, click buttons, read HTML content, etc.