How to make a swipe / scrolling gesture automatically with Frank Cucumber?

I have used the BDD technique in my current iOS project. Now I have scrollviews where I want to auto scroll to the target point.

Is there a way to mimic "scrollRectToVisible: animated" using Frank or to perform swipe / scroll gestures?

I have already checked Frank Google Groups . But there are no working results for this.

For anyone who is looking for a touch gesture using Frank: qaru.site/questions/1892480 / ...

+3


source to share


1 answer


It's pretty old, but still ...



You can use scroll_view_to_bottom

. (See here ). Unfortunately there is no way to auto scroll.

0


source







All Articles