Sai Krishna

Results 270 comments of Sai Krishna

Thanks @kiebak3r will look into it! I notice client is sending css-selector and server is converting the request to android-matcher. @KazuCocoa any idea?

@KazuCocoa In this line https://gist.github.com/kiebak3r/b918fc5b67c9208a5c12dd0019ef9b1f#file-without-plugin-txt-L174 the client is first sending with css-selector as locator strategy later UI2Driver is sending 'android uiautomator' as strategy to server - https://gist.github.com/kiebak3r/b918fc5b67c9208a5c12dd0019ef9b1f#file-without-plugin-txt-L178 I see UIA2...

I'm not a python person. @KazuCocoa can help

@jzaratei Sorry, this issue split out my way. This has been already fixed in master.

@narmadha956 Yes, Can you post what error ur getting?

@narmadha956 Please try with version jitpack.io https://jitpack.io com.github.AppiumTestDistribution AppiumTestDistribution bef9b5ac70

U can't install .app on device u need to build ipa debug build with dev certificate

@vikramvi u can build and create ipa file but it shuld be with your dev profile which includes provision profile with the device UDID which u want to install

@PrasadNutalapati You need to use Actions API. Refer this example https://github.com/saikrishna321/VodQaAdvancedAppium/blob/master/src/test/java/com/appium/gesture/GestureTest.java#L75