Shakevg

Results 84 comments of Shakevg

[kfertitta](https://github.com/kfertitta) I didn't face such issues, maybe it is a bug. You can use FindElementByXPath with DefaultWait for a specific case or try to change XPath as a workaround or...

@mialeska Looks like it is already resolved https://github.com/aquality-automation/aquality-selenium-dotnet/blob/228f37420452418ca1d84d7c07b45e90dc2d1a43/Aquality.Selenium/src/Aquality.Selenium/Elements/Element.cs#L109C19-L109C19 Propose to close

You can try [this](https://github.com/microsoft/WinAppDriver/issues/313) Does manually app start without hiding?

[sarthakmahapatra9](https://github.com/sarthakmahapatra9), [bp24acharya](https://github.com/bp24acharya) You should rollback Selenium to version 3.14 and Appium to 7.6 https://stackoverflow.com/questions/74632066/appium-winappdriver-and-selenium-4

[Kevv55](https://github.com/Kevv55) Inspect.exe often does not show the real tree available for WinAppDriver. You can get the actual element using DesktopSession.PageSource (It will get XML), then format it in some tool...

> > Always use inspect.exe instead of appium inspector. > > You mean the one on this repo: https://github.com/blackrosezy/gui-inspect-tool ? https://github.com/microsoft/WinAppDriver/blob/master/Docs/FAQ.md#what-is-inspectexe

Also, one more point is that real available controls can be different with inspector.exe. You can use Inspector.exe for better visual displaying controls tree, but better save window structure using...