Appium inspector not recording my actions on ios simulator

490 views
Skip to first unread message

nishant shah

unread,
Oct 1, 2013, 3:59:59 AM10/1/13
to appium-...@googlegroups.com
Hi,
I tried appium inspector 0.10 to record actions on ios simulator for my app, but nothing is getting recorded.
Always I get the below code in the bottom window
public class {scriptName} {
public static void main(String[] args) {
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(CapabilityType.BROWSER_NAME, "iOS");
capabilities.setCapability(CapabilityType.VERSION, "6.1");
capabilities.setCapability(CapabilityType.PLATFORM, "Mac");
capabilities.setCapability("app", "/Users/spiderlogic/Documents/iOS/build/Release-iphonesimulator/eTrack.app");
wd = new RemoteWebDriver(new URL("http://0.0.0.0:4723/wd/hub"), capabilities);
wd.manage().timeouts().implicitlyWait(60, TimeUnit.SECONDS);
wd.close();
}

I guess this is the basic code required to setup the appium
But none of my actions are getting shown here
Also, the Replay button always remains disabled

Following are the steps I am performing:-
1) Open appium.app
2) add the application path and check the app check box
3) In preferences, Prelaunch application, Reset Application state after each session, kill process, enable window selector in appium Inspector are checked
4) Launching appium server
5) open ios simulator
6) click on blue i button to open the inspector
7) Now, on performing any actions on my app in the simulator doesnt record anything in inspector

Please throw some light on this

Thanks,
Nishant


nishant shah

unread,
Oct 1, 2013, 7:19:12 AM10/1/13
to appium-...@googlegroups.com
Hi,
Really want some help on this front.
Any sort of suggestions / advise would be deeply appreciated

Thanks,
Nishant


--
http://appium.io
---
You received this message because you are subscribed to a topic in the Google Groups "Appium-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appium-discuss/4uhg1aNmaB4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Dan Cuellar

unread,
Oct 1, 2013, 11:06:26 AM10/1/13
to appium-...@googlegroups.com
You have to use the buttons in inspector to control the app. Clicking on the app will not be picked up by the recorder.
Reply all
Reply to author
Forward
0 new messages