-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automation for "Chrome Legacy Window" using winium #102
Comments
Hi Team, We are also facing similar issue with chromium embedded forms, could you please let us know how to spy elements of the chromium embedded forms. Thanks in advance. |
Yes :) you can find the soultion I found here: |
Hi, I am trying the same scenario what is explained in issue description and tried solution which mentioned in the link (https://stackoverflow.com/questions/57890068/automation-for-chrome-legacy-window-chromium-using-winium). Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 81 I have checked my chromedriver and CEF client version compatiblity. Is there any to way resolve this issue. Thanks in Advance. |
Hi, The only thing I can think of is that you're using the wrong ChromeDriver executable in your code. |
Hi, Yes you are correct. My window control is build with some older version of CEF framework as like v79.0. That is what i getting that issue. So i have downgraded my chromedriver and CEF client version equvalent to my client window control. Now i can able to access web control through remote debugging. Thank you so much. |
Hi, Having another question. While starting the chrome driver, CEF client is opened along with my WPF window and doing the automation using remote debugging mode. Is there anyway to hide CEF client initialization? . I have tried headless and disable-gpu option with chrome options. but no luck. Thanks in advance. |
Hi,
I'm trying to automate GUI tests for a windows app that has some WPF windows and some "Chrome Legacy Window" windows.
I'm using "Automation Spy" for inspecting UI element's ids in WPF windows,
but when I'm trying to inspect elements in "Chrome Legacy Window" I can't find any.
("Automation Spy" can't inspect such windows, and any other alternative I have found)
I found some topics online with same question but with no answers.
Is there any way to automate GUI tests with "Chrome Legacy Window" windows using winium?
Thank you.
The text was updated successfully, but these errors were encountered: