Sai Krishna

Results 266 comments of Sai Krishna

@wuxinxi thanks .. as i have multiple devices connected to the machine... Is it possible to tell the logger to get from specific device

@Jonahss This is something which we discussed at the appium conf

>> io.appium.java_client.service.local.InvalidServerInstanceException: Invalid server instance exception has occured: The invalid appium node You need to set the node in PATH or you can point the 'AppiumDriverLocalService' to appium main.js

@Sourabh25 Please make sure you don't use any selenium dependency as java-client comes with selenium and then invalidate your cache and restart your IDE

>> So I need selenium-server dependency to be added in my pom file Why can't you use with the selenium-dependency that java-client already has ?

Kazu, the issue which you pointed is different to what Mykola is asking. We need the inspector the generate Java test code as per Java-client version 8.0.0 changes.

Can you try this return new AndroidDriver(new URL("http://127.0.0.1:4723/wd/hub"), caps);

@dpgraham Agree. In this case the ViewType for scrollToPage works only on ViewPager type and the application has ViewPager type.

Can you also point your observations over grid please. We can document our understand as well

@primitivetypo `Do i need to [set up appium](https://appium.io/docs/en/advanced-concepts/parallel-tests/) for parallel tests?` This plugin takes care of all the device and session management. You just need to trigger your tests in...