Serhat Bolsu
Serhat Bolsu
Released a patch please test again, but this time it might require higher version of appium , I am using 1.7.1 right now
@yst8493182 if this applies to all , do you have a pull request ?
can you try like this? `execute script mobile:performEditorAction "action: search"`
@paparent can you give guys an example? #265 has implemented `execute_adb_shell` can you check it
Hello, @celian-garcia, first of all you seem to use XCUIElement in Appium 1.4.6beta. iOS 10 support came only with Appium 1.6.x. I suggest you upgrade to latest stable version. Did...
Can you try the same scenario with appium-python-client ?
the response I got for android 9 ``` WebDriverException: Message: Unknown mobile command "swipe". Only shell,startLogsBroadcast,stopLogsBroadcast,performEditorAction commands are supported. ``` which environments does this work? note: actually same applies to...
did you try ``` Click Text DOWNLOAD ```
@douglas-zapalago it is likely this is specific to your application, have you tested the click with chrome tools from browser ? Try to use another selector maybe `xpath`
I have addressed this issue with new keyword ``` Element Should Be Visible ``` can you test with this instead of `Page Should Contain element`