Metadata-Version: 2.1
Name: pixies
Version: 1.0.0
Summary: A front-end monkey testing tool
Home-page: https://github.com/shanqiaosong/pixies
Author: qiaosong
Author-email: shanzh@pku.edu.cn
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/shanqiaosong/pixies/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: selenium

## front-monkey

A front-end monkey testing suite based on Python webdriver

#### Clicker

- Randomly click on the page visible area.

- Prevent navigation automatically

- Switch back immediately when new pages are openned

- [TODO] Identify clickable object and focus on then

#### Scroller

- Randomly scroll to different places of the main page

#### Resizer

- Resize the page randomly

- Identify the max and min size of the page automatically

#### Typer

- Generates random UTF-8 BMP characters and control keys (such as shift, enter, ESC stc.) and send them to the currently active element

- Prevent the page from navigating away

#### Toucher

- Imitate touch events, supporting path touching

#### Dragger

- [TODO]


