Re: NVDA finding the current window class name and children/parent
Andy B.
Hi,
Once you get into the Python prompt, focus.parent and focus.children will give you the parent/children of the currently focused object.
Sent from Mail for Windows 10
From: Sean Murphy
Sent: Thursday, August 8, 2019 10:33 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA finding the current window class name andchildren/parent
Larry,
Thanks. As I do not recall seeing the keyboard command in the user docs.
The console when I used it last, did not automatically read out the output. I even had issues with using the NVDA object Nav commands. So is there anything special I should be doing here to get the output to read or even find it?
Do I need to import any of the modules or just issue the relevant example code which was in the dev docs in section 3.9 which got the parent and child window? As what I am trying to is fairly simple and I don’t want to have to learn NVDA’s environment as of yet. As I am troubleshooting a issue between two screen readers for windows.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Larry Wang
NVDA+F1 As for children and parent you can use Python console.
On Fri, Aug 9, 2019 at 10:22 AM Sean Murphy <mhysnm1964@...> wrote:
|
|