This project is subproject for smart phone test framework openatx for easily use web browser to edit atx scripts. This project is hosted in https://github.com/openatx/weditor
Only tested in Google Chrome
, IE seems not working well.
Tested with python 3.6, 3.7
pip3 install --upgrade weditor
Create Shortcut in Desktop
weditor --shortcut
By click shortcut or run in command line
weditor
This command will start a local server with port 17310, and then open a browser tab for you to editor you code.
Port 17310 is to memorize the created day -- 2017/03/10
To see more usage run weditor -h
- Right click screen:
Dump Hierarchy
- Command+Enter: Run the whole code
- Command+Shift+Enter: Run selected code or current line if not selected
- Ctrl+Enter: Run the whole code
- Ctrl+Shift+Enter: Run selected code or current line if not selected
See DEVELOP.md