Winium.Desktop icon indicating copy to clipboard operation
Winium.Desktop copied to clipboard

No Web View support inside Desktop App

Open ramesh7182 opened this issue 7 years ago • 8 comments

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

ramesh7182 avatar May 26 '17 09:05 ramesh7182

winium not working with web, only desktop

heilwood avatar Jun 21 '17 18:06 heilwood

Hi Ramesh, Can you please let me know the methods used to maximize and close the desktop application?

vrupanixp avatar Nov 23 '17 05:11 vrupanixp

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".

cb01 avatar May 18 '18 08:05 cb01

you should switch to chrome webdriver to work with WEB element, winium driver cannot.

heilwood avatar May 18 '18 08:05 heilwood

Hey.

But how?

cb01 avatar May 18 '18 08:05 cb01

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.

cb01 avatar May 18 '18 08:05 cb01

just create instance of new ChromeDriver(); and work with you web elements, do not forget to close instance

heilwood avatar May 18 '18 08:05 heilwood

No its not working same error

cb01 avatar May 18 '18 12:05 cb01