How can I activate the first line of an element when it is a pane element (UI - win32)?

47 Views Asked by At

I should get the first line in the pane activated, but I can't figure out how. Pane

The screen has a pane element (/Window/Pane/Pane/Pane[1]/Pane[2]).

Clicking pane the application selects the row from the middle of the box. If I scroll up + I try to click, the window does not recognize the click.

If I click the TAB button from the previous field, the row is not activated and the click does not produce any result.

When I enter the line with TAB and take a position with the method pyautogui.position(), it gives a reading of 0, 500 (which is not correct).

And it doesn't even help to look for a position, because someone else may have a different resolution to mine.

I am using libraries OPPywinautoLibrary, FlaUILibrary and pyautogui.

0

There are 0 best solutions below