Skip to content

Commit

Permalink
Add docstring to UIAElementInfo.use_raw_view_walker property
Browse files Browse the repository at this point in the history
  • Loading branch information
eltimen committed Dec 27, 2020
1 parent f449013 commit 11b50ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pywinauto/windows/uia_element_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class UIAElementInfo(ElementInfo):
}

use_raw_view_walker = False
"""Enable/disable RawViewWalker-based implementation (can find more elements in some cases, but slow)"""

def __init__(self, handle_or_elem=None, cache_enable=False):
"""
Expand Down

0 comments on commit 11b50ef

Please sign in to comment.