Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.12 KB

File metadata and controls

18 lines (16 loc) · 1.12 KB

Why choose BAMM?

  1. BAMM offers an english-like syntax which allows for more streamlined automation tasks.

  2. BAMM has the ability to offload the automations to BrowserStack, a SeleniumGrid.

    • This takes the compiled python code and runs the automation on their servers, then provided a screen recording of the given automation.
    • This means that BAMM is capable of running on aging or low powered devices, including:
      • 2014 Samsung Chromebook (XEC303)

        • 2GB LPDDR3 RAM
        • 4 Core Mobile ARM CPU (Exynos4)
        • 16GB eMMC Storage
      • 2015 Raspberry Pi (Model B Rev 1.2)

        • 1GB SDRAM
        • 4 Core Mobile ARM CPU
        • 32GB Flash Storage
  3. Due to the restrictions imposed in versions 137 or newer of Google Chrome, Selenium IDE is no longer available, as such, BAMM offers a compelling alternative in this absence.

  4. BAMM was developed to foster the same curiousity in Software Development I experienced from the Hour of Code initiative that was announced by Code.org.

    • For more information, here is the original video.