Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/web-editor
please use https://uiauto.dev instead
https://github.com/alibaba/web-editor
atx editor web
Last synced: about 1 month ago
JSON representation
please use https://uiauto.dev instead
- Host: GitHub
- URL: https://github.com/alibaba/web-editor
- Owner: alibaba
- License: mit
- Archived: true
- Created: 2017-03-10T07:23:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T07:34:32.000Z (6 months ago)
- Last Synced: 2024-09-21T22:04:44.178Z (about 1 month ago)
- Topics: atx, editor, web
- Language: JavaScript
- Homepage: https://uiauto.dev
- Size: 2.21 MB
- Stars: 1,227
- Watchers: 27
- Forks: 303
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.docx
- License: LICENSE
Awesome Lists containing this project
- awesome - alibaba/web-editor - please use https://uiauto.dev instead (JavaScript)
README
# Because it is difficult to reconstruct this project, I wrote a new one. Visit and have a try
## WEditor
[![image](https://img.shields.io/pypi/v/weditor.svg?style=flat-square)](https://pypi.python.org/pypi/weditor)
[![image](https://img.shields.io/github/stars/alibaba/web-editor.svg?style=social&label=Star&style=flat-square)](https://github.com/alibaba/web-editor)
[![image](https://travis-ci.org/alibaba/web-editor.svg?branch=master)](https://travis-ci.org/alibaba/web-editor)[中文文档](README_ZH.md)
This project is subproject for smart phone test framework [openatx](https://github.com/openatx)
for easily use web browser to edit UI scripts.Screenshot
![screenshot](./screenshot.jpg)
## Installation
Dependencies- Python3.6+
- [uiautomator2](https://github.com/openatx/uiautomator2)
- [facebook-wda](https://github.com/openatx/facebook-wda)> Only tested in `Google Chrome`, _IE_ seems not working well.
```
pip3 install -U weditor
```For developers
```bash
git clone https://github.com/openatx/weditor
pip3 install -e weditor
```## Usage
Create Shortcut in Desktop (Only windows)```
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`
## Hotkeys(Both Mac and Win)
- Right click screen: `Dump Hierarchy`### Hotkeys(only Mac)
- Command+Enter: Run the whole code
- Command+Shift+Enter: Run selected code or current line if not selected### Hotkeys(only Win)
- Ctrl+Enter: Run the whole code
- Ctrl+Shift+Enter: Run selected code or current line if not selected## For Developers
See [DEVELOP.md](DEVELOP.md)## LICENSE
[MIT](LICENSE)