npm install chromedriveryarn add chromedriverpnpm add chromedriver<script src="https://fastly.jsdelivr.net/npm/chromedriver"></script><script src="https://unpkg.com/chromedriver"></script><script type="module">
import chromedriver from 'https://cdn.jsdelivr.net/npm/chromedriver/+esm';
</script><script type="module">
import chromedriver from 'https://cdn.skypack.dev/chromedriver';
</script>