Skip to content

Commit ef89b6a

Browse files
committedMay 17, 2023
fix deps
1 parent b3ba66b commit ef89b6a

File tree

6 files changed

+1347
-540
lines changed

6 files changed

+1347
-540
lines changed
 

‎README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Alternatively, you can add the same property to your .npmrc file.
6363

6464
Default location is set to https://github.com/mozilla/geckodriver/releases/download
6565

66+
## Setting a PROXY URL
67+
68+
Use `HTTPS_PROXY` or `HTTP_PROXY` to set your proxy url.
69+
6670
# Programmatic Interface
6771

6872
You can import this package with Node.js and start the driver as part of your script and use it e.g. with [WebdriverIO](https://webdriver.io).
@@ -204,7 +208,16 @@ Type: `string`
204208
### customGeckoDriverPath
205209
Don't download Geckodriver, instead use a custom path to it, e.g. a cached binary.
206210

207-
Type: `string`
211+
Type: `string`<br />
212+
Default: `process.env.GECKODRIVER_FILEPATH`
213+
214+
# Other Browser Driver
215+
216+
If you also look for other browser driver NPM wrapper, you can find them here:
217+
218+
- Chrome: [giggio/node-chromedriver](https://github.com/giggio/node-chromedriver)
219+
- Microsoft Edge: [webdriverio-community/node-edgedriver](https://github.com/webdriverio-community/node-edgedriver)
220+
- Safari: [webdriverio-community/node-safaridriver](https://github.com/webdriverio-community/node-safaridriver)
208221

209222
---
210223

0 commit comments

Comments
 (0)
Please sign in to comment.