This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
DriverProvider for local: No option to set gecko driver #4411
Comments
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Jul 29, 2017
- Add gecko driver as configuration option to be used in the local driver provider. - Nit fixes to use string[] over Array<string> in the configParser.ts - Add functionality to addDefaultBinaryLocs_ to use the geckoDriver value set in the config or to check locally in the webdriver-manager/selenium folder closes angular#4408 and closes angular#4411.
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Jul 30, 2017
- Add gecko driver as configuration option to be used in the local driver provider. - Nit fixes to use string[] over Array<string> in the configParser.ts - Add functionality to addDefaultBinaryLocs_ to use the geckoDriver value set in the config or to check locally in the webdriver-manager/selenium folder closes angular#4408 and closes angular#4411.
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Jul 30, 2017
- Add gecko driver as configuration option to be used in the local driver provider. - Nit fixes to use string[] over Array<string> in the configParser.ts - Add functionality to addDefaultBinaryLocs_ to use the geckoDriver value set in the config or to check locally in the webdriver-manager/selenium folder - Fix transpile errors in locator. Missing toString in ProtractorLocator interface - Fix transpile errors in element. Cast wdpromise.Promise<{}> to wdpromise.Promise<T> closes angular#4408 and closes angular#4411.
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Jul 30, 2017
- Add gecko driver as configuration option to be used in the local driver provider. - Nit fixes to use string[] over Array<string> in the configParser.ts - Add functionality to addDefaultBinaryLocs_ to use the geckoDriver value set in the config or to check locally in the webdriver-manager/selenium folder - Fix transpile errors in locator. Missing toString in ProtractorLocator interface - Fix transpile errors in element. Cast wdpromise.Promise<{}> to wdpromise.Promise<T> closes angular#4408 and closes angular#4411.
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Jul 31, 2017
- Add gecko driver as configuration option to be used in the local driver provider. - Nit fixes to use string[] over Array<string> in the configParser.ts - Add functionality to addDefaultBinaryLocs_ to use the geckoDriver value set in the config or to check locally in the webdriver-manager/selenium folder - Fix transpile errors in locator. Missing toString in ProtractorLocator interface - Fix transpile errors in element. Cast wdpromise.Promise<{}> to wdpromise.Promise<T> closes angular#4408 and closes angular#4411.
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Jul 31, 2017
- Add gecko driver as configuration option to be used in the local driver provider. - Nit fixes to use string[] over Array<string> in the configParser.ts. - Add functionality to addDefaultBinaryLocs_ to use the geckoDriver value set in the config or to check locally in the webdriver-manager/selenium folder. - Fix transpile errors in locator. Missing toString in ProtractorLocator interface. - Fix transpile errors in element. Cast wdpromise.Promise<{}> to wdpromise.Promise<T>. - xit spec/basic/action_spec.js based on [selenium-webdriver issue angular#3693](SeleniumHQ/selenium#3693). Added a // TODO comment to remove xit when selenium-webdriver resolves issue. closes angular#4408 and closes angular#4411.
cnishina
added a commit
that referenced
this issue
Jul 31, 2017
…ig (#4412) - Add gecko driver as configuration option to be used in the local driver provider. - Nit fixes to use `string[]` over `Array<string>` in the configParser.ts. - Add functionality to `addDefaultBinaryLocs_` to use the `geckoDriver` value set in the config or to check locally in the `webdriver-manager/selenium` folder. - Fix transpile errors in locator. Missing toString in ProtractorLocator interface. - Fix transpile errors in element. Cast wdpromise.Promise<{}> to wdpromise.Promise<T>. - xit spec/basic/action_spec.js based on [selenium-webdriver issue #3693](SeleniumHQ/selenium#3693). Added a // TODO comment to remove xit when selenium-webdriver resolves issue. closes #4408 and closes #4411.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We check to see if chrome is set as a capability and use it when launching locally but no other drivers are provided. At a minimum we might want to also include gecko driver.
https://github.com/angular/protractor/blob/master/lib/driverProviders/local.ts#L59
We should allow for the driver path via the config file and if not to default to the webdriver-manager's downloaded binaries.
The text was updated successfully, but these errors were encountered: