-
I can't tell if the issue is coming from appium, from appium_capybara, or from selendroid
At the end of the test suite, which is all green, the app in the emulator closes and reopen. I checked appium…
-
I can't run simulation in ios-driver. I use examples, but when I get exceptions. =(
What's wrong?
1) Checking settings:
xcode-select -p
/Applications/Xcode-Beta.app/Contents/Developer
gcc --version…
-
更新
- AdventureBuildingaSpriteKitgameusingSwift
- UICatalog:CreatingandCustomizingUIKitControlsinSwift
- ListerAProductivityAppBuiltinSwift
增加
- GestureRecognizersUsingstandardUIGestureRec…
-
Build failures with Xcode 5.1 for subject test apps.
ghost updated
10 years ago
-
I just found SpriteKit for iOS is missing from the frameworks bundled. How the header files are created? Is it possible to create some kind of generator to do that?
-
In the file JSBScriptingSupport.m line 75 (method + (id)defineClass:instanceMembers:staticMembers: in) when you make a class method or known as a meta method it does not work because there is no codin…
-
/cc @DylanLacey
```
> Appium::Driver.new(opts).start_driver
delete
Debug is: true
{
:caps => {
:platformName => "ios",
:app => "/Users/user/ruby_lib/ios_tests/UICatalog…
-
Hi
I'm trying to use UISwipeGestureRecognizer but it isn't JavaScript compliant
Any chance to fix it ?
-
Using the recommended "UICatalog" project.. after patching.. when trying to build, it errors out..
```
In file included from .../UICatalog/main.m:66:
~/Library/Application Support/Developer/Shared/X…
-
We have built all of our automation stack using .NET and Selenium WebDriver. We are looking to use ios-server to automation iPad Hybrid apps and Safari on iPad.
I was able to translate (through ikvmc…