All Projects → aerokube → Selenoid Ui

aerokube / Selenoid Ui

Licence: apache-2.0
Graphical user interface for Selenoid project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Selenoid Ui

Qtwebdriver
WebDriver implementation for Qt
Stars: ✭ 152 (-35.86%)
Mutual labels:  selenium, webdriver
Steward
PHP libraries that makes Selenium WebDriver + PHPUnit functional testing easy and robust
Stars: ✭ 215 (-9.28%)
Mutual labels:  selenium, webdriver
Selenoid
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
Stars: ✭ 2,065 (+771.31%)
Mutual labels:  selenium, vnc
Java.webdriver
Browser test automation using Selenium WebDriver in Java
Stars: ✭ 135 (-43.04%)
Mutual labels:  selenium, webdriver
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (-17.72%)
Mutual labels:  selenium, webdriver
Webium
Webium is a Page Object pattern implementation library for Python (http://martinfowler.com/bliki/PageObject.html). It allows you to extend WebElement class to your custom controls like Link, Button and group them as pages.
Stars: ✭ 144 (-39.24%)
Mutual labels:  selenium, webdriver
Cdp4j
cdp4j - Chrome DevTools Protocol for Java
Stars: ✭ 232 (-2.11%)
Mutual labels:  selenium, webdriver
Marionette
Selenium alternative for Crystal. Browser manipulation without the Java overhead.
Stars: ✭ 119 (-49.79%)
Mutual labels:  selenium, webdriver
Thirtyfour
Selenium WebDriver client for Rust, for automated testing of websites
Stars: ✭ 191 (-19.41%)
Mutual labels:  selenium, webdriver
Selenium Jupiter
JUnit 5 extension for Selenium WebDriver
Stars: ✭ 185 (-21.94%)
Mutual labels:  selenium, vnc
Nightwatch
End-to-end testing framework written in Node.js and using the Webdriver API
Stars: ✭ 10,912 (+4504.22%)
Mutual labels:  selenium, webdriver
Splinter
splinter - python test framework for web applications
Stars: ✭ 2,476 (+944.73%)
Mutual labels:  selenium, webdriver
Autolink
AutoLink是一个开源Web IDE自动化测试集成解决方案
Stars: ✭ 129 (-45.57%)
Mutual labels:  selenium, webdriver
Uirecorder
UI Recorder is a multi-platform UI test recorder.
Stars: ✭ 1,895 (+699.58%)
Mutual labels:  selenium, webdriver
Selenium Ide
Open Source record and playback test automation for the web.
Stars: ✭ 1,815 (+665.82%)
Mutual labels:  selenium, webdriver
Windows Images
Step by step instructions for building Docker images with Windows
Stars: ✭ 170 (-28.27%)
Mutual labels:  selenium, webdriver
Seleniumjavacourse
Selenium Java Code for all selenium sessions - WebDriver, TestNG, POI, etc...
Stars: ✭ 115 (-51.48%)
Mutual labels:  selenium, webdriver
Csharp.webdriver
Browser test automation using Selenium WebDriver in C#
Stars: ✭ 115 (-51.48%)
Mutual labels:  selenium, webdriver
Seleniumbase
A Python framework that inspires developers to become better test automation engineers. 🧠💡
Stars: ✭ 2,520 (+963.29%)
Mutual labels:  selenium, webdriver
Panther
A browser testing and web crawling library for PHP and Symfony
Stars: ✭ 2,480 (+946.41%)
Mutual labels:  selenium, webdriver

Selenoid UI

Build Status Coverage Release Docker Pulls

Simple status page with UI updates by SSE, backed by constant polling of status handle of selenoid on small go backend.

ui

Usage

We distribute UI as a lightweight Docker container. To run it type:

$ docker run -d --name selenoid-ui  \
    --link selenoid                 \
    -p 8080:8080                    \
    aerokube/selenoid-ui --selenoid-uri=http://selenoid:4444

where --link selenoid links with running container named selenoid with selenoid inside

Then access the UI on port 8080:

http://localhost:8080/

The following flags are supported:

  • --listen - host and port to listen (e.g. :1234)
  • --period - data refresh period (e.g. 5s or 1m)
  • --selenoid-uri - selenoid uri to fetch data from (e.g. http://selenoid.example.com:4444/)

Features, Screenshots and Complete Guide

Can be found at http://aerokube.com/selenoid-ui/latest/

Usage note

This UI is designed for debug purposes for one selenoid node. If you need monitoring capabilities on more than one selenoid, consider to use external monitoring system

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].