Commit Graph
14 Commits
Author SHA1 Message Date
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