Winium.Desktop
Winium.Desktop copied to clipboard
No Web View support inside Desktop App
We have Desktop App, but it renders only Webview(Chromium) content. All object Spy(UISPY.exe) detect the whole panel as "Chrome Legacy Window".
This doesn't allow me to put automate anything using Winium.
However native controls like Minimize, Maximize, Close on App Windows is working. fine.
Is there any way to support this? App can be found at https://www.amazon.com/Amazon-Digital-Services-LLC-Music/dp/B00CTTEKJW
winium not working with web, only desktop
Hi Ramesh, Can you please let me know the methods used to maximize and close the desktop application?
Even I am facing same issue..We have Desktop App, but it renders only Webview(Chromium) content. All object Spy(UISPY.exe) detect the whole panel as "Chrome Legacy Window".
you should switch to chrome webdriver to work with WEB element, winium driver cannot.
Hey.
But how?
Any example..Actually I have same page in my web application which get invoke in Chromium from desktop application.
But problem is that, it is failing to identify same objects.
just create instance of new ChromeDriver(); and work with you web elements, do not forget to close instance
No its not working same error