【发布时间】:2020-12-17 00:57:37
【问题描述】:
滚动到在 appium 驱动程序中不起作用的元素。 有没有类似的javascript
((JavascriptExecutor) getWebDriver()).executeScript("arguments[0].scrollIntoView();", getWebDriver().findElement(locator));
用于网络驱动程序。 我们正在使用
driver.context("WEBVIEW_" + applicationId);
而不是 uiautomator。
有什么帮助吗?
【问题讨论】:
标签: javascript scroll automation appium