GCuser99 / SeleniumVBA

A comprehensive Selenium wrapper for browser automation developed for MS Office VBA running in Windows
MIT License
89 stars 18 forks source link

New headless mode causes "sync your profile" popup in Edge #78

Closed GCuser99 closed 1 year ago

GCuser99 commented 1 year ago

In testing the new headless mode for Edge/Chrome, discovered that using it causes a "sync your profile" popup in Edge (not Chrome). So for now kept the default old headless mode for Edge specifically. Will need to address this before Selenium 4.10, when the old headless mode is planned to be deprecated.

GCuser99 commented 1 year ago

After some more experimentation, I determined that the issue is a side-effect from a bug in the way new capabilities specified at runtime were being merged with preloaded capabilities. Fixed in v3.9.