Sai Krishna
Sai Krishna
@rimeak is it possible to give a sample project to reproduce this issue ?
Please provide full logs
@dipakkumar1225 what is the output of `await driver.executeScript('plugin: getWaitPluginProperties', [])`
@dipakkumar1225 I'm unable to reproduce the issue ``` { "server": { "port": 31337, "plugin": { "element-wait": { "timeout": 20000, "intervalBetweenAttempts": 200 } } } } ``` ``` 2023-10-20T06:43:43.631Z INFO webdriver:...
@dipakkumar1225 Everything works fine with your given example. ``` getWaitPluginProperties output {timeout=15000, intervalBetweenAttempts=157, excludeEnabledCheck=[]} [HTTP] --> GET /wd/hub/session/d26e1882-43e1-4ea1-843a-625377e801dd/context [HTTP] {} [AppiumDriver@87e5] Plugins which can handle cmd 'getCurrentContext': element-wait [AppiumDriver@87e5] Plugin...
@dipakkumar1225 Yes this would work.
@rameshgit96 you can add the dependency to your project https://github.com/AppiumTestDistribution/DeviceManager#maven >> is the IP and Port number on AndroidTest.java corresponding to an Android Device Yes, providing the UDID https://github.com/AppiumTestDistribution/DeviceManager/blob/master/src/main/java/com/github/android/AndroidManager.java#L35 It...
Nope, you can use DeviceManager in your project by adding into your pom.xml. Can I ask what is your use-case?
@kiebak3r `Does this currently support python?` Yes. It's client agnostic. As the implementation is done on server side. For some reason, your session gets terminated. ``` [debug] [AppiumDriver@0a01] Encountered internal...
Can you share the code snippet and also fulllogs as gist please @kiebak3r