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: 10 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T10:12:45.000Z (about 9 years ago)
- Last Synced: 2025-02-27T02:29:30.021Z (over 1 year 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)
[](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)
[](http://www.youtube.com/watch?v=i-g6fwYlFW4 "Selenium Scratch Debug")