Macaca WD
生态成员
生态成员
官网
Macaca
(opens new window)
Web 测试框架
UITest
(opens new window)
Torchjs
(opens new window)
人工智能
计算机视觉
(opens new window)
Mock 方案
DataHub
(opens new window)
检查工具
App Inspector
(opens new window)
遍历工具
NoSmoke
(opens new window)
报告器
Macaca Reporter
(opens new window)
持续集成
Reliable
(opens new window)
选择语言
选择语言
English
简体中文
GitHub
(opens new window)
#
hasElementByName
功能描述: 检查元素是否存在。
支持平台: Android iOS Web(WebView)
标准链接:
POST /session/:sessionId/element
(opens new window)
参数: {string} value name 属性。
#
示例
driver
.
hasElementByName
(
'搜索'
)
;
←
hasElementById
hasElementByPartialLinkText
→