This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is Chrome Legacy window? How to handle it

I want to click on "Advanced" and then "proceed to specific_url". Using object spy it is showing child object as winobject("chrome legacy window") instead of page. 

How could I automate the objects?

  • 0

    I'm trying to automate a Windows application GUI using Winium. The app is using both WPF windows and "Chrome Legacy Window" (Chromium) windows.

    I'm using the tool "Automation Spy" to inspect the GUI elements' ids inside the WPF windows to use with Winium. Automation Spy can't inspect elements in the "Chrome Legacy Window" windows in the same manner that Winium can't access these elements.

    "Chrome Legacy Window" is a WEB window, so it requires automation with Selenium.

    How do I use Selenium to hook on a Chromium window, which is not a browser like Firefox, Chrome and similar?