From a25bb199dcb6179940cc9f28688b640ecdac0356 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 7 Dec 2025 17:45:42 +0800 Subject: Bumblebee. --- _projects/bumblebee.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_projects/bumblebee.md') diff --git a/_projects/bumblebee.md b/_projects/bumblebee.md index a8fa5eb..deb171f 100644 --- a/_projects/bumblebee.md +++ b/_projects/bumblebee.md @@ -42,9 +42,9 @@ Before settling on a desktop application, we contemplated a browser extension. We decided against that because we didn't want the browser vendor to dictate Bumblebee's capabilities. Furthermore, the company's security policy prohibited browser extensions, complicating its deployment. The initial prototype used a -C# wrapper of the Chromium project instead of WebView. Its incoherent API -design led us to toss it in favour of WebView, which presented a well-designed -API that interfaced seamlessly with Windows Forms. +C# wrapper of the Chromium project instead of WebView. WebView's more intuitive +API and its seamless integration with Windows Forms led us to choose it over +the Chromium wrapper. Bumblebee reduced the time we spent on authoring scripts from hours to a few minutes. Since the rules for code generation were written and optimized by -- cgit v1.2.3