Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed May 26, 2017
1 parent f40e242 commit e97461b
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,8 @@
[![CircleCI](https://circleci.com/gh/HDE/arsenic/tree/master.svg?style=svg)](https://circleci.com/gh/HDE/arsenic/tree/master) [![Documentation Status](https://readthedocs.org/projects/arsenic/badge/?version=latest)](http://arsenic.readthedocs.io/en/latest/?badge=latest)


Asynchronous, framework-independent webdriver client.

## Features

### Supported Frameworks

* Tornado Support
* Asyncio/Aiohttp Support

### Supported Browsers

* Firefox
* Remote Firefox

### Supported APIs

* Start/stop session
* Go to URL
* Get URL
* Get page source
* Find element
* Get element text
* Send keys to element
* Click element
* Wait (eg until an element is there)
Asynchronous, framework-independent webdriver client for AsyncIO/Aiohttp and
Tornado.


## Quickstart
Expand All @@ -54,11 +31,3 @@ async def example():
# print the text of the h1 element
print(await h1.get_text())
```

## Testing

To run the tests, install circleci local and run `circleci build`.

Alternatively you can run the app in `tests/app/` manually, set
the `WEB_APP_BASE_URL` environment variable to the URL at which the
app is running and execute `pytest`.

0 comments on commit e97461b

Please sign in to comment.