gpt4 book ai didi

ios - iOS 设备如何滚动到元素(Appium+Selenium)?

转载 作者:行者123 更新时间:2023-11-29 05:11:16 26 4
gpt4 key购买 nike

我有一个适用于 Android 的命令,但我不知道如何在 iOS 上实现它。

driver.findElementByAndroidUIAutomator("new UiScrollable("new  
UiSelector())".scrollIntoView(text(\"Radio Group\"));");

最佳答案

使用 JavaScript 执行器。

JavascriptExecutor js = (JavascriptExecutor) driver;
HashMap<String, String> scrollObject = new HashMap<>();
scrollObject.put("direction", "down");
js.executeScript("mobile: scroll", scrollObject);

如果要向上滑动,请将方向更改为向上

关于ios - iOS 设备如何滚动到元素(Appium+Selenium)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59656357/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com