Hi There,
FIrst of all thanks everybody for getting this 1.3 beta out.
Initial tests of mine seem really good. The documentation here listed was quite helpful!
So unfortunately, while I have success in the simulator I do not have success with the device.
I made sure that in device settings > UI Automation is turned on.
I am running from the latest in the iOS 8 branch.
I run node like this. I verified the bundle Identifier in Xcode > Devices:
node . -U 4899a57feb80cdc32d31a23b603a769b3d9214c6 --app "com.blackboard.testing.enterprise.grader"
The test starts, but instruments is now throwing this error:
[INST STDERR] 2014-10-07 10:50:14.241 instruments[7441:1307] WebKit Threading Violation - initial use of WebKit from a secondary thread.
Not sure if this is an issue or if there's something with my setup.
Thanks in advance for any help!
Eric
@sai_tvs No.
At the earliest, it will be when the official version is released. After that the Appium.app contributors will need to prep and compile the .dmg for release.
Thanks @JessicaSachs
@JessicaSachs
how to run it from source?
Hi,
First of all I want to say thank you to the Appium team for creating such beautiful framework. I am really enjoying the benefit of Appium.
For now I have a question that does 1.3.0 fix the issue of 1 second delay? I have pulled out the source code and tried to run from there but still got that delay.
Thanks.
@jlipps opening soft keyboard did the trick for sendKeys but I wonder what you would do for appium sauce cloud when you are going to have ios8 simulators there
Hello... I downladed the following file to my mac, and unzipped the file
https://bitbucket.org/appium/appium.app/downloads/Appium-1.3-beta.zip6
Now... How do I set it up.... so that I can launch the appium server and run appium-1.3-beta with a real IOS device with IOS 8.0 on it?
Hi Shermaneric,
I encounter the same issue. When running my tests, on a real device a get the following error "WebKit Threading Violation - initial use of WebKit from a secondary thread."
I am using an iPad2 with the latest version of iOS 8 and 'Ui Automation' option is turned on.
Were you able to fix this issue?
Thanks in advance,
Ioan
Hi loan,
With the latest checkout of the ios8 branch, as of 2014-10-18, my scripts are working on the device and simulator for iOS 8.
On my device, I reset things so that I had to plug the device in and start Xcode to retrieve the device developer settings > enabled UI automation and all was good.
Maybe I had user error all along
Thanks!
Eric