Search found 2 matches

by gakeller
Mon Nov 26, 2018 4:36 pm
Forum: Mobile Testing
Topic: TouchStart()/TouchMove()/TouchEnd() on iOS
Replies: 3
Views: 2475

Re: TouchStart()/TouchMove()/TouchEnd() on iOS

The idea is to test a free drawing functionality in our app, so I wanted to draw a circle by connecting points on the circumference spaced 0.01 radians apart. I did end up implementing it with a series of discrete swipes, but 628 swipes takes an excessive amount of time and is probably not really te...
by gakeller
Wed Nov 21, 2018 5:50 pm
Forum: Mobile Testing
Topic: TouchStart()/TouchMove()/TouchEnd() on iOS
Replies: 3
Views: 2475

TouchStart()/TouchMove()/TouchEnd() on iOS

Are these methods still unsupported on iOS? I am attempting to use the following: repo.BookView.Page.PageInfo.WaitForExists(Duration.Parse("10s")); repo.BookView.Page.Page.TouchStart(startLocation); There is more code, but it fails at TouchStart() so the remainder is irrelevant. My error message is:...