Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeljkofilipin/selenium-scratch
- Owner: zeljkofilipin
- License: mit
- Created: 2017-03-25T20:58:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T10:12:45.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T15:43:58.496Z (3 months ago)
- Topics: scratch, selenium
- Size: 229 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")