Commit Graph

21 Commits

Author SHA1 Message Date
Kuniwak
666442816f Add ServiceBuilder#setAdbPort 2015-07-08 18:15:18 +09:00
Kuniwak
11daee6f62 Sort asserting order to following the definition 2015-07-08 18:14:21 +09:00
Kuniwak
a766e1aef7 add Options#android* 2015-07-08 18:06:56 +09:00
Kuniwak
6c8a0d02aa Add Options#setPerfLoggingPrefs 2015-07-08 17:53:08 +09:00
Kuniwak
30c4a6ea12 Support Options#excludeSwitches 2015-07-08 17:39:45 +09:00
Derek Cicerone
bb811116eb Fix unit tests 2014-12-20 13:38:32 -05:00
Derek Cicerone
c22650edab Fix types for promises in selenium-webdriver
The webdriver promises were recently made generic (that whole commit is actually pretty impressive!) but I think the definitions for the then methods are slightly incorrect. Looking at the original jsdoc (which I assume was imported from the original closure annotations) some edits appear to be necessary:
1. The return type of the success callback should match the returned promise's generic type.
2. The success callback can return a promise that will automatically be unwrapped.

I also made some other housekeeping edits:
* removed @param type information and @template since TypeScript puts type annotations directly in the code
* my editor removes trailing whitespace and adds a newline at the EOF

Once TypeScript 1.4 is out, these definitions can likely be simplified by using union types.
2014-12-20 13:07:29 -05:00
Bill Armstrong
51aa6373a8 Added the testing module back in. 2014-12-18 16:12:50 -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
31cec16179 Removed a couple of function return types.
Removed a couple of function return types because they could return a
promise or a value.
2014-12-15 01:57:13 -05:00
Bill Armstrong
6edec4889a Added more tests. 2014-12-14 15:21:32 -05:00
Bill Armstrong
a8d7b34eda Added a couple of missing semicolons. 2014-12-14 10:18:50 -05:00
Bill Armstrong
4b3b00d6d2 Updated Angular-Protractor to v1.5.0. 2014-12-14 09:41:03 -05:00
Bill Armstrong
c09fc5270f Moved a number of modules into their own files. 2014-12-13 01:25:40 -05:00
Bill Armstrong
d09b8df795 Finished updating selenium-webdriver.d.ts. 2014-12-12 15:09:31 -05:00
BillArmstrong
15e832a6cc Started updating to version 2.44.
Updated the logging module, and the Promise and Deferred classes in the
Promise module.
2014-12-11 20:18:27 -05:00
unknown
a41df0ac55 selenium-webdriver: Added selenium testing & executors modules 2014-09-23 08:29:45 +02:00
vvakame
a0c7326729 fix selenium-webdriver/selenium-webdriver-tests.ts 2014-02-26 17:29:44 +09: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