I have a process which has various sub windows, each window having a RichText edit box. Example using the Find Window interface:
Code: Select all
ProcessName.exe
- "connected to server 127.0.0.1"
- "RichEdit20A"
- "ListBox"
- "connected to server 127.0.0.2"
- "RichEdit20A"
- "ListBox"
Can I use Find Window to target the main window via the '127.0.0.1' string in the Child Name filter, then somehow use another Find Window action to search for 'RichEdit20A' within that scope?
Or do I need to do this via a Python script?
