Commit Graph

88 Commits

Author SHA1 Message Date
Jason Carr
d4d59622fd Android example for sauce. 2013-05-06 16:54:08 -07:00
Steven Hazel
9950dde436 put a keep_trying spin around this assertion, since there's a race condition where alerts might not be cleared yet if the script goes fast enough 2013-05-03 15:14:53 -07:00
Jonathan Lipps
8f2711094c add contacts android app and example test 2013-05-01 15:09:57 -07:00
Jonathan Lipps
988440a3c0 another android python example 2013-04-30 16:33:20 -07:00
OniOni
078c4d7937 Style fix. 2013-04-22 21:25:44 -07:00
OniOni
4cab8d8de1 Add new test for android web view. 2013-04-19 18:07:52 -07:00
Dan Cuellar
e5e86ea6c1 C#.NET now uses NuGet 2013-04-08 13:43:45 -07:00
Jonathan Lipps
2e1781d5dd add an example of using appium with sauce and sauce connect (fixes #221) 2013-04-08 12:18:25 -07:00
omireault
fbf6f0b880 Fixed the python UICatalog tests.
Added a new test: test_frames - this will show off the web view context switching in python
Made the output a bit more verbose for debugging
2013-04-05 14:59:24 -06:00
Ross Rowe
07a7a70c2f Updated Java Appium examples and documentation 2013-03-29 16:17:51 +11:00
Jonathan Lipps
91c4d61094 update example to use new hybrid exit strategy 2013-03-26 13:46:07 -07:00
Rorosha
b0b4f3ba6c Added sauce pass/fail reporting to the python example. 2013-03-13 22:01:26 -06:00
Jason Carr
d69cba4949 Android python example 2013-03-11 17:26:25 -07:00
Jonathan Lipps
3eb453d7a4 make sendKeys method work for mobile safari 2013-03-08 10:27:54 -08:00
Jonathan Lipps
8c5f8bbce3 working on getting new iosatom working 2013-03-07 18:08:18 -08:00
Jonathan Lipps
0e60d6b631 small fixes and add safari example 2013-03-07 15:38:35 -08:00
bootstraponline
f4f305d6c0 HTTPS for rest API 2013-03-05 11:51:45 -05:00
Dylan Lacey
3fcab93ff8 Pulled out groady Net::HTTP, replaced with rest-client\nUpdated Gemfile or rubygems freaks out and can't find RestClient 2013-02-28 17:25:24 -08:00
Dylan Lacey
49eb29b15d Send is more lovely then @instance_variable_get 2013-02-28 07:24:38 -08:00
Dylan Lacey
53c00f10ca Added Sauce Labs API for passes and failures 2013-02-28 05:40:20 -08:00
Jonathan Lipps
62a2cde053 Merge pull request #168 from penguinho/master
Making App Finder more forgiving so it will find apps already installed in the iOS simulator
2013-02-12 11:58:48 -08:00
Dan Cuellar
c44cc1cb8a Fixing issue with line separations 2013-02-12 11:52:44 -08:00
Jonathan Lipps
31f14c81eb allow getting screen size through selenium /window/size 2013-02-12 11:52:11 -08:00
Dan Cuellar
bed7f25ffc Making .NET app finder for forgiving so it can use an app already installed in the simulator 2013-02-12 11:50:18 -08:00
Sebastian Tiedtke
b67988d662 Merge pull request #166 from jlipps/master
more flexibility in alert handling and getting text of buttons
2013-02-12 10:11:09 -08:00
Jonathan Lipps
c0b6f9e3a5 Merge pull request #165 from penguinho/master
Adding example Appium Code for .NET
2013-02-12 10:09:21 -08:00
Jonathan Lipps
eee901fc2e special-case getting the text of a button 2013-02-12 10:06:07 -08:00
Dan Cuellar
9a5a4c65fc Adding example for .NET 2013-02-12 09:58:06 -08:00
Jonathan Lipps
53590088d8 allow finding of alerts 2013-02-12 09:48:33 -08:00
Jonathan Lipps
f4d0b72215 this file shouldn't be in the repo 2013-02-12 09:05:39 -08:00
Jonathan Lipps
554c755e1c update ruby example to show how alerts work 2013-02-12 09:05:32 -08:00
Jonathan Lipps
c11c7a4986 update example files to clarify what sdk is used 2013-02-11 18:53:00 -08:00
Jonathan Lipps
3f3efd1177 Merge pull request #153 from rossrowe/upstream
Updated Java tests to use correct DesiredCapabilities when connecting to Sauce
2013-02-11 11:35:42 -08:00
Ross Rowe
1d79fbc8d3 Updated Sauce appium tests 2013-02-11 09:30:23 +11:00
bootstraponline
6a92151bc2 App can be zip file or directory #149 2013-02-09 12:50:06 -05:00
bootstraponline
82995f4740 Add error detection to absolute_app_path
A specific error message is better than the current "Timeout::Error:" when the app doesn't exist or isn't a directory.
2013-02-08 11:27:05 -05:00
Dylan Lacey
3c674f2d47 Lets try to use secure rubygems.org 2013-02-07 18:48:06 -08:00
Dylan Lacey
2918e92ad4 Merge branch 'master' of github.com:appium/appium
Conflicts:
	sample-code/examples/ruby/cucumber/features/support/env.rb
	sample-code/examples/ruby/simple_test.rb
2013-02-07 18:45:01 -08:00
Dylan Lacey
4739d94471 Added additional details to the simple test.
Added a Readme.
2013-02-07 16:07:25 -08:00
bootstraponline
fcd0496139 Exit after scenario
Instruments never exits if quit isn't called.
2013-02-07 18:54:50 -05:00
Steven Hazel
8cb681e763 Merge pull request #141 from jlipps/master
fixes to ruby examples and execute.js
2013-02-07 13:38:38 -08:00
Jonathan Lipps
b4d0c58858 fix driver.quit fail in node sauce example too 2013-02-07 13:33:56 -08:00
Jonathan Lipps
9eb2f80e60 fix ruby examples to use driver.quit 2013-02-07 12:51:19 -08:00
bootstraponline
ef5e0e19b1 Add run command
ruby sauce_example.rb does nothing because the example uses rspec.
2013-02-07 15:03:22 -05:00
bootstraponline
0b83ddf7e6 Fix gem name
$ gem install webdriver
ERROR:  Could not find a valid gem 'webdriver' (>= 0) in any repository
2013-02-07 14:55:46 -05:00
Jonathan Lipps
6b88ae1d34 change hosted location of example apps 2013-02-06 16:34:07 -08:00
Jason Huggins
3c1e435400 Merge pull request #128 from DylanLacey/master
Cuke Example
2013-02-06 07:22:11 -08:00
Dylan Lacey
cde11f1686 Added additional explaination. 2013-02-06 02:38:42 -08:00
Dylan Lacey
604bd45d1f Created a cucumber example along with documentation about what it means. 2013-02-06 00:07:13 -08:00
Adam Christian
117e622cb4 Merge pull request #124 from DylanLacey/master
Additional examples
2013-02-05 10:56:40 -08:00