I want to build a Chrome Extension that uses Selenium and other packages for JavaScript.
I can install selenium-webdriver
with npm
in my workspace, but can we add packages like these in a Chrome Extension?
Is this possible, if so how?
I want to build a Chrome Extension that uses Selenium and other packages for JavaScript.
I can install selenium-webdriver
with npm
in my workspace, but can we add packages like these in a Chrome Extension?
Is this possible, if so how?