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
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.
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