TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I created a browser automation tool

176 pointsby iamandrasalmost 3 years ago
I created this tool a few months ago to automate some of my tasks. I use it to collect prices and files and to get notified when something changes on certain websites. The task runner uses Playwright.<p>I&#x27;m not sure if it can be useful to anybody else besides me :) Any feedback is welcome.

15 comments

fareeshalmost 3 years ago
There&#x27;s a chrome extension that records all your steps and then generates a puppeteer&#x2F;playwright script for you. Then you can just edit bits of that script and run it. This is my go-to method presently.<p>I feel like you could incorporate some of those features into this and eliminate some of the manual entry of css selectors.
评论 #32363729 未加载
评论 #32362784 未加载
评论 #32361205 未加载
评论 #32364779 未加载
评论 #32360772 未加载
评论 #32360986 未加载
loreyalmost 3 years ago
Really interesting tool. I&#x27;ve always found the task of finding the right CSS selectors tiresome, so I created tool which automatically extracts the right selectors for you (and builds a scraper as well). Open Source on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;lorey&#x2F;mlscraper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lorey&#x2F;mlscraper</a>
评论 #32366434 未加载
pmontraalmost 3 years ago
&gt; Periodically check for changes<p>I remember a Firefox extension that notified me with the diffs of changed pages. I don&#x27;t remember exactly what I was using it for. I think something related to CVEs for some keywords. Then the service I was using shut down and I lost tracks of that extension.
评论 #32361977 未加载
评论 #32361949 未加载
评论 #32363642 未加载
评论 #32361565 未加载
bcjordanalmost 3 years ago
I&#x27;d love to use this as a webpage interaction&#x2F;scraping component in chains of webhooks (building on e.g. low-code step pipelines built with Pipedream, could imagine fitting with something like Zapier, too).<p>Would require the ability to:<p>(1) make a web request to start a run<p>(2) collect the scraped info and return it as part of (a) a webhook call or (b) in the response of a synchronous &quot;start run&quot; blocked long http request<p>It sounds like #1 is already possible. 2a might be possible if there was a call webhook step or notification option? But 2b would be the simplest (if I could make a single GET or POST request, and the response gives me some outputs from an automation session).<p>Zapier&#x2F;Pipedream integrations could be nice platform integration marketing for the tool as well.
Heavywateralmost 3 years ago
This is similar tools: <a href="https:&#x2F;&#x2F;github.com&#x2F;huginn&#x2F;huginn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;huginn&#x2F;huginn</a> <a href="https:&#x2F;&#x2F;n8n.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;n8n.io&#x2F;</a>
Krastanalmost 3 years ago
This is cool! Is it free? If not would be good to have pricing be visible without creating an account.<p>Also the logo in the header looks low definition. Upping its resolution will make the website way better.
评论 #32360601 未加载
评论 #32360621 未加载
melonyalmost 3 years ago
Rocket ride is the name of Stripe&#x27;s API demo app. Might want to change the name, this is bad for your SEO.
blackdogiealmost 3 years ago
Best of luck.<p>Two things that have tripped me up 1. &quot;and save the value of this attribute&quot;, it wasn&#x27;t clear that this could only be certain values, text, id. 2. API I can list tasks, get the status of a task, start tasks via API, but I don&#x27;t se how I can read the results &#x2F; stored data
thih9almost 3 years ago
Is there any way to play with the product without registering? Or perhaps see a video showing it in action?
评论 #32361467 未加载
ramozalmost 3 years ago
Curious what your pricing strategy is here? The free offering is cool for sure. Guess you&#x27;ll learn how serious users may want to actually use the service, what that means for your unit costs, and how it all scales in your favor? or sort of already figured that out?
评论 #32365845 未加载
BeetleBalmost 3 years ago
Only tangentially related, but...<p>I use Firefox. Anyone know of a way I can have it close all tabs once a day? Either via an external script or an extension?
评论 #32363639 未加载
评论 #32365835 未加载
Ladyadyalmost 3 years ago
Are you no longer accepting new users?
dhuxalmost 3 years ago
Can you also record video with sound?
评论 #32361484 未加载
anon115almost 3 years ago
landing page is nice
partloyaldemonalmost 3 years ago
I&#x27;ll check it out. Thanks!