Itai Bar-Haim
Itai Bar-Haim
```php
I don't, it's an issue with Appium server. If I created this issue in the wrong place please let me know.
Perhaps not even with Appium server but then I don't know what comes closer to the device.
A follow up question if you may: I need to capture the entire element, so I need to stitch several screenshots together. Is there a way to either eliminate the...
I tried higher duration values and I still get inconsistent results... what about the other part of my question? is there a way to know where the element is placed...
As I said before, I want to be able to get a full screenshot of an entire element, including obscured parts that need to be scrolled to. For that I...
>Have you also tried the gestures above, like https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/android/android-mobile-gestures.md#mobile-scrollgesture ? No, not yet.
It seems this method throws an exception: ``` driver.execute("mobile: dragGesture", ImmutableMap.of( "startX", startX, "startY", startY, "endX", endX, "endY", endY)); ``` ``` org.openqa.selenium.UnsupportedCommandException: mobile: dragGesture ```
It didn't get to the server, the exception was thrown from the Java upon calling the `execute` command. The server is BrowserStack. The Java bindings are 8.0.0-beta.
@sebastianbergmann I didn't propose implementation, just showed how I want to be able to write some tests suites. The problem I am trying to solve is to set up multiple...