appium在iPhone中无限滚动

时间:2019-01-22 14:55:24

标签: c# appium

因此,我正在使用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);

0 个答案:

没有答案