pywinauto.element_info 内部实现模块
- element_info.ElementInfo
-
- ElementInfo.children
- ElementInfo.class_name
- ElementInfo.control_id
- ElementInfo.descendants
- ElementInfo.dump_window
- ElementInfo.enabled
- ElementInfo.filter_with_depth
- ElementInfo.framework_id
- ElementInfo.handle
- ElementInfo.has_depth
- ElementInfo.iter_children
- ElementInfo.iter_descendants
- ElementInfo.name
- ElementInfo.parent
- ElementInfo.process_id
- ElementInfo.rectangle
- ElementInfo.rich_text
- ElementInfo.set_cache_strategy
- ElementInfo.visible
用于处理不同后端元素的类的接口。
element_info.ElementInfo
class pywinauto.element_info.ElementInfo
元素的抽象包装器类。
ElementInfo.children
pywinauto.element_info.ElementInfo.children(**kwargs)
- 返回元素的子元素
ElementInfo.class_name
pywinauto.element_info.ElementInfo.class_name
- 返回元素的类名
ElementInfo.control_id
pywinauto.element_info.ElementInfo.control_id
- 返回控件的 ID
ElementInfo.descendants
pywinauto.element_info.ElementInfo