diff options
Diffstat (limited to '_site/projects/bumblebee')
| -rw-r--r-- | _site/projects/bumblebee/bee.mp4 | bin | 0 -> 2352029 bytes | |||
| -rw-r--r-- | _site/projects/bumblebee/index/index.html | 18 | ||||
| -rw-r--r-- | _site/projects/bumblebee/thumb.png | bin | 0 -> 125909 bytes |
3 files changed, 18 insertions, 0 deletions
diff --git a/_site/projects/bumblebee/bee.mp4 b/_site/projects/bumblebee/bee.mp4 Binary files differnew file mode 100644 index 0000000..835600d --- /dev/null +++ b/_site/projects/bumblebee/bee.mp4 diff --git a/_site/projects/bumblebee/index/index.html b/_site/projects/bumblebee/index/index.html new file mode 100644 index 0000000..162a9c0 --- /dev/null +++ b/_site/projects/bumblebee/index/index.html @@ -0,0 +1,18 @@ +<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> + diff --git a/_site/projects/bumblebee/thumb.png b/_site/projects/bumblebee/thumb.png Binary files differnew file mode 100644 index 0000000..1e0db2b --- /dev/null +++ b/_site/projects/bumblebee/thumb.png |
