Selenium python

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:

  1. Go to .idx/dev.nix
  2. Find the line that start with packages=
  3. Add pkg.chromium
    Example
  packages = [ pkgs.python3 pkgs.chromium ];

is it worked ? please tell me