diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 10:53:52 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 10:53:52 +0800 |
| commit | 79e9eec0ac05634fe367220df701b20c91523291 (patch) | |
| tree | 620654a06938f4147b4a22cc332ce1e5f40cb247 /_projects/bumblebee | |
| parent | 8e52e6f8e11c78d1935ac4994db1d6537e948bb7 (diff) | |
| download | www-79e9eec0ac05634fe367220df701b20c91523291.tar.gz | |
Project folder.
Diffstat (limited to '_projects/bumblebee')
| -rw-r--r-- | _projects/bumblebee/bee.mp4 | bin | 0 -> 2352029 bytes | |||
| -rw-r--r-- | _projects/bumblebee/index.md | 26 | ||||
| -rw-r--r-- | _projects/bumblebee/thumb.png | bin | 0 -> 125909 bytes |
3 files changed, 26 insertions, 0 deletions
diff --git a/_projects/bumblebee/bee.mp4 b/_projects/bumblebee/bee.mp4 Binary files differnew file mode 100644 index 0000000..835600d --- /dev/null +++ b/_projects/bumblebee/bee.mp4 diff --git a/_projects/bumblebee/index.md b/_projects/bumblebee/index.md new file mode 100644 index 0000000..467fa39 --- /dev/null +++ b/_projects/bumblebee/index.md @@ -0,0 +1,26 @@ +--- +title: "Bumblebee: turn browser sessions to code" +date: 2025-04-02T00:00:00+08:00 +author: W. D. Sadeep Madurange +--- + +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 {{< link +src="https://github.com/desjarlais/Scintilla.NET" class="external" +target="_blank" rel="noopener noreferrer">}}Scintilla.NET{{< /link >}}. 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. + diff --git a/_projects/bumblebee/thumb.png b/_projects/bumblebee/thumb.png Binary files differnew file mode 100644 index 0000000..1e0db2b --- /dev/null +++ b/_projects/bumblebee/thumb.png |
