Commit Graph

1278 Commits

Author SHA1 Message Date
Scott Dixon db4defb822 Gulp task: docs, deprecated server arguments, doc updates 2015-12-14 15:35:38 -08:00
Jonathan Lipps 843c380fda add version to --show-config so it is easily parseable 2015-12-02 11:37:57 -08:00
Jonathan Lipps 053a62bf59 --show-config should not log.info so it can be JSON parseable 2015-12-02 11:33:36 -08:00
christian-bromann 8e1eed2c51 fixed syntax error 2015-11-20 03:03:22 +01:00
christian-bromann a1d050684a added docs and option for webkitDebugProxyPort param 2015-11-20 01:22:16 +01:00
Isaac A. Murchie 8dbcdd47bd Merge pull request #5822 from appium/isaac-cleanup
Cleanup
2015-11-17 13:43:41 -08:00
Isaac Murchie 5eb61db0f9 Fix proxy handling 2015-11-17 12:58:59 -08:00
Isaac Murchie 269f23820c Add coveralls to travis 2015-11-16 13:43:02 -08:00
Isaac Murchie c4c7039f6e Add grid registration 2015-11-11 10:48:16 -08:00
Isaac Murchie b31295a7d9 Clean up and fix sync 2015-11-11 10:47:31 -08:00
Isaac Murchie 2e3d354d6b Fix some style stuff 2015-11-10 13:47:41 -08:00
Isaac A. Murchie 72ef20a142 Merge pull request #5818 from appium/isaac-proxy
Check with individual drivers for proxy status
2015-11-10 13:45:40 -08:00
Isaac Murchie 8bd544b5b1 Check with individual drivers for proxy status 2015-11-10 13:04:56 -08:00
Isaac Murchie f6693c1c88 Wire selendroid into appium 2015-11-09 09:18:48 -08:00
Isaac Murchie 7a85a4a3d7 Add helpers for checking proxy status 2015-10-29 10:41:33 -07:00
Jonathan Lipps 64d36041a9 don't let getDriverForCaps blow up mysteriously on forgotten platformName 2015-10-27 20:44:06 -04:00
Isaac Murchie 194f012b6c Move to latest appium-express 2015-10-07 16:01:30 -07:00
Isaac Murchie 8a7a794322 Fix an issue with session deletion 2015-09-30 09:34:29 -07:00
Isaac Murchie 99fb98078a Add method to get a driver for a particular session 2015-09-28 08:16:24 -07:00
sebv 99551ca9a3 fixes appium bin 2015-09-09 14:19:52 +08:00
sebv 9a2842bbb1 added onUnexpectedShutdown logic 2015-08-27 01:26:40 +08:00
sebv 5858897a0d fixes session exists 2015-08-26 23:28:32 +08:00
sebv 5b4bb89e97 clears rogue command timeout 2015-08-26 18:16:37 +08:00
sebv bbfd5f47b1 switch to executeCommand 2015-08-25 00:12:58 +08:00
sebv 78e85ab9f1 adds ios driver 2015-08-20 14:47:30 +08:00
sebv 091c846293 prevents logsink from using null logger 2015-08-20 03:13:07 +08:00
Jonah Stiennon bfcd32f9ad add AndroidDriver 2015-08-10 17:25:53 -07:00
Isaac Murchie 8c88d5c366 Update command timeout server arg help text 2015-06-11 12:47:08 -07:00
Isaac Murchie 1c5c80f084 Deprecate server args that are also desired caps 2015-06-08 09:55:22 -07:00
Jonathan Lipps 0c78873589 send set of current session data to subdrivers on new session so they can accept/reject based on available resources 2015-06-04 08:00:36 +01:00
Jonathan Lipps eeb4e67537 update all deps, remove unused deps, stub out binfiles, and add valid license 2015-06-02 19:10:37 +01:00
Jonathan Lipps 39bca1ddd0 fix up logging and make sure deleteSession isn't sent directly to inner execute 2015-06-02 18:41:18 +01:00
Jonathan Lipps 84317aaf36 WIP integrating fakedriver for full e2e involving appium and a driver 2015-06-02 18:41:18 +01:00
Isaac Murchie d03253432e Allow for non-boolean deprecated server arguments 2015-05-28 08:43:04 -07:00
sebv 981075ba34 fixes style issues 2015-05-28 09:04:25 +08:00
sebv 1c64bf06c8 logger + logsink 2015-05-27 12:09:22 +08:00
Isaac Murchie f4cd02446b Add tests for config 2015-05-26 09:30:31 -07:00
Jonathan Lipps 9c836ad081 stub out more of appium session handling logic 2015-05-22 09:49:05 -07:00
Jonathan Lipps f925f761f9 port parser, server startup, config, and express 2015-05-21 23:43:31 -07:00
Jonathan Lipps 8bb9972878 set up babel/gulp code and update deps 2015-05-21 21:31:56 -07:00
Jonathan Lipps 3da51d05cf move all old code out of git 2015-05-21 20:50:36 -07:00
yaphatak aa57ccccd0 Adding support for chrome browser rotation 2015-05-13 15:24:21 -07:00
Jonathan Lipps 963eac555b get rid of old xpath/uiauto dirs now that we have appium-uiauto 2015-05-12 12:11:02 -07:00
moizjv 37e782dc69 Fixing sendKeys and clear text for real samsung devices 2015-05-12 00:25:45 -07:00
Jonathan Lipps 42afa652e1 appium-chromedriver now manages and builds chromedriver binaries, so remove all logic that has to do with building and finding them in appium itself (fix #5095) 2015-05-11 14:35:14 -07:00
Jonah Stiennon ab4a0c82fd fix #4825 context switching on real safari 2015-05-11 10:47:48 -07:00
Isaac Murchie f8c8034237 Fix Android keys by finding focused element 2015-05-06 12:38:42 -07:00
Jonathan Lipps 42761c1b33 Merge pull request #5064 from moizjv/master
Fixing extractStrings method 1.4.0 regression
2015-05-06 09:00:25 -07:00
moizjv 47c23845e5 Fixing extractStrings method 2015-05-06 00:00:37 -07:00
Jonah Stiennon 446e90cecc fix #5061, execute_async on Safari Real Device 2015-05-05 17:54:23 -07:00