My inputs into the actions tab are:
program/script: Powershell.exe
add arguments: "lamps_h.py"
start in: c:\selenium
It says "running" but nothing happens. It is a python script that I usually run in the shell terminal.
I have been learning coding for about 3 months so please forgive my ignorance.
Also, this is my first post, so if I missing some etiquette rule, please let me know.
powershell test.py, I get a red stderr message. If I use the fullpath totest.pyand pass it topowershell, then it works. Powershell with my limited past experience does not inherit current directory.lamps_h.pyis inc:\folder 1, then you may need to usepowershell "c:\folder 1\lamps_h.py"at a CMD prompt. Similarly, try"c:\folder 1\lamps_h.py"for youradd argumentsvalue.set psto see value ofPSModulePath. Typeset pathto see value of path. Or see all variables and values by just typingset. On my system, powershell is inC:\Windows\system32\WindowsPowerShell\v1.0.