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