From 4973491648b2c0994277c64b6abf29ca79219d7e Mon Sep 17 00:00:00 2001 From: Saad Tazi Date: Mon, 20 Aug 2018 11:25:36 -0400 Subject: [PATCH] fix selenium-webdriver link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0979249..a8b8861 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Create or update Firefox Profile programmatically. ## Notes for Selenium-webdriver package users If you are using [`selenium-webdriver` package](http://seleniumhq.github.io/selenium/docs/api/javascript/), you no longer need to use this package: `selenium-webdriver` package now implements [a class that allows to create firefox profiles](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox/profile.html). And this new class [doesn't play well](/saadtazi/firefox-profile-js/issues/86) with this package. Check -[this link](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox/index.html) +[this link](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/firefox.html) for an example on how to set your own profile with `selenium-webdriver`. This package is still useful if you use another webdriver library like [`wd.js`](http://admc.io/wd/) or any other webdriver json wire protocol implementation (`webdriver.io`?).