因此,我正在使用driver.ExecuteScript("mobile:scroll", scroll);
进行滚动,但是即使我有scroll.Add("duration", "1");
,设备仍会继续滚动。
任何人都克服了这个-甚至看到了这个。我的代码在下面
var scroll = new Dictionary<string, string>();
scroll.Add("duration", "1");
scroll.Add("direction", "down");
scroll.Add("name", name);
driver.ExecuteScript("mobile:scroll", scroll);