KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
selenium-openapi
★ 27
Open GitHub ↗
The missing Selenium OpenAPI spec
Download README (.md)
Explore Similar Repositories
SDLBook
:
simple djvu/pdf ebook viewer based on djvulibre, libmupdf and SDL 1.2/2
humpback-whale-4th-place
:
No description available.
ml-retrospectives.github.io
:
No description available.
CCOnOff
:
Properly toggle Wi-Fi and Bluetooth from Control Center (iOS 11+).
MemoryScanner
:
Scan Like a Cheat Engine
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
selenium-openapi
?
Download (.md)
# 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.