Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeljkofilipin/selenium-scratch

Selenium bindings in Scratch, visual programming language for kids
https://github.com/zeljkofilipin/selenium-scratch

scratch selenium

Last synced: 29 days ago
JSON representation

Selenium bindings in Scratch, visual programming language for kids

Awesome Lists containing this project

README

        

# selenium-scratch

Selenium bindings in Scratch, visual programming language for kids

# Scratch to Git

- Create a project with [online editor](https://scratch.mit.edu/) or Scratch application
- Save it to the computer
- The file will have `.sb2` extension
- example: `name.sb2`
- rename it to `name.sb2.zip`
- unzip
- there will be a folder `name.sb2`
- inside the folder there will be `project.json` file
- the script is in `"scripts"`

# Git to Scratch

- Compress a folder
- example: `name.sb2`
- File `name.sb2.zip` will be created
- Rename it to `name.sb2`
- Upload it to [online editor](https://scratch.mit.edu/) or Scratch application

# Links

Selenium Scratch: [Scratch](https://scratch.mit.edu/projects/148651313/)

Selenium Scratch Demo: [Scratch](https://scratch.mit.edu/projects/148654788/), [YouTube](https://youtu.be/pNJSSDt5RPI)

[![Selenium Scratch Demo](http://img.youtube.com/vi/pNJSSDt5RPI/0.jpg)](http://www.youtube.com/watch?v=pNJSSDt5RPI "Selenium Scratch Demo")

Selenium Scratch Debug: [Scratch](https://scratch.mit.edu/projects/148695263/), [YouTube](https://youtu.be/i-g6fwYlFW4)

[![Selenium Scratch Debug](http://img.youtube.com/vi/i-g6fwYlFW4/0.jpg)](http://www.youtube.com/watch?v=i-g6fwYlFW4 "Selenium Scratch Debug")