gpt4 book ai didi

javascript - appium如何自动在textField中输入内容

转载 作者:行者123 更新时间:2023-12-03 03:02:28 25 4
gpt4 key购买 nike

你好,我正在使用appium插件开发ui-test nativescript,我想知道如何在字段中插入文本,我通知我已经尝试过

类型(“你好”);sendKeys("文本");setValue("文本");getKeyboard().sendKeys("文本");setText("文本");

它们全部返回给我,例如 type("hello");

type is not a function

我添加了a screenshot了解更多详情!

有什么好用的功能?

最佳答案

我的猜测是您正在使用 nativescript-dev-appium ,这是 wd 的包装器(用于 webdriver/appium 的 Node.js 客户端)

这应该有效:

const element = await mascotteValue.element()
await element.sendKeys("text")

您遇到的错误基本上意味着 ui-element 对象没有这样的功能,您可以看到所有可用的 here .

关于javascript - appium如何自动在textField中输入内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47316739/

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