How to run python selenium script in pycharm

r requirements.txt 1 APPLITOOLS_API_KEY="[Your API Key]" pytest ultrafastgrid_tutorial.py 1This will first set your APPLITOOLS_API_KEY into the node process then run pytest ultrafastgrid_tutorial.py. Running from an IDE Start PyCharm, open just cloned project, set project interpreter by File > Settings > Project: > Project Interpreter choose ................
................