Commit Graph
27 Commits
Author SHA1 Message Date
CraigandMasahiro Wakame 36d40a63a0 types(selenium-webdriver): revert 2.44 as default (#11226)
- previous change would break installing angular-protractor ambient types
- adding myself as author
2016-09-15 08:56:35 +09:00
CraigandMasahiro Wakame f46e806408 types(selenium-webdriver): version 2.53.1 (#10852)
- moving selenium-webdriver.d.ts to selenium-webdriver-2.44.0.d.ts
- adding in selenium-webdriver.d.ts for version 2.53.1
2016-09-14 22:21:51 +09:00
Pavel MartynovandMasahiro Wakame f9c4465170 angular-protractor.d.ts - fix for waitForAngular (#9088)
Even citing to heredoc:
* @return {!webdriver.promise.Promise} A promise that will resolve to the
*    scripts return value.
*/

and this is not Promise<void>. This is Promise<any>.
2016-04-25 23:34:59 +09:00
vvakame 7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame 14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame 56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Timothy Schubert 17fa1e5f26 angular-protractor: Additional signature for protractor.ElementArrayFinder.map 2016-01-27 13:25:04 +11:00
David Sulc 64b25f63f0 add getProcessedConfig to IBrowser typing
https://angular.github.io/protractor/#/api?view=Protractor.prototype.getProcessedConfig
2015-12-28 14:35:04 +01:00
ravishivt 2a90bb4dd6 Added definitions for protractor.ExpectedConditions
Added definitions and tests for ExpectedConditions documented at
https://angular.github.io/protractor/#/api?view=ExpectedConditions.
2015-12-14 17:42:49 -08:00
Masahiro Wakame a83677ed13 Merge pull request #4879 from Kuniwak/update-webdriver
selenium-webdriver: Update webdriver.WebDriver
2015-08-26 01:53:36 +09:00
RathaR 77104a9f9f fix asElementFinders_ method declaration 2015-07-24 04:02:29 +03:00
Kuniwak 04fd7c612d Remove ILocatorStrategy 2015-07-10 14:59:55 +09:00
Tsuyoshi Maeda 3c6a35db55 add define column(name: string) 2015-06-09 23:26:50 +09:00
vvakame 2f7946a2c9 fix angular-protractor/angular-protractor.d.ts compile error 2015-01-16 23:45:39 +09:00
Derek Cicerone d2b389f7df Fix type of ElementFinder's IThenable interface
There are 2 edits here:
1. Remove unnecessarily overridden methods in ElementFinder (they are defined in IThenable).
2. Change the parameterized type in IThenable to 'any' to account for things like ElementFinder.evaluate() which may return primitive values.
2014-12-23 14:59:10 -05:00
Bill Armstrong 4c18f8fd52 Merged all of the selenium webdriver .ts files.
The CI build was failing because it tries to compile each file
individually. To fix this I merged all of the files into one. I also
deleted the legacy files since those versions are no longer supported.
2014-12-18 09:40:18 -05:00
Bill Armstrong 8a41732faa Updated a path in a legacy file. 2014-12-14 15:31:40 -05:00
Bill Armstrong 6edec4889a Added more tests. 2014-12-14 15:21:32 -05:00
Bill Armstrong 4b3b00d6d2 Updated Angular-Protractor to v1.5.0. 2014-12-14 09:41:03 -05:00
Ian Sibner bc8bc17374 Changes based on @BillArmstrong's feedback
* Remove optional parameters from Element interface
* Remove additional parameters from ElementFinder.isElementPresent
* Add "asElementFinders_" and "then" methods to ElementArrayFinder interface
2014-07-17 11:54:00 -04:00
Ian Sibner 68dfa3453b Add definitions for angular-protractor 1.0.0-rc4 2014-07-15 20:07:50 -04:00
pspi 9515c65ee3 Add protractor button text locators. 2014-05-23 12:34:07 +03:00
Panu Horsmalahti 2ec79b766d Update angular-protractor-tests.ts
Fix test to correspond with the new, correct type for getLocationAbsUrl.
2014-03-25 15:11:14 +02:00
Panu Horsmalahti bc0028b45a Update angular-protractor.d.ts
Change string to the correct type, webdriver.promise.Promise.
2014-03-25 14:03:06 +02:00
BillArmstrong 41f71a2853 Added version numbers to the header comments. 2014-02-02 19:13:39 -05:00
BillArmstrong 5881a426aa Fixed the filename of the test files.
The test files did not have the correct filename and were not getting
recognized by the test runner.
2014-02-02 09:23:41 -05:00
BillArmstrong 1689573473 Add selenium-webdriver and angular-protractor.
Added the selenium-webdriver and angular-protractor libraries.
2014-02-02 01:29:02 -05:00