Skip to content

Commit

Permalink
fix base name typo
Browse files Browse the repository at this point in the history
Previously, it was 'MulipleView' instead of 'MultipleView', which is why
`IUIAutomationMultipleViewPattern` or `UIA_MultipleViewPatternId`
could not be found in `comtypes.gen.UIAutomationClient`.
  • Loading branch information
junkmd committed Aug 14, 2023
1 parent e0b7c73 commit b9d6fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywinauto/windows/uia_defines.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _build_pattern_ids_dic():
"""
base_names = [
'Dock', 'ExpandCollapse', 'GridItem', 'Grid', 'Invoke', 'ItemContainer',
'LegacyIAccessible', 'MulipleView', 'RangeValue', 'ScrollItem', 'Scroll',
'LegacyIAccessible', 'MultipleView', 'RangeValue', 'ScrollItem', 'Scroll',
'SelectionItem', 'Selection', 'SynchronizedInput', 'TableItem', 'Table',
'Text', 'Toggle', 'VirtualizedItem', 'Value', 'Window',
'Transform',
Expand Down

0 comments on commit b9d6fe3

Please sign in to comment.