deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

selenium requires http

Open caperaven opened this issue 2 years ago • 2 comments

I am trying to use selenium-webdriver with deno using https://www.skypack.dev/view/selenium-webdriver

I get this error when trying to run it throw new Error("[Package Error] "http" does not exist. (Imported by "selenium-webdriver:14:7")."); export default null;

I assume it's because the current compat mode does not have http support.

caperaven avatar Jun 09 '22 13:06 caperaven

There's basic support of http. I think there's something wrong in skypack's side

kt3k avatar Jun 09 '22 15:06 kt3k

hmmm, damn ok, thanks dude.

caperaven avatar Jun 09 '22 16:06 caperaven