Skip to content

How do I set the custom repository for drivers? #11682

Closed Answered by christian-bromann
Medvedscak asked this question in Q&A
Discussion options

You must be logged in to vote

@Medvedscak it is not possible to define custom download sources but you can download the drivers manually and point WebdriverIO to use them, via e.g.:

capabilities: [{
  browserName: 'chrome',
  'wdio:chromedriverOptions': { binary: '/path/to/binary' }
}]

You can read up on driver options in https://webdriver.io/docs/capabilities#webdriverio-capabilities-to-manage-browser-driver-options

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Medvedscak
Comment options

@christian-bromann
Comment options

Answer selected by Medvedscak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants