Commit Graph

211 Commits

Author SHA1 Message Date
Jonathan Lipps 99e24ead3d point out that locationServicesEnabled cap requires bundleId 2014-03-12 10:56:02 -07:00
Jonathan Lipps ec46e59c28 Merge pull request #2048 from bootstraponline/ios_mercy
Default to mercy on iOS
2014-03-12 10:01:39 -07:00
bootstraponline 19b8fc4b10 Default to mercy on iOS 2014-03-12 12:50:58 -04:00
Javier84 05f79c26ab Update troubleshooting.md 2014-03-12 11:06:34 +02:00
Jonathan Lipps e7a72e5921 add --command-timeout server arg
so the server can set its own default timeout.
also, clean up some of the command timeout logic
2014-03-07 13:57:41 -08:00
Jonathan Lipps 80ebe34278 add enablePerformanceLogging cap for chrome/android hybrid, so we can get performance logs 2014-03-07 11:52:20 -08:00
lihuazhang 5c7f8ea32a commit docs only 2014-03-06 22:56:39 +08:00
Dan Laslo-Faur 5675e3ff66 added java example code for scrollTo action. 2014-03-05 11:51:09 +02:00
Jonathan Lipps 0a542a371c Merge pull request #1985 from Jonahss/reset.bat
Fix installation on Windows
2014-03-04 11:40:39 -08:00
Jonathan Lipps e6e47887cd fix unit tests to mock IOS instead of using weird mock_ios device 2014-03-03 16:41:46 -08:00
Jonahss 4cd0f6dfa2 edited windows installation instructions 2014-03-03 16:24:31 -08:00
Pavel Smolensky f30631d784 iOS. Add --keep-keychains option and desired capability keepKeyChains 2014-03-03 18:01:13 +03:00
Jonathan Lipps e2bdac73cd update caps doc with new caps and examples 2014-02-26 10:34:17 -08:00
Jonathan Lipps 906c4b7b8e update hybrid docs 2014-02-24 15:09:34 -08:00
Jonah 1dab9a9efe Update running-tests.md
`-V` option doesn't exist.
2014-02-24 14:50:27 -08:00
Jonathan Lipps 61aee9a00d update description of loc services caps 2014-02-20 16:21:20 -08:00
Jonathan Lipps 6890632937 add locationServicesAuthorized cap to pre-auth loc services for a given app 2014-02-20 16:17:23 -08:00
sebv 1a47bdab6b added non synthetic web click cap 2014-02-21 02:41:51 +08:00
Jonathan Lipps ef8180e813 fix java scroll example 2014-02-18 10:22:16 -08:00
bootstraponline 68fc399f85 Document androidCoverage 2014-02-14 14:27:09 -05:00
bootstraponline bbd03f89c6 Add androidCoverage 2014-02-14 12:54:05 -05:00
Jonathan Lipps d2af7968d7 add ability to scroll ios views
this works on ios7!
2014-02-13 17:38:22 -08:00
Jonathan Lipps 77e99adfe8 Merge pull request #1876 from midopa/master
Auto config node host and port for Selenium Grid
2014-02-13 15:29:24 -08:00
Isaac Murchie e9d59b859c Bundle chromedriver into build 2014-02-13 14:16:48 -08:00
Isaac Murchie 9ee3e319af Bundle ChromeDriver into build, for Mac and Linux 2014-02-11 11:47:25 -08:00
midopa 7324ff0f40 Auto config node host and port for Selenium Grid 2014-02-07 12:18:37 -08:00
Isaac Murchie 6daff9e810 Add app wait package 2014-02-04 15:35:58 -08:00
bootstraponline 4d7d0533d3 Fix async fullReset on Android
Update docs
2014-02-04 14:25:36 -05:00
Isaac Murchie ac80afbcc7 Allow multiple ChromeDrivers to be running 2014-02-03 16:49:26 -08:00
stephensjlee a1bede83fb Update grid.md 2014-02-03 14:01:47 -05:00
bootstraponline 2346cf0ace Add mobile find example for Java 2014-02-02 00:09:48 -05:00
bootstraponline e556a71b6c Fix iOS reset
iOS reset deletes the following:

/iPhone Simulator/7.0.3/Library/TCC
/iPhone Simulator/7.0.3/Library/Caches
/iPhone Simulator/7.0.3/Media
/iPhone Simulator/7.0.3/Library/Keychains
/iPhone Simulator/7.0.3/Applications

iOS full reset deletes the entire 'iPhone Simulator' folder.
2014-02-01 12:02:03 -05:00
lbunschoten 1f14f37c60 Update running-on-linux.md
Fixed a typo (missing closing quote)
2014-01-30 14:22:06 +01:00
Jonathan Lipps 3226bbe122 update style guide with new spacing guide 2014-01-29 13:29:55 -08:00
Isaac Murchie 117c3b6e69 Fix Android system setup link 2014-01-22 12:01:58 -08:00
Jonathan Lipps b7e706a93f allow enabling/disabling locationservices via caps 2014-01-20 16:59:55 -08:00
sebv 8952c5bab8 Added doc for nativeInstrumentsLib cap 2014-01-17 08:05:39 +08:00
sebv 6695dfe5fb Refactored tests to use wd promise-chain api 2014-01-14 04:31:19 +08:00
Dan Doveralba 64522d746a Update Alert Logic
* by default appium doesn't interact with alerts
* set autoAcceptAlerts to true to have appium accept alerts
2014-01-09 22:27:08 -08:00
bootstraponline 5cb30e3918 Update caps.md 2014-01-09 12:34:41 -05:00
Jonathan Lipps 9fb163be2e automatically accept photo permission alerts (fix #1700)
and add manualPermissionAlerts desired cap if you want to
handle things manually
2014-01-07 14:44:20 -08:00
Dan Cuellar 82d49d0c7d Adding flag to show simulator logs 2014-01-07 14:09:18 -08:00
Jonathan Lipps da2f585708 fix mechanic link (fix #1699) 2014-01-06 09:25:45 -08:00
seveniruby 63aa6e1509 add troubleshooting.cn.md
add real-devices.cn.md
update the cn doc to the latest
add saucelabs-repository in pom.xml in testng example
2014-01-05 22:00:41 +08:00
Jonathan Lipps 27d482074c Merge pull request #1679 from bootstraponline/shell
Fix appium shell
2014-01-03 01:14:46 -08:00
vkmtse 50e0e3621a Update troubleshooting.md 2014-01-01 20:53:23 -08:00
bootstraponline f603af0684 Fix appium shell
node appium.js --shell
2013-12-26 21:09:30 -05:00
Jonathan Lipps 31bd697cf4 add ability to set launch timeout from the command line so it can be used in conjunction with pre-launch 2013-12-20 10:57:42 -08:00
Jonathan Lipps 4a1cc2580c refactor instruments and add appium-internal flake support
This commit constitutes a pretty big refactor of the instruments
process handler. It also introduces a server flag, '--backend-retries',
with a default of '3', which specifies how many times Appium will retry
launching instruments before giving up and saying that it crashed or
timed out. This works in concert with launchTimeout, of course.

I think this refactor also fixes some longstanding callback reasoning
errors and maybe some other bugs.

It might also introduce some bugs of its own though :-)
2013-12-18 13:34:49 -08:00
Maryana Bezler 9e881f1ed3 Update ios-webkit-debug-proxy instalation first step command 2013-12-11 20:37:01 +03:00