[java] Webdriver can work with embedded apps without CDP#11963
[java] Webdriver can work with embedded apps without CDP#11963diemol merged 19 commits intoSeleniumHQ:trunkfrom
Conversation
Webdriver for New MS Teams can start only added an argument `remote-debugging-port=<any number>` to EdgeOptions. But Teams is actually staring at random port and ChromiumDriver is failing to create a connection. If the connection is empty, Teams starts well and webdriver can interact with Teams well.
diemol
left a comment
There was a problem hiding this comment.
Thank you for your PR.
Could you please share more information or a link about this use case? We'd probably be fine with this change, but I would like to document the change after understanding the intent better.
As mentioned in the description, the main use case is The New MS Teams (https://adoption.microsoft.com/en-us/new-microsoft-teams/) based on Edge browser. |
diemol
left a comment
There was a problem hiding this comment.
Could you please check? The code is not building. https://github.com/SeleniumHQ/selenium/actions/runs/4859217466/jobs/8661644754
fixed |
|
Hi @diemol |
|
Hi @diemol |
|
He's on holiday. Thanks for the PR, but we'll get to it when we can. |
Webdriver for New MS Teams can start only added an argument
remote-debugging-port=<any number>to EdgeOptions. But Teams is actually staring at random port and ChromiumDriver is failing to create a CDP connection. If the connection is empty, Teams starts well and webdriver can interact with Teams well.Description
Connection can be empty if CromiumDriver can not create it
Motivation and Context
CromiumDriver can't connect to New MS Teams
Types of changes
Checklist