blob: 03046d370d80f2a446457f93e1628630f181ced9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
title: "Bumblebee: browser automation"
date: 2025-04-02
author: Wickramage Don Sadeep Madurange
thumbnail: thumb.png
layout: post
---
Bumblebee is a web browser that turns browser sessions into C# scripts. Its
objective is to eliminate the need for authoring scripts for testing, web
scraping, and other browser automation tasks.
<video style="max-width:100%; margin-bottom: 10px" controls="" poster="thumb.png">
<source src="bee.mp4" type="video/mp4">
</video>
Bumblebee is a Windows Forms application written in C#. The rendering of web
content is handled by the embedded Microsoft Edge browser (via WebView). The
text editor on the right is <a src="https://github.com/desjarlais/Scintilla.NET"
class="external" target="_blank" rel="noopener noreferrer">Scintilla.NET</a>. It
enables users to override the script at any point during the session. There are
application settings that let users debounce events, ignore hidden elements
and scripts, and more.
Unfortunately, I can't share the source code for Bumblebee. I developed it for
an employer. Hence, the software is proprietary.
|