RFR: 8284544: [Win] Name-Property of Spinner cannot be changed

2023-11-19 Thread Ambarish Rapte
Currently we use the value of spinner as it's `UIA_NamePropertyId` when a11y client application requests for it. Ideally we should use the text set by `Node.setAccessibleText()` as the `UIA_NamePropertyId`. For other controls such as Slider, ListView we use the text set by setAccessibleText() AP

Re: Wayland

2023-11-19 Thread Thiago Milczarek Sayão
Hi, Been doing some experiments. It should be possible (and the best way to go) to use wayland-client without gtk. Desktop iterations should be done with libportal (such as file dialogs): https://libportal.org/ It is possible to implement the Robot with libportal "RemoteDesktop" - in my experim