gpt4 book ai didi

android - 我们可以在appium中通过ID找到元素吗

转载 作者:IT老高 更新时间:2023-10-28 23:11:01 25 4
gpt4 key购买 nike

以下链接提到我们可以通过提供 id 找到元素...但我无法找到它。

https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/finding-elements.md

按“名称”查找(即文本、标签或开发人员生成的 ID,也就是元素的“accessibilityIdentifier”)

我尝试了以下代码:

WebElement el = driver.findElement(By.name("txtLogin"));

其中 txtLogin 是登录按钮的 ID

它给出了以下异常:

org.openqa.selenium.NoSuchElementException: An element could not be located on the page using the given search parameters. (WARNING: The server did not provide any stacktrace information)

请任何人解释在 appium 中查找元素的所有方法

最佳答案

您可以使用以下元素 ID:-

包名:com.example.testap

元素 ID:txtLogin

编写以下代码-

 driver.findElement(By.id("com.example.testapp:id/txtLogin")).sendKeys("abc");

关于android - 我们可以在appium中通过ID找到元素吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22142219/

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