From a4a481c7f8e39f21cd4321d4d1a01f2aa2457735 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 19 Jun 2019 16:15:38 -0700 Subject: [PATCH] Set FindText.findEnd to be an output parameter --- etg/_stc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etg/_stc.py b/etg/_stc.py index c7913a93..2d6c42c9 100644 --- a/etg/_stc.py +++ b/etg/_stc.py @@ -87,6 +87,8 @@ def run(): c.find('PositionToXY.x').out = True c.find('PositionToXY.y').out = True + c.find('FindText.findEnd').out = True + # Split the HitTest overloads into separately named methods since once # the output parameters are applied they will have the same function # signature.