longvh211 / Chromium-Automation-with-CDP-for-VBA

A method to directly automate Chromium-based web browsers, such as Chrome, Edge, and Firefox, using VBA for Office applications by following the Chrome DevTools Protocol framework.
MIT License
45 stars 6 forks source link

Is it possible to handle alert popup from chrome? #33

Open aczone opened 2 months ago

aczone commented 2 months ago

as title, my company would need to enter credential to access external website on chrome I read selenium could use switchto().alert() Thank you again

longvh211 commented 2 months ago

Hi aczone, currently this CDP framework does not have such feature in-built. If you find a way to make it work with this CDP framework, do let me know yeah? Thanks.