All Projects → aerokube → selenium-openapi

aerokube / selenium-openapi

Licence: Apache-2.0 license
The missing Selenium OpenAPI spec

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to selenium-openapi

oas parser
An open source Open API Spec 3 Definition Parser
Stars: ✭ 52 (+108%)
Mutual labels:  openapi-specification, openapi3
sails-hook-swagger-generator
A tool to help generate Swagger specification documentation based on OAS 3.0 for Sails APIs
Stars: ✭ 71 (+184%)
Mutual labels:  openapi-specification, openapi3
google-meet-bot
Bot for scheduling and entering google meet sessions automatically
Stars: ✭ 33 (+32%)
Mutual labels:  webdriver, selenium
Selenoid Ui
Graphical user interface for Selenoid project
Stars: ✭ 237 (+848%)
Mutual labels:  webdriver, selenium
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (-8%)
Mutual labels:  webdriver, selenium
Pytest Selenium
Plugin for running Selenium with pytest
Stars: ✭ 246 (+884%)
Mutual labels:  webdriver, selenium
openapi4j
OpenAPI 3 parser, JSON schema and request validator.
Stars: ✭ 92 (+268%)
Mutual labels:  openapi-specification, openapi3
Splinter
splinter - python test framework for web applications
Stars: ✭ 2,476 (+9804%)
Mutual labels:  webdriver, selenium
spydriver
🕵️ Lightweight utility to intercept WebDriver and WebElement method calls.
Stars: ✭ 24 (-4%)
Mutual labels:  webdriver, selenium
openapi
OpenAPI 3 Specification for golang
Stars: ✭ 18 (-28%)
Mutual labels:  openapi-specification, openapi3
Cdp4j
cdp4j - Chrome DevTools Protocol for Java
Stars: ✭ 232 (+828%)
Mutual labels:  webdriver, selenium
OpenAlchemy
Define SQLAlchemy models using the OpenAPI specification.
Stars: ✭ 39 (+56%)
Mutual labels:  openapi-specification, openapi3
Selenium Python Helium
Selenium-python but lighter: Helium is the best Python library for web automation.
Stars: ✭ 2,732 (+10828%)
Mutual labels:  webdriver, selenium
Selion
Enabling Test Automation in Java
Stars: ✭ 252 (+908%)
Mutual labels:  webdriver, selenium
Steward
PHP libraries that makes Selenium WebDriver + PHPUnit functional testing easy and robust
Stars: ✭ 215 (+760%)
Mutual labels:  webdriver, selenium
phoenix.webui.framework
基于WebDriver的WebUI自动化测试框架
Stars: ✭ 118 (+372%)
Mutual labels:  webdriver, selenium
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (+680%)
Mutual labels:  webdriver, selenium
Panther
A browser testing and web crawling library for PHP and Symfony
Stars: ✭ 2,480 (+9820%)
Mutual labels:  webdriver, selenium
basic-selenium-project
an example selenium test project
Stars: ✭ 55 (+120%)
Mutual labels:  webdriver, selenium
oas
OpenAPI Spec builder in go
Stars: ✭ 15 (-40%)
Mutual labels:  openapi-specification, openapi3

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
  1. Open http://localhost:8080/ in browser.
  2. Copy and paste selenium.yaml contents to editor.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].