File: chromedriver-helper.rb

package info (click to toggle)
ruby-chromedriver-helper 2.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 240 kB
  • sloc: ruby: 217; sh: 21; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
require 'chromedriver/helper'
require 'selenium-webdriver'

Selenium::WebDriver::Chrome.driver_path=Gem.bin_path("chromedriver-helper","chromedriver-helper")