Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudharsan-selvaraj/selenium-augmented-reality
Experimented project using selenium with Augmented reality to view live browser execution in augmented world using android device.
https://github.com/sudharsan-selvaraj/selenium-augmented-reality
android arcore arcore-android augmented-reality augmented-reality-applications augmented-reality-apps augmentedreality automation chrome selenium socket-io webdriver
Last synced: 9 days ago
JSON representation
Experimented project using selenium with Augmented reality to view live browser execution in augmented world using android device.
- Host: GitHub
- URL: https://github.com/sudharsan-selvaraj/selenium-augmented-reality
- Owner: sudharsan-selvaraj
- Created: 2020-06-27T13:56:06.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-06-29T22:43:08.000Z (over 4 years ago)
- Last Synced: 2023-03-06T15:01:20.996Z (over 1 year ago)
- Topics: android, arcore, arcore-android, augmented-reality, augmented-reality-applications, augmented-reality-apps, augmentedreality, automation, chrome, selenium, socket-io, webdriver
- Language: Java
- Homepage:
- Size: 241 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selenium Augmented Reality Experiment:
Experimental project to extend the fun of selenium by using augmented reality features to stream the live execution of browser in android device.
# Sample screenshot:
![Demo](assets/screenshot.jpg "Selenium Augmented reality experiment")
### Check the demo in youtube:
https://youtu.be/lCEZfHTFSd0# Setup:
Clone the repo
````
https://github.com/sudharsan-selvaraj/selenium-augmented-reality.git
````
and check the following docs to setup the server and client applicationsRefer [this](socket-server) to setup server application.\
Refer [this](selenium-ar-app) to android application.