https://github.com/zeljkofilipin/firefox-marionette-geckodriver-selenium-ruby
https://github.com/zeljkofilipin/firefox-marionette-geckodriver-selenium-ruby
geckodriver marionette ruby selenium
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeljkofilipin/firefox-marionette-geckodriver-selenium-ruby
- Owner: zeljkofilipin
- License: mit
- Created: 2016-06-16T10:23:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T16:50:36.000Z (about 5 years ago)
- Last Synced: 2025-01-10T00:54:22.733Z (9 months ago)
- Topics: geckodriver, marionette, ruby, selenium
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firefox + Marionette + geckodriver
## Prerequisites
- [Firefox 48+](https://www.mozilla.org/en-US/firefox/new/)
- [geckodriver](https://github.com/mozilla/geckodriver/)## Installation
gem install bundler
bundle install## Usage
bundle exec ruby firefox.rb
## Links
- https://github.com/zeljkofilipin/firefox-marionette-geckodriver-rb
- [Marionette](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver)