# pywinauto.element_info
应处理不同后端元素的类的接口
## *class* `pywinauto.element_info.ElementInfo`
元素的抽象包装
> `children`(*\*\*kwargs*)
返回元素的子元素
> `class_name`
Return the class name of the element
> `control_id`
Return the ID of the control
> `descendants`(*\*\*kwargs*)
返回元素的后代
> `dump_window`()
将元素转储到一组属性
> `enabled`
如果元素已启用,则返回True
> *static* `filter_with_depth`(*elements*, *root*, *depth*)
返回具有相对于根的特定深度级别的过滤元素
> `framework_id`
返回元素的框架
> `handle`
Return the handle of the element
> `has_depth`(*root*, *depth*)
如果元素具有相对于根的特定深度级别,则返回True
> `iter_children`(*\*\*kwargs*)
迭代元素的子级
> `iter_descendants`(*\*\*kwargs*)
迭代元素的后代
> `name`
Return the name of the element
> `parent`
返回元素的父元素
> `process_id`
返回控制此元素的进程的ID
> `rectangle`
返回元素的矩形
> `rich_text`
返回元素的文本
> `set_cache_strategy`(*cached*)
为元素的常用属性设置缓存策略
> `visible`
如果元素可见,则返回True
- 什么是Pywinauto
- 入门指南
- 如何
- 等待长时间操作
- 远程执行指南
- 每种不同控制类型可用的方法
- 贡献者
- 开发笔记
- 待办项目
- 更新日志
- 基本用户输入模块
- pywinauto.mouse
- pywinauto.keyboard
- 主要用户模块
- pywinauto.application
- pywinauto.findbestmatch
- pywinauto.findwindows
- pywinauto.timings
- 特定功能
- pywinauto.clipboard
- pywinauto.win32_hooks
- 控件参考
- pywinauto.base_wrapper
- pywinauto.controls.hwndwrapper
- pywinauto.controls.menuwrapper
- pywinauto.controls.common_controls
- pywinauto.controls.win32_controls
- pywinauto.controls.uiawrapper
- pywinauto.controls.uia_controls
- Pre-supplied Tests
- pywinauto.tests.allcontrols
- pywinauto.tests.asianhotkey
- pywinauto.tests.comboboxdroppedheight
- pywinauto.tests.comparetoreffont
- pywinauto.tests.leadtrailspaces
- pywinauto.tests.miscvalues
- pywinauto.tests.missalignment
- pywinauto.tests.missingextrastring
- pywinauto.tests.overlapping
- pywinauto.tests.repeatedhotkey
- pywinauto.tests.translation
- pywinauto.tests.truncation
- 后端内部实施模块
- pywinauto.backend
- pywinauto.element_info
- pywinauto.win32_element_info
- pywinauto.uia_element_info
- pywinauto.uia_defines
- 内部模块
- pywinauto.controlproperties
- pywinauto.handleprops
- pywinauto.xml_helpers
- pywinauto.fuzzydict
- pywinauto.actionlogger
- pywinauto.sysinfo
- pywinauto.remote_memory_block