summaryrefslogtreecommitdiffstats
path: root/_site/projects/bumblebee/index
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-25 16:23:39 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-25 16:23:39 +0800
commitc00ff9a3b56b6aa28367488f62afcc6f8185a91f (patch)
treef4176d823dbe0a45cb817364f27eab938f6f85cc /_site/projects/bumblebee/index
parent18aa7dd1057cd29cc087c4f45566394692f2f01d (diff)
downloadwww-c00ff9a3b56b6aa28367488f62afcc6f8185a91f.tar.gz
Render rest of the project write ups.
Diffstat (limited to '_site/projects/bumblebee/index')
-rw-r--r--_site/projects/bumblebee/index/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/_site/projects/bumblebee/index/index.html b/_site/projects/bumblebee/index/index.html
deleted file mode 100644
index 162a9c0..0000000
--- a/_site/projects/bumblebee/index/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<p>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.</p>
-
-<video style="max-width:100%; margin-bottom: 10px" controls="" poster="thumb.png">
- <source src="bee.mp4" type="video/mp4" />
-</video>
-
-<p>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 Scintilla.NET. 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.</p>
-
-<p>Unfortunately, I can’t share the source code for Bumblebee. I developed it for
-an employer. Hence, the software is proprietary.</p>
-