webdrivers~crystal-loot

Manage your Selenium Webdrivers with Crystal selenium webdrivers
0.4.5 Latest release released

Webdrivers

GitHub release (latest by date) Build status

A Crystal port of the Ruby webdrivers gem. It automatically installs and updates supported webdrivers.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      webdrivers:
        github: crystal-loot/webdrivers.cr
    
  2. Run shards install

Usage

require "webdrivers"

On whichever driver you use, calling .install will install, update the local driver if needed and then return the path to it.

Chrome

webdriver_path = Webdrivers::Chromedriver.install

Firefox (Gecko)

webdriver_path = Webdrivers::Geckodriver.install

Locating the Chrome browser

On Linux, Webdrivers searches a list of common install paths (including Snap and Flatpak exports) for a Chrome/Chromium binary in order to detect the installed version. Two environment variables let you override that search when your install lives somewhere unusual:

  • WEBDRIVERS_CHROME_BINARY — absolute path to the Chrome binary. When set, the search is skipped and this path is used directly.

Development

  • Fork
  • Code
  • crystal tool format spec/ src/
  • ./bin/ameba
  • crystal spec
  • Commit
  • Open PR

Contributing

  1. Fork it (https://github.com/crystal-loot/webdrivers.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

webdrivers:
  github: crystal-loot/webdrivers.cr
  version: ~> 0.4.5
License MIT
Crystal >= 0.35.0, < 2.0.0

Authors

Dependencies 2

  • crystar ~> 0.3.1
    {'github' => 'naqvis/crystar', 'version' => '~> 0.3.1'}
  • habitat ~> 0.4.7
    {'github' => 'luckyframework/habitat', 'version' => '~> 0.4.7'}

Development Dependencies 1

  • ameba ~> 1.5.0
    {'github' => 'crystal-ameba/ameba', 'version' => '~> 1.5.0'}

Dependents 3

Last synced .
search fire star recently