diff options
Diffstat (limited to '_site/projects/bumblebee/index.html')
| -rw-r--r-- | _site/projects/bumblebee/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/_site/projects/bumblebee/index.html b/_site/projects/bumblebee/index.html index 26cdce0..8219448 100644 --- a/_site/projects/bumblebee/index.html +++ b/_site/projects/bumblebee/index.html @@ -40,10 +40,11 @@ <main> <div class="container"> - <h2 class="center" id="title">BUMBLEBEE: BROWSER AUTOMATION</h2> - <h6 class="center">02 APRIL 2025</h5> - <br> - <div class="twocol justify"><p>Bumblebee is a web browser that converts browser sessions into C# scripts for + <div class="container-2"> + <h2 class="center" id="title">BUMBLEBEE: BROWSER AUTOMATION</h2> + <h6 class="center">02 APRIL 2025</h5> + <br> + <div class="twocol justify"><p>Bumblebee is a web browser that converts browser sessions into C# scripts for playback. It eliminates the need for authoring browser automation scripts.</p> <video style="max-width:100%; margin-bottom: 10px" controls="" poster="thumb.png"> @@ -63,13 +64,14 @@ intercepts events internal to the web browser, which it then interprets to generate C# code for the Selenium WebDriver in real time.</p> </div> - <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + <p class="post-author right">by Wickramage Don Sadeep Madurange</p> + </div> </div> </main> <div class="footer"> <div class="container"> - <div class="twelve columns right"> + <div class="twelve columns right container-2"> <p id="footer-text">© ASCIIMX - 2025</p> </div> </div> |
