Christoph Wolf
Christoph Wolf
Sure, you can find all IDs of the windows, attach to the correct one and bring it into the foreground to be able to interact with it.
+1 from me. Also, I think it would be nice to extend this feature even further: It should be possible to visualize the whole UI automation tree similar to how...
> Is there a way to force the library to populate records through the record constructor? Yes, just do the following: 1. On your `Faker`, call [CustomInstantiator](https://github.com/bchavez/Bogus/blob/e29f0205f6af6d736570646f4b08231eda6dba19/Examples/GettingStarted/Program.cs#L37). 2. Similar to...
I have the suspicion that this is due to how Windows services handle desktop sessions. A service is always running in session 0, which is headless by design. Why do...
> ScreenWidth : 1 If that is true, then that's very likely the reason.
Ah ok yeah that sounds better :) Have you tried taking a screenshot and dumping the page source when the issue occurs?
You get the page source via [`self.driver.page_source`](https://appium.io/docs/en/commands/session/source/index.html). It shows the whole available UI automation tree. Other than that, your stuff seems fine, so I'm also a bit puzzled. I have...
Unfortunately, I can't use my machine currently, so I can't easily diff the XMLs. But my suspicion is that, for Windows Server, PySide might render the automation tree differently. I...
@garcipat: Can you please show your code where you actually attach the data set?
Yep, the order is important, happy that it works for you now!