You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[java] Webdriver can work with embedded apps without CDP (#11963)
* Connection can be empty for embedded apps
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.
* Update ChromiumDriver.java class comment
* Make connection not final
* Applying formatter
---------
Co-authored-by: Diego Molina <[email protected]>
Co-authored-by: Diego Molina <[email protected]>
0 commit comments