Powershell ps1 cannot be loaded because running scripts is disabled on this system

Error :


ps1 script cannot be loaded because running scripts is disabled on this system


Solution:

run below command and rerun your ps1 script

set-ExecutionPolicy RemoteSigned -Scope CurrentUser 

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...