From c00ff9a3b56b6aa28367488f62afcc6f8185a91f Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 25 Oct 2025 16:23:39 +0800 Subject: Render rest of the project write ups. --- _site/projects/bumblebee/index.html | 68 +++++++++++++++++++++++++++++++ _site/projects/bumblebee/index/index.html | 18 -------- 2 files changed, 68 insertions(+), 18 deletions(-) create mode 100644 _site/projects/bumblebee/index.html delete mode 100644 _site/projects/bumblebee/index/index.html (limited to '_site/projects/bumblebee') diff --git a/_site/projects/bumblebee/index.html b/_site/projects/bumblebee/index.html new file mode 100644 index 0000000..df30f8c --- /dev/null +++ b/_site/projects/bumblebee/index.html @@ -0,0 +1,68 @@ + + + + + Bumblebee: turn browser sessions to code + + + Bumblebee: turn browser sessions to code + + + + + + + + + +
+ +
+ + + +
+
+

BUMBLEBEE: TURN BROWSER SESSIONS TO CODE

+ +
02 APRIL 2025
+ +
+ +

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.

+ + + +

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.

+ +

Unfortunately, I can’t share the source code for Bumblebee. I developed it for +an employer. Hence, the software is proprietary.

+ +
+ +

by W. D. Sadeep Madurange

+
+
+ + + 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 @@ -

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.

- - - -

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.

- -

Unfortunately, I can’t share the source code for Bumblebee. I developed it for -an employer. Hence, the software is proprietary.

- -- cgit v1.2.3