Skip to content

Commit

Permalink
document when to use launch_app
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Oct 13, 2014
1 parent cc0ce74 commit 4ac7a4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/en/writing-running-appium/appium-bindings.md
Expand Up @@ -419,7 +419,11 @@ driver.CloseApp();

### Launch

Launch the app
Launch the session for the desired capabilities. Note that this is the
companion to the autoLaunch=false capability. This is not for launching
arbitrary apps/activities---for that use `start_activity`. This is for
continuing the initialization ("launch") process if you have used
autoLaunch=false.

```ruby
# ruby
Expand Down

0 comments on commit 4ac7a4e

Please sign in to comment.