An open API service indexing awesome lists of open source software.

https://github.com/aerokube/selenium-openapi

The missing Selenium OpenAPI spec
https://github.com/aerokube/selenium-openapi

openapi-specification openapi3 selenium swagger webdriver

Last synced: 26 days ago
JSON representation

The missing Selenium OpenAPI spec

Awesome Lists containing this project

README

        

# Selenium OpenAPI Spec

This repository contains Selenium OpenAPI 3.0 (ex-Swagger) spec.

## Using Swagger Editor

1) Launch Swagger Editor Docker container:
```
$ docker run -d --name swagger-editor -p 8080:8080 swaggerapi/swagger-editor
```

2) Open `http://localhost:8080/` in browser.
3) Copy and paste `selenium.yaml` contents to editor.