how to add selenium to project idx
You should be able to do it normally, just use headless chromium
Try adding the following to dev.nix
pkg.chromium
please guide me step by step to add pkg.chromium
Apologies for being 2 day late:
- Go to .idx/dev.nix
- Find the line that start with
packages=
- Add pkg.chromium
Example
packages = [ pkgs.python3 pkgs.chromium ];
is it worked ? please tell me