# hasElementByPartialLinkText
- 功能描述: 检查元素是否存在。
 - 支持平台: Android iOS Web(WebView)
 - 标准链接: POST /session/:sessionId/element (opens new window)
 - 参数: {string} value 部分文本内容。
 
# 示例
driver.hasElementByPartialLinkText('搜索');
driver.hasElementByPartialLinkText('搜索');