-
BAMM offers an english-like syntax which allows for more streamlined automation tasks.
-
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
-
-
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.
-
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.